Commit 3c3ba0e
chore: bump portfolio pin v0.14.1 → v0.14.2 (protoAgent ≥ 0.77 compat) (#17)
* chore: bump portfolio pin v0.14.1 -> v0.14.2 (two-tier store paths) + verified_against 0.81.0
portfolio v0.14.2 fixes the dashboard 500 on protoAgent >= 0.77 (scope_leaf was
deleted in protoAgent#1481; the plugin's PM data stores now resolve via
instance_paths().store() with a legacy fallback). verified_against trued up to
the 0.81.0 host this pin set is being proven on.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
* verify: probe enabled members' GET data routes (page-200 alone missed a dead data layer)
The view probe asserts the PAGE serves 200, but portfolio v0.14.1's page did
serve 200 while every /api/plugins/portfolio/* data route 500'd (the deleted
scope_leaf import) — verify stayed green while the dashboard was dead. Now every
parameterless GET route under an ENABLED member's gated prefix must answer <500.
Carried-but-off members (project_board, agent_browser) are exempt: their data
layers legitimately need runtime state (a bound repo, a browser) the scratch
agent doesn't have.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>1 parent eef6dc1 commit 3c3ba0e
2 files changed
Lines changed: 32 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | | - | |
| 16 | + | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
91 | 93 | | |
92 | 94 | | |
93 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
94 | 119 | | |
95 | 120 | | |
96 | 121 | | |
97 | 122 | | |
98 | 123 | | |
99 | | - | |
| 124 | + | |
100 | 125 | | |
101 | 126 | | |
102 | 127 | | |
| |||
0 commit comments