Implement FIN-WP-0001 ledger, evaluate, and evidence lane (T03–T05)
Add SQLite-backed cost ledger with import/summary CLI, cron-friendly evaluate command with federation emit, and dogfood evidence artefact generation from fixture CSVs.
This commit is contained in:
parent
d6f88cd70a
commit
277c2d05ca
12 changed files with 760 additions and 7 deletions
41
docs/evidence/runway-dogfood-2026-07-08.md
Normal file
41
docs/evidence/runway-dogfood-2026-07-08.md
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
# Runway Dogfood Evidence — 2026-07-08
|
||||
|
||||
Status: generated v0.1 (2026-07-08 20:43 UTC)
|
||||
|
||||
Non-secret internal dogfood artefact for RaaS managed-tier runway evidence.
|
||||
Fixture CSVs under `tests/fixtures/` imported into a local SQLite ledger.
|
||||
|
||||
## Opening position
|
||||
|
||||
- Opening balance: **12,000.00 EUR**
|
||||
- Alert threshold: **3.0 months**
|
||||
- Ledger path: `/home/worsch/fin-hub/.fin-hub/ledger.db`
|
||||
|
||||
## Monthly burn (ledger rollups)
|
||||
|
||||
| Period | Currency | Total | Entries |
|
||||
| --- | --- | ---: | ---: |
|
||||
| 2026-06 | EUR | 185.30 | 5 |
|
||||
| 2026-06 | USD | 1.65 | 2 |
|
||||
|
||||
## Runway projection
|
||||
|
||||
- Average monthly burn (EUR): **185.30**
|
||||
- Projected runway: **64.8 months**
|
||||
- Below threshold: **no**
|
||||
|
||||
## Alerts
|
||||
|
||||
- No alerts triggered.
|
||||
|
||||
## Federation signals
|
||||
|
||||
When `STATE_HUB_API` is reachable, `finhub evaluate --emit` posts:
|
||||
|
||||
- fin→dev resource pressure (`budget_pressure`, `runway_below_threshold`)
|
||||
- fin→canon viability alert when runway is below threshold
|
||||
|
||||
## References
|
||||
|
||||
- `docs/raas-mvp-packaging.md` — managed-tier runway add-on
|
||||
- `workplans/FIN-WP-0001-runway-operations-lane.md` — operational lane
|
||||
|
|
@ -54,7 +54,9 @@ instead of founder-only ops.
|
|||
|
||||
## First Customer Acquisition Strategy
|
||||
|
||||
1. **Internal dogfood** — complete Railiance restore drill + fin-hub runway evidence.
|
||||
1. **Internal dogfood** — complete Railiance restore drill + fin-hub runway evidence
|
||||
(`docs/evidence/runway-dogfood-2026-07-08.md`, regenerate via
|
||||
`PYTHONPATH=src uv run finhub evidence --seed-fixtures`).
|
||||
2. **Founder network** — 3 architecture review offers to EU technical SMEs with DSGVO pressure.
|
||||
3. **Consulting wedge** — fixed-scope "sovereign ops assessment" (2–5 days) leading to managed tier.
|
||||
4. **Content** — publish restore-drill case study (non-secret evidence only).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue