Phase 0: AsciiDoc Bootstrap

Objective

Create lean AsciiDoc documentation in 00_META/adoc/ alongside the existing 16 markdown files. This is parallel documentation, not replacement — markdown stays until explicitly deprecated.

No training or mastery guides. The user has outgrown beginner material; only essential reference docs are created.

Deliverables

File Purpose Status

00_META/adoc/index.adoc

Master documentation index

Planned

00_META/adoc/quickstart.adoc

Essential installation and first-use guide

Planned

00_META/adoc/keybinding-reference.adoc

Definitive keybinding table from all config files

Planned

00_META/adoc/architecture.adoc

Repository structure and modular sourcing design

Planned

00_META/adoc/plugin-guide.adoc

Plugin reference with TPM setup and configuration

Planned

CLAUDE.md

Project metadata for Claude Code

Planned

Design Decisions

  • Subdirectory approach (00_META/adoc/) keeps AsciiDoc cleanly separated from markdown during coexistence

  • No :toc: attributes — Antora UI handles TOC globally

  • Keybinding reference is generated from configs — not a copy of help text, but the actual bindings from keybindings.conf, enhanced-keybindings.conf, pane-management.conf, and mouse.conf