refactor: remove completed audit bloat - #57
Merged
Conversation
vnedyalk0v
marked this pull request as ready for review
June 23, 2026 07:41
Remove unsupported config surface and no-op safety flags. Consolidate template loading and simple command error formatting. Verification: npm run check
Add short descriptions for each maintained example config without restoring duplicated JSON. Verification: npm run check:docs
Owner
Author
|
@codex review |
|
Codex Review: Didn't find any major issues. 🎉 Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
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.
Context
This follows the ponytail audit cleanup by removing completed planning artifacts and cutting the remaining unsupported or duplicated workflow surface.
Changes
plans/backlog, stale pre-MVP planning docs, and retained/flow-watchspike notes.extends, check-leveltimeoutSeconds,short-shacollision mode, and no-op safety flags.renderPrTitleexport throughsrc/index.ts.Verification
npm run checkpassed: JSON, text safety, docs format, typecheck, and 63 Vitest files / 505 tests.npm run check:docspassed.git diff --checkpassed.Self-review
refactor/remove-audit-bloatis the open head branch for PR refactor: remove completed audit bloat #57 againstdev.Risk
Medium. Projects using removed compatibility/config fields now fail validation and must switch to the supported fields. Main external-code risk remains deep imports of files deleted earlier in this PR; package public exports remain intact for
renderPrTitle.Rollback
Revert commits
da16cb2,2082f17, and7e3d4fe.Linked issues
None.