Commit graph

17 commits

Author SHA1 Message Date
ad4993a9e0 fix(agent-ops): dispatcher 리뷰 재진입 경계를 바로잡는다
공식 리뷰가 후속 PLAN 검증을 금지된 중첩 실행으로 오인해 같은 리뷰를 반복하지 않도록 child 경계를 명확히 한다. 영문 USER_REVIEW 계약도 dispatcher 파서와 일치시킨다.
2026-07-30 16:13:39 +09:00
213eee4e28 fix(agent-ops): 외부 실행 차단을 사용자 리뷰로 전환한다
자동 실행할 수 없는 외부 검증에서 후속 PLAN을 반복하지 않고 사용자 조치와 재개 조건을 파일 기반 gate로 남기기 위해 정책과 런타임 검증을 맞춘다.
2026-07-30 05:41:05 +09:00
da506ba71d fix(agent-ops): PLAN 쓰기 경로 검증을 강제한다
PLAN 생성과 리뷰 후속 상태 기록 전에 동일한 디스패처 검증을 적용해 broad path가 다시 활성 작업을 차단하지 않도록 한다.
2026-07-29 13:43:00 +09:00
211d33e1f5 feat(agent-ops): 작업공간 소유권 검증을 추가한다
같은 물리 작업공간에서 충돌하는 병렬 작업과 외부 실행 상태가 서로 영향을 주지 않도록 한다.
2026-07-29 08:07:43 +09:00
fa62ccc4cd fix(agent-ops): 작업 아티팩트 언어 계약을 정리한다
Canonical English 출력과 legacy Korean 읽기 경계를 일치시켜 리뷰 복구와 dispatcher 판정이 같은 계약을 따르도록 한다.\n\nVerdict schema와 completion scan 회귀를 deterministic 테스트로 고정한다.
2026-07-28 22:55:38 +09:00
7d0e2ca4dd refactor: dispatcher observation module & clean up archive logs 2026-07-28 20:43:23 +09:00
cdbc80a308 sync: archive migration, runtime-bridge updates, edge openai rebuilder, dispatch skill, docs 2026-07-27 17:55:16 +09:00
a17bad1fd3 feat: agent-task-runtime-target-selector 완료 및 SDD/로드맵 동기화
- dispatch.py: unknown isolation, selfcheck policy, admission quota, target cap 제거 로직 구현
- select_execution_target.py: 대상 선택器 개선
- test_dispatch.py: 전체 시나리오 테스트 대폭 추가/리팩토링
- test_select_execution_target.py: 신규 테스트 추가
- ROADMAP/PHASE/SDD 마일스톤 업데이트: unknown_isolation 완료, cli-agent-group-grade-routing 종료
- archive: 07~10번 subtask를 archive로 이동
- WORK_LOG 갱신, agent-test/inventory-dev.yaml 동기화
- shared-agent-task-runtime-desktop-agent SDD 신규 생성
2026-07-26 20:48:23 +09:00
c6ea3bdc87 fix(agent-ops): 구현 체크리스트 완료 판정을 완화한다 2026-07-26 12:11:57 +09:00
8d782e8fc3 feat: runtime target selector milestones progress, archives, and skill updates
- Update orchestrate-agent-task-loop skill and dispatch scripts
- Add 8 new milestone directories (07+06 through 12+08,11)
- Archive completed tasks for 05+04 and 06+05
- Update test configs, docs, and edge-smoke/node-smoke
- Add WORK_LOG.md for runtime target selector
2026-07-26 12:01:14 +09:00
01ca614ef3 chore: update orchestrate-agent-task-loop skill, roadmap, and archive completed tasks 2026-07-26 08:42:12 +09:00
51e1a20ff4 finalize task routing & orchestrate improvements, roadmap/SDD updates 2026-07-26 00:58:29 +09:00
deea59d035 feat: task routing, orchestration, quota probe, and skill updates
- add finalize-task-routing skill with policy and test scripts
- add execution target selection scripts and tests for orchestrate-agent-task-loop
- add quota probe adapter and CLI status for node app
- update plan, finalize-task-routing, and orchestration skill files
- add agent-task archive for runtime target selector
- update stream-evidence-gate-core milestone
2026-07-25 19:33:17 +09:00
3f01d08ceb sync: archive task evidence, update skills and roadmap, streamgate commit boundary & stream release, add runtime target selector SDD 2026-07-25 15:18:30 +09:00
8a4f6c55a1 sync: roadmap, skills, test inventory, streamgate package, docs updates
- Update roadmap milestones and phase docs across multiple phases
- Update plan, code-review, create-roadmap, update-roadmap, finalize-task-routing skills
- Update dev-corp-runtime-deploy, dev-runtime-deploy, orchestrate-agent-task-loop skills
- Refactor agent-task-loop dispatch script
- Add streamgate Go package (commit_boundary, evidence_tail, filter_registry, stream_release)
- Add test inventory files (dev, dev-corp, unified)
- Update test smoke tests and rules for dev/dev-corp
- Update docs/edge-local-dev-guide and e2e scripts
- Update inventory-query Go package
- Remove deprecated templates and inventory.yaml files
- Add orchestrate-agent-task-loop tests
2026-07-25 11:41:08 +09:00
41e06e8727 sync: archive task evidence, add parallel evaluation coordinator implementation 2026-07-24 17:01:07 +09:00
c90bb755a9 feat: streamline plan/code-review/finalize router, add stream gate SDDs, sync dev-test inventory, update roadmap milestones
- Refactor plan, code-review, finalize-task-routing, refine-local-plans, router skills
- Add agent-workflow-loop-orchestration skill and plan agent configs
- Update roadmap: knowledge-tool-optimization milestones, stream-evidence-gate-core SDD
- Add stream-evidence-gate-core task, archive, and Go streamgate package
- Update dev-test inventory (edge/node smoke), agent-contract, edge-local-dev-guide
- Deprecate USER_REVIEW for output-validation-filters SDD
2026-07-24 15:11:00 +09:00