Build and continous integration pipeline validator for haskell projects in railiance.
Find a file
tegwick e372a0c9ce feat: minimal IHP scaffold — T01-T05, T08 of IRP-WP-0001
- flake.nix adapted from inter-hub: appName=ihp-railiance-probe, stripped to
  core packages, GHC 9.10.3 Bug 1+2 overlays carried verbatim (pname check
  updated to ihp-railiance-probe-models)
- IHP project scaffold: Main.hs, Config.hs, App.cabal, Setup.hs, Makefile
- Schema: probes table (id, name, created_at)
- Health endpoint: GET /healthz → "ok" (HealthController)
- Probes CRUD: ProbesController + 4 views (Index, New, Show, Edit)
- Hspec test suite: Test/ProbeControllerSpec covers /probes and /healthz
- Helm chart in chart/: deployment, service, ingress, secret templates
- devenv.nix, devenv.yaml, .ghci, tailwind config

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-03 12:57:28 +02:00
.claude/rules Registered with the state-hub in scope stack 2026-05-02 16:49:01 +02:00
Application feat: minimal IHP scaffold — T01-T05, T08 of IRP-WP-0001 2026-05-03 12:57:28 +02:00
chart feat: minimal IHP scaffold — T01-T05, T08 of IRP-WP-0001 2026-05-03 12:57:28 +02:00
Config feat: minimal IHP scaffold — T01-T05, T08 of IRP-WP-0001 2026-05-03 12:57:28 +02:00
static feat: minimal IHP scaffold — T01-T05, T08 of IRP-WP-0001 2026-05-03 12:57:28 +02:00
tailwind feat: minimal IHP scaffold — T01-T05, T08 of IRP-WP-0001 2026-05-03 12:57:28 +02:00
Test feat: minimal IHP scaffold — T01-T05, T08 of IRP-WP-0001 2026-05-03 12:57:28 +02:00
Web feat: minimal IHP scaffold — T01-T05, T08 of IRP-WP-0001 2026-05-03 12:57:28 +02:00
workplans docs: document Gitea registry token workaround 2026-05-02 17:09:48 +02:00
.custodian-brief.md chore(consistency): sync task status from DB [auto] 2026-05-02 16:47:07 +02:00
.ghci feat: minimal IHP scaffold — T01-T05, T08 of IRP-WP-0001 2026-05-03 12:57:28 +02:00
.gitignore Initial commit 2026-05-02 11:39:27 +00:00
App.cabal feat: minimal IHP scaffold — T01-T05, T08 of IRP-WP-0001 2026-05-03 12:57:28 +02:00
CLAUDE.md Registered with the state-hub in scope stack 2026-05-02 16:49:01 +02:00
default.nix feat: minimal IHP scaffold — T01-T05, T08 of IRP-WP-0001 2026-05-03 12:57:28 +02:00
DeploymentBlueprint.md docs: document Gitea registry token workaround 2026-05-02 17:09:48 +02:00
devenv.nix feat: minimal IHP scaffold — T01-T05, T08 of IRP-WP-0001 2026-05-03 12:57:28 +02:00
devenv.yaml feat: minimal IHP scaffold — T01-T05, T08 of IRP-WP-0001 2026-05-03 12:57:28 +02:00
flake.nix feat: minimal IHP scaffold — T01-T05, T08 of IRP-WP-0001 2026-05-03 12:57:28 +02:00
INTENT.md docs: add INTENT, DeploymentBlueprint, and pipeline workplan 2026-05-02 16:19:46 +02:00
LICENSE Initial commit 2026-05-02 11:39:27 +00:00
Main.hs feat: minimal IHP scaffold — T01-T05, T08 of IRP-WP-0001 2026-05-03 12:57:28 +02:00
Makefile feat: minimal IHP scaffold — T01-T05, T08 of IRP-WP-0001 2026-05-03 12:57:28 +02:00
PIPELINE_LOG.md feat: minimal IHP scaffold — T01-T05, T08 of IRP-WP-0001 2026-05-03 12:57:28 +02:00
README.md Initial commit 2026-05-02 11:39:27 +00:00
SCOPE.md Registered with the state-hub in scope stack 2026-05-02 16:49:01 +02:00
Setup.hs feat: minimal IHP scaffold — T01-T05, T08 of IRP-WP-0001 2026-05-03 12:57:28 +02:00

repo-seed

A git repository template to bootstrap coulomb projects from.