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>
35 lines
1.3 KiB
Markdown
35 lines
1.3 KiB
Markdown
# 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`, manual `w1.git.001`, …) stored in `registry.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; optional `prefix_workstation: false`
|
|
- **Selective export/import** via `--context CODE` and `--mask PATTERN` (e.g. `w1-*`, `w1.git.*`)
|
|
- **`cam code`** subcommands: `list`, `set`, `show` for manual code assignment
|
|
- Auto-migration from legacy UUID-based `manifest.json` on first export
|
|
- Legacy UUID markdown cleanup (`context.cleanup_legacy_files`)
|
|
- Subagent codes: `{parent}.{seq}` (e.g. `w1-11.1`)
|
|
|
|
### Changed
|
|
|
|
- `INDEX.md` shows context code column and workstation of origin
|
|
- `manifest.json` includes `context_code`, `created_workstation`, `manual_code`
|
|
- Markdown front matter includes `context_code` and `created_workstation`
|
|
|
|
## [0.0.1] - 2026-07-10
|
|
|
|
Initial release: export/import all transcripts, workstation YAML config, `USAGE.md`.
|
|
|
|
[0.1.0]: https://git.p7net.ru/tools/cam/-/tags/v0.1.0
|
|
[0.0.1]: https://git.p7net.ru/tools/cam/-/tags/v0.0.1
|