ForgeKitFORGEKIT

Build Log

Known Console v0A Validation + Deploy Hardening

July 1, 2026

Verified the ethics gate holds at every layer — db, build, parser, logic — then fixed the /research deployment path so the wisdom corpus works on Vercel, not just locally.

KnownValidationDeployFix
5
gates verified
19
wisdom sources confirmed
5
files bundled into Known/content/

Timeline

Start
Validation brief received
Continuing from prior session — db:push and git push already done
Phase 1
db:push + build verified
Neon synced, TypeScript clean, all routes compile
Phase 2
Parser + ethics gate verified
19 sources, 6 patterns, 0 empty URLs confirmed via Node; gate logic verified in isolation
Phase 3
Smoke test completed by Zeb
Browser flow: raw entry → draft → approve → caregiver card confirmed
Phase 4
Vercel path trap identified and fixed
content/ mirror created, parsers updated, build clean
Close
Pushed and deployed
Git push triggered Known Vercel deploy; deploy:known script added to root package.json

What shipped

Known/content/brain/ — deploy copy of brain markdown files bundled with the app

Known/content/mvp-hypotheses.md — deploy copy of hypotheses doc

parseResearch.ts path fixed: ../docs escape → content/ (Vercel-safe)

parseWisdomCorpus.ts path fixed: ../docs escape → content/brain/ (Vercel-safe)

deploy:known script added to root package.json

Browser smoke test: full import → draft → approve → caregiver visibility flow confirmed