chore(ext): release 0.0.48 with workflow pack v51 - #100
Merged
Conversation
First VSIX since 0.0.47 (2026-07-31), which shipped pack v36. Everything since
lands in this one:
- octograph, the git-history architecture graph, plus its Install/Rebuild
Graph commands and the bundled CLI payload;
- knowledge-explorer, the fifth pack skill — the knowledge vault is
obligatory, octograph enriches it where installed;
- a mission may now hold several workflows, one per execution loop
(implementation / testing / fixing), with the doctrine to choose between
them (#99, closing #60);
- the product-management SDLC bundle showing a real label instead of a bare
slug (#97);
- fixture diagnostics that can finally see the object store (#98).
Packaging also refreshed both model price tables, which is the only point
either can be updated — 2026-07-31 to 2026-08-13.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
First VSIX since 0.0.47 (2026-07-31, pack v36). Built and verified locally:
octobots-0.0.48.vsix, 57 files, 805.3 KB.What ships
implementation/testing/fixing), with the doctrine to choose between them (feat(board): a mission may hold several workflows, one per execution loop #99, closing A mission should be allowed more than one workflow — the guard and validator contradict the board model #60).Verified in the built artifact, not just the tree
knowledge-explorer/SKILL.mdpresent atversion: 51.#60guard is gone from the shippedadd-workflow.js—grep -c "at most one"on the file inside the VSIX returns 0.Also in this commit
Packaging refreshed both model price tables — that is the only point either can be updated, and the script does it on every package.
PRICES_FETCHED_ATmoves 2026-07-31 → 2026-08-13, adding two model entries. Committed deliberately rather than reverted, so the shipped table matches the shipped VSIX.pnpm testgreen after the refresh: 1,279 tests (graph 565, extension 402, board 269, tokenomics 43).Note the VSIX itself is gitignored (
*.vsix), so this PR carries the version bump and the price tables, not the artifact.🤖 Generated with Claude Code