diff options
| author | info@mode42.com <info@mode42.com> | 2026-08-07 18:25:13 +0000 |
|---|---|---|
| committer | info@mode42.com <info@mode42.com> | 2026-08-07 18:25:13 +0000 |
| commit | 04d965d67a7264a1c7c211494aebda1953df7603 (patch) | |
| tree | 0ebd700a6e219f84a26a656f4bee8778bc75da7b /.cursor/rules/research-storage.mdc | |
Initial push
Diffstat (limited to '.cursor/rules/research-storage.mdc')
| -rw-r--r-- | .cursor/rules/research-storage.mdc | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/.cursor/rules/research-storage.mdc b/.cursor/rules/research-storage.mdc new file mode 100644 index 0000000..1c979c7 --- /dev/null +++ b/.cursor/rules/research-storage.mdc @@ -0,0 +1,25 @@ +--- +description: Research and all documentation — MASTER vault only; MAX25-Stack is code + publication +alwaysApply: true +--- + +# Research storage & documentation boundary + +**FIXED:** [00-master-repo-governance.mdc](00-master-repo-governance.mdc) — no documents in `./*`. MASTER is primary for rules **and** documents. + +**MAX25-Stack:** code + publication binaries only. Existing `docs/` = read-only context for agents — never edit. + +Deep research → MASTER vault only (`projects/max25-stack/`, `hardware/tnc2c/`, `projects/integration/`). + +Workflow and REGISTER: MASTER `AGENT-INDEX.md`. + +**Automation (MASTER tools only):** + +```bash +VAULT="${MASTER_VAULT:-/home/akb/0-RESEARCHES}" +[[ -d "$VAULT" ]] || VAULT=/home/akb/Code/0-RESEARCHES +"$VAULT/tools/vault-duplicate-check.sh" "keyword" +"$VAULT/tools/vault-register-check.sh" "$VAULT/path/to/new.md" +``` + +Do **not** use legacy paths `notes/` or `findings/` at vault root — use `projects/max25-stack/`, `projects/hybbx/`, `projects/integration/`. |
