CANONICAL 15 APPSCC.
REPO-CANONICAL · PLANNING ARCHIVE LABELED
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/setup
    Install dependencies and prepare all 15 app databases.
  • $ bin/check
    Run the full monorepo check, including the docs validator.

Run one app

  • $ cd apps/venture_proof
    Enter any app directory from the catalog.
  • $ bin/demo
    Load the deterministic demo dataset and scenarios.
  • $ bin/rails server -p 3001
    Serve the app on its canonical port.

Clean reset and Safari QA

  • $ bin/clean --full
    Stop monorepo Rails/Puma servers, clear runtime output, recreate all 15 dev/test databases.
  • $ bin/browser_check --all --deep
    Run every app through Capybara, Selenium, and local Safari WebDriver; writes screenshots and report.json under tmp/browser_reports.
  • $ bin/clean --full --preserve-browser-report
    Clean reset while keeping the browser QA report.

Documentation

  • $ ruby scripts/generate_docs.rb
    Regenerate company docs from children.yml.
  • $ ruby scripts/validate_docs.rb
    Validate 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