Auto-regulating market value exploring price engine
Find a file
codex 5ff416f6a8
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s
fix(workplans): qualify ad-hoc identifiers with the repository prefix
`ADHOC-YYYY-MM-DD` is unique per date but not per repository, so any two repos
opening an ad-hoc on the same day collide. The 2026-08-26 fleet projection
reset refused 9 records for exactly this reason.

Canon (work-record-types_v0.1, CUST-WP-0066) settled the form as
`{PREFIX}-WP-ADHOC-YYYY-MM-DD`, filename unchanged, and grandfathered existing
ids on the condition they are never *silently* re-derived. This is the explicit
migration that clause allows for.

The hub id is derived from the record id, so a changed id is a different
record: stale state_hub_*_id fields are dropped and fix-consistency re-derives.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>

Assistant: claude-code
Assistant-Model: opus
Assistant-Process: 2583210@bnt-lap001
Assistant-Session: f2bff2d5-e9b2-4338-92ca-10282a927006
2026-08-28 00:28:19 +02:00
.claude/rules docs: workplan-first agent guidance prose (CUST-WP-0055 T04 batch 4) 2026-07-08 17:22:12 +02:00
.forgejo/workflows Add Forgejo CI smoke workflow (enablement template) 2026-07-08 12:27:57 +02:00
adaptive_pricing_core feat: add typed tier assurance guardrails 2026-08-19 21:32:07 +02:00
docs feat: add typed tier assurance guardrails 2026-08-19 21:32:07 +02:00
projects/coulomb-pricing feat: add typed tier assurance guardrails 2026-08-19 21:32:07 +02:00
registry Normalize repo metadata and sync docs 2026-07-02 10:21:02 +02:00
research Seeded intent and research 2026-06-21 23:27:21 +02:00
workplans fix(workplans): qualify ad-hoc identifiers with the repository prefix 2026-08-28 00:28:19 +02:00
.custodian-brief.md chore(consistency): sync task status from DB [auto] 2026-08-18 07:30:32 +02:00
.gitignore Initial commit 2026-06-21 20:02:13 +00:00
.repo-classification.yaml Human-review .repo-classification.yaml (CUST-WP-0050 follow-up) 2026-06-22 17:56:16 +02:00
AGENTS.md docs(agents): repoint remote State Hub URL to the in-cluster address 2026-08-25 00:20:37 +02:00
CLAUDE.md observatory stuff 2026-06-22 23:05:05 +02:00
INTENT.md Seeded intent and research 2026-06-21 23:27:21 +02:00
LICENSE Adopt Target Revenue Source License V1C1 (org-wide preliminary rollout) 2026-07-29 23:50:35 +02:00
README.md docs: workplan-first agent guidance prose (CUST-WP-0055 T04 batch 4) 2026-07-08 17:22:12 +02:00
SCOPE.md feat: add typed tier assurance guardrails 2026-08-19 21:32:07 +02:00
tenancy.yaml feat: add typed tier assurance guardrails 2026-08-19 21:32:07 +02:00
WORK-RECORDS.md feat: add typed tier assurance guardrails 2026-08-19 21:32:07 +02:00

adaptive-pricing

Auto-regulating market value exploring price engine.

Framework for defining, evaluating, adapting, and implementing pricing models across the product lifecycle — from cost-floor analysis through customer-tunable pricing to payment-provider execution.

Orient

Doc Purpose
INTENT.md Project purpose, problem space, lifecycle model
docs/ProductRequirementsDocument.md Generic product requirements
docs/ImplementationRoadmap.md Milestone-based implementation path from observatory MVP to adaptive engine
docs/StripePublication.md Provider-neutral publication model and Stripe shadow-publication flow
docs/GovernanceWorkflows.md Governance policy, recommendation workflow, tuning contract, and audit surfaces
AGENTS.md Agent instructions, dev workflow, State Hub integration
workplans/ Active workplans and tasks
projects/coulomb-pricing/ Coulomb Social MVP deployment material

Status

Framework-first repo with one finished project-specific implementation: Economic Observatory MVP for Coulomb Social. The root remains the generic pricing framework; the current runtime lives under projects/coulomb-pricing/observatory/.