diff --git a/.gitignore b/.gitignore index b624708..e97844d 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,8 @@ apps/portal/.packages # Flutter/Dart package artifacts **/.dart_tool/ +apps/client/build/ +packages/flutter/**/build/ packages/**/pubspec.lock # BEGIN Agent-Ops managed gitignore diff --git a/agent-roadmap/phase/automation-runtime-bridge/milestones/architecture-refactor-foundation.md b/agent-roadmap/phase/automation-runtime-bridge/milestones/architecture-refactor-foundation.md index 88081f1..3ed9a58 100644 --- a/agent-roadmap/phase/automation-runtime-bridge/milestones/architecture-refactor-foundation.md +++ b/agent-roadmap/phase/automation-runtime-bridge/milestones/architecture-refactor-foundation.md @@ -52,24 +52,24 @@ Node CLI automation runtime을 remote terminal bridge가 재사용할 수 있는 Control Plane과 Flutter Client가 multi-edge 운영면으로 커질 때 선형 지연과 상태 결합이 커지지 않게 한다. -- [ ] [cp-api-split] `apps/control-plane/cmd/control-plane/main.go`의 server lifecycle, HTTP handler, DTO conversion, Edge command/fleet orchestration을 분리한다. -- [ ] [fleet-polling] `/fleet/status`와 fleet command 호출을 bounded concurrency, cache, timeout 정책으로 정리한다. -- [ ] [client-state-split] Flutter client의 bootstrap, status state, DTO, repository, panel widget 경계를 분리하고 Firebase/Mattermost 같은 외부 통합은 선택적으로 초기화되게 한다. +- [x] [cp-api-split] `apps/control-plane/cmd/control-plane/main.go`의 server lifecycle, HTTP handler, DTO conversion, Edge command/fleet orchestration을 분리한다. 검증: `agent-task/archive/2026/06/m-architecture-refactor-foundation/06_cp_api_split/complete.log` +- [x] [fleet-polling] `/fleet/status`와 fleet command 호출을 bounded concurrency, cache, timeout 정책으로 정리한다. 검증: `agent-task/archive/2026/06/m-architecture-refactor-foundation/07+06_fleet_polling/complete.log` +- [x] [client-state-split] Flutter client의 bootstrap, status state, DTO, repository, panel widget 경계를 분리하고 Firebase/Mattermost 같은 외부 통합은 선택적으로 초기화되게 한다. 검증: `agent-task/archive/2026/06/m-architecture-refactor-foundation/08_client_state_split/complete.log` ### Epic: [contract-hygiene] Contract and Repository Hygiene 공개 계약과 tracked 예시 파일이 실제 운영 원칙과 어긋나지 않게 정리한다. -- [ ] [status-config-summary] Control Plane status contract에서 full `NodeConfigPayload` 노출 여지를 제거하거나 summary-only DTO로 고정한다. +- [x] [status-config-summary] Control Plane status contract에서 full `NodeConfigPayload` 노출 여지를 제거하거나 summary-only DTO로 고정한다. 검증: `go test -count=1 ./apps/control-plane/... ./packages/go/... ./proto/gen/...` - [ ] [proto-legacy] legacy scheduling/node registration proto placeholder를 deprecated/reserved/remove 중 하나로 정리하고 생성 코드와 call-site를 맞춘다. -- [ ] [sample-config] tracked `configs/*.yaml`에서 로컬 IP, host명, token, 위험한 bypass flag, 개인 경로를 제거하고 안전한 example/default 기준으로 재정리한다. -- [ ] [git-artifacts] tracked Flutter build artifact를 제거하고 package build 산출물이 다시 추적되지 않도록 ignore 규칙을 보강한다. +- [x] [sample-config] tracked `configs/*.yaml`에서 로컬 IP, host명, token, 위험한 bypass flag, 개인 경로를 제거하고 안전한 example/default 기준으로 재정리한다. 검증: `go test -count=1 ./apps/edge/cmd/edge ./apps/node/cmd/node` +- [x] [git-artifacts] tracked Flutter build artifact를 제거하고 package build 산출물이 다시 추적되지 않도록 ignore 규칙을 보강한다. 검증: `git ls-files | rg --sort path 'packages/flutter/iop_console/build|(^|/)build/.*(cache|unit_test_assets|native_assets|\.dill|\.otf|\.frag|NOTICES)'` ## 완료 리뷰 - 상태: 없음 - 요청일: 없음 -- 완료 근거: 모든 기능 Task와 Task 안에 명시된 검증이 아직 충족되지 않았다. +- 완료 근거: `cp-api-split`, `fleet-polling`, `client-state-split` 완료 로그와 `contract-hygiene`의 `status-config-summary`, `sample-config`, `git-artifacts` 완료 근거를 반영했다. `proto-legacy` Task가 아직 남아 있어 Milestone 전체 완료 조건은 충족되지 않았다. - 리뷰 필요: - [ ] 사용자가 완료 결과를 확인했다 - [ ] archive 이동을 승인했다 @@ -89,6 +89,6 @@ Control Plane과 Flutter Client가 multi-edge 운영면으로 커질 때 선형 - 표준선(선택): Control Plane은 Edge를 통해 관찰/제어하고, Edge는 Node 실행 그룹 상태를 소유하며, Node는 adapter execution과 terminal transport 실행자 역할을 유지한다. OpenAI-compatible/A2A 표면은 IOP native terminal 제어를 흡수하지 않는다. - 선행 작업: 설계 부채 색인 리뷰 - 후속 작업: 원격 터미널 브리지 POC -- 최근 완료 작업: `agent-task/archive/2026/06/m-architecture-refactor-foundation/04_cli_executor_split/complete.log`, `agent-task/archive/2026/06/m-architecture-refactor-foundation/05+04_terminal_core/complete.log` -- active plan: `agent-task/m-architecture-refactor-foundation/06_cp_api_split/PLAN-local-G07.md`, `agent-task/m-architecture-refactor-foundation/07+06_fleet_polling/PLAN-local-G08.md`, `agent-task/m-architecture-refactor-foundation/08_client_state_split/PLAN-local-G08.md` +- 최근 완료 작업: `agent-task/archive/2026/06/m-architecture-refactor-foundation/06_cp_api_split/complete.log`, `agent-task/archive/2026/06/m-architecture-refactor-foundation/07+06_fleet_polling/complete.log`, `agent-task/archive/2026/06/m-architecture-refactor-foundation/08_client_state_split/complete.log` +- active plan: `agent-task/m-architecture-refactor-foundation/09_proto_legacy_contract/PLAN-cloud-G06.md` - 확인 필요: 없음 diff --git a/agent-task/m-architecture-refactor-foundation/09_proto_legacy_contract/CODE_REVIEW-cloud-G06.md b/agent-task/m-architecture-refactor-foundation/09_proto_legacy_contract/CODE_REVIEW-cloud-G06.md new file mode 100644 index 0000000..fb96b39 --- /dev/null +++ b/agent-task/m-architecture-refactor-foundation/09_proto_legacy_contract/CODE_REVIEW-cloud-G06.md @@ -0,0 +1,175 @@ + + +# Code Review Reference - API + +> **[IMPLEMENTING AGENT — READ FIRST] Filling in this file is the mandatory final step of implementation.** +> The task is NOT complete until every implementation-owned section below is filled in. +> Complete the `구현 체크리스트`; the final checklist item is mandatory before saving. +> Fill implementation-owned sections, then stop with active files in place and report ready for review. +> If implementation is blocked by a user-only decision, user-owned external environment prerequisite, or scope conflict, fill `사용자 리뷰 요청` with evidence and stop with active files in place; code-review decides whether to write `USER_REVIEW.md`. Evidence gaps that a follow-up agent can close by rerunning commands or collecting artifacts are normal follow-up issues, not user-review blockers by themselves. +> Do not ask the user directly, present choices in chat, or call `request_user_input` during implementation; record the needed decision in `사용자 리뷰 요청` and stop for code-review. +> Finalization (`코드리뷰 결과`, log rename, `complete.log`, archive moves, `코드리뷰 전용 체크리스트`) is review-agent-only, even after compaction/resume. +> Follow the ownership table at the bottom of this file for which sections you own. + +## 개요 + +date=2026-06-06 +task=m-architecture-refactor-foundation/09_proto_legacy_contract, plan=0, tag=API + +## Roadmap Targets + +- Milestone: `agent-roadmap/phase/automation-runtime-bridge/milestones/architecture-refactor-foundation.md` +- Task ids: + - `proto-legacy`: legacy scheduling/node registration proto placeholder를 deprecated/reserved/remove 중 하나로 정리하고 생성 코드와 call-site를 맞춘다. +- Completion mode: check-on-pass + +## 이 파일을 읽는 리뷰 에이전트에게 + +> **[REVIEW AGENT ONLY]** 아래 종결 절차는 코드리뷰 에이전트 전용이다. 구현 에이전트는 이 섹션을 실행하지 않는다. + +각 항목의 구현을 실제 소스 파일과 대조하고, `검증 결과` 섹션의 출력이 코드와 일치하는지 확인하세요. +리뷰 완료는 아래 순서까지 끝난 상태를 의미합니다. + +1. 판정을 append한다. +2. `CODE_REVIEW-cloud-G06.md` -> `code_review_cloud_G06_N.log`, `PLAN-cloud-G06.md` -> `plan_cloud_G06_M.log`로 아카이브한다. +3. PASS이면 `complete.log` 작성 후 active task 디렉터리를 `agent-task/archive/YYYY/MM/m-architecture-refactor-foundation/09_proto_legacy_contract/`로 이동한다. WARN/FAIL이면 user-review gate를 확인한 뒤 다음 active plan/review 파일 또는 `USER_REVIEW.md`를 작성한다. `USER_REVIEW.md`가 사용자 결정으로 완료/PASS 해소되면 code-review가 `USER_REVIEW.md`를 해소 상태로 갱신하고 `complete.log` 작성 후 archive 이동한다. +4. PASS이고 task group이 `m-architecture-refactor-foundation`이면 완료 이벤트 메타데이터를 보고한다. roadmap 상태 체크와 `update-roadmap` 호출은 런타임 책임이다. +5. 적용 가능한 `코드리뷰 전용 체크리스트` 항목을 최종 `.log` 위치에서 체크한 뒤 보고한다. + +--- + +## 구현 항목별 완료 여부 + +| 항목 | 완료 여부 | +|------|---------| +| [API-1] Control Scheduling Legacy Tombstone | [ ] | +| [API-2] Node Registration Legacy Tombstone | [ ] | +| [API-3] Generated Binding Guards And Call-Site Cleanup | [ ] | + +## 구현 체크리스트 + +- [ ] `proto/iop/control.proto`의 legacy scheduling placeholder를 reserved tombstone으로 전환한다. +- [ ] `proto/iop/node.proto`의 legacy node snapshot/direct registration placeholder와 enum을 reserved tombstone으로 전환한다. +- [ ] `make proto`와 `make proto-dart`로 Go/Dart 생성물을 갱신하고, generated files를 사람이 직접 편집하지 않는다. +- [ ] Go descriptor guard와 Dart generated import guard를 새 reserved 계약에 맞게 업데이트한다. +- [ ] 최종 검증 명령을 실행하고 결과를 `CODE_REVIEW-*-G??.md`에 붙인다. +- [ ] CODE_REVIEW-*-G??.md의 구현 에이전트 소유 섹션을 실제 구현 내용과 검증 출력으로 채운다. 이 항목이 완료되기 전에는 구현이 완료된 것이 아니다. + +## 코드리뷰 전용 체크리스트 + +> **[REVIEW AGENT ONLY]** 이 체크리스트는 코드리뷰 에이전트만 사용한다. +> 구현 에이전트는 이 섹션을 수정하거나 체크하지 않는다. + +- [ ] `코드리뷰 결과`에 `PASS`, `WARN`, `FAIL` 중 하나의 판정을 append한다. +- [ ] 판정과 `차원별 평가`, Required/Suggested/Nit 분류가 서로 일치한다. +- [ ] active `CODE_REVIEW-*-G??.md`를 `code_review_cloud_G06_N.log`로 아카이브한다. +- [ ] active `PLAN-*-G??.md`를 `plan_cloud_G06_M.log`로 아카이브한다. +- [ ] `.gitignore`의 Agent-Ops 관리 block이 `agent-task/**/*.md`와 `agent-task/**/*.log`를 unignore하고 `agent-roadmap/current.md`를 ignore하는지 확인한다. +- [ ] PASS이면 `agent-ops/skills/common/code-review/templates/complete-log-template.md` 기준으로 `complete.log`를 작성하고 active `.md` 파일을 남기지 않는다. +- [ ] PASS이면 active task 디렉터리 `agent-task/m-architecture-refactor-foundation/09_proto_legacy_contract/`를 `agent-task/archive/YYYY/MM/m-architecture-refactor-foundation/09_proto_legacy_contract/`로 이동하고 최종 archive 경로에서 이 체크리스트를 갱신한다. +- [ ] PASS이고 task group이 `m-architecture-refactor-foundation`이면 런타임이 읽을 완료 이벤트 메타데이터를 보고하고, roadmap 수정이나 `update-roadmap` 직접 호출을 하지 않는다. +- [ ] PASS split 작업이면 이동 후 빈 active parent `agent-task/m-architecture-refactor-foundation/`를 제거하거나, 남은 sibling/file이 있어 유지했다고 확인한다. +- [ ] WARN/FAIL이고 user-review gate가 트리거되지 않았으면 다음 active `PLAN-cloud-G06.md`와 `CODE_REVIEW-cloud-G06.md`를 작성하고 `complete.log`를 작성하지 않는다. +- [ ] USER_REVIEW이면 `agent-ops/skills/common/code-review/templates/user-review-template.md` 기준으로 `USER_REVIEW.md`를 작성하고 active `PLAN-*.md`, `CODE_REVIEW-*.md`, `complete.log`를 남기지 않는다. +- [ ] USER_REVIEW가 사용자 결정으로 완료/PASS 해소되면 `USER_REVIEW.md`를 해소 상태로 갱신하고 `complete.log`를 작성한 뒤 task directory를 archive로 이동한다. + +## 계획 대비 변경 사항 + +_구현 에이전트가 계획과 다르게 구현한 부분을 이유와 함께 기록한다._ + +## 주요 설계 결정 + +_구현 에이전트가 주요 설계 결정 사항을 기록한다._ + +## 사용자 리뷰 요청 + +_기본값은 `없음`이다. 구현 중 사용자 결정, 사용자 소유 외부 환경/secret/서비스 준비, 또는 계획 범위 변경 없이는 안전하게 진행할 수 없으면 아래 항목을 실제 내용으로 교체하고, 구현을 중단한 뒤 active 파일을 그대로 둔 채 리뷰를 요청한다. 구현 에이전트는 사용자에게 직접 질문하거나 선택지를 제시하거나 `request_user_input`을 호출하지 않는다. 후속 에이전트가 명령 재실행이나 산출물 수집으로 해소할 수 있는 검증 증거 공백만으로는 사용자 리뷰 요청을 작성하지 않는다._ + +- 상태: 없음 +- 사유 유형: 없음 +- 결정 필요: 없음 +- 차단 근거: 없음 +- 실행한 검증/명령: 없음 +- 자동 후속 불가 이유: 없음 +- 재개 조건: 없음 + +## 리뷰어를 위한 체크포인트 + +- `proto/iop/control.proto`와 `proto/iop/node.proto`가 legacy fields를 reserved tombstone으로만 남기는지 확인한다. +- Go/Dart generated files가 manual edit이 아니라 codegen 산출물 형태인지 확인한다. +- Go descriptor guard와 Dart compile guard가 legacy active field 재도입을 잡는지 확인한다. +- `runtime.proto`의 active Node-Edge registration은 손대지 않았는지 확인한다. + +## 검증 결과 + +_구현 에이전트가 각 중간 검증 및 최종 검증 명령 실행 후 출력을 여기에 붙여 넣는다._ + +필수 규칙: +- 검증 명령은 고정된 계약이다. 임의로 대체하지 않는다. +- 대체가 필요하면 `계획 대비 변경 사항`에 이유와 대체 명령을 기록한다. +- `검증 결과`에는 실제 stdout/stderr를 붙여 넣는다. +- 사용자 리뷰 요청으로 명령을 끝까지 실행하지 못했다면 `사용자 리뷰 요청`에 실행한 명령, 실제 출력, 미실행 명령의 사유를 기록한다. +- mobile/UI hang, timeout, 또는 2분 무진행은 blind retry를 중단하고 focused rerun 명령과 screenshot/window/UI-tree evidence path를 남기며, 불가능하면 정확한 사유를 남긴다. + +### API-1 중간 검증 +```bash +$ make proto +(output) +$ make proto-dart +(output) +$ go test -count=1 ./apps/control-plane/internal/wire ./proto/gen/... +(output) +``` + +### API-2 중간 검증 +```bash +$ make proto +(output) +$ make proto-dart +(output) +$ go test -count=1 ./apps/control-plane/internal/wire ./proto/gen/... +(output) +``` + +### API-3 중간 검증 +```bash +$ go test -count=1 ./apps/control-plane/internal/wire ./proto/gen/... +(output) +$ cd apps/client && flutter test test/iop_wire/generated_proto_import_test.dart test/iop_wire/parser_map_test.dart +(output) +``` + +### 최종 검증 +```bash +$ make proto +(output) +$ make proto-dart +(output) +$ go test -count=1 ./apps/control-plane/... ./packages/go/... ./proto/gen/... +(output) +$ cd apps/client && flutter test test/iop_wire/generated_proto_import_test.dart test/iop_wire/parser_map_test.dart +(output) +$ rg --sort path -n "GetAddress|GetToken|hasAddress|hasToken|set address|set token|NODE_STATUS_ONLINE|NODE_STATUS_OFFLINE|NODE_STATUS_DRAINING" proto/gen/iop/control.pb.go proto/gen/iop/node.pb.go apps/client/lib/gen/proto/iop/control.pb.dart apps/client/lib/gen/proto/iop/control.pbjson.dart apps/client/lib/gen/proto/iop/node.pb.dart apps/client/lib/gen/proto/iop/node.pbenum.dart apps/client/lib/gen/proto/iop/node.pbjson.dart +(output) +``` + +--- + +> **[IMPLEMENTING AGENT — BEFORE SAVING] Have you filled in every implementation-owned section: completion table, implementation checklist, changes from plan, design decisions, and verification output?** +> If anything is blank, go back and fill it in before saving this file. +> Leave review-agent-only sections unchanged. + +Sections and their ownership: + +| Section | Owner | Note | +|---------|-------|------| +| Header comment, 개요, 리뷰 에이전트 지시 | Fixed at stub creation | Implementing agent must not modify or execute these | +| Roadmap Targets | Fixed at stub creation from plan | Implementing agent must not modify; code-review copies it into `complete.log` as `Roadmap Completion` only on PASS | +| 구현 항목별 완료 여부 (item names) | Fixed at stub creation | Implementing agent checks `[ ]` to `[x]` only | +| 구현 체크리스트 (item text/order) | Fixed at stub creation from plan | Implementing agent checks `[ ]` to `[x]` only | +| 코드리뷰 전용 체크리스트 | Review agent only | Implementing agent must not modify or check this section | +| 계획 대비 변경 사항, 주요 설계 결정 | Implementing agent | Replace placeholder text with actual content | +| 사용자 리뷰 요청 | Implementing agent | Keep `상태: 없음` unless user input is required to proceed | +| 리뷰어를 위한 체크포인트 | Fixed at stub creation | Pre-filled from plan | +| 검증 결과 (section headings + commands) | Fixed at stub creation | Implementing agent fills in command output only | +| 코드리뷰 결과 | Review agent appends | Not included in stub | diff --git a/agent-task/m-architecture-refactor-foundation/09_proto_legacy_contract/PLAN-cloud-G06.md b/agent-task/m-architecture-refactor-foundation/09_proto_legacy_contract/PLAN-cloud-G06.md new file mode 100644 index 0000000..0d1c6d5 --- /dev/null +++ b/agent-task/m-architecture-refactor-foundation/09_proto_legacy_contract/PLAN-cloud-G06.md @@ -0,0 +1,298 @@ + + +# Plan - API + +## 이 파일을 읽는 구현 에이전트에게 + +이 계획을 구현한 뒤에는 반드시 같은 디렉터리의 `CODE_REVIEW-*-G??.md`에서 구현 에이전트 소유 섹션을 실제 내용과 검증 출력으로 채운다. 검증 명령을 실행하고 실제 stdout/stderr를 붙이며, active 파일은 그대로 둔 채 리뷰 준비를 보고한다. 최종 판정, log archive, `complete.log` 작성, task archive 이동은 code-review-skill 전용이다. + +구현 중 사용자만 결정할 수 있는 범위 변경, 사용자 소유 외부 환경/secret/서비스 준비, 또는 계획 충돌이 없이는 진행할 수 없으면 `CODE_REVIEW-*-G??.md`의 `사용자 리뷰 요청` 섹션에 근거와 재개 조건을 기록하고 중단한다. 구현 에이전트는 사용자에게 직접 질문하거나 선택지를 제시하거나 `request_user_input`을 호출하지 않는다. 후속 에이전트가 명령 재실행이나 증거 수집으로 해소할 수 있는 검증 공백은 사용자 리뷰 요청이 아니다. + +## 배경 + +`control.proto`와 `node.proto`에 legacy scheduling/direct node registration placeholder가 아직 active message/field로 생성된다. 실제 운영 방향은 Edge-owned status/operation과 `runtime.proto`의 Node-Edge registration이므로, legacy placeholder를 reserved tombstone으로 고정해 새 호출자가 실수로 활성 계약처럼 사용하지 못하게 한다. + +## 사용자 리뷰 요청 흐름 + +구현 중 차단 조건은 active review stub의 `사용자 리뷰 요청` 섹션에 기록한다. 직접 사용자 prompt는 금지이며, code-review가 요청 타당성을 검증하고 실제 `USER_REVIEW.md` 작성 여부를 결정한다. + +## Roadmap Targets + +- Milestone: `agent-roadmap/phase/automation-runtime-bridge/milestones/architecture-refactor-foundation.md` +- Task ids: + - `proto-legacy`: legacy scheduling/node registration proto placeholder를 deprecated/reserved/remove 중 하나로 정리하고 생성 코드와 call-site를 맞춘다. +- Completion mode: check-on-pass + +## 분석 결과 + +### 읽은 파일 + +- `agent-roadmap/current.md` +- `agent-roadmap/phase/automation-runtime-bridge/PHASE.md` +- `agent-roadmap/phase/automation-runtime-bridge/milestones/architecture-refactor-foundation.md` +- `agent-ops/rules/project/rules.md` +- `agent-ops/rules/common/rules-roadmap.md` +- `agent-ops/rules/project/domain/platform-common/rules.md` +- `agent-ops/rules/project/domain/control-plane/rules.md` +- `agent-ops/rules/project/domain/client/rules.md` +- `agent-test/local/rules.md` +- `agent-test/local/platform-common-smoke.md` +- `agent-test/local/control-plane-smoke.md` +- `agent-test/local/client-smoke.md` +- `Makefile` +- `proto/iop/control.proto` +- `proto/iop/node.proto` +- `proto/iop/runtime.proto` +- `proto/gen/iop/control.pb.go` +- `proto/gen/iop/node.pb.go` +- `apps/control-plane/internal/wire/edge.go` +- `apps/control-plane/internal/wire/edge_test.go` +- `apps/control-plane/internal/wire/edge_server_test.go` +- `apps/client/lib/iop_wire/parser_map.dart` +- `apps/client/lib/gen/proto/iop/control.pb.dart` +- `apps/client/lib/gen/proto/iop/control.pbjson.dart` +- `apps/client/lib/gen/proto/iop/node.pb.dart` +- `apps/client/lib/gen/proto/iop/node.pbenum.dart` +- `apps/client/lib/gen/proto/iop/node.pbjson.dart` +- `apps/client/test/iop_wire/generated_proto_import_test.dart` +- `apps/client/test/iop_wire/parser_map_test.dart` + +### 테스트 환경 규칙 + +- `test_env=local`; `agent-test/local/rules.md`를 읽었다. +- 매칭 프로필: `platform-common-smoke`, `control-plane-smoke`, `client-smoke`. +- 적용 명령: proto 원본 변경은 `make proto`, Dart binding 변경은 `make proto-dart`, Go side는 `go test -count=1 ./apps/control-plane/... ./packages/go/... ./proto/gen/...`, focused client guard는 `cd apps/client && flutter test test/iop_wire/generated_proto_import_test.dart test/iop_wire/parser_map_test.dart`. +- 도구 확인: `protoc`, `protoc-gen-go`, `protoc-gen-dart`, `flutter`가 현재 checkout에서 발견됐다. +- client 프로필은 Flutter 검증을 원격 runner 기준으로 둔다. 현재 checkout에서 focused Flutter test는 실행 가능하지만, 실제 원격 runner 검증을 수행하려면 변경분 동기화 여부를 구현 에이전트가 기록한다. +- `<확인 필요>` 값은 없다. + +### 테스트 커버리지 공백 + +- `ScheduleRequest`/`ScheduleResponse`가 active fields를 생성하지 않는다는 guard가 없다. 새 Go descriptor test가 필요하다. +- `NodeInfo`/`NodeRegisterRequest`/`NodeRegisterResponse`와 `NodeStatus`가 direct registration contract로 보이지 않도록 비우는 guard가 없다. 새 Go descriptor test가 필요하다. +- Dart compile guard가 `NodeInfo.address`를 직접 사용한다. reserved tombstone 전환 후 active `runtime.RegisterRequest` 중심으로 업데이트해야 한다. + +### 심볼 참조 + +- 제거/비활성화 대상: `ScheduleRequest`, `ScheduleResponse`, `NodeInfo`, `NodeRegisterRequest`, `NodeRegisterResponse`, `NodeStatus`의 active fields. +- `rg --sort path` 결과, source call site는 `apps/client/test/iop_wire/generated_proto_import_test.dart`의 `NodeInfo` fixture뿐이다. 나머지는 proto 원본, Go/Dart 생성물, control-plane domain rule의 설명이다. +- `packages/go/config.NodeInfo`는 별도 config struct로 이름만 같고 proto symbol이 아니므로 수정하지 않는다. + +### 분할 판단 + +- split 정책을 먼저 평가했다. Milestone task group은 이미 split 구조이며, 이 작업은 `agent-task/m-architecture-refactor-foundation/09_proto_legacy_contract/` 단일 active subtask로 둔다. +- schema 원본, generated Go/Dart, guard test는 같은 proto generation 단위라 분리하면 중간 상태가 깨진 생성물로 남는다. +- broad call-site rollout은 없다. source call site는 Dart compile guard 하나뿐이고 generated files는 `make proto`/`make proto-dart`의 산출물이다. +- `09_proto_legacy_contract`는 독립 subtask이며 directory name에 predecessor가 없으므로 active/archive predecessor `complete.log` 확인은 필요 없다. 이전 01-08 subtask는 archive 완료 상태로 확인됐다. + +### 범위 결정 근거 + +- `runtime.proto`의 `RegisterRequest`/`RegisterResponse`는 active Node-Edge startup contract이므로 변경하지 않는다. +- `EdgeStatusRequest`, `EdgeStatusResponse`, `EdgeNodeSnapshot`, command/event proto는 현재 active Control Plane-Edge wire 계약이므로 legacy cleanup에 포함하지 않는다. +- `packages/go/config.NodeInfo`, Edge/Node runtime token handling, Mattermost token handling은 proto legacy placeholder와 무관하므로 제외한다. +- generated files는 직접 편집하지 않고 `make proto`/`make proto-dart`로만 갱신한다. + +### 빌드 등급 + +- `cloud-G06`: protocol/schema와 Go/Dart generated binding을 동시에 다루며, descriptor regression과 client compile guard가 필요하다. + +## 구현 체크리스트 + +- [ ] `proto/iop/control.proto`의 legacy scheduling placeholder를 reserved tombstone으로 전환한다. +- [ ] `proto/iop/node.proto`의 legacy node snapshot/direct registration placeholder와 enum을 reserved tombstone으로 전환한다. +- [ ] `make proto`와 `make proto-dart`로 Go/Dart 생성물을 갱신하고, generated files를 사람이 직접 편집하지 않는다. +- [ ] Go descriptor guard와 Dart generated import guard를 새 reserved 계약에 맞게 업데이트한다. +- [ ] 최종 검증 명령을 실행하고 결과를 `CODE_REVIEW-*-G??.md`에 붙인다. +- [ ] CODE_REVIEW-*-G??.md의 구현 에이전트 소유 섹션을 실제 구현 내용과 검증 출력으로 채운다. 이 항목이 완료되기 전에는 구현이 완료된 것이 아니다. + +## 의존 관계 및 구현 순서 + +1. `control.proto`와 `node.proto` 원본을 먼저 수정한다. +2. `make proto`, `make proto-dart`로 생성물을 갱신한다. +3. 생성물 변화에 맞춰 Go/Dart tests를 갱신한다. +4. 검증 명령과 deterministic search를 실행한다. + +### [API-1] Control Scheduling Legacy Tombstone + +#### 문제 + +`proto/iop/control.proto:16`-`31`의 `ScheduleRequest`/`ScheduleResponse`는 legacy placeholder라고 주석을 달았지만 `job_id`, `target`, `address`, `token` 같은 active field를 생성한다. + +현재: + +```proto +// proto/iop/control.proto:16 +message ScheduleRequest { + string job_id = 1; + string target = 2; + repeated PolicyRule policies = 3; + map metadata = 4; +} + +message ScheduleResponse { + string node_id = 1; + string address = 2; + string token = 3; +} +``` + +#### 해결 방법 + +메시지 이름은 tombstone으로 남기고 기존 field number/name을 reserved 처리한다. + +```proto +message ScheduleRequest { + reserved 1 to 4; + reserved "job_id", "target", "policies", "metadata"; +} + +message ScheduleResponse { + reserved 1 to 3; + reserved "node_id", "address", "token"; +} +``` + +#### 수정 파일 및 체크리스트 + +- [ ] `proto/iop/control.proto`: reserved tombstone으로 변경한다. +- [ ] `proto/gen/iop/control.pb.go`: `make proto` 산출물로 갱신한다. +- [ ] `apps/client/lib/gen/proto/iop/control.pb.dart`: `make proto-dart` 산출물로 갱신한다. +- [ ] `apps/client/lib/gen/proto/iop/control.pbjson.dart`: `make proto-dart` 산출물로 갱신한다. + +#### 테스트 작성 + +`apps/control-plane/internal/wire/edge_test.go`에 `ScheduleRequest`/`ScheduleResponse` descriptor fields가 0개임을 검증하는 regression test를 추가한다. + +#### 중간 검증 + +```bash +make proto +make proto-dart +go test -count=1 ./apps/control-plane/internal/wire ./proto/gen/... +``` + +### [API-2] Node Registration Legacy Tombstone + +#### 문제 + +`proto/iop/node.proto:7`-`38`은 legacy node snapshot/direct registration placeholder인데 `address`, `token`, `NodeStatus` 같은 active contract 필드를 생성한다. active startup contract는 `proto/iop/runtime.proto:132`-`143`의 `RegisterRequest`/`RegisterResponse`다. + +현재: + +```proto +// proto/iop/node.proto:10 +message NodeInfo { + string node_id = 1; + string name = 2; + string address = 3; + string version = 4; + NodeStatus status = 5; + map labels = 6; +} +``` + +#### 해결 방법 + +`NodeInfo`, `NodeRegisterRequest`, `NodeRegisterResponse`를 reserved tombstone으로 바꾸고, `NodeStatus`는 value 0만 남겨 inactive enum으로 둔다. + +```proto +message NodeInfo { + reserved 1 to 6; + reserved "node_id", "name", "address", "version", "status", "labels"; +} + +enum NodeStatus { + NODE_STATUS_UNSPECIFIED = 0; + reserved 1 to 3; + reserved "NODE_STATUS_ONLINE", "NODE_STATUS_OFFLINE", "NODE_STATUS_DRAINING"; +} +``` + +#### 수정 파일 및 체크리스트 + +- [ ] `proto/iop/node.proto`: legacy message/enum active fields를 reserved 처리한다. +- [ ] `proto/gen/iop/node.pb.go`: `make proto` 산출물로 갱신한다. +- [ ] `apps/client/lib/gen/proto/iop/node.pb.dart`: `make proto-dart` 산출물로 갱신한다. +- [ ] `apps/client/lib/gen/proto/iop/node.pbenum.dart`: `make proto-dart` 산출물로 갱신한다. +- [ ] `apps/client/lib/gen/proto/iop/node.pbjson.dart`: `make proto-dart` 산출물로 갱신한다. + +#### 테스트 작성 + +`apps/control-plane/internal/wire/edge_test.go`에 `NodeInfo`/`NodeRegisterRequest`/`NodeRegisterResponse` descriptor fields가 0개이고 `NodeStatus`가 only-unspecified enum임을 검증하는 regression test를 추가한다. + +#### 중간 검증 + +```bash +make proto +make proto-dart +go test -count=1 ./apps/control-plane/internal/wire ./proto/gen/... +``` + +### [API-3] Generated Binding Guards And Call-Site Cleanup + +#### 문제 + +`apps/client/test/iop_wire/generated_proto_import_test.dart:24`-`34`가 generated `NodeInfo.address`를 active field처럼 사용한다. reserved tombstone 전환 후 이 테스트는 깨지며, active `runtime.RegisterRequest`/`RegisterResponse` guard로 바뀌어야 한다. + +현재: + +```dart +// apps/client/test/iop_wire/generated_proto_import_test.dart:24 +final nodeInfo = NodeInfo() + ..nodeId = 'node-1' + ..name = 'test-node' + ..address = '127.0.0.1:8080' + ..version = '1.0.0'; +``` + +#### 해결 방법 + +`NodeInfo` direct field fixture를 제거하고 `runtime.RegisterRequest`/`RegisterResponse` 또는 empty tombstone serialization guard로 바꾼다. Control Plane wire parser map은 Client hello만 사용하므로 변경하지 않는다. + +#### 수정 파일 및 체크리스트 + +- [ ] `apps/client/test/iop_wire/generated_proto_import_test.dart`: active node startup guard를 `runtime.pb.dart` 중심으로 갱신한다. +- [ ] `apps/control-plane/internal/wire/edge_test.go`: legacy tombstone descriptor guard를 추가하고 기존 active Edge wire tests를 유지한다. +- [ ] `apps/control-plane/internal/wire/edge_server_test.go`: generated fixture가 legacy 제거 후에도 깨지지 않는지 확인하고, 필요 시 DGX test fixture를 generic 이름으로만 정리한다. + +#### 테스트 작성 + +Go descriptor regression과 Dart generated import guard를 작성한다. + +#### 중간 검증 + +```bash +go test -count=1 ./apps/control-plane/internal/wire ./proto/gen/... +cd apps/client && flutter test test/iop_wire/generated_proto_import_test.dart test/iop_wire/parser_map_test.dart +``` + +## 수정 파일 요약 + +| 파일 | 항목 | +|------|------| +| `proto/iop/control.proto` | API-1 | +| `proto/iop/node.proto` | API-2 | +| `proto/gen/iop/control.pb.go` | API-1 | +| `proto/gen/iop/node.pb.go` | API-2 | +| `apps/client/lib/gen/proto/iop/control.pb.dart` | API-1 | +| `apps/client/lib/gen/proto/iop/control.pbjson.dart` | API-1 | +| `apps/client/lib/gen/proto/iop/node.pb.dart` | API-2 | +| `apps/client/lib/gen/proto/iop/node.pbenum.dart` | API-2 | +| `apps/client/lib/gen/proto/iop/node.pbjson.dart` | API-2 | +| `apps/control-plane/internal/wire/edge_test.go` | API-1, API-2, API-3 | +| `apps/control-plane/internal/wire/edge_server_test.go` | API-3 | +| `apps/client/test/iop_wire/generated_proto_import_test.dart` | API-3 | + +## 최종 검증 + +```bash +make proto +make proto-dart +go test -count=1 ./apps/control-plane/... ./packages/go/... ./proto/gen/... +cd apps/client && flutter test test/iop_wire/generated_proto_import_test.dart test/iop_wire/parser_map_test.dart +rg --sort path -n "GetAddress|GetToken|hasAddress|hasToken|set address|set token|NODE_STATUS_ONLINE|NODE_STATUS_OFFLINE|NODE_STATUS_DRAINING" proto/gen/iop/control.pb.go proto/gen/iop/node.pb.go apps/client/lib/gen/proto/iop/control.pb.dart apps/client/lib/gen/proto/iop/control.pbjson.dart apps/client/lib/gen/proto/iop/node.pb.dart apps/client/lib/gen/proto/iop/node.pbenum.dart apps/client/lib/gen/proto/iop/node.pbjson.dart +``` + +기대 결과: codegen 명령은 성공하고 generated diff만 남는다. Go/Flutter focused tests는 통과한다. 마지막 `rg --sort path`는 출력이 없어야 하며, 출력이 있으면 intentional exception이 아니라 실패다. Go test cache output은 schema 변경 검증에 부적합하므로 `-count=1`을 유지한다. + +모든 코드 변경 완료 후 반드시 `CODE_REVIEW-*-G??.md`의 구현 에이전트 소유 섹션을 채운다. 이 파일 작성이 구현의 마지막 단계다. diff --git a/apps/control-plane/README.md b/apps/control-plane/README.md index abbf4b9..5322b4c 100644 --- a/apps/control-plane/README.md +++ b/apps/control-plane/README.md @@ -25,7 +25,7 @@ Control Plane-Edge wire protocol은 Edge가 소유한 operation을 원격 운영 두 wire endpoint는 환경변수로 override한다. Client WS는 `IOP_WIRE_LISTEN`, Edge TCP는 `IOP_EDGE_WIRE_LISTEN`으로 listen 주소를 바꾼다. compose dev 환경은 host publish port를 `IOP_CONTROL_PLANE_WIRE_PORT`(기본 19080), `IOP_CONTROL_PLANE_EDGE_WIRE_PORT`(기본 19081)로 분리해 둔다. -로컬 직접 실행 테스트는 `configs/control-plane.yaml`의 `database.url`, `redis.url`, `redis.key_prefix`를 사용한다. Postgres 기본 DB명은 `iop-control-plane-local`이고 Redis는 `code-server-redis`의 DB 1과 `iop:control-plane:local:` key prefix를 사용한다. dev compose 환경은 `IOP_DATABASE_URL`, `IOP_REDIS_URL`, `IOP_REDIS_KEY_PREFIX` 환경변수로 override하고 Postgres 기본 DB명을 `iop-control-plane-dev`, Redis DB를 2와 `iop:control-plane:dev:` key prefix로 둔다. +로컬 직접 실행 테스트는 `configs/control-plane.yaml`의 `database.url`, `redis.url`, `redis.key_prefix`를 사용한다. tracked 기본 예시는 DB/Redis URL을 비워 두며, 실제 환경값은 `IOP_DATABASE_URL`, `IOP_REDIS_URL`, `IOP_REDIS_KEY_PREFIX` 환경변수로 주입한다. dev compose 환경은 Postgres 기본 DB명을 `iop-control-plane-dev`, Redis DB를 2와 `iop:control-plane:dev:` key prefix로 둔다. ## 계획된 기능 diff --git a/apps/control-plane/cmd/control-plane/main.go b/apps/control-plane/cmd/control-plane/main.go index 6e01729..5157787 100644 --- a/apps/control-plane/cmd/control-plane/main.go +++ b/apps/control-plane/cmd/control-plane/main.go @@ -86,9 +86,9 @@ func defaultConfig() controlPlaneConfig { cfg.Server.Listen = "0.0.0.0:9080" cfg.Server.WireListen = "0.0.0.0:19080" cfg.Server.EdgeWireListen = "0.0.0.0:19081" - cfg.Database.URL = "postgres://nomadcode:nomadcode@code-server-postgres:5432/iop-control-plane-local?sslmode=disable" - cfg.Redis.URL = "redis://code-server-redis:6379/1" - cfg.Redis.KeyPrefix = "iop:control-plane:local:" + cfg.Database.URL = "" + cfg.Redis.URL = "" + cfg.Redis.KeyPrefix = "iop:control-plane:" cfg.Logging.Level = "info" return cfg } diff --git a/apps/control-plane/cmd/control-plane/main_test.go b/apps/control-plane/cmd/control-plane/main_test.go index d093b30..8517b31 100644 --- a/apps/control-plane/cmd/control-plane/main_test.go +++ b/apps/control-plane/cmd/control-plane/main_test.go @@ -28,15 +28,15 @@ func TestLoadConfigDatabaseDefaultsToLocal(t *testing.T) { if err != nil { t.Fatalf("load config: %v", err) } - const wantDatabase = "postgres://nomadcode:nomadcode@code-server-postgres:5432/iop-control-plane-local?sslmode=disable" + const wantDatabase = "" if cfg.Database.URL != wantDatabase { t.Fatalf("database url: got %q want %q", cfg.Database.URL, wantDatabase) } - const wantRedis = "redis://code-server-redis:6379/1" + const wantRedis = "" if cfg.Redis.URL != wantRedis { t.Fatalf("redis url: got %q want %q", cfg.Redis.URL, wantRedis) } - const wantRedisKeyPrefix = "iop:control-plane:local:" + const wantRedisKeyPrefix = "iop:control-plane:" if cfg.Redis.KeyPrefix != wantRedisKeyPrefix { t.Fatalf("redis key prefix: got %q want %q", cfg.Redis.KeyPrefix, wantRedisKeyPrefix) } @@ -82,10 +82,10 @@ func TestLoadConfigRepositoryLocalConfig(t *testing.T) { if err != nil { t.Fatalf("load config: %v", err) } - if cfg.Redis.URL != "redis://code-server-redis:6379/1" { + if cfg.Redis.URL != "" { t.Fatalf("redis url: got %q", cfg.Redis.URL) } - if cfg.Redis.KeyPrefix != "iop:control-plane:local:" { + if cfg.Redis.KeyPrefix != "iop:control-plane:" { t.Fatalf("redis key prefix: got %q", cfg.Redis.KeyPrefix) } if cfg.Server.WireListen != "0.0.0.0:19080" { @@ -502,10 +502,36 @@ func TestEdgeRegistryHTTPHandlersGetLiveStatus(t *testing.T) { t.Fatalf("unexpected adapter summary: %+v", adapter) } - // Ensure raw settings/secret_key is NOT leaked anywhere in the JSON body bodyStr := resp.Body.String() - if strings.Contains(bodyStr, "super-secret-token") || strings.Contains(bodyStr, "secret_key") || strings.Contains(bodyStr, "secret_settings") { - t.Fatalf("leaked secret settings in response: %s", bodyStr) + if strings.Contains(bodyStr, "super-secret-token") || strings.Contains(bodyStr, "secret_key") || strings.Contains(bodyStr, "settings") { + t.Fatalf("leaked raw config settings in response: %s", bodyStr) + } + + var raw map[string]any + if err := json.Unmarshal(resp.Body.Bytes(), &raw); err != nil { + t.Fatalf("decode raw status response: %v", err) + } + nodes, ok := raw["nodes"].([]any) + if !ok || len(nodes) != 1 { + t.Fatalf("raw nodes: got %#v", raw["nodes"]) + } + rawNode, ok := nodes[0].(map[string]any) + if !ok { + t.Fatalf("raw node: got %#v", nodes[0]) + } + rawConfig, ok := rawNode["config"].(map[string]any) + if !ok { + t.Fatalf("raw config: got %#v", rawNode["config"]) + } + for _, forbidden := range []string{"runtime", "settings", "cli", "ollama", "vllm", "base_url", "args", "env", "resume_args"} { + if _, exists := rawConfig[forbidden]; exists { + t.Fatalf("config summary exposed raw key %q: %#v", forbidden, rawConfig) + } + } + for _, required := range []string{"adapters", "concurrency"} { + if _, exists := rawConfig[required]; !exists { + t.Fatalf("config summary missing key %q: %#v", required, rawConfig) + } } }) diff --git a/configs/control-plane.yaml b/configs/control-plane.yaml index 643c1f7..4672f8c 100644 --- a/configs/control-plane.yaml +++ b/configs/control-plane.yaml @@ -4,11 +4,11 @@ server: edge_wire_listen: "0.0.0.0:19081" database: - url: "postgres://nomadcode:nomadcode@code-server-postgres:5432/iop-control-plane-local?sslmode=disable" + url: "" redis: - url: "redis://code-server-redis:6379/1" - key_prefix: "iop:control-plane:local:" + url: "" + key_prefix: "iop:control-plane:" tls: enabled: false diff --git a/configs/edge-compose.yaml.tmpl b/configs/edge-compose.yaml.tmpl index 2edbf8b..08eeae2 100644 --- a/configs/edge-compose.yaml.tmpl +++ b/configs/edge-compose.yaml.tmpl @@ -9,7 +9,7 @@ server: bootstrap: artifact_base_url: "" listen: "0.0.0.0:18080" - artifact_dir: "/tmp/iop-artifacts" + artifact_dir: "artifacts" tls: enabled: false @@ -17,7 +17,7 @@ tls: logging: level: "info" pretty: true - path: "/tmp/iop-edge/edge.log" + path: "" metrics: port: 0 diff --git a/configs/edge.yaml b/configs/edge.yaml index a4b7fab..18ff632 100644 --- a/configs/edge.yaml +++ b/configs/edge.yaml @@ -1,6 +1,6 @@ edge: - id: "edge-dgx-group" - name: "DGX Group" + id: "edge-example" + name: "Example Edge" server: listen: "0.0.0.0:9090" @@ -47,93 +47,47 @@ a2a: bearer_token: "" openai: - enabled: true + enabled: false listen: "0.0.0.0:8080" node: "" adapter: "ollama" - target: "qwen3.6:35b-a3b-bf16" - models: - - "qwen3.6:35b-a3b-bf16" - session_id: "cline" - timeout_sec: 300 + target: "" + models: [] + session_id: "openai" + timeout_sec: 120 strict_output: true strict_stream_buffer: false console: adapter: "cli" - target: "antigravity" + target: "codex" session_id: "default" background: false - timeout_sec: 300 + timeout_sec: 120 nodes: # id is the stable node identity; omitting it falls back to an auto UUID (dev only). # agent_kind selects the registration kind; omitting it defaults to "generic-node". # Allowed values: "generic-node" (default). - - id: "node-dgx-01" - alias: "local-node" - token: "changeme" + - id: "node-example-01" + alias: "example-node" + token: "" agent_kind: "generic-node" adapters: ollama: - enabled: true - base_url: "http://192.168.0.91:11434" - context_size: 262144 + enabled: false + base_url: "" + context_size: 0 vllm: enabled: false - endpoint: "http://localhost:8000" + endpoint: "" cli: enabled: true profiles: - claude: - command: "claude" - args: - - "-p" - - "--dangerously-skip-permissions" - - "--output-format" - - "stream-json" - - "--include-partial-messages" - - "--verbose" - env: [] - persistent: false - terminal: false - output_format: "claude-json" - claude-tui: - command: "claude" - args: - - "--permission-mode" - - "bypassPermissions" - env: - - "TERM=xterm-256color" - persistent: true - terminal: true - response_idle_timeout_ms: 8000 - startup_idle_timeout_ms: 4000 - mode: "persistent-lazy" - antigravity: - command: "agy" - args: - - "--dangerously-skip-permissions" - - "--print-timeout" - - "10m" - - "--print" - resume_args: - - "--dangerously-skip-permissions" - - "--print-timeout" - - "10m" - - "--conversation" - env: [] - persistent: false - terminal: false - mode: "antigravity-print" codex: command: "codex" args: - "exec" - - "--dangerously-bypass-approvals-and-sandbox" - - "--color" - - "never" - - "--skip-git-repo-check" - "--json" resume_args: - "exec" @@ -144,18 +98,6 @@ nodes: terminal: false output_format: "codex-json" mode: "codex-exec" - opencode: - command: "/config/.npm-global/bin/opencode" - args: - - "--title" - - "untitle" - - "--model" - - "ollama-dgx/qwen3.6:35b-a3b-bf16" - - "--dangerously-skip-permissions" - env: [] - persistent: false - terminal: false - mode: "opencode-sse" runtime: - concurrency: 4 - workspace_root: "/tmp/iop/workspace" + concurrency: 1 + workspace_root: "" diff --git a/configs/node.yaml b/configs/node.yaml index 9ce8093..a148e96 100644 --- a/configs/node.yaml +++ b/configs/node.yaml @@ -1,6 +1,6 @@ transport: edge_addr: "localhost:9090" - token: "changeme" + token: "" logging: level: "info" diff --git a/packages/flutter/iop_console/build/native_assets/linux/native_assets.json b/packages/flutter/iop_console/build/native_assets/linux/native_assets.json deleted file mode 100644 index 523bfc7..0000000 --- a/packages/flutter/iop_console/build/native_assets/linux/native_assets.json +++ /dev/null @@ -1 +0,0 @@ -{"format-version":[1,0,0],"native-assets":{}} \ No newline at end of file diff --git a/packages/flutter/iop_console/build/test_cache/build/99111e0c5b6228829e100ef67db14ea2.cache.dill.track.dill b/packages/flutter/iop_console/build/test_cache/build/99111e0c5b6228829e100ef67db14ea2.cache.dill.track.dill deleted file mode 100644 index 4ebcab3..0000000 Binary files a/packages/flutter/iop_console/build/test_cache/build/99111e0c5b6228829e100ef67db14ea2.cache.dill.track.dill and /dev/null differ diff --git a/packages/flutter/iop_console/build/unit_test_assets/AssetManifest.bin b/packages/flutter/iop_console/build/unit_test_assets/AssetManifest.bin deleted file mode 100644 index 86d111f..0000000 Binary files a/packages/flutter/iop_console/build/unit_test_assets/AssetManifest.bin and /dev/null differ diff --git a/packages/flutter/iop_console/build/unit_test_assets/FontManifest.json b/packages/flutter/iop_console/build/unit_test_assets/FontManifest.json deleted file mode 100644 index 3abf18c..0000000 --- a/packages/flutter/iop_console/build/unit_test_assets/FontManifest.json +++ /dev/null @@ -1 +0,0 @@ -[{"family":"MaterialIcons","fonts":[{"asset":"fonts/MaterialIcons-Regular.otf"}]}] \ No newline at end of file diff --git a/packages/flutter/iop_console/build/unit_test_assets/NOTICES.Z b/packages/flutter/iop_console/build/unit_test_assets/NOTICES.Z deleted file mode 100644 index 8571604..0000000 Binary files a/packages/flutter/iop_console/build/unit_test_assets/NOTICES.Z and /dev/null differ diff --git a/packages/flutter/iop_console/build/unit_test_assets/NativeAssetsManifest.json b/packages/flutter/iop_console/build/unit_test_assets/NativeAssetsManifest.json deleted file mode 100644 index 523bfc7..0000000 --- a/packages/flutter/iop_console/build/unit_test_assets/NativeAssetsManifest.json +++ /dev/null @@ -1 +0,0 @@ -{"format-version":[1,0,0],"native-assets":{}} \ No newline at end of file diff --git a/packages/flutter/iop_console/build/unit_test_assets/fonts/MaterialIcons-Regular.otf b/packages/flutter/iop_console/build/unit_test_assets/fonts/MaterialIcons-Regular.otf deleted file mode 100644 index 8c99266..0000000 Binary files a/packages/flutter/iop_console/build/unit_test_assets/fonts/MaterialIcons-Regular.otf and /dev/null differ diff --git a/packages/flutter/iop_console/build/unit_test_assets/shaders/ink_sparkle.frag b/packages/flutter/iop_console/build/unit_test_assets/shaders/ink_sparkle.frag deleted file mode 100644 index 794ba24..0000000 Binary files a/packages/flutter/iop_console/build/unit_test_assets/shaders/ink_sparkle.frag and /dev/null differ diff --git a/packages/flutter/iop_console/build/unit_test_assets/shaders/stretch_effect.frag b/packages/flutter/iop_console/build/unit_test_assets/shaders/stretch_effect.frag deleted file mode 100644 index c014a19..0000000 Binary files a/packages/flutter/iop_console/build/unit_test_assets/shaders/stretch_effect.frag and /dev/null differ