fix: address v5.3.0 feedback — .omc leak, dead councilSummary, docs, statusbar#1353
Merged
Merged
Conversation
…statusbar - Exclude .omc state files from npm package via `!**/.omc` in files field and skip .omc dirs during scaffold copy (#1349) - Remove unused councilSummary field from ParseModeResult and delete council-summary service/types/spec files (#1350) - Correct standalone Feature Matrix — specialist prompts require local .ai-rules/ directory (#1351) - Read version from installed_plugins.json for fresh statusbar display after manual plugin updates (#1352) Closes #1349, closes #1350, closes #1351, closes #1352
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Summary
Addresses 4 issues from external v5.3.0 feedback review:
codingbuddy-rulesnpm package ships.omcstate files. Fixed by adding!**/.omcexclusion topackage.jsonfilesfield and addingSKIP_DIRSfilter toscaffold.jscopyDirRecursive().councilSummaryfield documented inParseModeResulttype but never produced at runtime. Removed the dead field and deleted unusedcouncil-summary.service.ts,council-summary.types.ts, and spec file.npx codingbuddy-rules initand feat(plugin): Standalone Mode Enhancement — MCP-independent workflow #1216.read_installed_version()to read frominstalled_plugins.json(authoritative source), falling back tohud-state.json.Test plan
npm pack --dry-runinpackages/rules/shows 0.omcfiles (was 3).omcdirectories not copied — 7/7 tests passyarn workspace codingbuddy build— no type errorsyarn workspace codingbuddy test:coverage— 237 files, 5947 tests passyarn workspace codingbuddy-claude-plugin test:coverage— 4 files, 123 tests passCloses #1349, closes #1350, closes #1351, closes #1352