test(fixtures): replace config/*.json reads with TS preset modules (DOB-6) #817
No reviewers
Labels
No labels
area:agents
area:dashboard
area:database
area:design
area:design-review
area:flows
area:infra
area:meta
area:security
area:sessions
area:webhook
area:workdir
security
type:bug
type:chore
type:meta
type:user-story
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
charles/claude-hooks!817
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "code-lead/798"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds
apps/server/src/test-fixtures/(STANDARD_AGENTS_CONFIG,STANDARD_LABEL_SPECS,STANDARD_STARTER_PACKS,STANDARD_RECOMMENDED_CATALOG+ README) and migrates every test off the on-diskconfig/*.jsonfactory files so DOB-5 can land cleanly.Closes #798
Test plan
grep -rln 'config/.*\.json' apps/ packages/ --include='*.test.*' --include='*.test.tsx'returns zero hits.bun x turbo run typecheckclean.bun x turbo run test— 3284/3284 pass.Correct fixture migration. All config/*.json disk reads removed from tests;
STANDARD_*TS consts typed against production schemas; smoke assertions on every fixture; README documents the pattern.Nit (non-blocking):
agents.tscomment says "five agent types" but the fixture defines four (missingdesign-reviewer). Update the comment or add the type.