add files

This commit is contained in:
김경종
2026-04-30 17:05:19 +09:00
parent f3e01b5a8c
commit 7e985ae94a
135 changed files with 41205 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
---
name: markdown-quality
description: Plan and review Markdown output quality for PDFtoMD. Use when Codex needs tests or policies for headings, tables, HTML fallback, image links, captions, frontmatter, chunk integrity, and deterministic output.
---
# Markdown Quality
## Workflow
1. Read `AGENTS.md`, `docs/PRD.md`, `docs/ARCHITECTURE.md`, and `docs/CONVERSION_POLICY.md`.
2. Prefer focused assertions over full snapshots.
3. Validate:
- heading hierarchy
- table parseability
- limited HTML table fallback
- image link existence
- figure/table captions
- internal references
- chunk frontmatter
- deterministic filenames and anchors
4. Use Markdown or HTML parsers when practical.
## Guardrails
- Do not inject runtime warnings into generated Markdown.
- Do not rely only on brittle whole-file snapshots.
- Do not lose complex table content without linking a fallback asset.