Files
mk 2cab3c2b02 Release v0.1.0: context codes and readable archive file names.
- 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>
2026-07-13 09:41:57 +03:00

27 lines
500 B
YAML

# macOS workstation example
# cp config/workstations/macos.example.yml config/workstations/local.yml
workstation:
id: "macos-dev"
label: "macOS development machine"
index: "w1"
project:
root: "/Users/you/projects/your-project"
name: "your-project"
export:
output_dir: "docs/cursor_agents"
index_language: "en"
import:
overwrite_existing: false
context:
prefix_workstation: true
auto_format: "{ws}-{seq}"
subagent_format: "{parent}.{seq}"
registry:
file: "registry.yaml"