index-standards
Maintains a searchable index of all documented standards to enable intelligent injection.
Instructions
- •Scan Standards: Recursively list all
.mdfiles inagent-os/standards/. - •Extract Metadata: For each standard file, read the first few lines to extract a title and a brief description (or generate one based on content).
- •Update Index: Write or update
agent-os/standards/index.ymlwith the following format:yamlstandards: - path: category/name.md title: "Human Readable Title" description: "Short summary of what this standard covers" - •Verify Integrity: Ensure all paths in the index are valid and descriptions are concise.