Documentation
README
Updating Noridocs
Overview
Noridocs are docs.md files throughout the codebase that document each folder's purpose, architecture, and implementation. Update them after code changes using the nori-change-documenter subagent.
Core principle: Provide context → Dispatch subagent → Verify updates.
Announce at start: "I'm using the Updating Noridocs skill to update documentation."
The Process
Step 1: Gather Context
Prepare information for the subagent:
- What changed? (feature added, bug fixed, refactor, etc.)
- Why was it changed? (motivation, problem being solved)
- Which folders/files were modified?
- Any architectural changes or new patterns?
Step 2: Dispatch nori-change-documenter Subagent
This is the opening of the README. Read the full README on GitHub.