Bake default display options into ai-docs mise task
The --style=header --color=never --decorations=always flags are now built into the script so callers can just run `mise run ai-docs`. Also adds a note to CLAUDE.md to never truncate the output. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
de54b4e33d
commit
23dc79058e
4 changed files with 7 additions and 5 deletions
|
|
@ -80,10 +80,10 @@ Pre-commit hooks automatically validate that all wiki-links point to existing fi
|
|||
The `ai-docs` mise task concatenates key documentation files for AI context:
|
||||
|
||||
```bash
|
||||
mise run ai-docs -- --style=header --color=never --decorations=always
|
||||
mise run ai-docs
|
||||
```
|
||||
|
||||
This outputs the AI assistance guide, reference index, how-to index, architecture overview, and tutorials index - providing Claude with essential context for BlumeOps operations.
|
||||
This outputs the AI assistance guide, reference index, how-to index, architecture overview, and tutorials index in plain text with file headers - providing Claude with essential context for BlumeOps operations.
|
||||
|
||||
## Related
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue