Claude/complete issue standards wamwv#61
Merged
Conversation
Codify the CODEOWNERS standard for hyperpolymath repos: solo-owned repos carry no catch-all `*` or `/.github/workflows/` lines (silences the Dependabot review_requested notification flood); path lines are kept only for genuine co-owners; co-owner removal needs explicit confirmation. Includes the standards#55 per-repo decision matrix (idaptik retained as the sole Rule 2/3 case), canonical CODEOWNERS templates, README wiring, and an ADR record in META.a2ml. https://claude.ai/code/session_01GTo7dz32ZgxuHXefv8BGqn
Removes the 4 remaining non-SaltStack Python files (which were failing the language-policy + rsr-antipattern CI banned-language gates) by porting each to Deno, an allowed runtime: - a2ml/scripts/contractiles-a2ml-tool.py -> .js (Deno). JSON emit output is byte-identical to the previous json.dumps(sort_keys, indent=2) form; verified against tests/contractiles/expected/*.json. The three shell wrappers and the a2ml docs now invoke `deno run`. - avow-protocol stamp_example.py -> examples/deno/stamp_example.js using Deno FFI (Deno.dlopen) instead of ctypes; zig FFI README updated. - consent-aware-http python/ reference impl -> deno/ (aibdp_middleware.js + example_server.js on Deno.serve), manifest moved, README ported, nodejs cross-link fixed. No banned Python remains; new JS passes node --check. https://claude.ai/code/session_01GTo7dz32ZgxuHXefv8BGqn
The Deno port carried over literal fake credential strings from the former Python example; replace them with obviously-inert EXAMPLE-* placeholders so gitleaks does not flag the example. https://claude.ai/code/session_01GTo7dz32ZgxuHXefv8BGqn
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.
No description provided.