Files
Naiyuan Qing 1d251ed3d0 refactor(spaces): remove the Space description entirely
Drop the Space `description` field across the whole stack: the
workspace_space column (migration 150), sqlc queries + generated code,
the handler request/response, core types + zod schema, the `multica space`
CLI `--description` flag, and the create/detail forms + i18n. Spaces keep
name / key / icon; workspace / project / issue descriptions are untouched.

Also reverts the short-lived "inject Space description into the agent
brief" chain (space_description through the daemon task pipeline and the
`multica space get` CLI) — with the field gone there is nothing to inject.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-09 17:19:28 +08:00
..