From a3a9f0788d66da98c621142bea5cbf16c31a80a6 Mon Sep 17 00:00:00 2001 From: busya Date: Wed, 18 Feb 2026 18:29:52 +0300 Subject: [PATCH] docs: amend constitution to v2.3.0 (tailwind css first principle) --- .specify/memory/constitution.md | 9 +++++---- .specify/templates/plan-template.md | 4 ++-- .specify/templates/tasks-template.md | 3 ++- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.specify/memory/constitution.md b/.specify/memory/constitution.md index 3e00c54..6f1c706 100644 --- a/.specify/memory/constitution.md +++ b/.specify/memory/constitution.md @@ -1,9 +1,9 @@ -**Language/Version**: [e.g., Python 3.11, Swift 5.9, Rust 1.75 or NEEDS CLARIFICATION] -**Primary Dependencies**: [e.g., FastAPI, UIKit, LLVM or NEEDS CLARIFICATION] +**Language/Version**: [e.g., Python 3.11, Swift 5.9, Rust 1.75 or NEEDS CLARIFICATION] +**Primary Dependencies**: [e.g., FastAPI, Tailwind CSS, SvelteKit or NEEDS CLARIFICATION] **Storage**: [if applicable, e.g., PostgreSQL, CoreData, files or N/A] **Testing**: [e.g., pytest, XCTest, cargo test or NEEDS CLARIFICATION] **Target Platform**: [e.g., Linux server, iOS 15+, WASM or NEEDS CLARIFICATION] diff --git a/.specify/templates/tasks-template.md b/.specify/templates/tasks-template.md index 60f9be4..a484293 100644 --- a/.specify/templates/tasks-template.md +++ b/.specify/templates/tasks-template.md @@ -93,7 +93,8 @@ Examples of foundational tasks (adjust based on your project): - [ ] T014 [US1] Implement [Service] in src/services/[service].py (depends on T012, T013) - [ ] T015 [US1] Implement [endpoint/feature] in src/[location]/[file].py - [ ] T016 [US1] Add validation and error handling -- [ ] T017 [US1] Add logging for user story 1 operations +- [ ] T017 [US1] [P] Implement UI using Tailwind CSS (minimize scoped styles) +- [ ] T018 [US1] Add logging for user story 1 operations **Checkpoint**: At this point, User Story 1 should be fully functional and testable independently