Sector domain and category decided with the repository owner on 2026-08-25.
Classification is not mechanical: the sector describes intended users, so a
confident wrong value is harder to correct than a missing one.
Refs CUST-WP-0067-T05
Assistant: claude-code
Assistant-Model: opus
Assistant-Process: 2583210@bnt-lap001
Assistant-Session: f2bff2d5-e9b2-4338-92ca-10282a927006
The remote row pointed at 127.0.0.1:18000, a reverse tunnel back to the
workstation. On railiance01 the State Hub runs in the cluster on that same
machine, so the request left the box and came back to reach a local service.
Refs CUST-WP-0067-T07
Assistant: claude-code
Assistant-Model: opus
Assistant-Process: 2583210@bnt-lap001
Assistant-Session: f2bff2d5-e9b2-4338-92ca-10282a927006
Maintainer decision, 2026-07-29: adopts TRSL V1C1 as this repo's
preliminary governing license, per target-revenue's
workplans/TREV-WP-0008-governance-and-pilot-rollout.md T05. Full
specialist legal review is deferred until out of beta (target-revenue
SCOPE.md §1). No Phase is yet declared for this repo.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Allow version-controlled agent rule files under .claude/rules/ while keeping
machine-local Claude Code state ignored. Aligns with state-hub gitignore pattern.
Sync AGENTS.md, CLAUDE.md, and .claude/rules from updated project_rules
templates: workplan-first session protocol, legacy terminology footnote,
and GET /workplans/ examples.
workplan-spec.md:
- Task Close Gate: when marking a task done in the file, also call
update_task_status(state_hub_task_id, "done") in the State Hub
- HEUREKA Completion Sequence: before HEUREKA, for hub-integrated workplans:
update all tasks, update_workstream_status → done, add_progress_event
milestone, then set status: done and output HEUREKA
plugin/ralph-workplan.md:
- Added State-Hub Integration Notes section injected via stop-hook prompt
so the worker follows Task Close Gate and HEUREKA Completion Sequence
Resolves: state-hub progress event 1e73441e (2026-03-16)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Installs the skill directly to ~/.claude/commands/ralph-workplan.md
with absolute script paths baked in via sed substitution. Drops the
installed_plugins.json registry approach which is no longer needed.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude Code requires skill files in commands/ subdirectory and a registration
entry in installed_plugins.json. The previous install.sh just copied files to
a bare directory which Claude Code never discovered.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Standalone Claude Code skill that ties a ralph loop to a workplan file.
Retires automatically when all tasks are done — no external dependencies.
- plugin/ralph-workplan.md skill entrypoint
- plugin/scripts/check-done.sh pre-start guard (reads workplan status)
- plugin/scripts/setup.sh writes ralph state file with workplan-aware prompt
- install.sh copies plugin files to ~/.claude/plugins/
- workplan-spec.md workplan file format reference
- README.md
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>