docs: refresh experimental-dependency versions and log changes in CLAUDE.md
- experimental-dependency.md: dependency graph v1.2.0 -> v1.3.1, Last updated 2026-04-18 -> 2026-06-17, Scenario C patch tag v1.2.x -> v1.3.x - CLAUDE.md: add change-history rows for the standalone-plugin split and the Agent Teams API usage correction Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
01d82a46f6
commit
f788dba5f2
@ -10,6 +10,8 @@
|
||||
| 날짜 | 변경 내용 | 대상 | 사유 |
|
||||
|------|----------|------|------|
|
||||
| 2026-06-17 | zio-harness 초기 구성 | 전체 | React+SpringBoot+Mobile 풀스택 하네스 신규 생성 |
|
||||
| 2026-06-17 | zio-harness 독립 플러그인 분리 (`plugins/zio-harness/`, v1.0.1) | 마켓플레이스·폴더 구조 | 단독 설치 지원, harness 플러그인과 스킬 소유권 분리 |
|
||||
| 2026-06-17 | Agent Teams API 사용법 정정 (SKILL.md Phase 2–3 + 오케스트레이터 템플릿) | zio-harness·harness | `TeamCreate(members[])`/`TaskCreate(tasks[])`가 실제 실험 API와 불일치 → 빈 팀+Agent spawn / 개별 TaskCreate+TaskUpdate로 수정 |
|
||||
|
||||
---
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# Experimental Flag Dependency
|
||||
|
||||
> **Status:** Active · **Owner:** revfactory · **Last updated:** 2026-04-18 · **SLA:** See [Monitoring Commitment](#monitoring-commitment)
|
||||
> **Status:** Active · **Owner:** revfactory · **Last updated:** 2026-06-17 · **SLA:** See [Monitoring Commitment](#monitoring-commitment)
|
||||
|
||||
This document explains why `harness` requires `CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1`, the three plausible futures of that flag, and what this repository will do in each case — with time-boxed commitments so enterprise adopters can plan against it.
|
||||
|
||||
@ -40,7 +40,7 @@ The design rationale and roadmap for this flag live in three Anthropic Engineeri
|
||||
## Dependency Graph
|
||||
|
||||
```
|
||||
harness (v1.2.0)
|
||||
harness (v1.3.1)
|
||||
└── Agent Teams API (Claude Code)
|
||||
├── TeamCreate ← EXPERIMENTAL_AGENT_TEAMS=1
|
||||
├── SendMessage ← EXPERIMENTAL_AGENT_TEAMS=1
|
||||
@ -103,7 +103,7 @@ Each scenario lists the **detection trigger** (how we will know it happened), th
|
||||
| Checkpoint | Action | Artifact |
|
||||
|------------|--------|----------|
|
||||
| **T+0 to T+24h** | Nightly CI alert fires in Slack/Discord. Author opens `hotfix/compat-<date>` branch, patches affected call sites. Unit tests green on both old + new signature (best effort). | Hotfix branch |
|
||||
| **T+24h** | Merge hotfix. Push `v1.2.x` patch tag. Update `docs/compatibility-matrix.md` row for affected Claude Code version. | `v1.2.x` patch release |
|
||||
| **T+24h** | Merge hotfix. Push `v1.3.x` patch tag. Update `docs/compatibility-matrix.md` row for affected Claude Code version. | `v1.3.x` patch release |
|
||||
| **T+72h** | If the change is non-trivial (affects harness's public contract), publish a short notice on the repo Discussions tab + X. Otherwise, CHANGELOG entry is sufficient. | Discussions post (conditional) |
|
||||
|
||||
**Adopter impact:** Existing pinned users on the prior Claude Code version are unaffected. Users on latest get a same-week patch.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user