Included assets
| File | Purpose |
|---|---|
docs/llms.txt | High-signal map of key docs routes for LLM retrieval pipelines |
docs/skill.md | Operational guidance for coding agents helping with notewise workflows |
Why this matters
- Improves context selection quality for agentic coding tools (Claude Code, Cursor, Windsurf).
- Reduces hallucinated command usage by exposing authoritative flows.
- Accelerates onboarding for contributors using AI-assisted workflows.
Update triggers
Update both files when any of these happen:- New command group or major CLI option changes.
- Docs navigation changes in
docs/docs.json. - Runtime behavior changes in output files, cache behavior, or config semantics.
Maintenance checklist
Sync behavioral truths
Update
skill.md if output naming, chapter behavior, or troubleshooting flow changes.Validate links and nav
Ensure all routes listed in
llms.txt exist in docs/docs.json and as .mdx files on disk.Standards
- Keep entries short, explicit, and route-based.
- Prefer stable canonical pages over temporary drafts.
- Avoid ambiguous language in operational guidance in
skill.md. - Treat these files as first-class docs artifacts in PR review.
MCP note
notewise itself is a CLI, not an MCP server. For MCP-enabled workflows, expose these docs through your existing docs hosting and indexing pipeline so agents can retrieve up-to-date command and reference content.Documentation Guide
Full contributor playbook including navigation and content standards.
CI/CD
Quality gates and automated workflows that protect docs quality.