Added nontracked workplans
Some checks failed
Test / test (push) Has been cancelled

This commit is contained in:
2026-04-25 17:03:52 +02:00
parent 2a20ccae48
commit 70c3ddbfbb
2 changed files with 12 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ topic_slug: inter_hub
created: "2026-04-10"
updated: "2026-04-10"
depends_on: []
state_hub_workstream_id: "5dcacb24-f4a2-407c-a526-d39ef9d4a51a"
---
# IHUB-WP-0016 — Build Infrastructure: Incremental Compilation and Autonomous Error-Fix Loop
@@ -75,6 +76,7 @@ skips the database startup, port binding, and service orchestration overhead.
id: C1
status: done
priority: high
state_hub_task_id: "4c812cfa-8204-4714-8493-a29529f605ea"
```
Also created `scripts/compile-check-core` and `.ghci-core` to compile Layer 1+2
@@ -113,6 +115,7 @@ This relies on `.ghci` (already present) which sets up `-j1` and loads the IHP c
id: C2
status: done
priority: medium
state_hub_task_id: "18d4d383-5f66-4780-a066-f25e51ccb158"
```
**Finding (2026-04-10):** IHP's `applicationGhciConfig` sets `-fbyte-code`. GHCi compiles
@@ -136,6 +139,7 @@ be needed — not worth adding given IHP's design tradeoffs.
id: C3
status: done
priority: high
state_hub_task_id: "56c45c72-1978-48c4-98ec-15d169c4417b"
```
Delivered as `workplans/IHUB-WP-0017-error-fix-loop.md`. Run inside `devenv shell`:
@@ -161,6 +165,7 @@ Configure a ralph-workplan loop:
id: C4
status: done
priority: high
state_hub_task_id: "5660575a-7fe4-471e-800f-a256964a0301"
```
```
@@ -179,6 +184,7 @@ stopping at the first failure — critical for batch error fixing.
id: C5
status: done
priority: medium
state_hub_task_id: "243e1469-89e0-4966-a50f-33279a3be34f"
```
Added "Compilation Layers" section to CLAUDE.md covering: