6d6bb3a44d
feat(orchestration): GLM 폴백 라우팅을 추가한다
...
Gemini 할당량 소진 시 등급별 GLM thinking 수준으로 전환해 Pi 실행 명령과 재시도 상태가 같은 실행 대상을 유지하도록 한다.
2026-08-02 15:39:36 +09:00
f054e80661
fix(agent-ops): selfcheck 재시도 지시를 단순화한다
2026-08-02 05:16:09 +09:00
1debc7ada0
feat(agent-ops): 마일스톤 작업 근거를 태그로 연결한다
...
분할된 계획과 완료 로그를 Task id 기준으로 집계해 마일스톤 동기화가 완료 작업을 누락하지 않도록 한다.
2026-08-01 19:58:16 +09:00
4e85b24838
fix(dispatcher): work log에 활성 파일과 loop를 기록한다
2026-08-01 15:00:08 +09:00
2be6789d63
fix(agent-ops): selfcheck 재시도 문맥을 유지한다
2026-08-01 05:25:42 +09:00
8760d16510
fix(agent-ops): 자식 실행 경계를 명시한다
...
dispatcher가 시작한 자식 에이전트가 orchestration을 재호출하지 않도록 실행 식별자와 허용된 PLAN 검증 범위를 계약에 고정한다.
2026-07-31 16:58:14 +09:00
40f52da95f
fix(agent-ops): Python dispatcher 계약을 복원한다
...
기존 task-loop 실행 경로와 PLAN write-set 검증 문서가 같은 Python dispatcher를 가리키도록 정리한다.
2026-07-31 16:53:31 +09:00
4e42091093
feat(agent): 에이전트 CLI 런타임을 추가한다
2026-07-31 13:20:03 +09:00
9e1a463a52
fix(orchestrator): 기본 병렬 실행 수를 3으로 제한한다
2026-07-30 12:21:11 +09:00
2cd1e506bd
feat(orchestrator): 전역 병렬 실행 제한을 추가한다
...
동일한 물리 워크스페이스에서 작업 그룹과 실행 단계를 가로질러 동시 실행 수를 안전하게 제한할 수 있어야 한다.
2026-07-30 12:05:49 +09:00
1f8040c74c
fix(agent-ops): 외부 실행 차단을 사용자 리뷰로 전환한다
...
자동 실행할 수 없는 외부 검증에서 후속 PLAN을 반복하지 않고 사용자 조치와 재개 조건을 파일 기반 gate로 남기기 위해 정책과 런타임 검증을 맞춘다.
2026-07-30 05:41:42 +09:00
2d406426eb
fix(agent-ops): PLAN 쓰기 경로 검증을 강제한다
...
PLAN 생성과 리뷰 후속 상태 기록 전에 동일한 디스패처 검증을 적용해 broad path가 다시 활성 작업을 차단하지 않도록 한다.
2026-07-29 13:43:39 +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
094ec20ec2
docs(agent-ops): 이벤트 기반 모니터링을 강제한다
2026-07-28 19:25:33 +09:00
5924629a40
fix(agent-ops): 자동 실행기의 공통 역의존을 제거한다
2026-07-28 10:34:42 +09:00
cdbc80a308
sync: archive migration, runtime-bridge updates, edge openai rebuilder, dispatch skill, docs
2026-07-27 17:55:16 +09:00
c6ea3bdc87
fix(agent-ops): 구현 체크리스트 완료 판정을 완화한다
2026-07-26 12:11:57 +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
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