Skip to content

Commit a6a21d3

Browse files
claudeChBrain
authored andcommitted
governance: add surface/writing lane (writing.kaihacks.ai archive shelf)
The writing surface's pages were unowned - no branch could legally touch src/pages/writing/**. One explicit lane, same shape as the other surfaces. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0176ZYTwoV8V4So9SBTizc5X
1 parent 75489a1 commit a6a21d3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

khai-guard.config.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,11 @@
117117
"layer": "solution",
118118
"allow": ["src/pages/misfits/**", "src/pages/main/misfits/**"]
119119
},
120+
{
121+
"pattern": "surface/writing/*",
122+
"layer": "solution",
123+
"allow": ["src/pages/writing/**"]
124+
},
120125
{
121126
"pattern": "deps/*",
122127
"layer": "deps",

0 commit comments

Comments
 (0)