Commit d90a651
authored
chore(governance): land missing docs/packaging before the standards#505 gates bite (#17)
Remediates this repo against the two governance gates promoted from
advisory to blocking in
[hyperpolymath/standards#513](hyperpolymath/standards#513)
(closing standards#505).
Those gates previously **could not fail**: the docs check only emitted
`::warning::`, and the package-policy job ended in an unconditional `✅
Package policy check passed`. They are now real, with a grace window —
they begin **blocking on 2026-08-21**. This repo was measured as
non-compliant, so this PR lands the missing files ahead of that date.
**Added here:** `CONTRIBUTING + packaging`
### `flake.nix`
A **dev shell**, not a package build. Estate policy is Guix primary /
Nix fallback; this is the fallback tier, and a `guix.scm` is welcome
later to move to the primary.
- Packages mirror the tooling **actually present in this repo** (`none
detected`), not a generic default.
- `nixpkgs` is pinned to an exact revision per the estate SHA-pinning
rule.
- **Verified**: `nix flake check` passes (nix 2.35.1). Every package
name was confirmed to exist in the pinned revision before generation —
nothing here is guessed.
### `CONTRIBUTING.md`
Markdown by estate rule (it is on the GitHub-required community-health
list, unlike `README.adoc`). Content is derived from this repo, not
boilerplate: the build section lists **only `just` recipes that actually
exist here**, and the A2ML section appears only if `.machine_readable/`
is present.
---
Part of an estate-wide sweep; 63 repos were identified as non-compliant.
Third-party/forked repos (`HOL`, `awesome-*`, `lua-filters`) were
**excluded** per the licence policy's do-not-touch rule.
🤖 Generated with [Claude Code](https://claude.com/claude-code)1 parent d2ac001 commit d90a651
2 files changed
Lines changed: 84 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
0 commit comments