Repository
DEVELOPER
Everything needed to run the monorepo locally. The public repo is the source of truth; these commands mirror the root README.
EVIDENCE BOUNDARY — Bankabil receipts support review and provenance. They do not provide legal, regulatory, medical, lending, audit, reimbursement, investment, valuation, or commercial-outcome conclusions.
Setup
$ bin/setupInstall dependencies and prepare all 15 app databases.$ bin/checkRun the full monorepo check, including the docs validator.
Run one app
$ cd apps/venture_proofEnter any app directory from the catalog.$ bin/demoLoad the deterministic demo dataset and scenarios.$ bin/rails server -p 3001Serve the app on its canonical port.
Clean reset and Safari QA
$ bin/clean --fullStop monorepo Rails/Puma servers, clear runtime output, recreate all 15 dev/test databases.$ bin/browser_check --all --deepRun every app through Capybara, Selenium, and local Safari WebDriver; writes screenshots and report.json under tmp/browser_reports.$ bin/clean --full --preserve-browser-reportClean reset while keeping the browser QA report.
Documentation
$ ruby scripts/generate_docs.rbRegenerate company docs from children.yml.$ ruby scripts/validate_docs.rbValidate docs, app README summaries, and the root catalog.
Native Kernel API (Ruby surface)
- doctorReport native kernel availability and build health.
- issue_receiptIssue a canonical receipt for a validated payload.
- verify_receiptVerify a receipt locally and offline.
- digest_artifactsHash submitted artifacts into a manifest.
- validate_schemaValidate payload shape against the domain schema.
Per-App JSON API
- POST/api/v1/workflow_eventsCreate a workflow event for a scenario.
- POST/api/v1/receiptsIssue a receipt for a workflow scenario.
- POST/api/v1/receipts/:id/verifyRun local verification for a receipt.
- POST/api/v1/evidence_roomsCreate a static Evidence Room export.
- GET/api/v1/evidence_rooms/:id/exportRead an Evidence Room manifest.
App Ports And READMEs
- 3001apps/venture_proofhttp://127.0.0.1:3001README
- 3002apps/cfo_receiptshttp://127.0.0.1:3002README
- 3003apps/treasury_proofhttp://127.0.0.1:3003README
- 3004apps/acquire_proofhttp://127.0.0.1:3004README
- 3005apps/proof_foundryhttp://127.0.0.1:3005README
- 3006apps/care_proofhttp://127.0.0.1:3006README
- 3007apps/channel_proofhttp://127.0.0.1:3007README
- 3008apps/margin_proofhttp://127.0.0.1:3008README
- 3009apps/diligence_proofhttp://127.0.0.1:3009README
- 3010apps/operator_proofhttp://127.0.0.1:3010README
- 3011apps/venture_relations_proofhttp://127.0.0.1:3011README
- 3012apps/capital_bridge_proofhttp://127.0.0.1:3012README
- 3013apps/founder_ops_proofhttp://127.0.0.1:3013README
- 3014apps/grant_proofhttp://127.0.0.1:3014README
- 3015apps/pipeline_proofhttp://127.0.0.1:3015README