Commit graph

14 commits

Author SHA1 Message Date
08110f12b0 chore: make roadmap current local 2026-06-03 20:14:05 +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
ef8d0c4f7a sync: agent-ops from agentic-framework v1.1.115 2026-05-30 22:11:00 +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
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
86311b2d54 Update project files and clean up temp_verif directory 2026-05-28 14:42:55 +09:00
8b5848a32d migration: migrate web app to Flutter portal and update control-plane 2026-05-24 22:47:01 +09:00
82364533a1 chore: update .gitignore and remove deprecated bin binaries 2026-05-20 17:09:13 +09:00
a52ecb8efe 기능: OpenAI 서빙과 필드 배포 구성을 추가한다
필드 테스트를 위해 edge OpenAI-compatible 경로와 node adapter 설정을 확장하고, Jenkins 바이너리 빌드 및 control-plane/web compose 배포 구성을 함께 정리한다.
2026-05-19 16:04:23 +09:00
ed882cf6a4 feat: add control-plane, web, and docker-compose
- Add control-plane service with Dockerfile and internal packages
- Add web application (Next.js)
- Add docker-compose.yml for orchestration
- Update .gitignore and README.md
2026-05-18 06:21:48 +09:00
ec807a0267 archive task logs and update CLI adapter 2026-05-17 19:15:38 +09:00
2d6fde0876 기능: IOP 모노레포 스캐폴드 초기 구현
apps/node 중심 구현 — TCP+JSON transport, Hexagonal Architecture,
mock/cli adapter, fx DI, SQLite 실행 이력 저장.
edge/control-plane/worker는 cobra placeholder.
유닛 테스트 및 통합 테스트 클라이언트 계획서 추가.
2026-05-02 13:20:35 +09:00