Skip to content

Latest commit

 

History

History
47 lines (39 loc) · 1.85 KB

File metadata and controls

47 lines (39 loc) · 1.85 KB

Changelog

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.

[0.2.0] - 2026-01-26

Added

  • Ideas workflow for capturing and developing ideas before they become projects
    • New ideas/ folder in vault structure
    • New idea type with status lifecycle: newdevelopingdecided
    • New Idea.md template with sections for The Idea, Why It Matters, Open Questions, Next Steps
    • New /synapse-review-ideas command for weekly idea review
  • Idea-specific frontmatter fields:
    • status: new, developing, decided
    • category: product, workflow, content, personal
    • outcome: links to resulting project or discarded
  • Ideas Workflow documentation in README.md explaining lifecycle, categories, and weekly review process

[0.1.0] - 2026-01-10

Added

  • 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