@agentbrain/cli 1.4.0 → 1.4.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.
package/README.md CHANGED
@@ -473,8 +473,8 @@ agentbrain init --no-cache
473
473
 
474
474
  ## Support
475
475
 
476
- - GitHub Issues: [Report bugs](https://github.com/yourusername/agentbrain/issues)
477
- - Documentation: [Full docs](https://github.com/yourusername/agentbrain)
476
+ - GitHub Issues: [Report bugs](https://github.com/benmalcom/agentbrain/issues)
477
+ - Documentation: [Full docs](https://github.com/benmalcom/agentbrain)
478
478
 
479
479
  ## License
480
480
 
package/dist/index.js CHANGED
@@ -11,7 +11,7 @@ const program = new Command();
11
11
  program
12
12
  .name('agentbrain')
13
13
  .description('Generate smart context docs for coding agents')
14
- .version('1.4.0');
14
+ .version('1.4.1');
15
15
  // Add commands
16
16
  program.addCommand(createSetupCommand());
17
17
  program.addCommand(createInitCommand());
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentbrain/cli",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "CLI for AgentBrain - generate smart context documentation for coding agents",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -25,13 +25,13 @@
25
25
  "license": "MIT",
26
26
  "repository": {
27
27
  "type": "git",
28
- "url": "https://github.com/yourusername/agentbrain.git",
28
+ "url": "https://github.com/benmalcom/agentbrain.git",
29
29
  "directory": "packages/cli"
30
30
  },
31
31
  "bugs": {
32
- "url": "https://github.com/yourusername/agentbrain/issues"
32
+ "url": "https://github.com/benmalcom/agentbrain/issues"
33
33
  },
34
- "homepage": "https://github.com/yourusername/agentbrain#readme",
34
+ "homepage": "https://github.com/benmalcom/agentbrain#readme",
35
35
  "scripts": {
36
36
  "build": "tsc -p tsconfig.json",
37
37
  "typecheck": "tsc -p tsconfig.json --noEmit",