@brela-dev/cli 0.1.0-alpha.1 → 0.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @brela-dev/cli
2
2
 
3
- CLI for [Brela](https://github.com/kaustubhsaxena/brela) — set up AI code attribution in any project with one command.
3
+ CLI for [Brela](https://github.com/kaustubh03/brela) — set up AI code attribution in any project with one command.
4
4
 
5
5
  Brela runs silently in the background and tracks which AI tools wrote which lines: GitHub Copilot, Claude Code, Cursor, Windsurf, Cline, Aider, Continue, and more. All data stays local — nothing leaves your machine.
6
6
 
@@ -87,4 +87,4 @@ All data is local to your project under `.brela/` (gitignored automatically):
87
87
 
88
88
  ## Part of Brela
89
89
 
90
- See the [root repo](https://github.com/kaustubhsaxena/brela) for the VS Code extension and full documentation.
90
+ See the [root repo](https://github.com/kaustubh03/brela) for the VS Code extension and full documentation.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brela-dev/cli",
3
- "version": "0.1.0-alpha.1",
3
+ "version": "0.1.1",
4
4
  "description": "Silent AI code attribution and governance tool for engineering teams",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -23,7 +23,7 @@
23
23
  ],
24
24
  "repository": {
25
25
  "type": "git",
26
- "url": "https://github.com/kaustubhsaxena/brela",
26
+ "url": "https://github.com/kaustubh03/brela",
27
27
  "directory": "packages/cli"
28
28
  },
29
29
  "homepage": "https://brela.dev",
@@ -34,7 +34,7 @@
34
34
  "prepublishOnly": "npm run build"
35
35
  },
36
36
  "dependencies": {
37
- "@brela-dev/core": "^0.1.0-alpha.1",
37
+ "@brela-dev/core": "^0.1.1",
38
38
  "chart.js": "^4.5.1",
39
39
  "commander": "^12.0.0",
40
40
  "simple-git": "^3.33.0"