@c4a/context-cli 0.5.38-beta.3 → 0.5.39-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -109,7 +109,7 @@ Embedded layout (default):
109
109
  │ ├── changelog.md # append-only compile / drop log (derivable from git)
110
110
  │ ├── domain/ entity/ action/ # one directory per Node type
111
111
  ├── archive/ # dropped but restorable raw / knowledge artifacts
112
- └── aspects/<name>/prompt.md # per-aspect capture prompt templates
112
+ └── aspects/<name>/README.md # per-aspect maintainer guides
113
113
  ```
114
114
 
115
115
  Root layout (`context init --layout root`) uses the same tree directly in the current directory: `config.yaml`, `raw/`, `output/`, `knowledge/`, `archive/`, `aspects/`, and `inbox/` live at repo root. Root layout is intended for dedicated knowledge repositories; initialization refuses to run if those C4A-owned entries already exist.