You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add journal system with recall export, site generation, and slash commands
Recall improvements:
- Fix CanParse to check 50 lines (was 5) - finds 57 vs 22 sessions
- Add smart project matching: git remote → path relative to home → exact CWD
- Add --all-projects flag to list/show/export commands
- Label tool results as "Tool Output" instead of "User"
New commands:
- ctx recall export: Export sessions to .context/journal/ as Markdown
- ctx journal site: Generate zensical static site from journal entries
- ctx serve: Convenience wrapper for zensical serve
New slash commands:
- /ctx-journal-enrich: Add frontmatter, topics, tags to journal entries
- /ctx-journal-summarize: Generate period summaries (weekly, monthly, feature)
- /ctx-blog: Generate blog post from recent activity
- /ctx-blog-changelog: Generate blog post from commit range with theme
Documentation:
- Add slash commands reference to integrations.md
- Update TASKS.md with completed items
Signed-off-by: Jose Alekhinne <alekhinejose@gmail.com>
0 commit comments