generated from coulomb/repo-seed
chore: register Phase 5 workplan (IHUB-WP-0005)
Some checks failed
Test / test (push) Has been cancelled
Some checks failed
Test / test (push) Has been cancelled
Registers Phase 5 (Agent-Assisted Distillation) workplan with 9 tasks (T01–T09) covering schema, AgentProposalsController, Claude API integration, and agent audit dashboard. Updates CLAUDE.md to point to the Phase 5 workplan and adds IHP_ANTHROPIC_API_KEY to the required env vars table. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
15
CLAUDE.md
15
CLAUDE.md
@@ -6,7 +6,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
|
||||
|
||||
**inter-hub** is the reference implementation of the **Interaction Hub Framework (IHF)** — a governed, observable interaction substrate for hub-based AI-enabled software systems. It treats every UI element as a governed artifact, creating a full traceability chain from rendered widget → user interaction → structured feedback → requirement candidate → decision record → implementation change → observed outcome.
|
||||
|
||||
**Current state:** Phases 1–3 complete. Phase 4 (Outcome Observation and Antifragility Loop) is the active implementation target.
|
||||
**Current state:** Phases 1–4 complete. Phase 5 (Agent-Assisted Distillation and Suggestion) is the active implementation target.
|
||||
|
||||
For situational context, read `SCOPE.md`. For architecture depth, read `specs/InteractionHubFrameworkSpecification_v0.1.md`.
|
||||
|
||||
@@ -104,17 +104,18 @@ Key rules:
|
||||
| `IHP_SESSION_SECRET` | Session encryption key |
|
||||
| `DATABASE_URL` | Postgres connection string |
|
||||
| `IHP_BASEURL` | External URL (e.g., `https://example.com`) |
|
||||
| `IHP_ANTHROPIC_API_KEY` | Anthropic API key for Phase 5 agent-assisted distillation |
|
||||
|
||||
## Active Workplan
|
||||
|
||||
Phase 4 work is tracked in `workplans/IHUB-WP-0004-ihf-phase4-outcome-observation-and-antifragility.md` (9 tasks, T01–T09). Use `/ralph-workplan workplans/IHUB-WP-0004-ihf-phase4-outcome-observation-and-antifragility.md` to drive implementation loops.
|
||||
Phase 5 work is tracked in `workplans/IHUB-WP-0005-ihf-phase5-agent-assisted-distillation.md` (9 tasks, T01–T09). Use `/ralph-workplan workplans/IHUB-WP-0005-ihf-phase5-agent-assisted-distillation.md` to drive implementation loops.
|
||||
|
||||
Phase 4 exit criteria:
|
||||
- The platform can determine whether a change improved outcomes
|
||||
- Recurrent friction becomes visible
|
||||
- The system supports evidence-based UI evolution
|
||||
Phase 5 exit criteria:
|
||||
- AI assistance reduces triage and synthesis burden
|
||||
- Human reviewers remain in control
|
||||
- AI outputs are auditable and attributable
|
||||
|
||||
Completed workplans: IHUB-WP-0001 (Phase 1), IHUB-WP-0002 (Phase 2), IHUB-WP-0003 (Phase 3).
|
||||
Completed workplans: IHUB-WP-0001 (Phase 1), IHUB-WP-0002 (Phase 2), IHUB-WP-0003 (Phase 3), IHUB-WP-0004 (Phase 4).
|
||||
|
||||
## Key Reference Docs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user