Integrated Haskell Plattform based AI factory core framework
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> |
||
|---|---|---|
| .github/workflows | ||
| Application | ||
| Config | ||
| contracts | ||
| docs | ||
| memory | ||
| scripts | ||
| specs | ||
| static | ||
| tailwind | ||
| Test | ||
| Web | ||
| workplans | ||
| .custodian-brief.md | ||
| .env.example | ||
| .envrc | ||
| .ghci | ||
| .ghci-core | ||
| .gitattributes | ||
| .gitignore | ||
| .stylish-haskell.yaml | ||
| App.cabal | ||
| ARCHITECTURE-LAYERS.md | ||
| CLAUDE.md | ||
| default.nix | ||
| devenv.nix | ||
| flake.lock | ||
| flake.nix | ||
| hie.yaml | ||
| LICENSE | ||
| Main.hs | ||
| Makefile | ||
| README.md | ||
| SCOPE.md | ||
| Setup.hs | ||
| start | ||
repo-seed
A git repository template to bootstrap coulomb projects from.