
Manual Indexing Capability
The default way a Get Established repository stays findable. As new durable files appear, the agent updates the indexes by hand — no scripts, no build tools, nothing extra to install or maintain.
What it is for
Use it whenever new Markdown files need index metadata or the navigation indexes need a refresh. It is deliberately the default for starter repositories, where simplicity matters more than automation.
Frictions it removes
- Stale navigation. Indexes stay current as content is added.
- Automation overhead. No scripts to set up, run, or debug.
- Lock-in. A plain, by-hand approach works the same on any machine.
How it works
When new durable files land, the agent updates the Indexes/ entries and the index frontmatter directly, following the shared Indexing format so everything stays consistent and easy to scan.