docs: convert tech-debt audit to AsciiDoc (last Estate Rules blocker) - #25
Merged
Conversation
Estate Rules was still red on main after the CI-blocker PRs landed. Root-shape passes; the failing step was the AsciiDoc-by-default gate, on a single file: docs/tech-debt-2026-05-26.md. Converted to .adoc rather than allowlisted -- the estate rule is AsciiDoc by default and this is ordinary documentation, so there is no justification to add. Content preserved verbatim (headings, tables, code block, links, SPDX header); only the markup changed. CC-BY-SA-4.0 header retained, correct for docs. Verified locally on main: check-no-md-in-docs.sh exits 0, and still exits 1 when a probe .md is dropped under docs/ -- the gate can still fail. check-root-shape.sh also exits 0. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
Code Review ✅ ApprovedConverts the tech-debt audit document from Markdown to AsciiDoc to satisfy the estate rules CI check. No issues found.
OptionsAuto-apply is off → Gitar will not commit updates to this branch. Comment with these commands to change the behavior for this request:
Was this helpful? React with 👍 / 👎 | Gitar |
hyperpolymath
added a commit
to hyperpolymath/recon-silly-ation
that referenced
this pull request
Jul 27, 2026
…#22) Same fix as hyperpolymath/bitfuckit#25 — this file is a template sibling. Estate Rules' residual failure on `main` was the AsciiDoc-by-default step on `docs/tech-debt-2026-05-26.md`. Converted to `.adoc` rather than allowlisted; content preserved verbatim. **Verified locally:** `check-no-md-in-docs.sh` exits 0 clean / 1 with a probe `.md`; `check-root-shape.sh` exits 0. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
hyperpolymath
added a commit
to hyperpolymath/contractiles
that referenced
this pull request
Jul 27, 2026
…#24) Same fix as hyperpolymath/bitfuckit#25 — this file is a template sibling. Estate Rules' residual failure on `main` was the AsciiDoc-by-default step on `docs/tech-debt-2026-05-26.md`. Converted to `.adoc` rather than allowlisted; content preserved verbatim. **Verified locally:** `check-no-md-in-docs.sh` exits 0 clean / 1 with a probe `.md`; `check-root-shape.sh` exits 0. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Estate Rules stayed red on
mainafter the CI-blocker PRs merged. The failing step was AsciiDoc-by-default, on one file:docs/tech-debt-2026-05-26.md.Converted to
.adocrather than allowlisted — it is ordinary documentation, so the estate rule applies with no justification available. Content preserved verbatim; only markup changed.Verified locally on main:
Gate red-teamed both directions, so this is not a fake pass.
🤖 Generated with Claude Code