Commit graph

633 commits

Author SHA1 Message Date
2e8ec9efbf chore: add Flutter/Dart package artifacts to .gitignore 2026-06-01 07:51:51 +09:00
c5432243dc update: domain rules 갱신 2026-06-01 04:17:54 +09:00
49872ae120 feat(client): iop_console 패키지로 클라이언트 UI를 분리한다
- IopConsoleShell, IopAgentPanel 컴포넌트로 main.dart 리팩토링
- packages/iop_console 새 패키지 추가
- 클라이언트 pubspec에 iop_console 의존성 추가
- 로드맵 및 마일스톤에 embeddable-iop-console-workbench 추가
- 관련 규칙 및 문서 업데이트
2026-05-31 21:08:46 +09:00
0ecd9d481c sync: agent-ops from agentic-framework v1.1.119 2026-05-31 16:30:08 +09:00
9a4f1a0936 sync: agent-ops from agentic-framework v1.1.116 2026-05-31 16:14:15 +09:00
fe135e2483 update domain rules and add client domain rule 2026-05-31 06:48:09 +09:00
aaf35e61a9 archive: control-plane-edge-wire-baseline milestone to archive 2026-05-30 22:45:08 +09:00
7df7c6f52e chore: update control-plane edge wire baseline and related components
- Move completed review/plan artifacts to archive
- Update control-plane main, wire, edge components
- Update edge bootstrap runtime and controlplane connector
- Update generated proto files
2026-05-30 22:30:18 +09:00
ef8d0c4f7a sync: agent-ops from agentic-framework v1.1.115 2026-05-30 22:11:00 +09:00
348578e5dd feat: control-plane edge wire baseline implementation
- Add edge server registry and connection management
- Implement edge wire protocol with gRPC streaming
- Update proto definitions for control plane communication
- Add edge bootstrap runtime and connector
- Add code review and plan documentation for G08
2026-05-30 21:44:31 +09:00
31421b2a8e sync: agent-ops from agentic-framework v1.1.113 2026-05-30 21:34:35 +09:00
07d4afe580 feat: control-plane edge wire baseline milestone and implementation
- Add roadmap milestone for control-plane edge wire baseline
- Update main.go with edge registration logic
- Add edge registry implementation
- Add edge server tests
- Add agent-task documentation for control-plane edge wire baseline
2026-05-30 21:27:01 +09:00
82744ef6a3 sync: agent-ops from agentic-framework v1.1.111 2026-05-30 21:11:05 +09:00
e641daef38 sync: agent-ops from agentic-framework v1.1.110 2026-05-30 21:09:24 +09:00
11382a397f feat: control-plane edge wire baseline 및 관련 수정사항 적용
- edge bootstrap runtime 개선
- edge 설정 및 config 업데이트
- hostsetup 테스트 및 템플릿 수정
- Makefile 업데이트
- E2E 테스트 스크립트 추가
- 아키텍처 태스크 아카이브
2026-05-30 21:00:59 +09:00
702f3619b2 sync: agent-ops from agentic-framework v1.1.108 2026-05-30 20:49:42 +09:00
1e45d96643 sync: agent-ops from agentic-framework v1.1.107 2026-05-30 20:48:59 +09:00
6f36449daa feat(control-plane): edge connector implementation and control proto updates
- Add edge connector module (edge.go, edge_registry.go, edge_server.go)
- Add edge server tests (edge_server_test.go, edge_test.go)
- Update control.proto with edge-related messages and RPCs
- Generate proto files for Go, Dart
- Update control-plane Dockerfile and configuration
- Add client-side proto bindings
- Update roadmap and milestones for control-plane-edge-wire-baseline
- Add agent-task documentation for edge connector and local smoke tests
- Update docker-compose.yml for edge support
2026-05-30 20:00:37 +09:00
617bde60c0 sync: agent-ops from agentic-framework v1.1.105 2026-05-30 19:05:48 +09:00
8b9c81c004 chore: archive edge-command-control-plane-ops-boundary milestone and update roadmap 2026-05-30 18:32:53 +09:00
49d32a619b update roadmap and documentation for control-plane and edge components 2026-05-30 18:29:18 +09:00
07b937d285 update roadmap: add control-plane-client and edge-command-control-plane-ops-boundary milestones 2026-05-30 18:24:19 +09:00
d7324fe184 feat: client integration and control-plane phase updates
- Update control-plane and edge domain rules
- Update roadmap phase and current status
- Archive client-integration-clone-adoption and nexo-notification-message-smoke-alignment milestones
- Update control-plane-client milestone
- Add client assets, lib/src, integrations tests
- Add google-services.json for client android
- Update client pubspec, build configs, and platform manifests
2026-05-30 18:02:06 +09:00
7b9345bc1a update roadmap milestones 2026-05-30 06:41:07 +09:00
d426847980 docs: local 테스트 환경값을 agent-test/local/rules.md로 라우팅 변경
- .gitignore에 agent-test/local/ 및 agent-test/runs/ 추가
- project rules.md에서 private rule 대신 agent-test/local/rules.md로
  local 테스트 환경값 라우팅 변경
