Five audience-specific demo scenarios are live #3
cognis-digital
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The repo now ships five narrated demo scenarios in
demos/, each written for a different audience and driving the real dealflow API offline against a bundled sample pipeline — no network, no fabricated numbers.01_founder_forecast.py02_revops_funnel.py03_bd_rep_deals.py04_finance_ci_gate.py--min-forecastas a CI tripwire (exit 0 pass / exit 1 fail)05_analyst_csv_export.py--format csvper-deal export reconciled against the engine forecastRun them all:
Each exits
0and doubles as a smoke test underpytest(42 tests green). New docs:docs/ARCHITECTURE.md(with the deal state-machine diagram) anddocs/DEMOS.md.Which audience's scenario maps closest to how you forecast today?
All reactions