tegwick
945544880d
feat(prompts): implement Phase 1 - Foundation (FR-1)
Implement addressable artifacts with content-based identity and change detection.
Core Features:
- Artifact model with SHA-256 content digests
- ArtifactReference for cross-space addressing
- IArtifactRepository interface for pluggable storage
- SQLiteArtifactRepository implementation
- ArtifactService for high-level operations
- Content digest calculation utilities
Database:
- prompt_artifacts table with indexes
- Support for artifact metadata and types
- UNIQUE constraint on space_id+name
Tests (41 passing):
- 26 model tests (metadata, artifacts, references, digests)
- 15 repository tests (CRUD, queries, constraints)
Implements:
- FR-1.1: Unique addressability by name and ID
- FR-1.2: Content digest computation and storage
- FR-1.3: Cross-space artifact references
Files Created:
- markitect/prompts/models.py
- markitect/prompts/repositories/interfaces.py
- markitect/prompts/repositories/sqlite.py
- markitect/prompts/services/artifact_service.py
- migrations/prompts/001_create_artifacts_table.sql
- tests/unit/prompts/test_artifact_models.py
- tests/unit/prompts/test_artifact_repository.py
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-08 22:30:26 +01:00
..
2025-11-12 00:19:03 +01:00
2026-02-08 02:02:46 +01:00
2025-10-13 23:09:18 +02:00
2025-10-25 02:37:45 +02:00
2026-02-08 12:29:11 +01:00
2025-09-30 17:28:39 +02:00
2025-10-02 09:14:24 +02:00
2025-10-13 20:26:08 +02:00
2025-10-02 09:14:24 +02:00
2025-10-13 23:09:18 +02:00
2025-12-15 23:42:54 +01:00
2025-10-14 18:15:26 +02:00
2025-10-04 01:53:31 +02:00
2026-02-08 22:30:26 +01:00
2025-10-25 02:37:45 +02:00
2026-02-08 02:02:46 +01:00
2026-01-06 13:31:02 +01:00
2026-02-08 18:03:35 +01:00
2025-12-16 10:27:05 +01:00
2026-02-08 02:02:46 +01:00
2025-10-02 15:33:32 +02:00
2025-12-17 12:02:42 +01:00
2025-11-10 11:43:25 +01:00
2026-01-06 03:41:03 +01:00
2025-09-16 03:04:18 +02:00
2025-11-09 10:41:28 +01:00
2025-10-14 13:46:34 +02:00
2025-09-30 13:09:37 +02:00
2025-09-24 01:14:27 +02:00
2025-09-27 09:31:47 +02:00
2025-10-03 10:45:43 +02:00
2025-09-27 08:28:10 +02:00
2025-12-17 12:02:42 +01:00
2025-10-14 13:46:34 +02:00
2026-01-06 21:34:46 +01:00
2025-10-06 03:03:38 +02:00
2026-02-08 02:02:46 +01:00
2026-02-08 02:02:46 +01:00
2025-10-03 10:35:16 +02:00
2025-10-06 03:03:38 +02:00
2025-10-06 03:03:38 +02:00
2025-10-06 03:03:38 +02:00
2025-09-30 17:28:39 +02:00
2026-01-04 21:02:51 +01:00
2026-02-08 02:02:46 +01:00
2025-10-06 03:03:38 +02:00
2026-02-08 02:02:46 +01:00
2026-02-08 02:02:46 +01:00
2026-02-08 02:02:46 +01:00
2026-02-08 02:02:46 +01:00
2026-02-08 02:02:46 +01:00
2026-02-08 02:02:46 +01:00
2026-01-06 12:32:38 +01:00
2026-02-08 02:02:46 +01:00
2025-10-06 03:03:38 +02:00
2025-09-29 21:21:21 +02:00
2026-02-08 02:02:46 +01:00