2026-05-30 06:22:00 +09:00
6d20c251d9 sync: agent-ops from agentic-framework v1.1.101 2026-05-30 06:03:20 +09:00
b3b1dddd9d sync: agent-ops from agentic-framework v1.1.99 2026-05-30 05:39:10 +09:00
4f0b6ba0b5 update roadmap and docs for control-plane-portal-ops phase 2026-05-29 21:25:26 +09:00
55f444ca2b docs(readme): README를 한국어로 정리한다 2026-05-29 05:41:30 +09:00
41d0396111 sync: agent-ops from agentic-framework v1.1.84 2026-05-28 21:47:14 +09:00
1fe368ad2c refactor: portal → client 앱 리팩토링 및 제어플랫폼 와이어 클라이언트 명명 변경
- apps/portal 디렉터리를 apps/client로 리팩터링
- ControlPlaneWireClient → WireClient 명명 변경
- 관련_proto import 정렬, struct protobuf 생성 제거
- README, docker-compose, 스크립트 등 일관성 개선
2026-05-28 20:24:45 +09:00
95693f1cec docs: edge local dev guide 및 관련 문서 업데이트 2026-05-28 20:10:54 +09:00
e02ae80ce6 refactor: move dev scripts to scripts/dev/ and update configurations 2026-05-28 19:42:54 +09:00
5c3fef65e9 feat: edge local dev infrastructure and artifact server implementation
- Add artifact_server.go for edge node artifact serving
- Refactor bootstrap/runtime.go to use new artifact server
- Update Makefile for new build workflow
- Remove deprecated bin/build/field-binaries.sh
- Update edge README with new development workflow
- Update edge-local-dev-guide.md with artifact server info
- Add config and hostsetup updates for artifact serving
- Update agent-ops rules and testing domain rules
2026-05-28 18:53:12 +09:00
329576345d refactor: separate local build and field dist targets
- Separate local binary build (make build) from field bundle dist (make dist)
- make build now uses direct go build for local development only
- make dist handles cross-platform field binaries with checksums and manifests
- Remove LOCAL_BIN_DIR sync logic from field-binaries.sh
- Update edge-local-dev-guide.md to reflect new build workflow
2026-05-28 14:48:36 +09:00
86311b2d54 Update project files and clean up temp_verif directory 2026-05-28 14:42:55 +09:00
63d69f2957 chore: update domain rules and remove portal domain rule 2026-05-28 10:57:04 +09:00
f309c094b7 feat: add control-plane and portal domain rules, update project rules
- Add control-plane domain rule
- Add portal domain rule
- Update edge domain rule
- Update node domain rule
- Update platform-common domain rule
- Update testing domain rule
- Update project rules
2026-05-28 10:45:43 +09:00
6e1c201d0b sync: agent-ops from agentic-framework v1.1.83 2026-05-28 10:15:21 +09:00
9fbef3c0c0 sync: agent-ops from agentic-framework v1.1.80 2026-05-28 09:59:18 +09:00
0ac1217730 update docs and roadmap files 2026-05-28 09:57:07 +09:00
eb74d041b7 sync: to agentic-framework v1.1.80 2026-05-28 09:54:50 +09:00
62c28d7f1c update roadmap and edge app files 2026-05-28 09:27:34 +09:00
433c84f002 chore: update roadmap for edge-local-dev-config-runtime milestone 2026-05-28 09:10:40 +09:00
a4af8e5925 feat: edge local dev config and smoke bundle docs update
- Update edge README with local dev instructions
- Update edge main.go and tests
- Update deploy-dev documentation
- Archive completed task files
2026-05-28 07:55:26 +09:00
6d7c1bb429 archive: move 02+01_node_register_bootstrap to archive and update main.go 2026-05-28 06:20:19 +09:00
5bb8a4bc85 feat: edge local dev config and observability improvements
- Add edge node bootstrap and runtime configuration
- Update observability with test coverage
- Add hostsetup test and template updates
- Add m-edge-local-dev-config-runtime task tracking
2026-05-28 05:44:43 +09:00
7d3e24bb08 sync: agent-ops from agentic-framework v1.1.79 2026-05-28 05:35:49 +09:00
fea819a7e0 Update field-bootstrap-user-test.md 2026-05-27 22:06:55 +09:00
d0f8923186 docs: edge-local-dev-config-runtime UX 개선 - config 템플릿, env-report, node register, advertise host 자동 판별, 로그 기본 위치 2026-05-27 22:04:34 +09:00