Commit Graph

11 Commits

Author SHA1 Message Date
b7a2cc48ba chore(docs+tests): complete T05 + T06 for CYA-WP-0002. All 6 tasks done. README Memory section, AGENTS update, full test coverage for real memory + safety. Workplan retired. 2026-05-26 07:01:12 +02:00
98a43f5671 feat(safety): T04 complete — memory signals integrated into rule-based risk classifier (conservative only; never bypasses confirmation). Verified live. T01-T04 now done. 2026-05-26 03:17:38 +02:00
e8f7320bb4 feat(memory): T03 complete — memory wired into orchestrator (consult + --explain-context surface + context to LLM + render); T01-T03 now done in workplan (ralph iters 1-3) 2026-05-26 03:13:06 +02:00
905485acce feat(memory) + docs: T01 complete — cya/phase-memory integration contract (MemoryVision), refined port signatures in seam (no-op preserved), phase-memory (arch/interop/lifecycle/ports) review; workplan T01 marked done. ralph iter 1. 2026-05-26 03:03:50 +02:00
1bce4bd7bc chore(workplan): activate CYA-WP-0002 (status: active) and seed ralph-workplan loop (HEUREKA, 20 iters); modernize instructions for task status canon (progress/wait); log activation to State Hub 2026-05-26 03:01:29 +02:00
aea790622a feat(workplan): create CYA-WP-0002 focused on MemoryVision realization
New workplan: Memory Integration Roadmap — moving from the thin T05 no-op ports toward real, profile-driven phase-memory integration.

Directly addresses the primary gap identified in the recent Intent-vs-Scope analysis and the new MemoryVision.md.

Refs: MemoryVision.md, CYA-WP-0001, history/2026-05-26 gap analysis
2026-05-26 02:43:22 +02:00
f93b766e12 docs(memory): add MemoryVision.md + gap analysis and related doc updates
- New MemoryVision.md outlining long-term vision for phase-memory integration in cya (profiles, phases, lifecycle, ports)
- Persisted full Intent-vs-Scope gap analysis in history/
- Updated SCOPE.md to reflect post-MVP reality and MemoryVision direction
- Minor cross-references in AGENTS.md and the CYA-WP-0001 workplan

This lays the foundation for the next workplan (CYA-WP-0002) focused on realizing the MemoryVision.

Refs: MemoryVision.md, history/2026-05-26-CYA-Intent-Scope-Gap-Analysis.md, CYA-WP-0001 T05/T08
2026-05-26 02:42:54 +02:00
3cca37623f chore(workplan): mark T07 done, T08 in_progress + add implementation status section
Part of CYA-WP-0001 tracking after T01-T07 slice + README work.
2026-05-26 02:20:42 +02:00
637919dd8c feat(cya): T01-T07 core console-native MVP slice (CYA-WP-0001)
- T01: Python + Typer/rich + pyproject.toml + full src/ layout + working `cya` CLI entrypoint
- T02: Bounded transparent context collector (top-level only, provenance, ignores) + --explain-context
- T03: Genuine rule-based risk classifier (primary) + mandatory terminal confirmation, no auto-execute
- T04: LLMAdapter Protocol + deterministic FakeLLMAdapter seam (llm-connect boundary, zero bypass)
- T05: Strictly minimal phase-memory no-op ports (loud markers, per operator direction 2026-05-26)
- T06: Orchestrator coordinating the full flow; CLI is thin delegation
- T07: pytest harness + safety-focused tests (risk invariants + collector)

All changes verified by running the installed `cya` binary and `pytest tests/`.

Workplan updated with status. State Hub progress event logged (workstream 0a1233fd...).

Refs: CYA-WP-0001, Decision a644364b-11c4-49a9-bf17-99063382e27b
2026-05-26 02:19:13 +02:00
da6c7acfc9 chore(workplan): activate CYA-WP-0001 + record operator decisions
- Frontmatter: status `ready` → `active`
- Added "Status Update — 2026-05-26 (Activated)" section documenting
  the resolved stack choices and the specific direction on T03 (safety)
  and T05 (phase-memory).
- Annotated the T03 and T05 task descriptions with the operator's
  explicit guidance (rule-based risk assessment first + ADR requirement;
  strictly minimal no-op ports for memory).
- Linked the resolved State Hub Decision `a644364b-11c4-49a9-bf17-99063382e27b`.
- Updated Current Evidence to reflect bootstrap completion and activation.

This authorizes implementation of the narrow console-native MVP slice
to begin (starting with T01).

Resolves: State Hub Decision D1 (now `resolved`)
2026-05-26 00:53:57 +02:00
1bdd8e03d8 feat(workplan): add CYA-WP-0001 console-native-mvp
- Created first repo-backed workplan per AGENTS.md and bootstrap
  workstream "repo-integration-can-you-assist" Task T02.
- Workplan kept at status: ready (pending explicit stack choice
  review before moving to active).
- 8 focused tasks (T01-T08) covering: CLI skeleton + packaging,
  bounded context collector, mandatory safety/confirmation layer,
  llm-connect adapter boundary, phase-memory ports, orchestrator,
  test strategy, and documentation handoff.
- Follows exact workplan convention and sibling (phase-memory)
  style for Goal / Current Evidence / Non-Goals / task blocks.
- Prepares narrow MVP slice that proves the core console loop
  while respecting crisp boundaries with llm-connect and phase-memory.

Workstream: 0a1233fd-75ab-4726-8857-6c97de939069
Progress event: 15cdf940-db46-4f97-ae0b-e21ce2e57ce6
Ready for: make fix-consistency REPO=can-you-assist
2026-05-26 00:37:16 +02:00