Commit d6dbe83
authored
chore(root): converge the root allowlist with the AsciiDoc migration and the www/ bundle (#53)
`scripts/check-root-shape.sh` — run as a required step by
`estate-rules.yml` — was failing on this repository. Two causes, both
fixed by **additions to the allowlist only**:
1. **The `www/` directory.** The estate-wide `.well-known` migration
moved the site bundle to `www/.well-known/`, creating a tracked `www/`
at the root. The allowlist was never updated, so the checker flagged it
as drift. Entry copied verbatim from `rsr-template-repo`, which
allowlists `www/` for exactly this reason (issue #53).
2. **AsciiDoc files.** The allowlist names `CHANGELOG.md` /
`CONTRIBUTING.md` / `SECURITY.md` etc. while the real `.adoc` files sit
unlisted at the root. Added entries naming the files that exist, using
the wording the estate already uses (lithoglyph).
**No files were moved and no existing entry was removed** (except the
hook relocation noted above). Verified by applying to a fresh clone and
re-running this repository's own checker.1 parent 7e06688 commit d6dbe83
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| |||
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
| 50 | + | |
48 | 51 | | |
49 | 52 | | |
50 | 53 | | |
| |||
0 commit comments