Skip to content

Claude/complete issue standards wamwv#61

Merged
hyperpolymath merged 4 commits into
mainfrom
claude/complete-issue-standards-Wamwv
May 15, 2026
Merged

Claude/complete issue standards wamwv#61
hyperpolymath merged 4 commits into
mainfrom
claude/complete-issue-standards-Wamwv

Conversation

@hyperpolymath
Copy link
Copy Markdown
Owner

No description provided.

claude and others added 4 commits May 15, 2026 11:24
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
@hyperpolymath hyperpolymath merged commit cf13a4d into main May 15, 2026
17 of 21 checks passed
@hyperpolymath hyperpolymath deleted the claude/complete-issue-standards-Wamwv branch May 15, 2026 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants