Add zk-docs mise task for zettelkasten documentation (#10)
## Summary - Add `mise run zk-docs` task to concatenate all blumeops-tagged zettelkasten cards - Main project card is shown first, followed by service management logs - Uses `bat` for output (added to Brewfile) - Args are passed through to bat for custom formatting - Update CLAUDE.md to use zk-docs command with plain output options - Update README.md to note zettelkasten is private with contact email ## Test plan - [x] `mise run zk-docs` displays all 6 blumeops cards - [x] `mise run zk-docs -- --style=header --color=never --decorations=always` shows filenames without decoration 🤖 Generated with [Claude Code](https://claude.com/claude-code) Reviewed-on: https://forge.tail8d86e.ts.net/eblume/blumeops/pulls/10
This commit is contained in:
parent
2e326eb30d
commit
070f26dc6d
4 changed files with 31 additions and 5 deletions
1
Brewfile
1
Brewfile
|
|
@ -1,2 +1,3 @@
|
|||
# CLI tools for blumeops management
|
||||
brew "bat" # Syntax-highlighted file concatenation
|
||||
brew "tea" # Gitea/Forgejo CLI for forge.tail8d86e.ts.net
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue