Commit graph

249 commits

Author SHA1 Message Date
f9670576e4 docs(roadmap): OTO registry 마일스톤을 완료 처리한다 2026-06-03 18:24:39 +09:00
7008ff888f feat: edge node registry and service updates, roadmap sync
- Update edge node registry with snapshot tracking
- Fix mapper and store tests for registry changes
- Update transport server integration tests
- Add config support for new edge settings
- Sync roadmap with current phase progress
- Archive completed task groups
2026-06-03 17:53:44 +09:00
a2c9fe7c51 sync: agent-ops from agentic-framework v1.1.124 2026-06-03 12:56:30 +09:00
4df9cc8872 docs(roadmap): OTO agent registry 계획을 정리한다
Automation Runtime과 Bridge 확장 phase를 진행중으로 전환하고 OTO Agent Registry 구현 milestone과 split plan을 활성 작업으로 연결한다.
2026-06-03 12:23:03 +09:00
e4c645a8d7 sync: agent-ops from agentic-framework v1.1.122 2026-06-02 21:49:42 +09:00
b77f44a706 feat: control plane status client and UI components
- Add ControlPlaneStatusClient for querying control plane state
- Add control plane status widgets for displaying status in client
- Update main.dart to integrate control plane status features
- Update widget_test.dart
- Archive completed task documents
2026-06-02 19:56:42 +09:00
f8fa2b535d feat: control plane client lifecycle and edge bootstrap improvements 2026-06-02 19:13:37 +09:00
0eb8b03eb6 feat(edge): envsubst 템플릿 기반으로 설정을 전환한다
Edge Dockerfile에서 envsubst를 사용해 환경 변수를 템플릿에
대입한 후 설정 파일을 생성하도록 변경한다.

- Dockerfile에 gettext 패키지를 추가한다
- configs/edge-compose.yaml을 configs/edge-compose.yaml.tmpl로
  전환하여 환경 변수 대치 지원
- docker-compose.yml edge 서비스에 환경 변수를 명시적으로 전달
2026-06-02 18:06:44 +09:00
68f6e08da8 feat: update control-plane-client roadmap, add edge Dockerfile & config, update docker-compose & dev scripts 2026-06-02 15:37:34 +09:00
7ccefd7f9f chore: update roadmap for control-plane-portal-ops phase 2026-06-02 13:09:20 +09:00
a2268416ad feat: client integration and iop_console updates 2026-06-02 11:33:16 +09:00
173af5729c feat: embeddable iop console workbench - m-embeddable-iop-console-workbench task implementation
- Add IopConsoleContract and IopConsoleOverview components
- Update iop_console.dart entry point
- Update iop_agent_panel with new console integration
- Update iop_console_shell for workbench embedding
- Add agent task documentation for m-embeddable-iop-console-workbench
2026-06-02 11:12:36 +09:00
9ef4418f8f fix(node): suppress previous assistant messages in Claude TUI output filter
Add baselineAssistant tracking to prevent repainted/stale assistant
messages from being emitted when a new prompt is being entered.
Introduce latestClaudeAssistantMessageAfterPromptFromCleanOutput to
detect assistant messages that appear after the current prompt echo,
and isClaudePromptEchoLine to recognize prompt echo lines. Add tests
for suppression of previous replies while prompt echoes and for
allowing same text after current prompt.
2026-06-01 21:50:13 +09:00
e74b50c7f3 feat: persistent executor output filtering and test updates
- Add output filtering for persistent CLI executor
- Update e2e smoke test script and skill documentation
- Update testing domain rules
2026-06-01 17:41:55 +09:00
c6baac391c refactor: migrate packages to packages/go/ structure 2026-06-01 10:03:55 +09:00
e4d22b3383 feat: update roadmap and migrate iop_console to packages/flutter 2026-06-01 09:20:15 +09:00
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