2cab3c2b02
- registry.yaml maps codes (w1-1, w1.git.001) to sessions and stable paths
- Markdown files named {code}--{slug}.md for Cursor @ picker
- Selective export/import via --context and --mask
- cam code list|set|show for manual code assignment
- Re-export updates same file per context code
Co-authored-by: Cursor <cursoragent@cursor.com>
1.3 KiB
1.3 KiB
Changelog
All notable changes to CAM (Cursor Agents Manager) are documented in this file.
0.1.0 - 2026-07-13
Status
In development. Context registry and readable file names.
Added
- Context codes (
w1-1,w2-110, manualw1.git.001, …) stored inregistry.yaml - Readable markdown files for Cursor
@picker:{code}--{topic-slug}.md - Stable paths — re-export updates the same file for a given context code
- Workstation index (
workstation.index: w1) in config; optionalprefix_workstation: false - Selective export/import via
--context CODEand--mask PATTERN(e.g.w1-*,w1.git.*) cam codesubcommands:list,set,showfor manual code assignment- Auto-migration from legacy UUID-based
manifest.jsonon first export - Legacy UUID markdown cleanup (
context.cleanup_legacy_files) - Subagent codes:
{parent}.{seq}(e.g.w1-11.1)
Changed
INDEX.mdshows context code column and workstation of originmanifest.jsonincludescontext_code,created_workstation,manual_code- Markdown front matter includes
context_codeandcreated_workstation
0.0.1 - 2026-07-10
Initial release: export/import all transcripts, workstation YAML config, USAGE.md.