You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+44-6Lines changed: 44 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -12,30 +12,68 @@ This folder contains AI-assisted development tools for improving code quality an
12
12
13
13
### Files
14
14
15
-
-`codex.md`: AI Codex - A repository of learnings and errors.
16
-
-`learn.md`: AI Learn - Protocol for updating the AI Codex.
15
+
-[codex.md](codex/codex.md): AI Codex - A repository of learnings and errors.
16
+
-[learn.md](codex/learn.md): AI Learn - Protocol for updating the AI Codex.
17
17
18
18
### Usage
19
19
20
-
1. Review the Codex: `@codex.md` (silent load, no output)
21
-
2. Update the Codex: `@learn.md`
20
+
1. Review the Codex: [codex.md](codex/codex.md) (silent load, no output)
21
+
2. Update the Codex: [learn.md](codex/learn.md)
22
22
23
23
### Important Note
24
24
25
-
@codex.md should be added to the context of every chat:
25
+
[codex.md](codex/codex.md) should be added to the context of every chat:
26
26
27
27
- For regular chats: Use the plus button at the top of the chat to add the file.
28
28
- For Composers: Add the file to a Project Composer so all Composers created in that project will automatically have the file.
29
29
30
30
### Structure
31
31
32
-
The Codex (`codex.md`) is divided into two main sections:
32
+
The [Codex](codex/codex.md) is divided into two main sections:
33
33
34
34
1. Errors: Mistakes made and how to prevent them.
35
35
2. Learnings: Insights gained and their applications.
36
36
37
37
Each entry includes context, description, correction/application, and related entries.
38
38
39
+
## Session
40
+
41
+
-[start-session.md](session/start-session.md): Initiates a new AI session
42
+
-[end-session.md](session/end-session.md): Concludes the current AI session
43
+
44
+
Session files create a "memory layer" for the AI across multiple interactions, enabling contextual awareness and adaptive assistance.
45
+
46
+
Key benefits:
47
+
48
+
- Maintains project context between sessions
49
+
- Reduces repetition of project details
50
+
- Provides consistent guidance aligned with project direction
51
+
52
+
Usage:
53
+
54
+
1. End a session: Use [@end-session](session/end-session.md) command
55
+
2. Start a new session: Use [@start-session](session/start-session.md) command
56
+
57
+
The AI will generate and read status files in [status](status) to maintain project continuity.
58
+
59
+
## Blueprints
60
+
61
+
Blueprints are comprehensive guides for implementing specific technical architectures or project setups. They provide step-by-step instructions for installing, configuring, and integrating various technologies to create a functional foundation for your project.
62
+
63
+
-[supabase-drizzle-actions.md](blueprints/supabase-drizzle-actions.md): Backend architecture with Supabase, Drizzle ORM, and Server Actions
64
+
-[flux-with-replicate.md](blueprints/flux-with-replicate.md): Image generation using Flux and Replicate
65
+
66
+
## Libraries
67
+
68
+
-[lib](lib): Contains documentation examples for library usage
69
+
70
+
## Plugins
71
+
72
+
### v0
73
+
74
+
-[v0.dev](https://v0.dev/) is a tool for generating React components from screenshots and chat. Currently, they don't have a Cursor plugin, so you can use [v0](v0/v0.md) bridging prompt.
75
+
-[v0.md](v0/v0.md): Guide for using v0.dev to generate component ideas and prompts
76
+
39
77
## Contributing
40
78
41
79
This is an open-source template. Contributions are welcome! Please add a changelog entry with your contribution.
0 commit comments