chore(evidence): refresh package layering refactor notes

This commit is contained in:
YeonGyu-Kim
2026-05-21 12:45:09 +09:00
parent fc0f4cc9ee
commit 95291fa4ed
14 changed files with 111 additions and 235 deletions
+6 -3
View File
@@ -1,3 +1,6 @@
grep pattern: OpenCode
scope: packages/boulder-state/src/**/*.ts
result: no matches
PASS
Description: Verify that packages/boulder-state has no coupling back into src/ or OMO-specific internals.
Date: 2026-05-21T02:09:46Z
Method: grep -rE "@opencode-ai|from ['\"]opencode/|Bun\.|from ['\"]bun:" --exclude='*.test.ts' --exclude='*.audit.test.ts' packages/boulder-state/src/
Result: No violations — 0 matches. Package is clean with no upward coupling.