You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Verified: tags v1.0.0 through v1.3.0 exist. There is no v1.4.0.
Why it matters
Both v1.2.0 and v1.3.0 still contain the three MCP tool references and the bamboo stray fence. I checked them out and confirmed. So no released version carries any of the #45 fixes, including the corrected SHA-pinning guidance.
The README also points at v1.2.0, which is two releases behind.
Separately, v1.3.0 was tagged without bumping its own plugin.json — checked out, it reports 1.2.0. The numbering has been drifting for a while.
apm.yml was 1.2.0 while the other two manifests said 1.4.0. That is fixed, and a coherence check now keeps the three in sync. The README pin is deliberately excluded from that check, because it tracks the last published version and legitimately lags main.
Every fix in #45 lands on
mainand reaches nobody. This is the step that makes the work real.The state today
plugin/plugin.json.github/plugin/marketplace.jsonapm.yml#v1.2.0Verified: tags
v1.0.0throughv1.3.0exist. There is nov1.4.0.Why it matters
Both
v1.2.0andv1.3.0still contain the three MCP tool references and the bamboo stray fence. I checked them out and confirmed. So no released version carries any of the #45 fixes, including the corrected SHA-pinning guidance.The README also points at
v1.2.0, which is two releases behind.Separately,
v1.3.0was tagged without bumping its ownplugin.json— checked out, it reports1.2.0. The numbering has been drifting for a while.What to do
v1.4.0frommainafter fix: restore knowledge/plugin content parity and remove MCP leaks #45 merges#v1.2.0to#v1.4.0in the same commitOrder matters: changing the pin before the tag exists breaks
apm installagainst a nonexistent ref, which is why #45 deliberately left it alone.Already handled in #45
apm.ymlwas 1.2.0 while the other two manifests said 1.4.0. That is fixed, and a coherence check now keeps the three in sync. The README pin is deliberately excluded from that check, because it tracks the last published version and legitimately lagsmain.