brainclaw 0.19.2 → 0.19.4

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 -6
  2. package/package.json +2 -9
package/README.md CHANGED
@@ -1,16 +1,12 @@
1
1
  <p align="center">
2
- <img src="docs/assets/logo.png" alt="brainclaw" width="140" />
2
+ <img src="https://brainclaw.dev/logo.png" alt="brainclaw" width="140" />
3
3
  </p>
4
4
 
5
5
  <h1 align="center">brainclaw</h1>
6
6
 
7
7
  <p align="center"><strong>Local-first coordination for humans and coding agents.</strong></p>
8
8
 
9
- <p align="center">
10
- <a href="https://github.com/jberdah/brainclaw/actions/workflows/ci.yml"><img src="https://github.com/jberdah/brainclaw/actions/workflows/ci.yml/badge.svg" alt="CI" /></a>
11
- </p>
12
-
13
- ---
9
+ ---
14
10
 
15
11
  brainclaw gives a workspace a shared coordination layer: project memory, explicit plans, file claims, handoffs, layered instructions, and prompt-ready context — stored locally, versioned in Git, readable in plain text.
16
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "brainclaw",
3
- "version": "0.19.2",
3
+ "version": "0.19.4",
4
4
  "description": "Shared project memory for humans and coding agents.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -36,14 +36,7 @@
36
36
  "local-first"
37
37
  ],
38
38
  "license": "BUSL-1.1",
39
- "repository": {
40
- "type": "git",
41
- "url": "git+https://github.com/jberdah/brainclaw.git"
42
- },
43
- "homepage": "https://github.com/jberdah/brainclaw",
44
- "bugs": {
45
- "url": "https://github.com/jberdah/brainclaw/issues"
46
- },
39
+ "homepage": "https://brainclaw.dev",
47
40
  "engines": {
48
41
  "node": ">=20"
49
42
  },