Archive probe repo after CORE-WP-0007-T01
Mark the IHP pipeline-validation probe archived, preserve diagnostic docs, move IRP-WP-0001 to workplans/archived/, and disable push-triggered CI.
This commit is contained in:
parent
efe88a0133
commit
fafbeabe72
6 changed files with 45 additions and 13 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
12
INTENT.md
12
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`.
|
||||
|
|
|
|||
25
README.md
25
README.md
|
|
@ -1,3 +1,24 @@
|
|||
# repo-seed
|
||||
# ihp-railiance-probe (archived)
|
||||
|
||||
A git repository template to bootstrap coulomb projects from.
|
||||
**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.
|
||||
2
SCOPE.md
2
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)
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue