F2 SLICE-1: artifact schema + CoauthorStore with round-trip tests (#4)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ben Stull
2026-06-10 06:49:31 -07:00
parent 9c9d4928bd
commit 9d93ccca19
5 changed files with 271 additions and 0 deletions
+1
View File
@@ -4,5 +4,6 @@ export default defineConfig({
test: {
environment: "node",
include: ["test/**/*.test.ts"],
exclude: ["test/e2e/**", "node_modules/**"],
},
});