Commit graph

267 commits

Author SHA1 Message Date
7b4d1b8570 chore: archive workflow-core milestone and update roadmap 2026-06-01 13:55:11 +09:00
ac242e5fac feat: notification event model with workflow context (WFC-EVENTS)
- Add Attempt, Reason, OccurredAt fields to notification.TaskEvent
- Populate workflow context in scheduler event emission via parseTaskEventContext
- Extend proto-socket task.status.changed payload with additive fields
- Update contracts note with new event payload shape
- Archive notification_model subtask to agent-task/archive
- Fix Plane compose path in core domain rules
2026-06-01 13:19:07 +09:00
aa5051f080 add agent-task archive and workflow core files 2026-06-01 11:17:23 +09:00
f862d5c646 fix: workflow scheduler and lifecycle bug fixes 2026-06-01 11:05:40 +09:00
cbcbd63e0d feat: workflow scheduler and lifecycle improvements 2026-06-01 11:03:02 +09:00
6f383f1213 workflow: enqueue failure 시 Lifecycle를 통해 task를 failed 상태로 전환
- enqueuer가 설정되지 않은 경우에도 FailTask를 호출하여 task 상태를 failed로 표시
- scheduler/jobs.go에 책임 경계 주석 추가
- README에 작업 라이프사이클 책임 경계 문서 추가
- EnqueueTask 실패 시 lifecycle를 통한 상태 전이 테스트 추가
2026-06-01 10:48:29 +09:00
d7aafc47d3 refactor(workflow): task lifecycle를 별도 레이어로 분리하고 interface 추상화한다
- Lifecycle에 taskStore interface를 도입해 storage 의존성 추상화
- validTaskStatus, terminalTaskStatus, canEnqueueStatus helper 함수로 상태 검사 로직 분리
- QueueTask 메서드를 Lifecycle로 이동해 상태 전이 통합 관리
- Service에 lifecycle 필드 추가하고 EnqueueTask에서 lifecycle 활용
- lifecycle 전이 검증 및 enqueue 흐름 테스트 추가
2026-06-01 10:23:08 +09:00
18853a5d31 update workflow-core roadmap: archive old milestone, update phase docs 2026-06-01 09:53:50 +09:00
738edbda76 update roadmap: add agent-ops-mcp-control-plane phase, revise workflow-core and external-integration milestones 2026-06-01 07:50:21 +09:00
69aa12bc94 update domain rules 2026-06-01 04:21:24 +09:00
03187a4be3 update workbench shell and widget test 2026-05-31 19:57:16 +09:00
d4ff947dcd feat: update workbench shell, mobile rules, and tests 2026-05-31 19:36:01 +09:00
f769dd5f3c feat: workbench shell 및 로드맵 업데이트
- workbench shell 앱 구조 추가 (nomadcode_workbench_shell.dart)
- 워크스페이스 홈 페이지 업데이트
- 클라이언트 앱 멀티앱 구조 지원
- Pubspec 의존성 업데이트
- 로드맵 마일스톤 및 페이즈 문서 업데이트
- agent-ops 도메인 rule 갱신 (core, mobile)
2026-05-31 19:25:36 +09:00
092be9dad9 sync: to agentic-framework v1.1.119 2026-05-31 16:24:49 +09:00
86e054604a sync: to agentic-framework v1.1.118 2026-05-31 16:22:16 +09:00
3147330a9f sync: to agentic-framework v1.1.117 2026-05-31 16:18:16 +09:00
399fb8c158 sync: to agentic-framework v1.1.116 2026-05-31 16:10:34 +09:00
27f47f3eb8 archive: move client diagnostics task files to archive and update proto_socket implementation 2026-05-31 15:56:56 +09:00
03f9e98906 feat: proto socket infrastructure communication rail - client diagnostics & archive M12 core diagnostics
- Archive 12+11_core_diagnostics to agent-task/archive/2026/05
- Update client app initialization with proto socket lifecycle
- Add workspace home page with diagnostic capabilities
- Integrate proto socket lifecycle management
- Update tests for proto socket integration
- Update core server tests
- Update roadmap milestone tracking
2026-05-31 05:50:18 +09:00
382b5f14ba feat: core diagnostics - G07 code review and proto-socket improvements
- Add code review log for cloud G07
- Update plan and code review documents for core diagnostics
- Improve protosocket server implementation and tests
2026-05-30 23:31:12 +09:00
d0a0da8157 feat: proto-socket infrastructure communication milestone update and diagnostics 2026-05-30 23:02:23 +09:00
b07e61af92 chore: archive task results and update client workspace UI 2026-05-30 22:21:24 +09:00
2bcf35b3a4 sync: agent-ops from agentic-framework v1.1.115 2026-05-30 22:11:04 +09:00
61308c945a sync: agent-ops from agentic-framework v1.1.113 2026-05-30 21:34:39 +09:00
3b7c76742a feat: workspace task domain, proto socket task service implementation
- Add workspace_task.dart for workspace task domain model
- Add proto_socket_task_service.dart for ProtoSocket integration
- Add proto_socket_task_service_test.dart for service tests
- Clean up deprecated cloud-G06 task service files
2026-05-30 21:22:20 +09:00
88674917de feat: proto socket infrastructure communication rail implementation
- Add proto socket client and envelope implementations
- Add proto socket lifecycle integration tests
- Add task service PLAN and CODE_REVIEW documents
- Add workspace integration PLAN and CODE_REVIEW documents
- Update bootstrap with proto socket integration
- Update pubspec dependencies and lock file
- Update Flutter core API candidates documentation
- Update workflow core milestone tracking
2026-05-30 21:12:37 +09:00
5fd9cfeb02 sync: agent-ops from agentic-framework v1.1.111 2026-05-30 21:11:10 +09:00
0bfdb05eea sync: agent-ops from agentic-framework v1.1.110 2026-05-30 21:09:30 +09:00
3c1fcff4dd sync: agent-ops from agentic-framework v1.1.108 2026-05-30 20:49:46 +09:00
d74ceec9f7 sync: agent-ops from agentic-framework v1.1.107 2026-05-30 20:49:04 +09:00
e36db7281b feat: update project rules, roadmap, and core service changes
- Update agent-ops project rules and roadmap files
- Add proto-socket infrastructure communication rail milestone
- Update Flutter pubspec.lock and contracts notes
- Enhance core service: config, HTTP middleware, router
- Add notification module improvements
- Add protosocket internal package
2026-05-30 19:32:48 +09:00
9551709b5f sync: agent-ops from agentic-framework v1.1.105 2026-05-30 19:05:52 +09:00
670223af81 archive: mattermost-nexo-messaging-alignment milestone to archive and update roadmaps 2026-05-30 12:00:42 +09:00
55e0139cca update docs and roadmap files, remove outdated docs 2026-05-30 06:59:08 +09:00
79c9747d88 chore: update project rules, roadmap, and documentation 2026-05-30 06:19:10 +09:00
591243062d sync: agent-ops from agentic-framework v1.1.101 2026-05-30 06:03:24 +09:00
bf8eed5b45 sync: agent-ops from agentic-framework v1.1.99 2026-05-30 05:39:17 +09:00
e5f64f29b1 feat: mattermost push notification integration and roadmap update 2026-05-29 21:24:59 +09:00
bbb5b98d60 sync: agent-ops from agentic-framework v1.1.84 2026-05-28 21:47:17 +09:00
eec9c69f38 sync: agent-ops from agentic-framework v1.1.83 2026-05-28 10:15:25 +09:00
2d45508af1 sync: agent-ops from agentic-framework v1.1.80 2026-05-28 09:59:22 +09:00
883575f4d5 sync: agent-ops from agentic-framework v1.1.79 2026-05-28 05:35:53 +09:00
33e02c7063 update roadmap and services core readme 2026-05-27 14:09:26 +09:00
534c9000da sync: agent-ops from agentic-framework v1.1.75 2026-05-27 13:49:52 +09:00
d37885d534 chore: update ai-ignore.sh 2026-05-27 13:42:19 +09:00
e2e595db74 정리: 로드맵 디렉터리를 분리한다
agent-ops 공통 파일과 프로젝트 로드맵 상태를 분리해 sync 대상과 로드맵 문서 관리를 독립적으로 유지한다.
2026-05-27 11:18:34 +09:00
1766cd8ffc archive mattermost-messaging-android-smoke milestone and update client push notification 2026-05-27 10:03:18 +09:00
234a8910dd sync: to agentic-framework v1.1.72 2026-05-27 09:42:17 +09:00
4d047e6344 sync: agent-ops from agentic-framework v1.1.71 2026-05-27 09:14:39 +09:00
a90d15f85e chore: update roadmap, client README, push plugin integration, and assets 2026-05-26 18:36:23 +09:00