This repository has been archived on 2026-07-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
inter-hub-haskell/README.md
tegwick 5901f98cde chore(CORE-WP-0007): retire inter-hub-haskell reference implementation
Rename awareness in README, disable push-triggered CI, and point registry
paths at coulomb/inter-hub-haskell after Core Hub cutover.
2026-07-08 12:48:05 +02:00

35 lines
1.3 KiB
Markdown

# inter-hub-haskell (retired)
**Status:** renamed and retired 2026-07-08 (`CORE-WP-0007`). Forgejo repo:
`coulomb/inter-hub-haskell`. Production ingress at `hub.coulomb.social` serves
[Core Hub](https://gitea.coulomb.social/coulomb/core-hub) since 2026-07-03.
Historical specification and reference implementation of the **Interaction Hub
Framework (IHF)** — the second-generation Haskell/IHP interaction substrate
superseded by Core Hub.
## Preserved knowledge
Read these before touching any remaining Haskell/IHP build path:
- `specs/InteractionHubFrameworkSpecification_v0.2.md` — full IHF contract
- `ARCHITECTURE-LAYERS.md`, `specs/OperationalArchitecture_v0.1.md`
- `SCOPE.md` — phase breakdown and boundaries
- `deploy/railiance/RUNBOOK.md` — last production deployment notes
## Replacement
- **Production API:** [Core Hub](https://gitea.coulomb.social/coulomb/core-hub)
- **Ops extension pattern:** `ops-hub` (evidence now posts to Core Hub)
- **Migration bundle source name:** `inter-hub-haskell` in Core Hub fixtures
Rollback k8s deployments are scaled to `0` on CoulombCore and railiance01.
CI workflows are `workflow_dispatch` only; do not schedule new haskelseed builds.
## Stack (historical)
Built on IHP v1.5 + PostgreSQL + Nix/devenv. Local dev (if ever needed):
```bash
devenv up
```