inter-hub-haskell/Web/Controller
Bernd Worsch 3737845e02 fix(WP-0017/E4): Layer 3 error fixes — round 2 (18 files)
Fixes 46 compile errors across 18 controllers and views:
- BridgeResponse missing from explicit import lists (Widgets, RequirementCandidates,
  DecisionRecords, AgentDelegations) — dot-notation HasField resolution fails without
  the type in scope under DuplicateRecordFields
- unId not in IHP v1.5 — replaced all fmap (Id . unId) with fmap coerce
- respondWith not in IHP — replaced with plain redirectTo in 5 controllers
- [hubId] list param to sqlQuery — replaced with (Only hubId) tuple
- deleteWhere not in IHP — replaced with query/filterWhere/fetch/deleteRecords
- fill @'["label"] mismatch — field is label_ in generated types, not label
- PersistUUID/toUUID (persistent-style) — replaced with (Only id)
- intercalate + jsonArrayTexts ambiguity in GovernanceTemplates — hid Index import,
  removed local duplicates, added Data.Text (intercalate)
- Int16 not in scope in AntifragilityDashboard — changed to Int (score :: Int)
- typeArraySection type mismatch in HubCapabilityManifests/Edit — unified to [Text]
- renderForm arity mismatch — added action param to DecisionRecords/New.renderForm
- Missing qualified Data.Aeson import in AdaptiveThresholds
- Missing ?request::Request constraint in Api/V2/WidgetPatterns.renderJsonWithStatus

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-12 12:17:45 +00:00
..
Api/V2 fix(WP-0017/E4): Layer 3 error fixes — round 2 (18 files) 2026-04-12 12:17:45 +00:00
AdaptiveThresholds.hs fix(WP-0017/E4): Layer 3 error fixes — round 2 (18 files) 2026-04-12 12:17:45 +00:00
AgentDelegations.hs fix(WP-0017/E4): Layer 3 error fixes — round 2 (18 files) 2026-04-12 12:17:45 +00:00
AgentProposals.hs fix(WP-0014/A2): close remaining pure-param and structural compilation errors 2026-04-10 01:14:08 +00:00
AgentRegistrations.hs fix(WP-0017/E4): Layer 3 error fixes — round 2 (18 files) 2026-04-12 12:17:45 +00:00
AiGovernancePolicies.hs fix(WP-0014/A2): close remaining pure-param and structural compilation errors 2026-04-10 01:14:08 +00:00
Annotations.hs fix(WP-0017/E4): Layer 3 error fixes — round 2 (18 files) 2026-04-12 12:17:45 +00:00
AnnotationThreads.hs fix(WP-0014/A2): close remaining pure-param and structural compilation errors 2026-04-10 01:14:08 +00:00
ApiConsumers.hs fix(WP-0014/A2): close remaining pure-param and structural compilation errors 2026-04-10 01:14:08 +00:00
ApiDashboard.hs fix(WP-0017/E3): Layer 3 error fixes — controllers and views 2026-04-11 23:40:31 +00:00
ApiInteractionEvents.hs fix(WP-0014/A2): close remaining pure-param and structural compilation errors 2026-04-10 01:14:08 +00:00
ApiKeys.hs fix(WP-0014/A2): close remaining pure-param and structural compilation errors 2026-04-10 01:14:08 +00:00
ArchiveRecords.hs fix(WP-0014/A2): close remaining pure-param and structural compilation errors 2026-04-10 01:14:08 +00:00
CollectiveProposals.hs fix(WP-0014/A2): close remaining pure-param and structural compilation errors 2026-04-10 01:14:08 +00:00
CrossHubPropagations.hs feat(P7): IHF Phase 7 complete — advanced observability and operational integration 2026-03-29 21:49:22 +00:00
DecisionRecords.hs fix(WP-0017/E4): Layer 3 error fixes — round 2 (18 files) 2026-04-12 12:17:45 +00:00
DeploymentRecords.hs fix(WP-0017/E4): Layer 3 error fixes — round 2 (18 files) 2026-04-12 12:17:45 +00:00
EnvelopeEmissionContracts.hs fix(WP-0017/E3): Layer 3 error fixes — controllers and views 2026-04-11 23:40:31 +00:00
FederatedGovernance.hs feat(P8): IHF Phase 8 complete — Federated Hub Maturity 2026-03-29 22:53:01 +00:00
FederatedPolicyOverlays.hs fix(WP-0014/A2): close remaining pure-param and structural compilation errors 2026-04-10 01:14:08 +00:00
GovernanceTemplates.hs fix(WP-0017/E4): Layer 3 error fixes — round 2 (18 files) 2026-04-12 12:17:45 +00:00
HubCapabilityManifests.hs fix(WP-0014/A2): close remaining pure-param and structural compilation errors 2026-04-10 01:14:08 +00:00
HubRegistry.hs fix(WP-0017/E3): Layer 3 error fixes — controllers and views 2026-04-11 23:40:31 +00:00
HubRoutingRules.hs fix(WP-0014/A2): close remaining pure-param and structural compilation errors 2026-04-10 01:14:08 +00:00
Hubs.hs feat(WP-0009): IHF GAAF Compliance Foundation — type registries, extension manifests, architectural contracts 2026-03-31 21:17:39 +00:00
InstitutionalKnowledge.hs fix(WP-0014/A2): close remaining pure-param and structural compilation errors 2026-04-10 01:14:08 +00:00
InteractionEvents.hs fix(WP-0017/E3): Layer 3 error fixes — controllers and views 2026-04-11 23:40:31 +00:00
InteractionReportingContracts.hs feat(P6/T02-T03): EnvelopeEmissionContract and InteractionReportingContract 2026-03-29 21:11:03 +00:00
LearningDashboard.hs feat(WP-0013): IHF Phase 12 — Platform Memory and Continuous Learning 2026-04-03 12:34:07 +00:00
LineageEnrichment.hs fix(WP-0017/E4): Layer 3 error fixes — round 2 (18 files) 2026-04-12 12:17:45 +00:00
MarketplaceDashboard.hs fix(WP-0014/A2): close remaining pure-param and structural compilation errors 2026-04-10 01:14:08 +00:00
ModelRoutingPolicies.hs feat(WP-0012): IHF Phase 11 — Advanced AI Federation 2026-04-01 20:57:17 +00:00
OutcomeCorrelations.hs fix(WP-0017/E4): Layer 3 error fixes — round 2 (18 files) 2026-04-12 12:17:45 +00:00
PatternPerformance.hs fix(WP-0017/E4): Layer 3 error fixes — round 2 (18 files) 2026-04-12 12:17:45 +00:00
Prelude.hs feat(WP-0016/C1-C4): Layer 2 isolation and clean-base infrastructure 2026-04-10 15:38:01 +00:00
RequirementCandidates.hs fix(WP-0017/E4): Layer 3 error fixes — round 2 (18 files) 2026-04-12 12:17:45 +00:00
Requirements.hs fix(WP-0017/E3): Layer 3 error fixes — controllers and views 2026-04-11 23:40:31 +00:00
Sessions.hs fix(WP-0017/E1): Layer 2 + Sessions fixes 2026-04-11 08:37:04 +00:00
StaticPages.hs feat(WP-0015/B1-B6): StaticPages controller and public intro/tutorial UI 2026-04-08 02:02:44 +00:00
StewardshipRoles.hs feat(P8): IHF Phase 8 complete — Federated Hub Maturity 2026-03-29 22:53:01 +00:00
TypeRegistries.hs fix(WP-0017/E4): Layer 3 error fixes — round 2 (18 files) 2026-04-12 12:17:45 +00:00
WebhookSubscriptions.hs fix(WP-0014/A2): close remaining pure-param and structural compilation errors 2026-04-10 01:14:08 +00:00
WidgetAdapterSpecs.hs feat(P6/T04): WidgetAdapterSpecsController, registry, widget adapter integration 2026-03-29 21:14:57 +00:00
WidgetOwnerships.hs feat(P8): IHF Phase 8 complete — Federated Hub Maturity 2026-03-29 22:53:01 +00:00
WidgetPatterns.hs fix(WP-0017/E4): Layer 3 error fixes — round 2 (18 files) 2026-04-12 12:17:45 +00:00
Widgets.hs fix(WP-0017/E4): Layer 3 error fixes — round 2 (18 files) 2026-04-12 12:17:45 +00:00