All notable changes to Synapse will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Ideas workflow for capturing and developing ideas before they become projects
- New
ideas/folder in vault structure - New
ideatype with status lifecycle:new→developing→decided - New
Idea.mdtemplate with sections for The Idea, Why It Matters, Open Questions, Next Steps - New
/synapse-review-ideascommand for weekly idea review
- New
- Idea-specific frontmatter fields:
status:new,developing,decidedcategory:product,workflow,content,personaloutcome: links to resulting project ordiscarded
- Ideas Workflow documentation in README.md explaining lifecycle, categories, and weekly review process
- Initial release of Synapse framework
- Core folder structure (inbox, projects, areas, resources, people, journal, archive)
- CLAUDE.md template with section markers for AI context
- README.md with AI optimization principles
- Claude Code commands:
/synapse-setup- Initialize and personalize vault/synapse-review- Review and fix notes for AI-first standards/synapse-update- Pull framework updates/synapse-publish- Publish framework changes (maintainers)/synapse-changelog- Generate changelog entries (maintainers)/synapse-migrate-notion- Import from Notion exports
- Note templates:
- Daily Note
- Meeting Note
- Hiring Interview
- One-on-One
- Person
- Project Brief
- Quarterly Review
- Testing framework with structural and integration tests
- Section markers (
<!-- SYNAPSE:FRAMEWORK -->,<!-- SYNAPSE:USER-CONTEXT -->) for update separation