backbrain 1.1.1 → 1.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.
package/dist/index.js CHANGED
@@ -2128,7 +2128,7 @@ var init_package = __esm(() => {
2128
2128
  package_default = {
2129
2129
  name: "backbrain",
2130
2130
  type: "module",
2131
- version: "1.1.1",
2131
+ version: "1.1.2",
2132
2132
  description: "Backbrain (formerly flux-cap): keep a running memory of your work, searchable from the CLI and readable by your AI",
2133
2133
  bin: {
2134
2134
  bb: "./dist/index.js",
@@ -2162,14 +2162,28 @@ var init_package = __esm(() => {
2162
2162
  keywords: [
2163
2163
  "cli",
2164
2164
  "productivity",
2165
- "adhd",
2166
2165
  "git",
2167
2166
  "context-switching",
2168
2167
  "developer-journal",
2169
2168
  "developer-tools",
2170
2169
  "backbrain",
2171
2170
  "notes",
2172
- "mcp"
2171
+ "mcp",
2172
+ "command-line",
2173
+ "workflow",
2174
+ "memory",
2175
+ "search",
2176
+ "ai-tools",
2177
+ "developer-workflow",
2178
+ "code-context",
2179
+ "project-management",
2180
+ "task-tracking",
2181
+ "work-log",
2182
+ "searchable-notes",
2183
+ "terminal",
2184
+ "logbook",
2185
+ "logs",
2186
+ "development-tools"
2173
2187
  ],
2174
2188
  dependencies: {
2175
2189
  "@modelcontextprotocol/sdk": "^1.28.0",
@@ -2196,7 +2210,7 @@ var init_package = __esm(() => {
2196
2210
  },
2197
2211
  repository: {
2198
2212
  type: "git",
2199
- url: "https://github.com/kaustubh285/flux-cap"
2213
+ url: "https://github.com/kaustubh285/backbrain"
2200
2214
  },
2201
2215
  license: "MIT"
2202
2216
  };
@@ -28393,7 +28393,7 @@ import { execSync } from "child_process";
28393
28393
  var package_default = {
28394
28394
  name: "backbrain",
28395
28395
  type: "module",
28396
- version: "1.1.1",
28396
+ version: "1.1.2",
28397
28397
  description: "Backbrain (formerly flux-cap): keep a running memory of your work, searchable from the CLI and readable by your AI",
28398
28398
  bin: {
28399
28399
  bb: "./dist/index.js",
@@ -28427,14 +28427,28 @@ var package_default = {
28427
28427
  keywords: [
28428
28428
  "cli",
28429
28429
  "productivity",
28430
- "adhd",
28431
28430
  "git",
28432
28431
  "context-switching",
28433
28432
  "developer-journal",
28434
28433
  "developer-tools",
28435
28434
  "backbrain",
28436
28435
  "notes",
28437
- "mcp"
28436
+ "mcp",
28437
+ "command-line",
28438
+ "workflow",
28439
+ "memory",
28440
+ "search",
28441
+ "ai-tools",
28442
+ "developer-workflow",
28443
+ "code-context",
28444
+ "project-management",
28445
+ "task-tracking",
28446
+ "work-log",
28447
+ "searchable-notes",
28448
+ "terminal",
28449
+ "logbook",
28450
+ "logs",
28451
+ "development-tools"
28438
28452
  ],
28439
28453
  dependencies: {
28440
28454
  "@modelcontextprotocol/sdk": "^1.28.0",
@@ -28461,7 +28475,7 @@ var package_default = {
28461
28475
  },
28462
28476
  repository: {
28463
28477
  type: "git",
28464
- url: "https://github.com/kaustubh285/flux-cap"
28478
+ url: "https://github.com/kaustubh285/backbrain"
28465
28479
  },
28466
28480
  license: "MIT"
28467
28481
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "backbrain",
3
3
  "type": "module",
4
- "version": "1.1.1",
4
+ "version": "1.1.2",
5
5
  "description": "Backbrain (formerly flux-cap): keep a running memory of your work, searchable from the CLI and readable by your AI",
6
6
  "bin": {
7
7
  "bb": "./dist/index.js",
@@ -35,14 +35,28 @@
35
35
  "keywords": [
36
36
  "cli",
37
37
  "productivity",
38
- "adhd",
39
38
  "git",
40
39
  "context-switching",
41
40
  "developer-journal",
42
41
  "developer-tools",
43
42
  "backbrain",
44
43
  "notes",
45
- "mcp"
44
+ "mcp",
45
+ "command-line",
46
+ "workflow",
47
+ "memory",
48
+ "search",
49
+ "ai-tools",
50
+ "developer-workflow",
51
+ "code-context",
52
+ "project-management",
53
+ "task-tracking",
54
+ "work-log",
55
+ "searchable-notes",
56
+ "terminal",
57
+ "logbook",
58
+ "logs",
59
+ "development-tools"
46
60
  ],
47
61
  "dependencies": {
48
62
  "@modelcontextprotocol/sdk": "^1.28.0",
@@ -69,7 +83,7 @@
69
83
  },
70
84
  "repository": {
71
85
  "type": "git",
72
- "url": "https://github.com/kaustubh285/flux-cap"
86
+ "url": "https://github.com/kaustubh285/backbrain"
73
87
  },
74
88
  "license": "MIT"
75
89
  }