@windyroad/architect 0.5.2-preview.241 → 0.5.2-preview.243
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.
|
@@ -58,6 +58,11 @@ docs/problems/ (problem tickets), docs/BRIEFING.md, docs/briefing/, RISK-POLICY.
|
|
|
58
58
|
.risk-reports/, .changeset/, memory files, plan files, docs/jtbd/,
|
|
59
59
|
docs/PRODUCT_DISCOVERY.md, docs/VOICE-AND-TONE.md,
|
|
60
60
|
docs/STYLE-GUIDE.md.
|
|
61
|
+
NOTE: these exclusions are READ tolerance — the architect gate skips
|
|
62
|
+
user edits to these paths. They are NOT agent write targets. Never
|
|
63
|
+
write project-generated artefacts (plans, audits, scratch state) under
|
|
64
|
+
.claude/ — that is user-controlled config space. Project-generated
|
|
65
|
+
content belongs under docs/ or directly in problem-ticket bodies (P131).
|
|
61
66
|
HOOK_OUTPUT
|
|
62
67
|
mark_announced "architect" "$SESSION_ID"
|
|
63
68
|
fi
|
|
@@ -54,6 +54,9 @@ case "$FILE_PATH" in
|
|
|
54
54
|
exit 0 ;;
|
|
55
55
|
*/MEMORY.md|*/.claude/projects/*/memory/*)
|
|
56
56
|
exit 0 ;;
|
|
57
|
+
# READ tolerance only — gate skips user edits to .claude/plans/. NOT a write
|
|
58
|
+
# target for agents. .claude/ is user-controlled config space; agents must not
|
|
59
|
+
# write project-generated artefacts here. See P131.
|
|
57
60
|
*/.claude/plans/*.md|*.claude/plans/*.md)
|
|
58
61
|
exit 0 ;;
|
|
59
62
|
*/RISK-POLICY.md)
|