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
Bump version for the new integration module system. Move documentation
link to top of README, update platform listings and commands section
to reflect all 8 supported platforms and bridge files.
Copy file name to clipboardExpand all lines: README.md
+38-33Lines changed: 38 additions & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,12 @@
2
2
3
3
> Context Engineering for AI Development
4
4
5
-
Give your AI assistants (Cursor, Claude, VS Code Copilot, Aider) structured context through markdown files. Vibe Kit creates a knowledge base that ensures AI generates code matching your exact patterns, style, and architecture—no more hallucinated code or mismatched conventions.
5
+
Give your AI assistants (Cursor, Claude, Copilot, Codex, Gemini, Aider, Continue, Windsurf) structured context through markdown files. Vibe Kit creates a knowledge base that ensures AI generates code matching your exact patterns, style, and architecture—no more hallucinated code or mismatched conventions.
6
6
7
7
Vibe Kit is a CLI tool that provides **context-engineering** capabilities by creating `.vibe-kit/` directories with project standards, guidelines, and patterns that AI assistants read automatically.
8
8
9
+
**[Read the full documentation](https://vibe-kit-docs.vercel.app/)**
10
+
9
11
## Why Vibe Kit?
10
12
11
13
**The problem:** LLMs are great at syntax, not at *your* conventions. Generic AI output requires manual fixes for style, structure, and architecture.
@@ -19,7 +21,9 @@ Update `.md` files as your project evolves; the AI follows.
Each platform gets auto-loaded bridge files (`CLAUDE.md`, `AGENTS.md`, `GEMINI.md`, `.windsurfrules`, etc.) so your AI tools read project standards automatically.
23
27
24
28
---
25
29
@@ -66,20 +70,19 @@ Perfect for teams where members use different AI tools:
66
70
# First team member (any tool) - sets up the project
Each platform integration is added to `.vibe-kit/` without overwriting existing files. Share your analyzed`.vibe-kit/standards/*.md` files with the team and everyone gets the same context.
85
+
Each platform generates bridge files that the AI tool auto-reads. If a bridge file already exists (e.g., you have a custom `CLAUDE.md`), Vibe Kit appends its section below your content instead of overwriting. Share your `.vibe-kit/standards/*.md` files with the team and everyone gets the same context.
83
86
84
87
---
85
88
@@ -108,24 +111,29 @@ Each platform integration is added to `.vibe-kit/` without overwriting existing
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@nolrm/vibe-kit",
3
-
"version": "0.6.1",
3
+
"version": "0.7.0",
4
4
"description": "Context Engineering for AI Development - Provide rich context to AI through structured MD files with standards, code guides, and documentation. Works with Cursor, Claude, Aider, VS Code Copilot, and more.",
0 commit comments