This website requires JavaScript.
Explore
Help
Register
Sign In
kai
0 Followers
·
0 Following
Joined on
2025-08-06
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
User to block:
Optional note:
The note is not visible to the blocked user.
Cancel
Block
Repositories
5
Projects
Packages
Public Activity
Starred Repositories
kai
pushed to
main
at
kai/ColaFlow
2025-11-23 22:40:17 +00:00
8c51fa392b
Refactoring
0951c53827
fix(backend): Fix ApiKeyId lookup in PendingChangeService
9f774b56b0
feat(backend): Add CreateProjectSdkTool for MCP SDK
a55006b810
fix(backend): Use tenant_id claim name in MCP API Key authentication
b38a9d16fa
feat(backend): Add API Key authentication to /mcp-sdk endpoint
Compare 5 commits »
kai
pushed to
main
at
kai/ColaFlow
2025-11-15 07:59:23 +00:00
34a379750f
Clean up
4479c9ef91
docs(mcp): Complete Phase 3 Runtime Testing and Validation
fda586907e
feat(backend): Install and integrate Microsoft MCP SDK v0.4.0-preview.3 (Phase 1 PoC)
Compare 3 commits »
kai
pushed to
main
at
kai/ColaFlow
2025-11-09 17:40:56 +00:00
63ff1a9914
Clean up
kai
pushed to
main
at
kai/ColaFlow
2025-11-09 17:38:37 +00:00
1d6e732018
fix(backend): Move McpNotificationHub to Infrastructure layer to fix dependency inversion violation
61e0f1249c
fix(backend): Fix MCP module compilation errors by using correct exception classes
9ccd3284fb
feat(backend): Implement SignalR Real-Time Notifications for MCP - Story 5.12
2fec2df004
feat(backend): Implement PendingChange Management (Story 5.10)
debfb95780
feat(backend): Implement Diff Preview Service for MCP (Story 5.9)
Compare 11 commits »
kai
pushed to
main
at
kai/ColaFlow
2025-11-08 17:14:04 +00:00
b11c6447b5
Sync
48a8431e4f
feat(backend): Implement MCP Protocol Handler (Story 5.1)
d3ef2c1441
docs: Mark Sprint 4 Story 1 as completed with implementation summary
88d6413f81
feat(frontend): Create Sprint 4 Stories and Tasks for Story Management
b3c92042ed
docs(backend): Add Sprint 4 backend API verification and optional enhancement story
Compare 7 commits »
kai
pushed to
main
at
kai/ColaFlow-Web
2025-11-06 21:47:08 +00:00
f2aa3b03b6
feat(frontend): Add Sprint 4 new fields to Story Detail page sidebar
79f210d0ee
fix(frontend): Implement Task Edit functionality - Sprint 4 Story 2
777f94bf13
feat(frontend): Enhance Story form with acceptance criteria, assignee, tags, and story points - Sprint 4 Story 3
8022c0517f
feat(frontend): Integrate TaskList component into Story detail page - Sprint 4 Story 2
8fe6d64e2e
feat(frontend): Implement Task management components - Sprint 4 Story 2
Compare 6 commits »
kai
pushed to
main
at
kai/ColaFlow-Web
2025-11-05 20:15:20 +00:00
d9228057bb
fix(frontend): Fix auth hydration and auto-redirect to login
605e151f33
fix(frontend): Add localStorage migration logic for userId to id field
6f36bbc3d5
fix(frontend): Fix user field name mapping from backend to frontend
be69325797
fix(frontend): Fix Zustand authStore hydration timing issue
b404fbb006
fix(frontend): Add comprehensive debug logging for Epic creation
Compare 6 commits »
kai
pushed to
main
at
kai/ColaFlow-Web
2025-11-05 19:27:44 +00:00
a019479381
chore(frontend): configure code quality tooling - Sprint 3 Story 6
kai
pushed to
main
at
kai/ColaFlow-Web
2025-11-05 19:17:21 +00:00
16174e271b
a11y(frontend): enhance accessibility support - Sprint 3 Story 5
99ba4c4b1a
feat(frontend): improve error handling and UX - Sprint 3 Story 4
358ee9b7f4
perf(frontend): Optimize component rendering with React.memo and hooks - Sprint 3 Story 2
bb3a93bfdc
refactor(frontend): Replace console.log with logger utility - Sprint 3 Story 1
Compare 4 commits »
kai
pushed to
main
at
kai/ColaFlow-Web
2025-11-05 18:16:02 +00:00
ea67d90880
fix(frontend): Fix critical type safety issues from code review
90e3d2416c
feat(frontend): Refactor Kanban board to focus on Story management
2a0394b5ab
feat(frontend): Implement Epic detail page with Story management
04ba00d108
fix(frontend): Align Epic field names with backend API
3fa43c5542
feat(frontend): Add SignalR Context for real-time event management
Compare 7 commits »
kai
pushed to
main
at
kai/ColaFlow
2025-11-05 09:01:26 +00:00
1413306028
fix(backend): Make UserTenantRoles migration idempotent to fix database initialization
a0e24c2ab7
docs(backend): Complete Sprint 2 - All Stories and Tasks Finished
8528ae1ca9
test(backend): Add comprehensive Sprint integration tests - Sprint 2 Story 3 Task 6
96fed691ab
feat(backend): Add SignalR real-time notifications for Sprint events - Sprint 2 Story 3 Task 5
252674b508
fix(backend): Register IApplicationDbContext interface in DI container - BUG-006
Compare 6 commits »
kai
pushed to
main
at
kai/ColaFlow
2025-11-04 23:26:38 +00:00
58e08f9fa7
feat(backend): Implement Sprint CQRS Commands and Queries (Task 3)
ee73d56759
feat(backend): Implement Sprint Repository and EF Core Configuration (Task 2)
c4920ce772
docs(backend): Add BUG-001 & BUG-003 fix summary documentation
f53829b828
fix(backend): Fix BUG-001 and BUG-003 - Auto-migration and BCrypt hashes
8c6b611b17
feat(backend): Implement Sprint Aggregate Root and Domain Events (Task 1)
Compare 14 commits »
kai
pushed to
main
at
kai/ColaFlow-Web
2025-11-04 22:36:08 +00:00
75454b739b
feat(frontend): Add Docker containerization support for development and production
6c8ac6ee61
feat(frontend): Complete Story 3 - Kanban Board Updates (M1 Sprint 1)
bfcbf6e350
feat(frontend): Implement Epic/Story/Task Management UI (Story 2)
01132ee6e4
feat(frontend): Complete Sprint 1 Story 1 - SignalR Client Integration
2b134b0d6f
feat(frontend): Implement Phase 2 - Complete Projects UI with CRUD operations
Compare 6 commits »
kai
pushed to
main
at
kai/ColaFlow
2025-11-04 22:29:03 +00:00
08b317e789
Add trace files.
25d30295ec
feat(backend): Implement EF Core SaveChangesInterceptor for audit logging
d11df78d1f
fix(backend): Fix Dockerfile and add health check endpoint for Docker
ba880104c7
docs(sprint): Complete Sprint 1 - M1 Frontend Integration Milestone Achieved
2fe700fd3c
docs(backend): Mark Sprint 2 Story 1 Task 2 as completed
Compare 29 commits »
kai
pushed to
main
at
kai/ColaFlow
2025-11-04 11:28:57 +00:00
01e1263c12
Updare progress
fff99eb276
docs: Add Day 13 test results for Issue Management & Kanban
1246445a0b
fix: Add JSON string enum converter for Issue Management API
6b11af9bea
feat(backend): Implement complete Issue Management Module
Compare 4 commits »
kai
pushed to
main
at
kai/ColaFlow-Web
2025-11-04 11:28:38 +00:00
de697d436b
feat(frontend): Implement Issue management and Kanban board
149bb9bd88
feat(frontend): Implement Project Detail Page with edit and archive functionality
Compare 2 commits »
kai
pushed to
main
at
kai/ColaFlow
2025-11-04 09:31:57 +00:00
6d2396f3c1
In progress
ef409b8ba5
Enhance BE agent
f21d9cd6d4
feat(agents): Enforce mandatory testing in backend agent
3232b70ecc
fix(backend): Fix unit test compilation errors
9ada0cac4a
feat(backend): Implement complete Project Management Module with multi-tenant support
Compare 7 commits »
kai
pushed to
main
at
kai/ColaFlow-Web
2025-11-04 08:54:21 +00:00
bdbb187ee4
feat(frontend): Implement SignalR client integration for real-time notifications
9f05836226
docs(frontend): Add authentication implementation documentation
e60b70de52
feat(frontend): Implement complete authentication system
Compare 3 commits »
kai
pushed to
main
at
kai/ColaFlow
2025-11-03 23:20:49 +00:00
172d0de1fe
Add test
26be84de2c
perf(backend): Implement comprehensive performance optimizations for Identity Module
Compare 2 commits »
kai
pushed to
main
at
kai/ColaFlow
2025-11-03 22:37:55 +00:00
b3bea05488
Summary
589457c7c6
docs: Add Day 8 Phase 2 implementation summary
ec8856ac51
feat(backend): Implement 3 HIGH priority architecture fixes (Phase 2)
9ed2bc36bd
feat(backend): Implement 3 CRITICAL Day 8 Gap Fixes from Architecture Analysis
Compare 4 commits »
First
Previous
1
2
3
Next
Last