✅ Added
- Namespace-aware artifact body sync (Feature 047): Full offline-first pipeline for pushing spec artifact bodies (markdown content) to the SaaS backend, including
NamespaceReftyped identifiers,OfflineBodyUploadQueueSQLite persistence, body upload preparation and filtering, HTTP transport with response classification, dossier pipeline orchestration with partial failure handling, background sync queue drain, and end-to-end diagnostics/logging.
🐛 Fixed
- Init default directory (
#258):spec-kitty initnow defaults to the current directory when project name is omitted on the 2.x line. - Sync integration: Completed namespace artifact body sync wiring for end-to-end operation.
📄 Documentation
- Connector auth binding ADR: Added architectural decision record for connector authentication binding and installation model gap analysis.
- Command-owned action context ADR: Defined command-owned action context pattern.