drift-ai 0.1.0 → 0.1.2

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.
Files changed (2) hide show
  1. package/README.md +2 -10
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  > Track how your code drifts from the plan during AI coding sessions
4
4
 
5
+ [![GitHub](https://img.shields.io/badge/GitHub-Mersall%2Fdrift-blue?logo=github)](https://github.com/Mersall/drift)
6
+
5
7
  When you vibe code with AI (Cursor, Copilot, Claude, etc.), the implementation often drifts from the original ticket. `drift` captures what actually happened and keeps context for the next session.
6
8
 
7
9
  ## The Problem
@@ -27,16 +29,6 @@ drift sync # AI summarizes what happened, updates CONTEXT.md
27
29
  npm install -g drift-ai
28
30
  ```
29
31
 
30
- Or from source:
31
-
32
- ```bash
33
- git clone https://github.com/mersall/drift-ai
34
- cd drift-ai
35
- npm install
36
- npm run build
37
- npm link
38
- ```
39
-
40
32
  ## Setup
41
33
 
42
34
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drift-ai",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Track how your code drifts from the plan during AI coding sessions",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -34,7 +34,7 @@
34
34
  "license": "MIT",
35
35
  "repository": {
36
36
  "type": "git",
37
- "url": "https://github.com/mersall/drift-ai"
37
+ "url": "https://github.com/Mersall/drift"
38
38
  },
39
39
  "dependencies": {
40
40
  "@anthropic-ai/sdk": "^0.39.0",