chore: close low-risk BOW cleanup items#29
Open
clockblocker wants to merge 5 commits intomasterfrom
Open
Conversation
clockblocker
added a commit
that referenced
this pull request
Feb 19, 2026
Appends ideas #18-#29 to existing ideas-to-consider.md as Tier 5 (Automated audit 2026-02-19). Covers: stateless helper tests (P1), OverlayManager coverage (P1), magic number extraction (P2), API error handling (P2), threshold TODOs (P2), error handling docs (P2), retry profiles (P2), teardown verification (P3), suffix consolidation (P3), prefix matching optimization (P3), and path aliases (P3). Docs-only change: 1 file, 118 insertions, 0 source code modifications. Nightshift-Task: idea-generator Nightshift-Ref: https://github.com/marcus/nightshift Co-Authored-By: Claude Opus 4.6 <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.
Summary
dictNoteHelperfacade by addingserializeToString().dictNoteHelper.serializeToString()directly.serialize-dict-note.tsthin wrapper.// @generatedmarker to prompt-smith codegen templates (prompt files +src/prompt-smith/index.tstemplate).Verification
bun test --preload ./tests/unit/setup.ts tests/unit/textfresser/steps/propagate-inflections.test.ts tests/unit/textfresser/steps/propagate-morphemes.test.ts tests/unit/textfresser/steps/propagate-morphology-relations.test.ts tests/unit/stateless-helpers/dict-note/dict-note.test.tsbun run typecheck:changedbun x biome check src/commanders/textfresser/domain/dict-note/index.ts src/commanders/textfresser/commands/generate/steps/propagate-inflections.ts src/commanders/textfresser/commands/generate/steps/propagate-morphemes.ts src/commanders/textfresser/commands/generate/steps/propagate-morphology-relations.ts src/prompt-smith/codegen/skript/run.tsOut of scope (needs discussion)
src/main.ts.@generated; files will get updated on next codegen run).