892dc58369
fix(protocol-profile): 요청 경계와 후속 계획을 정리한다
...
Anthropic 전용 API key가 일반 OpenAI 요청에 적용되지 않도록 경계를 좁히고 잘못된 절대 operation URL을 fail-closed로 거부해야 한다.\n\n완료 Milestone archive와 principal credential 후속 agent-task를 같은 기준선에 맞춘다.
2026-08-01 12:52:56 +09:00
26feeff17c
Merge branch 'feature/provider-usage-attribution-hot-path' into dev
2026-07-31 21:50:22 +09:00
fe6be48936
docs(roadmap): provider protocol 계획을 구체화한다
...
다중 cloud provider의 호출 경계와 사용자별 credential 관리 책임을 구현 전에 명확히 해 후속 작업의 계약·보안 기준을 일관되게 적용한다.
2026-07-31 21:25:38 +09:00
f98d1b434b
fix(openai): usage 귀속 마일스톤을 종료한다
...
Stream Gate 준비 실패에서도 요청 terminal 관측 계약을 지키고, direct provider identity 마이그레이션 누락으로 기존 검증과 운영 설정이 깨지지 않게 한다.
2026-07-31 21:20:19 +09:00
8deddc97eb
docs(roadmap): Node Provider 실행 Liveness 관측과 안전 복구 마일스톤을 추가한다
...
PHASE와 priority-queue에 새 마일스톤을 등록하고,
해당 마일스톤의 정의서와 SDD를 추가한다.
2026-07-30 04:50:31 +09:00
0ae225d781
feat: add provider-usage-attribution-hot-path milestone and SDD
2026-07-29 17:36:16 +09:00
0ffcb88db0
feat: provider-resource-admission-ownership alignment
...
- Archive provider-resource-admission-ownership milestone/SDD
- Align contract: CP-edge wire, runtime refresh, node runtime, OpenAI surface
- Update roadmap: phase state, priority queue
- Update specs: control-plane ops, OpenAI surface, edge execution, provider pool refresh
- Add node runtime supervisor bootstrapping and unit tests
- Fix control-plane edge registry handler and http_views
- Fix edge model queue admission and long context queue tests
2026-07-22 20:45:04 +09:00
c14640f305
feat: provider resource admission ownership alignment - runtime refresh & model queue implementation
...
- Implement runtime refresh logic for provider resource ownership alignment
- Add model queue admission service with scheduling support
- Add comprehensive tests: runtime_refresh_test, provider_scheduling_test, service_internal_test
- Update edge and node smoke tests for new functionality
- Update dev-runtime-deploy SKILL, PHASE, SDD documents
- Archive G07 task files and update priority queue
- Update agent-test dev configs (edge-smoke, node-smoke, inventory)
2026-07-20 10:50:44 +09:00
3515ba6e4c
refactor: model queue admission/release/reservation, provider resolution, tunnel 개선
2026-07-19 14:03:46 +09:00
9a4013904d
sync: all pending changes - roadmap, spec, test, code, scripts, archive
2026-07-18 23:47:02 +09:00
8150d4697e
docs(agent-roadmap): usage-token-log-ops-mvp 마일스톤 및 SDD를 아카이브하고 관련 spec 갱신한다
...
usage-token-log-ops-mvp 마일스톤 완료에 따라
roadmap 파일들을 archive로 이동하고, PHASE.md와
agent-spec 문서를 현재 구현 상태로 동기화한다
2026-07-10 20:09:33 +09:00
d2b03618ab
feat: operational observability - usage token log ops MVP
2026-07-09 22:12:21 +09:00
0e93b615f6
update roadmap phases and milestones
2026-07-06 15:41:31 +09:00
698f03c0ea
refactor: clean up long-context admission smoke test files and input estimator
2026-07-06 09:33:08 +09:00
7261b919d5
feat: operational observability provider management milestones and phase updates
2026-07-04 16:58:09 +09:00
5b1255abc5
feat: provider-first config surface milestone complete - add priority field to dispatch config
2026-07-01 22:03:59 +09:00
5031bfaab3
feat(node): 노드 동시성 처리 개선과 테스트를 추가한다
...
노드 내부 동시성 핸들링을 개선하고 동시성 통합 테스트, 단위 테스트,
싱크 테스트를 추가한다. 관련 로드맵과 SDD를 갱신하며
G06 PLAN/CODE_REVIEW를 아카이빙한다.
2026-07-01 07:15:10 +09:00
745cca3ef0
feat: config validation and roadmap updates
...
- Add validate_test.go for edge validation
- Update config.go and config_test.go with new config handling
- Update roadmap and SDD documents for operational observability provider management
- Update edge node mapper and config tests
- Add inflight accounting recovery task and archive
2026-06-30 08:01:50 +09:00
55987c8e59
feat: node provider milestone and SDD docs add
2026-06-29 15:21:33 +09:00
e30fb2494e
feat(edge): node resource model unification - update phase/SDD docs and edge service
...
- Move node-resource-model-unification milestone and SDD to archive
- Update PHASE.md for operational-observability-provider-management
- Refactor edge node registration and model queue logic
- Add status provider tests for model queue validation
- Update edge config and Go config structs
2026-06-29 14:39:27 +09:00
135259619e
fix(openai): Cline 도구 호출 변환을 지원한다
...
Cline이 텍스트 XML 블록으로 도구 호출을 내보내는 경우 OpenAI-compatible tool_calls 응답으로 변환해야 클라이언트 실행 루프가 멈추지 않는다.
Node resource model 로드맵과 agent-task 문서는 요청된 전체 변경 범위에 포함한다.
2026-06-27 13:16:49 +09:00
29a00f5634
feat: operational-observability-provider-phase 업데이트
...
- PHASE.md 및 usage-token-log-ops-mvp.md 업데이트
- request-execution-log-usage-ledger-foundation.md 마일스톤 추가
- SDD 디렉터리 초기화
2026-06-25 10:22:45 +09:00
f59ecea97e
archive: move completed milestones and SDDs to archive
2026-06-21 06:24:48 +09:00
e636cfef4c
update roadmap and add SDD for provider-catalog-device-status
2026-06-19 19:53:01 +09:00