Integrated Haskell Plattform based AI factory core framework
Find a file
tegwick 6078c48289 fix: registry list crash and logout 405
IHP NameSupport cannot parse trailing-underscore field names at runtime.
orderByAsc #label_ in all four registry list actions (and the API V2
equivalents) crashed the page with ParseErrorBundle. Changed to orderByAsc
#name which avoids the NameSupport conversion path entirely.

textField #label_ in the four registry form views has the same issue.
Replaced with a plain <input> element that reads entry.label_ directly.

Logout <a href={DeleteSessionAction}> sent GET but IHP requires DELETE.
IHP includes methodOverridePost middleware, so a POST form with
_method=DELETE handles this correctly.

Also corrected the seed admin-user migration hash from bcrypt to the
pwstore-fast format (sha256|17|...) that IHP actually uses.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-03 00:05:02 +02:00
.claude This seems to be our first runnable version on railiance01 2026-05-02 22:08:38 +02:00
.gitea/workflows ci: add Gitea Actions workflow for build, push, and deploy 2026-04-29 23:17:53 +02:00
.github/workflows feat(T01): bootstrap IHP v1.5 project scaffold 2026-03-27 01:36:18 +00:00
Application fix: registry list crash and logout 405 2026-05-03 00:05:02 +02: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
deploy fix: registry list crash and logout 405 2026-05-03 00:05:02 +02:00
docs docs: add new-hub-quickstart.md — two-pattern domain hub guide 2026-04-29 14:53:19 +02: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(build): tune GHC for haskelseed (8 CPU / 30 GiB) 2026-04-28 01:32:36 +02: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): close remaining pure-param and structural compilation errors 2026-04-10 01:14:08 +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: registry list crash and logout 405 2026-05-03 00:05:02 +02:00
workplans feat(WP-0018): workplan for Railiance01 deployment with full ops scaffold 2026-04-29 15:50:24 +02:00
.custodian-brief.md chore(consistency): sync task status from DB [auto] 2026-05-02 23:53:11 +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 fix(WP-0014/A2): close remaining pure-param and structural compilation errors 2026-04-10 01:14:08 +00:00
.ghci feat(build): tune GHC for haskelseed (8 CPU / 30 GiB) 2026-04-28 01:32:36 +02:00
.ghci-core feat(WP-0016/C1-C4): Layer 2 isolation and clean-base infrastructure 2026-04-10 15:38:01 +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-0016/C2-C3): close build infrastructure workplan 2026-04-10 23:36:06 +00:00
default.nix feat(T01): bootstrap IHP v1.5 project scaffold 2026-03-27 01:36:18 +00:00
devenv.lock fix(WP-0014/A2): fix devenv shell — IHP_LIB, ghci, ghcid now available 2026-04-12 13:11:41 +00:00
devenv.nix feat(build): tune GHC for haskelseed (8 CPU / 30 GiB) 2026-04-28 01:32:36 +02:00
devenv.yaml fix(WP-0014/A2): fix devenv shell — IHP_LIB, ghci, ghcid now available 2026-04-12 13:11:41 +00:00
flake.lock feat(T01): bootstrap IHP v1.5 project scaffold 2026-03-27 01:36:18 +00:00
flake.nix fix(build): simplify GHC 9.10.3 overlay — drop Generated.Types stub 2026-05-02 17:09:00 +02:00
HaskellVibePrimer.md This seems to be our first runnable version on railiance01 2026-05-02 22:08:38 +02: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 Scope update from repo-scoping refactor 2026-05-01 12:26:13 +02: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.