Skip to content

docs(EXPLAINME): convert 7 Markdown code fences to AsciiDoc source blocks#60

Merged
hyperpolymath merged 1 commit into
mainfrom
docs/explainme-asciidoc-code-fences
May 30, 2026
Merged

docs(EXPLAINME): convert 7 Markdown code fences to AsciiDoc source blocks#60
hyperpolymath merged 1 commit into
mainfrom
docs/explainme-asciidoc-code-fences

Conversation

@hyperpolymath

Copy link
Copy Markdown
Owner

Summary

  • Converts 14 Markdown triple-backtick markers (7 code blocks) in EXPLAINME.adoc to AsciiDoc [source,lang] / ---- form so embedded JSON/bash snippets render as code blocks rather than literal backtick-fenced text.
  • All 7 blocks live inside numbered list items, so each gets + continuation markers to preserve list attachment.
  • Part of the cross-estate "EXPLAINME.adoc quote fixes" sweep.

Test plan

  • CI asciidoctor render passes
  • Visual inspection of rendered HTML shows code-block styling (not literal backticks) for all 7 snippets
  • Numbered list structure remains contiguous (no orphaned items after blocks)

🤖 Generated with Claude Code

…ocks

Replaces 14 Markdown ``` markers with AsciiDoc [source,lang] / ---- form
so asciidoctor renders embedded JSON/bash snippets as code blocks instead
of literal text. List-item-internal blocks get + continuation markers to
preserve list structure. Part of the cross-estate "EXPLAINME.adoc quote
fixes" sweep.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@hyperpolymath
hyperpolymath enabled auto-merge (squash) May 30, 2026 21:00
@hyperpolymath
hyperpolymath merged commit 28f587b into main May 30, 2026
9 of 19 checks passed
@hyperpolymath
hyperpolymath deleted the docs/explainme-asciidoc-code-fences branch May 30, 2026 22:38
@github-actions

Copy link
Copy Markdown

🔍 Hypatia Security Scan

Findings: 78 issues detected

Severity Count
🔴 Critical 1
🟠 High 27
🟡 Medium 50

⚠️ Action Required: Critical security issues found!

View findings
[
  {
    "reason": "No test directory or test files found",
    "type": "no_tests",
    "file": "/home/runner/work/rpa-elysium/rpa-elysium",
    "action": "flag",
    "rule_module": "honest_completion",
    "severity": "high",
    "deduction": 20
  },
  {
    "reason": "Action actions/checkout@v6.0.2 needs attention",
    "type": "unpinned_action",
    "file": "boj-build.yml",
    "action": "pin_sha",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Action perpolymath/standards/.github/workflows/governance-reusable.yml@main\n needs attention",
    "type": "unpinned_action",
    "file": "governance.yml",
    "action": "pin_sha",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "codeql.yml lists `language: javascript-typescript` but the repo has no source files in any CodeQL-scannable language. The analyze job will exit 'no source files' on every run. Switch the matrix to `actions` (which scans workflow files — every repo has those).",
    "type": "codeql_language_matrix_mismatch",
    "file": "codeql.yml",
    "action": "switch_codeql_matrix_to_actions",
    "rule_module": "workflow_audit",
    "severity": "high"
  },
  {
    "reason": "Issue in boj-build.yml",
    "type": "missing_timeout_minutes",
    "file": "boj-build.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in cargo-audit.yml",
    "type": "missing_timeout_minutes",
    "file": "cargo-audit.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in cargo-audit.yml",
    "type": "missing_timeout_minutes",
    "file": "cargo-audit.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in casket-pages.yml",
    "type": "missing_timeout_minutes",
    "file": "casket-pages.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in casket-pages.yml",
    "type": "missing_timeout_minutes",
    "file": "casket-pages.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in cflite_batch.yml",
    "type": "missing_timeout_minutes",
    "file": "cflite_batch.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  }
]

Powered by Hypatia Neurosymbolic CI/CD Intelligence

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.

1 participant