## Summary Design how snippets will be indexed across languages, tags, creation dates, and more — to enable quick browsing and search. ## Tasks - [ ] Choose index format (e.g., index.json or per-language index) - [ ] Include: name, tags, language, description, created_at - [ ] Update index on every new snippet saved - [ ] Store index in `/index/` or at root level - [ ] Document the format in README ## Outcome A searchable and structured index that enables future querying and filtering.
Summary
Design how snippets will be indexed across languages, tags, creation dates, and more — to enable quick browsing and search.
Tasks
/index/or at root levelOutcome
A searchable and structured index that enables future querying and filtering.