b0862e779c
sync: agent-ops from agentic-framework v1.1.159
2026-06-30 15:00:19 +09:00
70e1d54981
sync: agent-ops from agentic-framework v1.1.158
2026-06-27 07:12:07 +09:00
13a197affb
sync: agent-ops from agentic-framework v1.1.157
2026-06-25 10:21:53 +09:00
fdbc720eec
sync: agent-ops from agentic-framework v1.1.156
2026-06-24 23:15:35 +09:00
42f9398752
sync: agent-ops from agentic-framework v1.1.153
2026-06-21 11:52:17 +09:00
4202863eb7
sync: agent-ops from agentic-framework v1.1.152
2026-06-20 16:27:55 +09:00
bfc63bac3e
sync: agent-ops from agentic-framework v1.1.151
2026-06-19 17:04:10 +09:00
5929f73d0e
sync: agent-ops from agentic-framework v1.1.149
2026-06-17 23:21:00 +09:00
91c68ac608
sync: agent-ops from agentic-framework v1.1.148
2026-06-17 22:58:01 +09:00
7583aeae93
sync: agent-ops from agentic-framework v1.1.147
2026-06-17 20:42:24 +09:00
fc4aa8f1a0
sync: agent-ops from agentic-framework v1.1.145
2026-06-17 18:33:58 +09:00
c0c9b1ed32
update messaging-runtime phase and ios-notification-test milestone
2026-06-17 08:03:16 +09:00
7752189956
sync: agent-ops from agentic-framework v1.1.141
2026-06-16 20:57:33 +09:00
bf393f6f9b
sync: agent-ops from agentic-framework v1.1.140
2026-06-16 10:54:31 +09:00
3d22cbcd46
sync: agent-ops from agentic-framework v1.1.137
2026-06-13 11:28:26 +09:00
145473c4f5
update: sync-upstream script and agent-ops rules
2026-06-11 14:07:31 +09:00
8d9d236d08
update: sync upstream references and project rules
2026-06-11 09:09:56 +09:00
079c2984bd
feat(messaging): Flutter Web 알림 마일스톤을 완료 상태로 승격하고 알림 라우팅을 개선한다
...
- PHASE.md에서 flutter-web-notification-smoke 마일스톤 상태를 완료로 변경하고 archive로 이동
- browser_notification_interop_web.dart에서 라우팅 데이터 캡처 방식을 인스턴스 변수에서 인자 전달로 변경하여 각 알림별 데이터 격리
- nexo_messaging_plugin.dart에서 permissionGranted를 고정 값에서 실제 권한 상태 기반으로 변경
- 코드 스타일 개선: if문 블록 포맷팅, 단일 줄 최적화
- 테스트 추가: show 실패 시 최신 권한 상태를 반환하는 검증
2026-06-10 20:40:17 +09:00
f3bba0a1ca
sync: agent-ops from agentic-framework v1.1.134
2026-06-10 20:33:16 +09:00
8ff55d4940
chore(roadmap): Flutter Web 알림 Smoke 마일스톤을 검토중 동기화한다
...
웹 smook 테스트 분리, helper 경로, 수동 증빙 정리를 통해 마일스톤 완료 근거를 milestone 기준으로 반영해 로드맵 상태를 검토중으로 맞췄다.
2026-06-08 19:58:45 +09:00
e2823b38e0
test(client-app): Flutter Web smoke 보완을 준비한다
...
브라우저 smoke의 선행 조건으로 test host를 web build 가능 상태로 만들고, 후속 runtime evidence 계획과 완료 로그를 함께 남긴다.
2026-06-08 10:52:46 +09:00
26e8d698d6
docs(roadmap): Flutter Web 알림 마일스톤을 아카이브한다
2026-06-07 21:37:13 +09:00
9a2272d979
test(client-app): 웹 알림 smoke host를 추가한다
...
Flutter Web permission/display/click smoke를 반복 검증할 수 있도록 테스트 호스트 UI와 위젯 테스트를 갱신한다.
리뷰 완료 산출물을 archive로 이동해 마일스톤 test-host 완료 근거를 남긴다.
2026-06-07 20:56:22 +09:00
9017482f4b
test(messaging): 웹 알림 smoke 후속 작업을 정리한다
...
Web notification 상태 테스트와 후속 Web Push 스케치를 추가하고, 남은 test-host 작업을 agent-task plan으로 분리했다.
2026-06-07 19:55:45 +09:00
3620da91b7
fix(messaging): Web 알림 클릭 라우팅을 연결한다
...
실제 browser Notification 인스턴스에 click listener가 없어 foreground 알림 클릭이 opened routing으로 이어지지 않았다.
리뷰 루프를 PASS로 종결하고 task archive evidence를 남긴다.
2026-06-07 19:04:08 +09:00
098abcaa99
feat(messaging): Web 전경 알림 표시를 추가한다
...
브라우저 전경 알림 표시와 click routing의 첫 구현을 남기고, 리뷰에서 확인된 실제 web click bridge 보완 계획을 함께 기록한다.
2026-06-07 17:30:25 +09:00
ea77708c4f
feat(messaging): Web 알림 전경 계약을 추가한다
...
Flutter Web foreground 알림 흐름을 이어가기 위해 permission API와 payload mapper를 패키지 내부 계약으로 고정한다.
2026-06-07 15:08:40 +09:00
c67cb557a5
feat(messaging): Web 플러그인 기준선을 추가한다
...
Flutter Web 등록과 browser Notification interop 경계를 추가하고 package manifest 계약을 정리한다.
2026-06-07 12:55:56 +09:00
caafd4f320
feat(messaging): Web 알림 API 기준을 추가한다
...
Flutter Web foreground 알림을 준비하기 위해 초기화 옵션과 token prefix 경계를 public API로 고정한다.
포트/환경 기준 문서와 로드맵 정리, agent-task 리뷰 산출물도 함께 반영한다.
2026-06-07 10:59:12 +09:00
871c792128
docs(roadmap): Flutter Web 알림 마일스톤을 추가한다
...
Flutter 패키지 중심의 Chrome 웹 알림 적용 방향을 로드맵 최상단에 두고, 진행 중인 런타임 표준화 작업과 포트/환경 표준화 항목을 함께 반영한다.
2026-06-07 09:12:19 +09:00
e728315207
sync: agent-ops from agentic-framework v1.1.132
2026-06-06 14:28:31 +09:00
c08e30347e
sync: agent-ops from agentic-framework v1.1.131
2026-06-06 13:17:19 +09:00
6dbc6e5a65
sync: agent-ops from agentic-framework v1.1.129
2026-06-05 10:39:07 +09:00
1542b70296
sync: agent-ops from agentic-framework v1.1.126
2026-06-03 20:23:44 +09:00
9a29e39a38
chore: stop tracking roadmap current
2026-06-03 20:15:35 +09:00
c5ae5d8b16
chore: make roadmap current local
2026-06-03 20:14:08 +09:00
f4643a58ec
sync: agent-ops from agentic-framework v1.1.124
2026-06-03 12:56:32 +09:00
97ccb3bfb3
sync: agent-ops from agentic-framework v1.1.122
2026-06-02 21:49:44 +09:00
d18463ea80
docs: 업데이트된 문서 변경사항 적용
2026-06-02 19:38:06 +09:00
e49fb45dcb
docs: update notification test guides and remove smoke evidence templates
2026-06-02 18:51:58 +09:00
4373528151
chore: remove deleted Flutter generated plugin files
2026-06-02 11:36:28 +09:00
ee2e79b334
docs: Linux 알림 테스트 가이드 및 evidence 템플릿 추가, Windows/Linux 선행 정리 아카이브
...
- Windows 및 Linux 알림 선행 정리 마일스톤을 아카이브로 이동
- iOS 알림 테스트 마일스톤을 활성 milestone로 변경
- Linux 알림 테스트 가이드 및 smoke evidence 템플릿 추가
- Flutter Test Linux fixture 파일 추가 (open_channel, open_thread)
2026-06-02 10:50:27 +09:00
cc9f99c54a
add windows notification docs, update roadmap and flutter test READMEs
2026-06-02 08:04:21 +09:00
0faa687954
feat: macos notification support and documentation updates
...
- Add macos notification smoke evidence template and test guide
- Add Fixtures for open_channel and open_thread json
- Update roadmaps for messaging runtime phase and macos notification milestone
- Update flutter-test and messaging_flutter READMEs
2026-06-02 04:32:38 +09:00
706e1ae6f0
update roadmap: move ios-notification-preflight milestone to archive and update phase tracking
2026-06-02 04:26:12 +09:00
f8f7c37eec
chore: archive task files and update RunnerTests
2026-06-01 14:17:27 +09:00
68ccfb13fd
feat: update iOS notification test and plugin implementation
...
- Update RunnerTests.swift with notification test cases
- Update NexoMessagingPlugin.swift with notification handling
- Update ios-notification-test-guide.md
2026-06-01 13:38:32 +09:00
908a4ecc18
feat: iOS notification preflight task and test documentation
...
- Add iOS notification preflight plan and code review (PLAN/CODE_REVIEW-cloud-G07)
- Add iOS notification smoke evidence template
- Update iOS notification test guide with preflight steps
- Add Flutter test app iOS fixtures (APNS payloads, GoogleService config, entitlements)
- Update README files for flutter-test, messaging_flutter, and docs
2026-06-01 13:29:02 +09:00
9f5e8c2343
feat: add notification preflight milestones for all platforms and update runtime validation docs
...
- Add iOS notification preflight milestone
- Add macOS notification preflight milestone
- Add Linux notification preflight milestone
- Add Windows notification preflight milestone
- Update notification test milestones for all platforms
- Update phase documentation and current roadmap
- Update runtime image validation docs
- Update compose README
2026-06-01 13:08:25 +09:00
a3d395e7c3
docs: iOS notification test guide added and README updated
2026-06-01 09:55:25 +09:00