diff --git a/.forgejo/workflows/ci-smoke.yaml b/.forgejo/workflows/ci-smoke.yaml index bd44c56..69bfb05 100644 --- a/.forgejo/workflows/ci-smoke.yaml +++ b/.forgejo/workflows/ci-smoke.yaml @@ -2,10 +2,8 @@ # Copy to: .forgejo/workflows/ci-smoke.yaml in consumer repos. name: CI Smoke +# Archived 2026-07-07 (CORE-WP-0007-T01). Manual dispatch only. on: - push: - branches: - - main workflow_dispatch: jobs: diff --git a/.gitea/workflows/build-and-deploy.yml b/.gitea/workflows/build-and-deploy.yml index 1e7e15f..5aad22b 100644 --- a/.gitea/workflows/build-and-deploy.yml +++ b/.gitea/workflows/build-and-deploy.yml @@ -1,9 +1,8 @@ name: Build and Deploy +# Archived 2026-07-07 (CORE-WP-0007-T01). Manual dispatch only. on: - push: - branches: - - main + workflow_dispatch: jobs: build-push-deploy: diff --git a/INTENT.md b/INTENT.md index 5e82902..24a3035 100644 --- a/INTENT.md +++ b/INTENT.md @@ -59,5 +59,13 @@ means: - A new IHP project can be promoted to production without the build archaeology that inter-hub required. -Once the pipeline is validated, the probe continues to serve as a **regression -canary**: rebuild it whenever the flake lock is updated before touching inter-hub. +Once the pipeline is validated, the probe continued as a **regression canary** +until Core Hub replaced the production interaction framework. + +## Retirement (2026-07-07) + +Archived per `CORE-WP-0007-T01` after `IRP-WP-0001` completion and Core Hub +production cutover (`CORE-WP-0005-T04`, 2026-07-03). The probe's diagnostic +value is preserved in this repo's docs and workplan archive; no further builds +or deployments are expected. Haskell build-lane retirement continues in +`CORE-WP-0007-T03`. diff --git a/README.md b/README.md index fcd7b8f..19d5433 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,24 @@ -# repo-seed +# ihp-railiance-probe (archived) -A git repository template to bootstrap coulomb projects from. \ No newline at end of file +**Status:** archived 2026-07-07 (`CORE-WP-0007-T01`) + +Minimal IHP-on-Railiance pipeline-validation probe — not a product. The probe +completed its mission in May 2026 (`IRP-WP-0001`); production interaction +framework responsibility moved to Core Hub (`CORE-WP-0005` cutover 2026-07-03). + +## Preserved knowledge + +Read these before touching any remaining Haskell/IHP build path: + +- `INTENT.md` — why the probe existed and what it proved +- `DeploymentBlueprint.md` — deployment shape and operator notes +- `PIPELINE_LOG.md` — successful build/deploy/smoke runs (2026-05-03, 2026-05-07) +- `workplans/archived/260707-IRP-WP-0001-pipeline-validation.md` — full task evidence + +## Replacement + +- Production API: [Core Hub](https://gitea.coulomb.social/coulomb/core-hub) +- Historical Haskell implementation: `inter-hub` (pending rename to + `inter-hub-haskell` in `CORE-WP-0007-T02`) + +CI workflows are disabled; do not schedule new haskelseed builds against this repo. \ No newline at end of file diff --git a/SCOPE.md b/SCOPE.md index 3fbe07a..dc8fec0 100644 --- a/SCOPE.md +++ b/SCOPE.md @@ -3,7 +3,7 @@ This file defines what `ihp-railiance-probe` owns, when to use it, and where its boundaries stop. -Last reviewed: 2026-06-04 +Last reviewed: 2026-07-07 (archived — see README.md) --- diff --git a/workplans/IRP-WP-0001-pipeline-validation.md b/workplans/archived/260707-IRP-WP-0001-pipeline-validation.md similarity index 97% rename from workplans/IRP-WP-0001-pipeline-validation.md rename to workplans/archived/260707-IRP-WP-0001-pipeline-validation.md index 146c135..aabaa2e 100644 --- a/workplans/IRP-WP-0001-pipeline-validation.md +++ b/workplans/archived/260707-IRP-WP-0001-pipeline-validation.md @@ -4,10 +4,10 @@ type: workplan title: "ihp-railiance-probe — Full Pipeline Validation" domain: infotech repo: ihp-railiance-probe -status: done +status: archived owner: tegwick created: "2026-05-02" -updated: "2026-05-07" +updated: "2026-07-07" state_hub_workstream_id: "dce43c1c-1a4c-4b8d-aeb1-7755c9243a38" --- @@ -451,3 +451,9 @@ Automate the build → push → deploy pipeline via Gitea Actions: | T10 | Pod Running on Railiance01 | done | | T11 | Smoke tests pass; log entry committed | done | | T12 | CI pipeline automated (optional) | done | + +## Retirement 2026-07-07 + +Workstream archived by `CORE-WP-0007-T01`. Pipeline validation completed in May +2026; Core Hub now owns production (`CORE-WP-0005` cutover 2026-07-03). CI +workflows disabled; repo retained for IHP/GHC/Nix diagnostic history only.