Commit graph

11 commits

Author SHA1 Message Date
217c17dfef refactor: rename apps/mobile to apps/client and update project structure
- Rename mobile app directory to client throughout the project
- Restructure client app code into feature-based organization
  - Move code to src/features/workspaces/domain/presentation
  - Move services to src/integrations/ (mattermost, workspace, proto_socket)
  - Add app bootstrap and main entry point
- Add push notification integration (Mattermost push client/host/plugin)
- Add proto socket integration for real-time communication
- Add integration tests for push and socket components
- Archive old milestone: client-integration-standardization.md
- Add new workflow core milestone: roadmap-driven-agent-ops-automation.md
- Update agent-ops rules (project, core, mobile, contracts, workspace-ops)
- Update roadmap files (ROADMAP.md, current.md, phase PHASE.md files)
- Update bin scripts (build, dev, lint, test)
- Add test environments documentation
- Update contracts notes for Flutter Core API
2026-05-25 22:10:43 +09:00
84c8ac67ed 기능: monorepo 구조를 변경하고 web을 제거한다
- apps/web 디렉터리 전체를 삭제하여 web 클라이언트 제거
- Flutter 모바일 앱 구조를 정리하고 모델/스크린/서비스 추가
- agent-ops 규칙 및 로드맵 업데이트
- monorepo 문서 갱신
2026-05-24 21:48:51 +09:00
3a6c9fb627 update agent-ops rules and roadmap, bin scripts, README, docs 2026-05-24 21:08:07 +09:00
85574a5851 update agent-ops/rules/project/rules.md 2026-05-23 23:47:44 +09:00
639c64e204 update agent-ops files and .gitignore 2026-05-23 17:47:40 +09:00
4a80f4a4e7 update roadmap and milestones 2026-05-22 09:27:14 +09:00
4c0f5e5d0a refactor: rename milestone files and update roadmap structure 2026-05-21 20:37:16 +09:00
4d5da98365 update domain rules and add roadmap 2026-05-21 18:42:36 +09:00
88e4e7062c chore: initialize agent ops from agentic-framework 2026-05-21 13:51:49 +09:00
8c9400c4b9 chore: remove imported agent ops scaffold 2026-05-21 13:46:13 +09:00
183d4b015c chore: consolidate agent ops at monorepo root 2026-05-21 13:38:16 +09:00