add grok stuff

This commit is contained in:
2026-06-26 22:40:34 -04:00
parent 5d22c2f937
commit 0948254b3a
3 changed files with 34 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
# Global agent rules
Project-specific rules live in `.grok/rules/`.
+22
View File
@@ -0,0 +1,22 @@
[hints]
worktree_tip_dismissed = true
[cli]
installer = "internal"
[marketplace]
official_marketplace_auto_installed = true
[[marketplace.sources]]
name = "xAI Official"
git = "https://github.com/xai-org/plugin-marketplace.git"
[ui]
max_thoughts_width = 120
fork_secondary_model = "grok-build"
yolo = false
compact_mode = false
permission_mode = "always-approve"
[skills]
paths = ["~/.dotfiles/agents/.grok/.skills"]
+9
View File
@@ -0,0 +1,9 @@
# American English
Use American English for all generated text and code, including:
- User-facing messages, comments, documentation, and commit messages
- String literals, log messages, error text, and UI copy in code
- Variable and identifier names only when they are natural-language words (e.g. prefer `color` over `colour`, `initialize` over `initialise`)
British or other regional spellings are acceptable only when required by an existing API, library, protocol, or quoted external text.