{
  "markdown": "# markdown-converter\n\nConvert a collection of markdown files into structured JSON for a text based adventure game engine.\n\n## Quick Start\n\n```bash\ncargo run -- /path/to/story\n```\n\n## Knowledge Base\n\nAll documentation follows the [Open Knowledge Format (OKF) v0.2](https://github.com/GoogleCloudPlatform/knowledge-catalog/blob/main/okf/SPEC.md).\n\n| Document | Description |\n|----------|-------------|\n| [Project Overview](knowledge/project_overview.md) | Architecture, design decisions, processing pipeline |\n| [Parser Specification](knowledge/parser.md) | Input format: titles, story text, choices, metadata blocks |\n| [CLI Usage](knowledge/cli.md) | Command-line arguments, flags, examples |\n| [JSON Schema](knowledge/json_schema.md) | Output types — `Story`, `Page`, `Choice` definitions |\n| [Example](knowledge/example.md) | Concrete input/output walkthrough |\n\n## How It Works\n\n1. **Scan** — Recursively walks a story directory for `.md` files\n2. **Parse** — Extracts `# Title`, story body, and `- [label](link) {metadata}` selections\n3. **Emit** — Produces pretty-printed JSON with categorical page grouping\n",
  "bytes": 1113,
  "sha": "f6f89f3499ff3410a1465bee9339d9218af3518586bfa0008854611673ad9bcf",
  "repo_slug": "feralfantasies/markdown-conversion",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/okf_feralfantasies_markdown_conversion_knowl_30c56d1a/readme"
}