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 -2
View File
@@ -1,2 +1,6 @@
# Command: grep -rE "@opencode-ai|from [\"']opencode/|Bun\.|from [\"']bun:" --exclude='*.test.ts' --exclude='*.audit.test.ts' packages/utils/src/
# Result: no matches
PASS
Description: Verify that packages/utils has no coupling back into src/ or other 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/utils/src/
Result: No violations — 0 matches. Package is clean with no upward coupling.