barebrowse 0.5.1 → 0.5.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/CHANGELOG.md +6 -6
- package/barebrowse.context.md +1 -1
- package/mcp-server.js +1 -1
- package/package.json +1 -1
- package/.barebrowse/page-2026-02-23T15-39-32-011Z.yml +0 -1219
- package/.barebrowse/page-2026-02-23T15-40-19-874Z.yml +0 -663
- package/.mcp.json +0 -8
- package/CLAUDE.md +0 -24
- package/baremobile.md +0 -105
- package/docs/00-context/assumptions.md +0 -38
- package/docs/00-context/system-state.md +0 -402
- package/docs/00-context/vision.md +0 -52
- package/docs/01-product/prd.md +0 -308
- package/docs/03-logs/bug-log.md +0 -16
- package/docs/03-logs/decisions-log.md +0 -32
- package/docs/03-logs/implementation-log.md +0 -54
- package/docs/03-logs/insights.md +0 -35
- package/docs/03-logs/validation-log.md +0 -269
- package/docs/04-process/definition-of-done.md +0 -31
- package/docs/04-process/dev-workflow.md +0 -68
- package/docs/04-process/testing.md +0 -242
- package/docs/README.md +0 -56
- package/docs/archive/poc-plan.md +0 -230
- package/docs/skill-template.md +0 -106
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## 0.5.
|
|
3
|
+
## 0.5.2
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Clean npm tarball + bareagent tool parity.
|
|
6
|
+
|
|
7
|
+
### npm package
|
|
8
|
+
- `.npmignore` updated: excluded `.barebrowse/`, `.mcp.json`, `baremobile.md`, `CLAUDE.md`, `docs/` from tarball
|
|
9
|
+
- Package size: 41 files / 390KB → 21 files / 180KB
|
|
6
10
|
|
|
7
11
|
### bareagent adapter
|
|
8
12
|
- Added `hover`, `tabs`, `switchTab`, `pdf` tools (was 13 + assess, now 17 + assess)
|
|
@@ -12,10 +16,6 @@ bareagent tool parity + test fix.
|
|
|
12
16
|
- Fixed 2 snapshot URL prefix assertions (`# url` → `url: url`) to match 0.4.7 format change
|
|
13
17
|
- 69/69 passing
|
|
14
18
|
|
|
15
|
-
### Version
|
|
16
|
-
- Package version: 0.5.1
|
|
17
|
-
- MCP server version string updated
|
|
18
|
-
|
|
19
19
|
## 0.5.0
|
|
20
20
|
|
|
21
21
|
Privacy assessment via wearehere integration.
|
package/barebrowse.context.md
CHANGED
package/mcp-server.js
CHANGED
|
@@ -286,7 +286,7 @@ async function handleMessage(msg) {
|
|
|
286
286
|
return jsonrpcResponse(id, {
|
|
287
287
|
protocolVersion: '2024-11-05',
|
|
288
288
|
capabilities: { tools: {} },
|
|
289
|
-
serverInfo: { name: 'barebrowse', version: '0.5.
|
|
289
|
+
serverInfo: { name: 'barebrowse', version: '0.5.2' },
|
|
290
290
|
});
|
|
291
291
|
}
|
|
292
292
|
|