4a76851254
feat(node): 연결 supervisor 및 CLI adaptors 개선
...
- runtimeSupervisor 단일 goroutine으로 연결·재연결 수명주기 관리
- 초기 연결 실패 시 fx OnStart 후크 중단 방지 (SDD S16)
- finite 재연결 시도 고갈 시 노드 종료
- CLI adaptors: oneshot, opencode_sse, persistent 보강 및 테스트 확장
2026-07-22 18:11:06 +09:00
1378a7fc27
refactor: readability baseline 및 리팩토링 (에지/노드/클라이언트/설정)
2026-07-18 07:39:38 +09:00
a47331f21d
fix(dev-runtime): 배포 검증 실패를 수정한다
...
원격 macOS에서 빈 prompt 인자가 oneshot CLI에 전달되어 cwd 테스트가 실패했고, app-server cwd 검증은 고정 sleep 레이스에 의존했다.
dev 배포가 같은 기준으로 반복되도록 inventory와 capacity smoke 절차도 함께 정리한다.
2026-06-24 15:39:43 +09:00
24735a5914
feat: openai workspace agent execution contract implementation
...
- Update agent contract documentation for openai-compatible API
- Update automation-runtime-bridge milestone tracking
- Add edge smoke tests for openai CLI workspace
- Add node CLI adapters (codex, opencode, oneshot, persistent)
- Add e2e openai-cli-workspace script
- Add agent task tracking for execution contract
2026-06-13 23:12:07 +09:00
cd5425e89a
feat(node): fix CLI adapter and session management, archive G07 task
...
- Fix CLI adapter files for proper session/workspace handling
- Fix session.go and session_test.go
- Archive 03+02_cli_agent_cwd task to archive
2026-06-13 20:36:48 +09:00
c6baac391c
refactor: migrate packages to packages/go/ structure
2026-06-01 10:03:55 +09:00
161055ed8b
feat: CLI persistent cancel reason implementation and tests
2026-05-04 20:45:00 +09:00
4369dc6975
refactor(cli): extract lineEmitter interface and common scanner driver
...
- Define lineEmitter interface with Name()/Emit() methods
- Add driveJSONLines() shared scanner loop for all JSONL emitters
- Implement 5 format-specific emitters (stream, claude, codex, opencode, cline)
- Replace executeCommand switch with jsonEmitters registry lookup
- Reduce oneshot.go from 481 to 160 lines (-67%)
- Add 20+ unit tests for emitters and driveJSONLines
2026-05-04 17:43:18 +09:00
224b649d23
node adapter CLI 수정 및 edge.yaml 설정 업데이트
2026-05-04 11:43:56 +09:00
428ac8b04c
update: oneshot adapter, cli test, edge config & opencode_json_stream task
2026-05-04 11:21:33 +09:00
03c02d738a
feat: enhance CLI adapters with oneshot mode, update edge/node configs and add tests
2026-05-04 09:17:24 +09:00
157a8a7076
feat: add console events, codex execution support and update config
...
- add console_events.go for edge console event handling
- add codex_exec.go for CLI codex execution
- add codex_exec_test.go for persistent CLI tests
- update console.go and oneshot.go with new features
- update config and edge.yaml for new settings
- update README files for edge and node apps
2026-05-04 07:55:08 +09:00
24789c398b
feat: CLI adapter with onshot/persistent mode support
...
- Add onshot.go and persistent.go for distinct CLI modes
- Update cli.go, factory_internal_test.go, cli_test.go
- Update configs/edge.yaml and packages/config
- Update READMEs for edge and node apps
2026-05-03 18:09:56 +09:00