multica/server
yushen 83111761db feat(workspace): add repos JSONB field for GitHub repository URLs
Add a `repos` JSONB column to the workspace table for storing
associated repository URLs and descriptions. This enables the daemon
to clone repos and set up git worktrees for agent task execution.

Structure: [{"url": "https://github.com/org/repo", "description": "..."}]

- Migration 014: adds repos column with default '[]'
- UpdateWorkspace query: supports updating repos
- Workspace API: returns repos in GET, accepts in PUT

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-27 15:49:30 +08:00
..
cmd test(cli): add unit tests for issue command helpers 2026-03-27 14:12:20 +08:00
internal feat(workspace): add repos JSONB field for GitHub repository URLs 2026-03-27 15:49:30 +08:00
migrations feat(workspace): add repos JSONB field for GitHub repository URLs 2026-03-27 15:49:30 +08:00
pkg feat(workspace): add repos JSONB field for GitHub repository URLs 2026-03-27 15:49:30 +08:00
go.mod feat(auth): email verification login and personal access tokens 2026-03-26 14:32:30 +08:00
go.sum feat(auth): email verification login and personal access tokens 2026-03-26 14:32:30 +08:00
sqlc.yaml feat: pivot to AI-native task management platform (#232) 2026-03-20 17:55:49 +08:00