abdfa8e034
chore(consistency): sync task status from DB [auto]
...
Test / test (push) Has been cancelled
Updated by fix-consistency on 2026-04-29:
- update .custodian-brief.md for inter-hub
2026-04-29 14:24:58 +02:00
cc06bfdc90
chore(consistency): sync task status from DB [auto]
...
Test / test (push) Has been cancelled
Updated by fix-consistency on 2026-04-29:
- update .custodian-brief.md for inter-hub
2026-04-29 14:10:01 +02:00
26bc67ff79
chore(consistency): sync task status from DB [auto]
...
Test / test (push) Has been cancelled
Updated by fix-consistency on 2026-04-29:
- update .custodian-brief.md for inter-hub
2026-04-29 13:55:02 +02:00
7c85b1ed5a
chore(workplans): close WP-0014, WP-0015, WP-0017 as done
...
Test / test (push) Has been cancelled
All three active inter-hub workplans are complete:
- WP-0017: all E1–E5 done (clean build, 615 modules)
- WP-0014: A1–A5 done (smoke test passed on haskelseed 2026-04-29)
- WP-0015: B1–B7 done (static pages live, root route fixed)
Release: v0.2.0-alpha.1
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
v0.2.0-alpha.1
2026-04-29 13:50:46 +02:00
ad7c938bfa
fix(routes): root path "/" now routes to LandingAction
...
StaticPagesController parseRoute' used endOfInput for "/", but IHP passes
the raw path string so the parser received "/" not "". Match it explicitly
with string "/" before endOfInput, consistent with all other routes.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-29 13:49:23 +02:00
b761fb6987
chore(consistency): sync task status from DB [auto]
...
Test / test (push) Has been cancelled
Updated by fix-consistency on 2026-04-29:
- update .custodian-brief.md for inter-hub
2026-04-29 13:40:30 +02:00
84536228cd
chore(consistency): sync task status from DB [auto]
...
Test / test (push) Has been cancelled
Updated by fix-consistency on 2026-04-29:
- update .custodian-brief.md for inter-hub
2026-04-29 13:25:28 +02:00
68ef06b504
chore(deploy): add haskelseed Alpine startup scripts
...
Test / test (push) Has been cancelled
OpenRC init script + RunDevServer env wrapper for the haskelseed build VM
(Alpine 3.23, GHC 9.10.3, IHP 1.5). IHP DevServer binds to 127.0.0.1:8000
so socat forwards 0.0.0.0:8080 → 127.0.0.1:8000 for external access.
Deploy steps are documented in the file headers.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-29 13:20:16 +02:00
0fd842768c
chore(consistency): sync task status from DB [auto]
...
Test / test (push) Has been cancelled
Updated by fix-consistency on 2026-04-29:
- update .custodian-brief.md for inter-hub
2026-04-29 13:11:01 +02:00
680f1b7de6
chore(consistency): sync task status from DB [auto]
...
Test / test (push) Has been cancelled
Updated by fix-consistency on 2026-04-29:
- update .custodian-brief.md for inter-hub
2026-04-29 12:56:02 +02:00
ceffd984dd
chore(consistency): sync task status from DB [auto]
...
Test / test (push) Has been cancelled
Updated by fix-consistency on 2026-04-29:
- update .custodian-brief.md for inter-hub
2026-04-29 12:40:52 +02:00
301fbdba07
chore(consistency): sync task status from DB [auto]
...
Test / test (push) Has been cancelled
Updated by fix-consistency on 2026-04-29:
- update .custodian-brief.md for inter-hub
2026-04-29 12:25:58 +02:00
b3254ad458
chore(consistency): sync task status from DB [auto]
...
Test / test (push) Has been cancelled
Updated by fix-consistency on 2026-04-29:
- update .custodian-brief.md for inter-hub
2026-04-29 12:11:00 +02:00
19275f74b5
chore(consistency): sync task status from DB [auto]
...
Test / test (push) Has been cancelled
Updated by fix-consistency on 2026-04-29:
- update .custodian-brief.md for inter-hub
2026-04-29 11:56:01 +02:00
797f658307
chore(consistency): sync task status from DB [auto]
...
Test / test (push) Has been cancelled
Updated by fix-consistency on 2026-04-29:
- update .custodian-brief.md for inter-hub
2026-04-29 11:40:56 +02:00
5cb8e55077
chore(consistency): sync task status from DB [auto]
...
Test / test (push) Has been cancelled
Updated by fix-consistency on 2026-04-29:
- update .custodian-brief.md for inter-hub
2026-04-29 11:25:53 +02:00
9efeb1905c
chore(consistency): sync task status from DB [auto]
...
Test / test (push) Has been cancelled
Updated by fix-consistency on 2026-04-29:
- update .custodian-brief.md for inter-hub
2026-04-29 11:10:55 +02:00
9676dd755c
chore(consistency): sync task status from DB [auto]
...
Test / test (push) Has been cancelled
Updated by fix-consistency on 2026-04-29:
- update .custodian-brief.md for inter-hub
2026-04-29 10:55:52 +02:00
2106000cc7
fix: resolve all GHC 9.10.3 / IHP 1.5 compile errors (all 616 modules load)
...
Test / test (push) Has been cancelled
Fix 13 modules that blocked compilation on Alpine:
- FrontController: remove annotationLauncherScript helper (IHP Html is a
constrained type synonym); add (?context, ?request) constraint to
defaultLayout matching what setLayout expects
- HubCapabilityManifests: switch JSONB fill to paramList+toJSON; fix dynamic
SQL Text→Query via fromString/cs; void sqlExec; add Control.Monad.void
- Hubs: replace raw Array sqlQuery with filterWhereIn query builder;
fix isInList validators
- DecisionRecords: remove unregistered DistilDecisionAction; fix hub
resolution chain via candidateId→sourceWidgetId; BridgeResponse(..)
- RequirementCandidates: BridgeResponse(..); remove @Widget type apps from
fetchOneOrNothing; void ConfidenceAnnotation createRecord
- AdaptiveThresholds: fix sqlQuery tuple param (Only hubId)
- AgentDelegations, AgentRegistrations, Widgets: BridgeResponse(..)
- Annotations, DeploymentRecords, GovernanceTemplates: minor type fixes
- DecisionRecords/Edit view: extract formAction before HSX block
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-29 10:46:50 +02:00
209c77dd31
chore(consistency): sync task status from DB [auto]
...
Test / test (push) Has been cancelled
Updated by fix-consistency on 2026-04-29:
- update .custodian-brief.md for inter-hub
2026-04-29 10:40:35 +02:00
6c7aecc091
chore(consistency): sync task status from DB [auto]
...
Test / test (push) Has been cancelled
Updated by fix-consistency on 2026-04-29:
- update .custodian-brief.md for inter-hub
2026-04-29 10:25:27 +02:00
f0aa3fc6be
chore(consistency): sync task status from DB [auto]
...
Test / test (push) Has been cancelled
Updated by fix-consistency on 2026-04-29:
- update .custodian-brief.md for inter-hub
2026-04-29 10:10:32 +02:00
99542ec0d6
chore(consistency): sync task status from DB [auto]
...
Test / test (push) Has been cancelled
Updated by fix-consistency on 2026-04-29:
- update .custodian-brief.md for inter-hub
2026-04-29 02:02:47 +02:00
bde7d58cd5
chore(consistency): sync task status from DB [auto]
...
Test / test (push) Has been cancelled
Updated by fix-consistency on 2026-04-29:
- update .custodian-brief.md for inter-hub
2026-04-29 01:47:45 +02:00
0d424b2b08
chore(consistency): sync task status from DB [auto]
...
Test / test (push) Has been cancelled
Updated by fix-consistency on 2026-04-29:
- update .custodian-brief.md for inter-hub
2026-04-29 01:33:04 +02:00
2319e74304
chore(consistency): sync task status from DB [auto]
...
Test / test (push) Has been cancelled
Updated by fix-consistency on 2026-04-29:
- update .custodian-brief.md for inter-hub
2026-04-29 01:18:06 +02:00
6160e0306d
chore(consistency): sync task status from DB [auto]
...
Test / test (push) Has been cancelled
Updated by fix-consistency on 2026-04-29:
- update .custodian-brief.md for inter-hub
2026-04-29 01:03:16 +02:00
ba85128c61
chore(consistency): sync task status from DB [auto]
...
Test / test (push) Has been cancelled
Updated by fix-consistency on 2026-04-29:
- update .custodian-brief.md for inter-hub
2026-04-29 00:48:30 +02:00
a0f93a8e27
chore(consistency): sync task status from DB [auto]
...
Test / test (push) Has been cancelled
Updated by fix-consistency on 2026-04-29:
- update .custodian-brief.md for inter-hub
2026-04-29 00:33:37 +02:00
adeaff214a
chore(consistency): sync task status from DB [auto]
...
Test / test (push) Has been cancelled
Updated by fix-consistency on 2026-04-29:
- update .custodian-brief.md for inter-hub
2026-04-29 00:18:53 +02:00
aa75b51346
chore(consistency): sync task status from DB [auto]
...
Test / test (push) Has been cancelled
Updated by fix-consistency on 2026-04-29:
- update .custodian-brief.md for inter-hub
2026-04-29 00:03:55 +02:00
95b928c48e
chore(consistency): sync task status from DB [auto]
...
Test / test (push) Has been cancelled
Updated by fix-consistency on 2026-04-28:
- update .custodian-brief.md for inter-hub
2026-04-28 23:48:40 +02:00
3841c5f36d
chore(consistency): sync task status from DB [auto]
...
Test / test (push) Has been cancelled
Updated by fix-consistency on 2026-04-28:
- update .custodian-brief.md for inter-hub
2026-04-28 23:33:42 +02:00
f3494a79e6
chore(consistency): sync task status from DB [auto]
...
Test / test (push) Has been cancelled
Updated by fix-consistency on 2026-04-28:
- update .custodian-brief.md for inter-hub
2026-04-28 23:18:56 +02:00
dd883d4805
chore(consistency): sync task status from DB [auto]
...
Test / test (push) Has been cancelled
Updated by fix-consistency on 2026-04-28:
- update .custodian-brief.md for inter-hub
2026-04-28 23:03:45 +02:00
449fa9daf7
chore(consistency): sync task status from DB [auto]
...
Test / test (push) Has been cancelled
Updated by fix-consistency on 2026-04-28:
- update .custodian-brief.md for inter-hub
2026-04-28 22:48:12 +02:00
a1fe0a5f98
chore(consistency): sync task status from DB [auto]
...
Test / test (push) Has been cancelled
Updated by fix-consistency on 2026-04-28:
- update .custodian-brief.md for inter-hub
2026-04-28 22:33:07 +02:00
3a01764036
chore(consistency): sync task status from DB [auto]
...
Test / test (push) Has been cancelled
Updated by fix-consistency on 2026-04-28:
- update .custodian-brief.md for inter-hub
2026-04-28 22:17:46 +02:00
0cad2d4a76
chore(consistency): sync task status from DB [auto]
...
Test / test (push) Has been cancelled
Updated by fix-consistency on 2026-04-28:
- update .custodian-brief.md for inter-hub
2026-04-28 22:02:40 +02:00
14674e798f
chore(consistency): sync task status from DB [auto]
...
Test / test (push) Has been cancelled
Updated by fix-consistency on 2026-04-28:
- update .custodian-brief.md for inter-hub
2026-04-28 21:47:30 +02:00
50bb8a2620
chore(consistency): sync task status from DB [auto]
...
Test / test (push) Has been cancelled
Updated by fix-consistency on 2026-04-28:
- update .custodian-brief.md for inter-hub
2026-04-28 21:32:19 +02:00
4fdcd19fc1
chore(consistency): sync task status from DB [auto]
...
Test / test (push) Has been cancelled
Updated by fix-consistency on 2026-04-28:
- update .custodian-brief.md for inter-hub
2026-04-28 21:17:16 +02:00
b232eb22e9
chore(consistency): sync task status from DB [auto]
...
Test / test (push) Has been cancelled
Updated by fix-consistency on 2026-04-28:
- update .custodian-brief.md for inter-hub
2026-04-28 06:00:28 +02:00
dcb483af78
chore(consistency): sync task status from DB [auto]
...
Test / test (push) Has been cancelled
Updated by fix-consistency on 2026-04-28:
- update .custodian-brief.md for inter-hub
2026-04-28 05:45:55 +02:00
6d0591ee50
chore(consistency): sync task status from DB [auto]
...
Test / test (push) Has been cancelled
Updated by fix-consistency on 2026-04-28:
- update .custodian-brief.md for inter-hub
2026-04-28 05:31:22 +02:00
05b77d7a44
chore(consistency): sync task status from DB [auto]
...
Test / test (push) Has been cancelled
Updated by fix-consistency on 2026-04-28:
- update .custodian-brief.md for inter-hub
2026-04-28 05:16:50 +02:00
9d7abde996
chore(consistency): sync task status from DB [auto]
...
Test / test (push) Has been cancelled
Updated by fix-consistency on 2026-04-28:
- update .custodian-brief.md for inter-hub
2026-04-28 05:02:16 +02:00
1553a9d70b
chore(consistency): sync task status from DB [auto]
...
Test / test (push) Has been cancelled
Updated by fix-consistency on 2026-04-28:
- update .custodian-brief.md for inter-hub
2026-04-28 04:47:43 +02:00
b03fb7d1e1
chore(consistency): sync task status from DB [auto]
...
Test / test (push) Has been cancelled
Updated by fix-consistency on 2026-04-28:
- update .custodian-brief.md for inter-hub
2026-04-28 04:33:11 +02:00
c88d3ecb1a
chore(consistency): sync task status from DB [auto]
...
Test / test (push) Has been cancelled
Updated by fix-consistency on 2026-04-28:
- update .custodian-brief.md for inter-hub
2026-04-28 04:18:46 +02:00