This repository was archived by the owner on Jul 29, 2026. It is now read-only.
chore(ratios): stamp executable source with ratios bookend - #16
Merged
Conversation
Bring pcna into ratios compliance (msdmd RATIOS): every executable source file carries the single-line `ratios:` declaration on its first and last non-blank lines. Stamped 23 Python source files; values computed by skill-lib's canonical ratios_check.py compute functions, so `ratios_check.py` reports 0 drift / 0 misplaced on the covered set. Excluded (this pass): vendored .agents/ skill copies (must be re-propagated from canonical, not hand-edited), frontend/ React trees (separate pass), tests/ (out of the checker's scope), and legacy/ migration trees. Empty stub files are skipped (nothing to seal). Shebangs removed from 0 script(s): ratios placement is strict (first non-blank line), and these are invoked via `python …`/`-m`, so direct ./script execution was not relied upon. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016MxbhVVRcSdqBTYuvyDR5L
erinepshovel-code
marked this pull request as ready for review
June 30, 2026 15:02
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
What
Brings pcna into
ratios(msdmd RATIOS) compliance: every executable source file now carries the single-lineratios:declaration on its first and last non-blank lines. Stamped 23 Python source files (core/,backend/, root).How
Values were computed by skill-lib's canonical
ratios_check.pycompute functions, so they verify by construction —python ratios_check.pyreports 0 drift / 0 misplaced on the covered set, andpy_compileis clean. No shebangs needed removing.Excluded this pass: vendored
.agents/skill copies,frontend/(React),tests/(out of the checker's scope). CI's flake8 (E9,F63,F7,F82) and pytest are unaffected by comment-only additions.Context
Part of the org-wide msdmd compliance pass (see
skill-libPR #33 for the audit).frontend/is a deliberate follow-up.🤖 Generated with Claude Code
https://claude.ai/code/session_016MxbhVVRcSdqBTYuvyDR5L
Generated by Claude Code