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
|
|
@ -51,5 +51,10 @@ to learn.
|
|||
|
||||
## Documentation
|
||||
|
||||
Detailed documentation lives in my zettelkasten:
|
||||
- [blumeops project card](~/code/personal/zk/1767747119-YCPO.md)
|
||||
Detailed documentation lives in my personal zettelkasten, which is not included in this repository. You can view the docs with:
|
||||
|
||||
```bash
|
||||
mise run zk-docs
|
||||
```
|
||||
|
||||
The zettelkasten is private at time of writing. If you're interested in the documentation or have questions about this project, please reach out to blume.erich@gmail.com.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue