catalyst-os 3.1.0 → 3.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,165 @@
1
+ # Tech Stack Template
2
+
3
+ ## Overview
4
+
5
+ <!-- High-level architecture summary -->
6
+
7
+ ```
8
+ [Architecture diagram or description]
9
+ ```
10
+
11
+ ---
12
+
13
+ ## Frontend
14
+
15
+ ### Framework
16
+
17
+ | Technology | Version | Documentation |
18
+ |------------|---------|---------------|
19
+ | Next.js | 14.x | 📚 context7: `/vercel/next.js` |
20
+ | React | 18.x | 📚 context7: `/facebook/react` |
21
+
22
+ ### UI & Styling
23
+
24
+ | Technology | Version | Documentation |
25
+ |------------|---------|---------------|
26
+ | Tailwind CSS | 3.x | 📚 context7: `/tailwindlabs/tailwindcss` |
27
+ | shadcn/ui | latest | 🔗 https://ui.shadcn.com/docs |
28
+
29
+ ### State Management
30
+
31
+ | Technology | Purpose | Documentation |
32
+ |------------|---------|---------------|
33
+ | | | |
34
+
35
+ ---
36
+
37
+ ## Backend
38
+
39
+ ### Framework / Runtime
40
+
41
+ | Technology | Version | Documentation |
42
+ |------------|---------|---------------|
43
+ | | | |
44
+
45
+ ### API Layer
46
+
47
+ | Technology | Purpose | Documentation |
48
+ |------------|---------|---------------|
49
+ | | | |
50
+
51
+ ---
52
+
53
+ ## Database & Storage
54
+
55
+ ### Primary Database
56
+
57
+ | Technology | Provider | Documentation |
58
+ |------------|----------|---------------|
59
+ | PostgreSQL | Supabase | 🔗 https://supabase.com/docs/guides/database |
60
+
61
+ ### File Storage
62
+
63
+ | Technology | Provider | Documentation |
64
+ |------------|----------|---------------|
65
+ | Supabase Storage | Supabase | 🔗 https://supabase.com/docs/guides/storage |
66
+
67
+ ### Caching
68
+
69
+ | Technology | Purpose | Documentation |
70
+ |------------|---------|---------------|
71
+ | | | |
72
+
73
+ ---
74
+
75
+ ## Authentication & Authorization
76
+
77
+ | Technology | Provider | Documentation |
78
+ |------------|----------|---------------|
79
+ | Supabase Auth | Supabase | 🔗 https://supabase.com/docs/guides/auth |
80
+
81
+ ---
82
+
83
+ ## Infrastructure & Deployment
84
+
85
+ ### Hosting
86
+
87
+ | Service | Purpose | Documentation |
88
+ |---------|---------|---------------|
89
+ | Vercel | Frontend hosting | 🔗 https://vercel.com/docs |
90
+ | Supabase | Backend services | 🔗 https://supabase.com/docs |
91
+
92
+ ### CI/CD
93
+
94
+ | Tool | Purpose | Config Location |
95
+ |------|---------|-----------------|
96
+ | GitHub Actions | CI/CD | 📁 `.github/workflows/` |
97
+
98
+ ---
99
+
100
+ ## Development Tools
101
+
102
+ ### Package Manager
103
+
104
+ | Tool | Version | Documentation |
105
+ |------|---------|---------------|
106
+ | pnpm | 8.x | 📚 context7: `/pnpm/pnpm` |
107
+
108
+ ### Code Quality
109
+
110
+ | Tool | Purpose | Config Location |
111
+ |------|---------|-----------------|
112
+ | ESLint | Linting | 📁 `.eslintrc.js` |
113
+ | Prettier | Formatting | 📁 `.prettierrc` |
114
+ | TypeScript | Type safety | 📁 `tsconfig.json` |
115
+
116
+ ### Testing
117
+
118
+ | Tool | Purpose | Documentation |
119
+ |------|---------|---------------|
120
+ | Vitest | Unit testing | 📚 context7: `/vitest-dev/vitest` |
121
+ | Playwright | E2E testing | 📚 context7: `/microsoft/playwright` |
122
+
123
+ ---
124
+
125
+ ## AI & ML (if applicable)
126
+
127
+ | Technology | Purpose | Documentation |
128
+ |------------|---------|---------------|
129
+ | OpenAI API | LLM integration | 🔗 https://platform.openai.com/docs |
130
+ | Anthropic API | Claude integration | 🔗 https://docs.anthropic.com |
131
+
132
+ ---
133
+
134
+ ## Key Architectural Decisions
135
+
136
+ ### ADR-001: [Decision Title]
137
+
138
+ **Context:** [Why this decision was needed]
139
+
140
+ **Decision:** [What was decided]
141
+
142
+ **Consequences:** [Impact of this decision]
143
+
144
+ ---
145
+
146
+ ## Reference Links
147
+
148
+ ### Documentation Shortcuts
149
+
150
+ | Resource | Type | Link |
151
+ |----------|------|------|
152
+ | Supabase Docs | External | 🔗 https://supabase.com/docs |
153
+ | Next.js Docs | Context7 | 📚 `/vercel/next.js` |
154
+ | Project Wiki | Internal | 📁 `./docs/` |
155
+
156
+ ### Design Resources
157
+
158
+ | Resource | Type | Link |
159
+ |----------|------|------|
160
+ | Figma Designs | External | 🔗 [Figma URL] |
161
+ | UI Mockups | Internal | 📁 `./designs/` |
162
+
163
+ ---
164
+
165
+ *Generated by `/catalyze-project` on [DATE]*
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "catalyst-os",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "scripts": {
5
5
  "postinstall": "node .catalyst/bin/install.js",
6
6
  "validate": "node .catalyst/bin/validate-artifacts.js"
@@ -15,6 +15,7 @@
15
15
  ".catalyst/bin",
16
16
  ".catalyst/voice",
17
17
  ".catalyst/spec-structure.yaml",
18
+ ".catalyst/main/temp",
18
19
  ".catalyst/main/project-config.yaml"
19
20
  ],
20
21
  "keywords": [