Integrated Haskell Plattform based AI factory core framework
Find a file
Bernd Worsch 74bab5f6f2 fix(WP-0014/A2): continued type-correctness fixes and Tailwind CSS output
- Schema.sql: add FK constraints for phases 6–12 so IHP generates Id X
  instead of UUID for FK columns (widget_adapter_specs, friction_scores,
  hub_routing_rules, agent_proposals, hub_capability_manifests, etc.)
- HubHealth, ModelRouter, ApiInteractionEvents: remove toUUID() wrappers
  now that FK columns carry proper Id types
- FederatedGovernance/Dashboard, HubRoutingRules/Index: same Id comparison fix
- AgentProposals/Index, DecisionRecords/Index, ApiConsumers/Edit: Id type fixes
- BottleneckDetector: add Data.Coerce import; CrossHubPropagation: add guard
- ApiKeys: qualify cryptohash-sha256 import to resolve package ambiguity
- WebhookDeliveryJob: use LBS.fromStrict; remove duplicate diffUTCTime
- Sessions/New: use renderFlashMessages (IHP built-in)
- ArchiveRecords/LineageInspector: simplify renderChainStep signature
- static/app.css: Tailwind CSS output (2011 lines) — A3 confirmed
- workplans/IHUB-WP-0015-local-deployment-intro-ui.md: add workplan

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-08 01:49:41 +00:00
.github/workflows feat(T01): bootstrap IHP v1.5 project scaffold 2026-03-27 01:36:18 +00:00
Application fix(WP-0014/A2): continued type-correctness fixes and Tailwind CSS output 2026-04-08 01:49:41 +00:00
Config feat(P6/T05): cross-framework annotation launcher JS widget 2026-03-29 21:17:43 +00:00
contracts feat(WP-0013): IHF Phase 12 — Platform Memory and Continuous Learning 2026-04-03 12:34:07 +00:00
docs feat(WP-0009): IHF GAAF Compliance Foundation — type registries, extension manifests, architectural contracts 2026-03-31 21:17:39 +00:00
memory feat(WP-0009): IHF GAAF Compliance Foundation — type registries, extension manifests, architectural contracts 2026-03-31 21:17:39 +00:00
scripts feat: integrate llm-connect FR-1/FR-3/FR-4 into IHF bridge 2026-04-01 22:48:29 +00:00
specs feat(WP-0009): IHF GAAF Compliance Foundation — type registries, extension manifests, architectural contracts 2026-03-31 21:17:39 +00:00
static fix(WP-0014/A2): continued type-correctness fixes and Tailwind CSS output 2026-04-08 01:49:41 +00:00
tailwind fix(WP-0014): pre-flight compilation fixes, Tailwind pipeline, and admin seed 2026-04-04 09:55:12 +00:00
Test feat(WP-0009): IHF GAAF Compliance Foundation — type registries, extension manifests, architectural contracts 2026-03-31 21:17:39 +00:00
Web fix(WP-0014/A2): continued type-correctness fixes and Tailwind CSS output 2026-04-08 01:49:41 +00:00
workplans fix(WP-0014/A2): continued type-correctness fixes and Tailwind CSS output 2026-04-08 01:49:41 +00:00
.custodian-brief.md chore(consistency): sync task status from DB [auto] 2026-04-02 00:51:48 +02:00
.env.example fix(WP-0014): pre-flight compilation fixes, Tailwind pipeline, and admin seed 2026-04-04 09:55:12 +00: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
ARCHITECTURE-LAYERS.md feat(WP-0013): IHF Phase 12 — Platform Memory and Continuous Learning 2026-04-03 12:34:07 +00:00
CLAUDE.md feat(WP-0013): IHF Phase 12 — Platform Memory and Continuous Learning 2026-04-03 12:34:07 +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 fix(WP-0014): pre-flight compilation fixes, Tailwind pipeline, and admin seed 2026-04-04 09:55:12 +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(WP-0009): IHF GAAF Compliance Foundation — type registries, extension manifests, architectural contracts 2026-03-31 21:17:39 +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.