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:
Erich Blume 2026-02-25 17:42:47 -08:00
commit 23dc79058e
4 changed files with 7 additions and 5 deletions

View file

@ -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