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>
29 lines
537 B
YAML
29 lines
537 B
YAML
# CRM3-26 — macOS workstation nt-041
|
|
# cp config/workstations/nt-041.example.yml config/workstations/local.yml
|
|
|
|
workstation:
|
|
id: "nt-041"
|
|
label: "nt-041 macOS"
|
|
index: "w1"
|
|
|
|
project:
|
|
root: "/Users/you/projects/crm3-26"
|
|
name: "crm3-26"
|
|
|
|
export:
|
|
output_dir: "docs/cursor_agents"
|
|
index_language: "ru"
|
|
|
|
import:
|
|
overwrite_existing: false
|
|
|
|
context:
|
|
prefix_workstation: true
|
|
auto_format: "{ws}-{seq}"
|
|
subagent_format: "{parent}.{seq}"
|
|
slug_max_length: 50
|
|
cleanup_legacy_files: true
|
|
|
|
registry:
|
|
file: "registry.yaml"
|