Establishes citation-work as the standalone home of the review workspace,
migrated out of the citation-evidence umbrella app.
- Package/tooling scaffold: package.json, tsconfig, vite/vitest/eslint configs
with eslint-plugin-boundaries enforcing engine/anchor/source-only imports
- Providers/hooks: EngineProvider, SessionProvider + use* hooks (T02)
- Panes: CollectionList, ViewerShell, EvidenceSidebar (T03/T04/T05)
- Capture/edit: InlineCaptureForm, EvidenceFormBody; UploadDropzone owned here
- ReviewShell: repo-owned three-pane layout with an upload slot seam
- Tests: CollectionList, InlineCaptureForm capture flow, EvidenceSidebar
export/edit/activation (11 tests, all green)
- Anchor consumed as @citation-evidence/evidence-anchor package; @source kept
on the umbrella facade for its local viewer-url policy
- Docs (README/SCOPE) refreshed; deferred gaps recorded
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Sync AGENTS.md, CLAUDE.md, and .claude/rules from updated project_rules
templates: workplan-first session protocol, legacy terminology footnote,
and GET /workplans/ examples.
Reviewed for the reuse-surface capability registry coverage campaign;
no reusable capability to register at this time. See file for rationale.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
- Align agent files with on-disk workplan prefixes (infer from workplan ids)
- Set workplan domain to registered domain_slug; add topic_slug where applicable
- Repair frontmatter delimiter formatting; migrate legacy task status literals
- Regenerate AGENTS.md, CLAUDE.md, and .claude/rules from State Hub templates
Add CWORK-WP-0001-intent-placeholder.md so consistency sweeps pass C-01 while this repo remains
INTENT-only. Implementation stays in citation-evidence until extraction.
Hub workstream id is written in frontmatter from fix-consistency.
Per-session ralph state and machine-local Claude settings shouldn't be
committed. Shared Claude config under .claude/ (commands, agents) stays
tracked.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Code lives upstream in citation-evidence/src/work/ during the MVP.
README documents that, points at SharedContracts.md, and reiterates
the no-import-from-binder rule from the dependency map.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Documents the umbrella-first MVP decision (2026-05-24). This repo remains
INTENT-only until the review workspace UX stabilizes through real product
use. Reconciles the original evidence-state vocabulary: strong-support /
weak-support / contradicts now live on EvidenceLink.relation per umbrella
SharedContracts §2.5. Reaffirms: work depends on engine + anchor + source,
not on binder — review workspace must function without form binding.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>