- Create src/collections.ts module for managing collections in YAML - Collections defined in ~/.config/qmd/index.yml instead of SQLite - Support for nested contexts at any path level - Global context applies to all collections - Functions: load/save config, add/remove/rename collections - Context management: add, remove, find best match for path - Add yaml package dependency - Include example-index.yml showing the clean YAML format This is the foundation for removing collections and path_contexts tables from SQLite, moving all configuration to YAML. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| cli.test.ts | ||
| collections.ts | ||
| context-ops.ts | ||
| formatter.ts | ||
| llm.test.ts | ||
| llm.ts | ||
| mcp.test.ts | ||
| mcp.ts | ||
| qmd.ts | ||
| store.test.ts | ||
| store.ts | ||