Integrated Haskell Plattform based AI factory core framework
Find a file
Bernd Worsch 9265ca2d9c feat(P8): IHF Phase 8 complete — Federated Hub Maturity
Implements the final phase of the IHF v0.1 specification:

- WidgetOwnership: delegated ownership registry (local/delegated/global),
  append-only audit artefacts, ownership badge on widget show page
- HubRoutingRule + RoutingEngine: priority-ordered inter-hub routing engine;
  null-inclusive category/widget-type matching; RouteNowAction for manual
  re-evaluation; RoutedCandidates view per hub
- FederatedPolicyOverlay: draft → active → retired lifecycle; activated
  overlays are immutable (same pattern as Phase 6 contracts); policy
  compliance dashboard with decision coverage metrics
- StewardshipRole: named governance roles per hub; point-in-time revocation
  pattern; hub and ops-board integration
- ArchiveRecord + is_archived: soft-delete on widgets; lineage inspector
  traces full traceability chain (Widget → Events → Annotations → Candidates
  → Requirements → Decisions → Deployments → Signals + ArchiveRecord)
- FederatedGovernanceDashboard: 5-panel autoRefresh org-wide governance view
  (ownership coverage, routing activity, policy compliance, stewardship
  coverage, archive activity)

Schema: widget_ownerships, hub_routing_rules, federated_policy_overlays,
stewardship_roles, archive_records; ALTER widgets ADD is_archived;
ALTER requirement_candidates ADD routed_to_hub_id

Migration: 1743638400-ihf-phase8-federated-hub-maturity.sql
Tests: Phase 8 integration tests appended to Test/Integration.hs
Docs: docs/phase8-summary.md; SCOPE.md updated to Phase 8 complete

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-29 22:53:01 +00:00
.claude feat(P7): IHF Phase 7 complete — advanced observability and operational integration 2026-03-29 21:49:22 +00:00
.github/workflows feat(T01): bootstrap IHP v1.5 project scaffold 2026-03-27 01:36:18 +00:00
Application feat(P8): IHF Phase 8 complete — Federated Hub Maturity 2026-03-29 22:53:01 +00:00
Config feat(P6/T05): cross-framework annotation launcher JS widget 2026-03-29 21:17:43 +00:00
docs feat(P8): IHF Phase 8 complete — Federated Hub Maturity 2026-03-29 22:53:01 +00:00
specs docs(spec): IHF specification v0.2 — Phases 9–12 2026-03-29 21:58:54 +00:00
static feat(P6/T06): React adapter specification and reference example 2026-03-29 21:19:26 +00:00
Test feat(P8): IHF Phase 8 complete — Federated Hub Maturity 2026-03-29 22:53:01 +00:00
Web feat(P8): IHF Phase 8 complete — Federated Hub Maturity 2026-03-29 22:53:01 +00:00
workplans feat(P8): IHF Phase 8 complete — Federated Hub Maturity 2026-03-29 22:53:01 +00:00
.custodian-brief.md chore(consistency): sync task status from DB [auto] 2026-03-28 23:02:25 +01:00
.envrc feat(T01): bootstrap IHP v1.5 project scaffold 2026-03-27 01:36:18 +00:00
.ghci feat(T01): bootstrap IHP v1.5 project scaffold 2026-03-27 01:36:18 +00:00
.gitattributes feat(T01): bootstrap IHP v1.5 project scaffold 2026-03-27 01:36:18 +00:00
.gitignore feat(T01): bootstrap IHP v1.5 project scaffold 2026-03-27 01:36:18 +00:00
.stylish-haskell.yaml feat(T01): bootstrap IHP v1.5 project scaffold 2026-03-27 01:36:18 +00:00
App.cabal feat(T01): bootstrap IHP v1.5 project scaffold 2026-03-27 01:36:18 +00:00
CLAUDE.md chore: register Phase 5 workplan (IHUB-WP-0005) 2026-03-29 14:17:59 +00:00
default.nix feat(T01): bootstrap IHP v1.5 project scaffold 2026-03-27 01:36:18 +00:00
flake.lock feat(T01): bootstrap IHP v1.5 project scaffold 2026-03-27 01:36:18 +00:00
flake.nix feat(P5): IHF Phase 5 complete — agent-assisted distillation 2026-03-29 15:54:33 +00:00
hie.yaml feat(T01): bootstrap IHP v1.5 project scaffold 2026-03-27 01:36:18 +00:00
LICENSE Initial commit 2026-03-26 23:43:55 +00:00
Main.hs feat(T02-T11): IHF Phase 1 schema, controllers, views, and helpers 2026-03-27 01:42:43 +00:00
Makefile feat(T01): bootstrap IHP v1.5 project scaffold 2026-03-27 01:36:18 +00:00
README.md Initial commit 2026-03-26 23:43:55 +00:00
SCOPE.md feat(P8): IHF Phase 8 complete — Federated Hub Maturity 2026-03-29 22:53:01 +00:00
Setup.hs feat(T01): bootstrap IHP v1.5 project scaffold 2026-03-27 01:36:18 +00:00
start feat(T01): bootstrap IHP v1.5 project scaffold 2026-03-27 01:36:18 +00:00

repo-seed

A git repository template to bootstrap coulomb projects from.