Commit graph

147 commits

Author SHA1 Message Date
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
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
ef8d0c4f7a sync: agent-ops from agentic-framework v1.1.115 2026-05-30 22:11:00 +09:00
31421b2a8e sync: agent-ops from agentic-framework v1.1.113 2026-05-30 21:34:35 +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
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
617bde60c0 sync: agent-ops from agentic-framework v1.1.105 2026-05-30 19:05:48 +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
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
41d0396111 sync: agent-ops from agentic-framework v1.1.84 2026-05-28 21:47:14 +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
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
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
7d3e24bb08 sync: agent-ops from agentic-framework v1.1.79 2026-05-28 05:35:49 +09:00
b54f3945d4 chore: update project docs, rules, and roadmap files 2026-05-27 20:58:00 +09:00
6092658758 docs: deploy 및 field 가이드 문서 업데이트, project rules 갱신 2026-05-27 20:46:19 +09:00
0d83ef378e 기능: bootstrap 명령을 positional token 방식의 한 줄 UX로 변경한다
사용자가 artifact URL, Edge 주소, token을 환경변수로 직접 설정하던
IOP_* named parameter 방식을 제거하고, curl | bash -s <token> 형태의
단일 positional token UX로 변경한다.

- bootstrap script에서 NODE_TOKEN을 첫 번째 인자로 받도록 변경
- token 누락 시 명확한 에러 메시지 출력
- artifact HTTP를 127.0.0.1 바인딩으로 변경
- docs, rules, roadmap에 one-line bootstrap UX 기준 기록
2026-05-27 17:56:27 +09:00
8f66b212df sync: agent-ops from agentic-framework v1.1.75 2026-05-27 13:49:48 +09:00
9ddae51ab2 update agent-ops and agent-roadmap 2026-05-27 12:58:39 +09:00
19ddd9bd38 sync: agent-ops from agentic-framework v1.1.72 2026-05-27 09:45:38 +09:00
7b8c2e64ee sync: agent-ops from agentic-framework v1.1.71 2026-05-27 09:14:35 +09:00
183c3d12a6 feat: add field-bootstrap-test-port-readiness milestone and archive ollama-field-validation-follow-up
- Add new milestone for field bootstrap test port readiness
- Archive completed ollama field validation follow-up milestone
- Update PHASE.md, current.md, project rules, and deploy docs
2026-05-26 20:16:44 +09:00
1878accc75 update agent-ops roadmap: add inference-provider-extension, rename knowledge-tool phase, update milestones 2026-05-26 18:23:29 +09:00
308135cfd1 sync: agent-ops from agentic-framework v1.1.70 2026-05-26 16:24:29 +09:00
1d6e2b0882 sync: agent-ops from agentic-framework v1.1.69 2026-05-26 14:27:17 +09:00
48a3aaf82f chore: update roadmap files for all phases 2026-05-26 13:27:08 +09:00
17ac84144b sync: agent-ops from agentic-framework v1.1.65 2026-05-26 09:14:20 +09:00
636bf264de update roadmap and implement runtime proto changes 2026-05-25 22:39:44 +09:00
a0eea23af2 sync: to agentic-framework v1.1.57 2026-05-25 22:39:25 +09:00
1750688e3c sync: agent-ops from agentic-framework v1.1.56 2026-05-25 21:43:58 +09:00
4c18132a51 sync: agent-ops from agentic-framework v1.1.55 2026-05-25 21:16:47 +09:00
302b97c2eb sync: agent-ops from agentic-framework v1.1.54 2026-05-25 21:08:08 +09:00
240f87affd chore: update roadmap milestone and deploy docs 2026-05-25 20:29:24 +09:00
1a84420dac update roadmap and deploy docs 2026-05-25 20:01:50 +09:00
2c694bf2ec update agent-ops roadmap and phase contents 2026-05-25 19:41:24 +09:00
a71338b567 update roadmap files 2026-05-25 15:48:40 +09:00