Skip to content

Commit 76edd12

Browse files
committed
feat: add backlog and AI workflow documentation, remove old features todo, and correct CSS import order.
1 parent f771f47 commit 76edd12

4 files changed

Lines changed: 25 additions & 6 deletions

File tree

docs/backlog.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Backlog
2+
3+
To assign work to an agent, say: **"Read docs/backlog.md and do item N"**
4+
5+
Follow the [AI Workflow](../guide/ai-workflow.md) (orient → design → plan → implement → validate → wrap up).
6+
All items: remove when resolved
7+
8+
At the end: update design doc status → Implemented, update specs to match what was actually built, update `implementation-status.md`, then review and add any learnings to `docs/guide/ai-workflow.md`.
9+
10+
---
11+
12+
## 1
13+
14+
review builder page. do available options change when i make selections? hiding incompatiable things?
15+
16+
## 2
17+
18+
[vite:css][postcss] @import must precede all other statements (besides @charset or empty @layer)
19+
1170 | }
20+
1171 | }
21+
1172 | @import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700;800&family=IBM+Plex+Sans:wg...
22+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
23+
1173 | :root {
24+
1174 | --color-bg-primary: #f5f3ee;

docs/guide/ai-workflow.md

Whitespace-only changes.

docs/todo/features.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
@import 'tailwindcss';
21
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700;800&family=IBM+Plex+Sans:wght@400;500;600;700&family=Nunito:wght@400;500;600;700;800&display=swap');
2+
@import 'tailwindcss';
33

44
/* Default theme: Vintage Catalog */
55
:root {

0 commit comments

Comments
 (0)