@omercnet/paseo-beads 0.2.0-next.108.1 → 0.2.0-next.111.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 +5 -4
- package/package.json +1 -3
- package/CHANGELOG.md +0 -34
- package/docs/images/paseo-beads-compact.png +0 -0
- package/docs/images/paseo-beads-wide.png +0 -0
package/README.md
CHANGED
|
@@ -8,16 +8,17 @@ It adds a workspace-scoped **Beads** Explorer panel and an **Open Beads** Comman
|
|
|
8
8
|
|
|
9
9
|
## Screenshots
|
|
10
10
|
|
|
11
|
-
Issue IDs, titles, assignees, labels, and
|
|
12
|
-
|
|
11
|
+
Issue IDs, titles, assignees, labels, and details come from a temporary synthetic Beads project.
|
|
12
|
+
Both PNGs were captured from an isolated Paseo daemon at 2× pixel density after browser DevTools
|
|
13
|
+
verified the rendered page contained no private organization names.
|
|
13
14
|
|
|
14
15
|
### Wide
|
|
15
16
|
|
|
16
|
-

|
|
17
|
+

|
|
17
18
|
|
|
18
19
|
### Compact
|
|
19
20
|
|
|
20
|
-

|
|
21
|
+

|
|
21
22
|
|
|
22
23
|
## What it shows
|
|
23
24
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@omercnet/paseo-beads",
|
|
3
|
-
"version": "0.2.0-next.
|
|
3
|
+
"version": "0.2.0-next.111.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A dependency-aware Beads work queue for each Paseo workspace.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -30,7 +30,6 @@
|
|
|
30
30
|
"coding-agents"
|
|
31
31
|
],
|
|
32
32
|
"files": [
|
|
33
|
-
"CHANGELOG.md",
|
|
34
33
|
"LICENSE",
|
|
35
34
|
"README.md",
|
|
36
35
|
"index.client.tsx",
|
|
@@ -38,7 +37,6 @@
|
|
|
38
37
|
"client",
|
|
39
38
|
"server",
|
|
40
39
|
"shared",
|
|
41
|
-
"docs",
|
|
42
40
|
"paseo-plugin.json"
|
|
43
41
|
],
|
|
44
42
|
"scripts": {
|
package/CHANGELOG.md
DELETED
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
## [0.2.0](https://github.com/omercnet/paseo-plugins/compare/paseo-beads-v0.1.0...paseo-beads-v0.2.0) (2026-09-18)
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
### Features
|
|
7
|
-
|
|
8
|
-
* **release:** publish plugins to npm ([#80](https://github.com/omercnet/paseo-plugins/issues/80)) ([3c93048](https://github.com/omercnet/paseo-plugins/commit/3c93048cfefda97d8c2bc1631e3428fb64bdad09))
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
### Bug Fixes
|
|
12
|
-
|
|
13
|
-
* **paseo-beads:** support Paseo 0.9 beta ([#87](https://github.com/omercnet/paseo-plugins/issues/87)) ([7c895c8](https://github.com/omercnet/paseo-plugins/commit/7c895c8a82541e2e2d7d626a8f1d9ef28d6c7536))
|
|
14
|
-
|
|
15
|
-
## [0.1.0](https://github.com/omercnet/paseo-plugins/compare/paseo-beads-v0.0.1...paseo-beads-v0.1.0) (2026-09-11)
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
### Features
|
|
19
|
-
|
|
20
|
-
* **paseo-beads:** add workspace bead viewer ([#13](https://github.com/omercnet/paseo-plugins/issues/13)) ([96e02e5](https://github.com/omercnet/paseo-plugins/commit/96e02e5521521b738cf11e8240d3926849898c3e))
|
|
21
|
-
|
|
22
|
-
## 0.0.1 (2026-09-11)
|
|
23
|
-
|
|
24
|
-
### Features
|
|
25
|
-
|
|
26
|
-
- add a read-only, workspace-scoped Beads Explorer panel and Command Center entry
|
|
27
|
-
- group active issues into Ready frontier, In progress, Blocked, and Other lanes using an
|
|
28
|
-
authoritative `bd list --ready` snapshot
|
|
29
|
-
- add virtualized issue lists, search, and All, P0–P1, and Assigned filters
|
|
30
|
-
- add responsive issue details with context, acceptance criteria, dependencies, and dependents
|
|
31
|
-
- bound CLI output and RPC payloads while keeping unexpected CLI details out of client-facing errors
|
|
32
|
-
- add descriptive accessibility labels and focus restoration for compact list/detail navigation
|
|
33
|
-
- poll list and selected detail data every 10 seconds through read-only `bd` CLI calls
|
|
34
|
-
- report unavailable, uninitialized, empty, failed, missing-detail, and truncated states
|
|
Binary file
|
|
Binary file
|