Commit 1549cfa
chore: security-template fills, instant-sync gate, foreign-artifact cleanup, compat polish (wave-1 8/8) (#33)
Part 8/8 of the production-readiness wave-1 chain: 1
`fix/neural-boundary-guardrail` (P0) → 2 `fix/stats-degenerate-inputs`
(P1) → 3 `test/executor-router-coverage` (P1) → 4
`fix/documented-install-path` (P0-docs) → 5 `fix/supply-chain-pinning`
(P1) → 6 `fix/zig-ffi-compiles` (P1) → 7 `fix/agda-proofs-ci` (P1) → **8
`chore/hygiene-security-templates` (P2, this PR)**. All eight PRs are
independent and target `main`; the numbering communicates review
priority, not stacking.
## What changed and why
**Security-template fills**
- `SECURITY.md` — deleted the leftover "delete this block before
publishing" template-instructions block and removed the TBD PGP
key/fingerprint rows plus the `gpg --import` snippet (no key is
published; none invented). Real contact routes (GitHub advisories,
email) kept.
- `.well-known/security.txt` — removed the `Encryption: TBD` line and
fixed the double-`https://` Hiring URL. All other RFC 9116 fields
(`Expires` etc.) unchanged.
- `CODE_OF_CONDUCT.md`, `docs/AI_INSTALLATION_GUIDE.adoc` — removed
leftover "delete before publishing / after completing" template banners
only; no content rewrite.
**Instant-sync presence gate + tracking issue**
- `.github/workflows/instant-sync.yml` currently fails on 100% of `main`
pushes ("Bad credentials" dispatching to
`hyperpolymath/.git-private-farm`). Added a **first** step that checks
`FARM_DISPATCH_TOKEN` presence and sets a step output; the
dispatch/confirm steps are now conditional on it — step-level `if` only,
never job-level `secrets`/`hashFiles()` conditionals (those cause silent
`startup_failure`).
- Tracking issue for the invalid token: #32
(labels `bug`, `github_actions`), citing the failing runs. Note: the
gate only makes *absent-secret* runs green; while the secret exists but
is invalid, runs stay red until an admin rotates the token (tracked in
#32).
**Foreign-artifact cleanup & dedup**
- Deleted `generated/wokelangiser/` (7.6 MB of foreign artifacts) and
added `generated/` to `.gitignore`.
- Deleted root `CODEOWNERS` after verifying it is a strict subset of
`.github/CODEOWNERS` with identical owners (GitHub honours the
`.github/` copy).
- Removed the dead `tests/` directory (`.gitkeep`-only; the Julia suite
lives in `test/` and nothing references `tests/`).
**Compat polish**
- `.conflow.yaml` — converted invalid `//` comments to `#` and pointed
it at `statistikles` instead of the generic `my-app` template
(accompanying rename in `configs/config.ncl`; the cue schema tolerates
the name change). Minimal fix, no restructure.
- `Project.toml` — added `[compat]` entries
`Dates`/`LinearAlgebra`/`Printf`/`Random`/`Statistics`/`UUIDs = "1"` for
the stdlib deps to fully quiet RegistryCI AutoMerge; entries match the
`[deps]` UUIDs.
## Local verification
- `grep` over the four touched template files (`SECURITY.md`,
`.well-known/security.txt`, `CODE_OF_CONDUCT.md`,
`docs/AI_INSTALLATION_GUIDE.adoc`) confirms zero remaining
template-banner / `TBD` / double-`https://` remnants (independently
re-confirmed by review).
- `instant-sync.yml` read back after edit: presence check is the first
step; all conditionals are step-level `if`s keyed on its output.
- `git status` showed the `generated/wokelangiser/` deletion staged;
root `CODEOWNERS` diffed against `.github/CODEOWNERS` before deletion
(strict subset, identical owners).
- No local toolchain runs were required for this package
(docs/CI/metadata only).
## Intentionally not done / disclosures
- **`.gitlab-ci.yml` and `deny.toml` untouched by design** (out of scope
per the wave plan: flagged as scaffolding but carrying load-bearing
claims). Recommended follow-up decision: `.gitlab-ci.yml` also contains
a `//` comment artifact like the one fixed in `.conflow.yaml`, and
`deny.toml` needs a deliberate review — suggest a small follow-up PR for
both.
- `generated/abi/.gitkeep` remains tracked: the spec only ordered the
`wokelangiser` deletion, and gitignoring `generated/` does not untrack
already-tracked files.
- Two "delete this section" comments remain in
`docs/AI_INSTALLATION_GUIDE.adoc` (lines 194/215); they sit inside
unfilled `[TODO-AI-INSTALL]` body sections that were explicitly excluded
from content rewrite.
- Instant-sync runs stay red until `FARM_DISPATCH_TOKEN` is rotated —
admin action, tracked in #32.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---------
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent f631afb commit 1549cfa
15 files changed
Lines changed: 30 additions & 50296 deletions
File tree
- .github/workflows
- .well-known
- configs
- docs
- generated/wokelangiser
- consent
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
20 | 35 | | |
| 36 | + | |
21 | 37 | | |
22 | 38 | | |
23 | 39 | | |
| |||
32 | 48 | | |
33 | 49 | | |
34 | 50 | | |
| 51 | + | |
35 | 52 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
98 | | - | |
| 97 | + | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
11 | | - | |
| 10 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | 7 | | |
28 | 8 | | |
29 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
26 | 31 | | |
| 32 | + | |
27 | 33 | | |
28 | 34 | | |
29 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | 7 | | |
26 | 8 | | |
27 | 9 | | |
| |||
56 | 38 | | |
57 | 39 | | |
58 | 40 | | |
59 | | - | |
| 41 | + | |
60 | 42 | | |
61 | 43 | | |
62 | 44 | | |
63 | 45 | | |
64 | 46 | | |
65 | 47 | | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | 48 | | |
80 | 49 | | |
81 | 50 | | |
| |||
374 | 343 | | |
375 | 344 | | |
376 | 345 | | |
377 | | - | |
378 | 346 | | |
379 | 347 | | |
380 | 348 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 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 | 8 | | |
34 | 9 | | |
35 | 10 | | |
| |||
0 commit comments