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

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
hyperpolymath added a commit that referenced this pull request Sep 7, 2026
The shared README renderer fails before deriving any Markdown: RubyGems
rejects
`--version` with multiple gem names. This blocks the profile publication
in
hyperpolymath/hyperpolymath#61.

Pass each gem as `name:version`, retaining Asciidoctor 2.0.26 and
reducer 1.1.1.
The corrected command successfully installs both exact versions locally.
Workflow syntax/shell-error validation, native Actions lock coverage for
the
changed workflow and whitespace checks pass. Profile PR #61 has
exercised the
complete shared renderer, vocabulary-preservation gate and freshness
check with
this exact revision; the hosted check passes.

The repository-wide offline verifier reports an existing local-action
migration
issue in `signed-push-smoke.yml` when run with
`--no-migrate-local-actions`.
That workflow is unchanged; this PR does not claim a clean audit of
unrelated
workflows.
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