mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-17 00:26:41 +03:00
Add first-class Grok Build harness support
Emit .grok skills, agents, and PostToolUse/Stop hooks; wire the CLI installer and downloads; fix the plugin install path to #plugin; and document Grok in HARNESSES.md and README. AI assistance: written with Grok Build.
This commit is contained in:
@@ -633,6 +633,12 @@ export const PROVIDER_PLACEHOLDERS = {
|
||||
config_file: 'AGENTS.md',
|
||||
ask_instruction: 'ask the user directly to clarify what you cannot infer.',
|
||||
command_prefix: '/'
|
||||
},
|
||||
'grok': {
|
||||
model: 'Grok',
|
||||
config_file: 'AGENTS.md',
|
||||
ask_instruction: 'STOP and call the AskUserQuestion tool to clarify.',
|
||||
command_prefix: '/'
|
||||
}
|
||||
};
|
||||
|
||||
@@ -644,6 +650,7 @@ export const PROVIDER_BLOCK_TAGS = new Set([
|
||||
'cursor',
|
||||
'gemini',
|
||||
'github',
|
||||
'grok',
|
||||
'kiro',
|
||||
'opencode',
|
||||
'pi',
|
||||
|
||||
Reference in New Issue
Block a user