Commit graph

132 commits

Author SHA1 Message Date
0b21e0d512 chore: refine-plans skill 통합 및 관련 파일 수정 2026-07-29 20:16:39 +09:00
2d406426eb fix(agent-ops): PLAN 쓰기 경로 검증을 강제한다
PLAN 생성과 리뷰 후속 상태 기록 전에 동일한 디스패처 검증을 적용해 broad path가 다시 활성 작업을 차단하지 않도록 한다.
2026-07-29 13:43:39 +09:00
toki
5e3babfe8b sync: to agentic-framework v1.1.178 2026-07-29 10:47:36 +09:00
bec5e29099 fix(agent-ui): 동기화 경로 소유권을 검증한다
진행 중인 UI 작업과 직접 동기화가 같은 경로를 갱신하지 않도록 한다.
2026-07-29 09:42:17 +09:00
a52c73bc2a feat(agent-ops): UI 작업 매핑 정합화를 확장한다
계획 재구성과 Milestone 종료에서도 UI 상태 변경의 소유자와 완료 근거를 일관되게 유지한다.
2026-07-29 09:23:35 +09:00
18c9f08c07 fix(agent-ui): 완료 정합화 입력을 명확히 한다
완료 근거가 다른 작업으로 오인되어 UI 상태가 잘못 갱신되지 않도록 한다.
2026-07-29 08:36:34 +09:00
a72d3cc7ef feat(agent-ui): 완료 정합화 경로를 추가한다
계획 기반 UI 작업의 완료 근거와 상태 갱신을 명확히 연결한다.
2026-07-29 08:08:35 +09:00
8808a69e0f refactor(agent-ops): 검증 컨텍스트 흐름을 정리한다
계획과 리뷰 단계의 책임을 분리해 완료 근거를 일관되게 전달한다.
2026-07-29 08:08:16 +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
449ae44422 fix(agent-ops): 충돌로 되돌아간 작업 계약을 복원한다
rebase 후 과거 plan/code-review 계약과 진입 규칙이 되살아나 dispatcher 파일명 규약과 work-log archive 번호 계산이 깨진 상태를 바로잡는다.
2026-07-28 21:00:47 +09:00
e588d12964 fix: resolve rebase conflicts in common skill files 2026-07-28 20:45:03 +09:00
432284820e sync: to agentic-framework v1.1.174 2026-07-28 10:39:20 +09:00
c675cfd166 sync: to agentic-framework v1.1.173 2026-07-28 10:35:40 +09:00
18ba75dd99 feat: finalize-task-routing 스킬 정책 스크립트, edge observation sink 필터 구현 2026-07-28 04:18:19 +09:00
0e12a540c8 feat(agent-ops): 로컬 우선 라우팅 경계를 보강한다
로컬 모델의 작업 비중을 유지하면서 복합 위험과 반복 실패가 누적될 때만 cloud로 승격하고, 라우팅 자체의 재분석 비용과 반복 루프를 줄이기 위함이다.
2026-07-27 19:57:23 +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
7bf153ea1c sync: to agentic-framework v1.1.172 2026-07-23 21:50:43 +09:00
c41d9e2c41 sync: to agentic-framework v1.1.171 2026-07-23 21:37:34 +09:00
e8df747b5f docs(agent-ops): agent-ops 스킬·룰·라우터 갱신
- router: refine-local-plans 라우팅 추가, plan/review 역할 경계 명시
- plan: review stub 템플릿 및 SKILL.md 보강
- code-review: SKILL.md, agent yaml, user-review 템플릿 갱신
- finalize-task-routing: SKILL.md 및 agent yaml 갱신
- _templates: implementation-user-review-request-section 수정
- rules/common/rules.md, AGENTS.md: archive 접근 예외 확장
2026-07-22 18:10:26 +09:00
56767f8a35 chore(agent-ops): OpenAI 전용 plan 메타데이터를 제거한다 2026-07-21 07:50:45 +09:00
823dec28b4 sync: to agentic-framework v1.1.170 2026-07-19 22:17:07 +09:00
546a3f8a12 sync: to agentic-framework v1.1.169 2026-07-19 19:56:57 +09:00
03fefd3f9d sync: agent-ops from agentic-framework v1.1.167 2026-07-18 23:02:26 +09:00
1378a7fc27 refactor: readability baseline 및 리팩토링 (에지/노드/클라이언트/설정) 2026-07-18 07:39:38 +09:00
63d01eba5e refactor: 로드맵 기능 개선 및 템플릿 정합성 수정
- 로드맵 생성/갱신/분석 스킬 및 템플릿 일관성 수정
- phase별 PHASE.md 업데이트
- priority-queue 구조 개선
- roadmap 관련 규칙 파일 정렬
2026-07-15 21:21:26 +09:00
478d425af0 sync: to agentic-framework v1.1.166 2026-07-15 14:45:59 +09:00
ae243a03c1 update agent-spec templates and skills, add agent-spec dir 2026-07-07 11:08:25 +09:00
8f030265ca feat: agent-ops rules and skills update
- Add agent-spec rules and templates
- Add complete-milestone, create-spec, update-spec skills
- Update common router and rules
2026-07-07 07:37:56 +09:00
86b10a6c54 sync: agent-ops from agentic-framework v1.1.163 2026-07-06 10:24:22 +09:00
cb426fe9f5 sync: agent-ops from agentic-framework v1.1.162 2026-07-06 10:06:12 +09:00
0eb78377ee sync: to agentic-framework v1.1.161 2026-07-03 05:32:24 +09:00
7cb5d96420 sync: to agentic-framework v1.1.160 2026-06-30 19:08:37 +09:00
cbada8c460 sync: agent-ops from agentic-framework v1.1.159 2026-06-30 15:00:05 +09:00
de78479670 refactor: organize contract files and update agent-ops structure
- Move contract files to inner/outer directory structure
- Add create-contract and update-contract skills
- Update agent-ops rules and domain rules
- Update roadmap and SDD documentation
- Update README files across apps
2026-06-27 07:02:48 +09:00
53fca716ba sync: agent-ops from agentic-framework v1.1.157 2026-06-25 10:21:48 +09:00
5cd28cf9e5 sync: agent-ops from agentic-framework v1.1.156 2026-06-24 23:15:23 +09:00
36d8393a10 sync: to agentic-framework v1.1.155 2026-06-24 11:04:09 +09:00
e3369a2a37 sync: to agentic-framework v1.1.154 2026-06-23 18:46:01 +09:00
5dd99fa0e9 sync: to agentic-framework v1.1.153 2026-06-21 11:48:21 +09:00
0066f37b9f sync: agent-ops from agentic-framework v1.1.152 2026-06-20 16:27:51 +09:00
0d46b0c873 sync: agent-ops from agentic-framework v1.1.151 2026-06-19 17:03:58 +09:00
3a754d339b sync: to agentic-framework v1.1.149 2026-06-17 23:18:34 +09:00
b0318dfd30 sync: agent-ops from agentic-framework v1.1.148 2026-06-17 22:57:59 +09:00
5b6b550f0b sync: agent-ops from agentic-framework v1.1.147 2026-06-17 20:42:21 +09:00
ad95e34f6e sync: agent-ops from agentic-framework v1.1.145 2026-06-17 18:33:50 +09:00