Phase 2I-6: Public-Facing Documentation Pages#
Note
200K-token execution prompt. Copy-paste everything below the horizontal rule into a new Claude Code session.
Prerequisite: Phase 2I-5 (adversarial stress-test) should have completed and any critical fixes applied. The naming system must be stable before writing public documentation.
/clear /compact /effort max
You are executing Phase 2I-6 of the JUB OOv2 matheology project: writing public-facing documentation that explains the BEST Names architecture to four distinct audiences. These pages will be part of the live balospe.com site.
This session creates content for real readers. Quality matters.
STEP 0 — READ ALL REQUIRED FILES (DO THIS FIRST)#
ax1_A1. AHA DESIGN DOC (5D architecture): source/matheology/compiler/ww/5d-link-naming-matheology-aha.rst
ax2_A2. ADVERSARIAL STRESS-TEST REPORT (to know what was fixed): source/matheology/vv/jub/oov2/llog/2I-adversarial-stress-test.rst
ax3_A3. COMPILED EXPERT VIEW (real example of the system in use): source/matheology/axioms/expert/index.rst
ax4_A4. COMPILED EASY VIEW: source/matheology/axioms/easy/index.rst
ax5_A5. MATHEOLOGY INDEX: source/matheology/index.rst
ax6_A6. SITE-WIDE INCLUDE FILES (for page prefix/postfix convention): source/_templates/include-file/page-prefix.rst source/_templates/include-file/page-postfix-prelink.rst source/_templates/include-file/page-postfix-postlink.rst
STEP 1 — EASY PAGE (General Public)#
Create: source/matheology/naming-easy.rst
Label: .. _naming-easy:
Audience: Someone who clicked a link and wants to understand what the labels on this site mean. No technical background assumed.
Contents:
Title: “How We Name Things on This Site”
Start with a real example: “You might see a label like
Pet ax5_A5or a link labeledax5_A5 --- Containment. Here’s what that means…”Explain the model prefix (Pet = one way of organizing axioms, Jub = another)
Explain element types (axiom = starting point, theorem = proven result) using everyday analogies
Explain depths: “If you’re new, look for pages marked ‘easy’. Experts can find the full technical details.”
Skip version, state, and language details — too much for this audience
End with: “Every label is a stable address. You can bookmark it, share it, and it will keep working.”
FeedbackFlow link
Tone: Conversational, respectful, brief. Under 500 words. No jargon. No LaTeX. Think “museum placard” not “textbook.”
STEP 2 — PRODUCER PAGE (Teachers, Preachers, Communicators)#
Create: source/matheology/naming-producer.rst
Label: .. _naming-producer:
Audience: Someone who teaches, preaches, or writes about these axioms and needs to cite them correctly. Comfortable with structured references but not a software developer.
Contents:
Title: “Naming Convention for Teaching and Communication”
The prose reference convention (from AHA Section 15): first mention = Model + Element, subsequent = Element only
How to cite in sermons, lectures, papers: “Pet ax5_A5 — Containment” or “ax5_A5 (Pet)” in parenthetical style
The depth system: what the producer view contains vs. the expert and easy views
Worldview perspectives: how to reference the same axiom through different traditions (
-vjud,-vchr,-visl)How to link to specific views when sharing online: URL structure explained simply
Version pinning: why
-oov2matters for academic citationsFeedbackFlow link
Tone: Professional, structured, practical. Think “style guide for contributors.” 800–1200 words.
STEP 3 — EXPERT PAGE (Researchers, Theologians)#
Create: source/matheology/naming-expert.rst
Label: .. _naming-expert:
Audience: Researchers, mathematicians, theologians who will work directly with the PoR content. Comfortable with formal notation and systematic structures.
Contents:
Title: “BEST Names Architecture — Expert Reference”
The knowledge pipeline (PoE→PoC→PoR→PoT→PoU) with brief explanation of each stage
The 7 dimensions table (from AHA Section 3)
The label grammar with parsing rules
The complete D1–D7 registries (from AHA Sections 4–10)
The 45 PoR fields (complete list from AHA Section 11)
The extraction matrix (from the skill specification)
The link stability policy (from AHA Section 13)
Cross-references to the AHA design doc for governance details
FeedbackFlow link
Tone: Precise, comprehensive, reference-quality. This is the page a researcher bookmarks. 2000–3000 words. Tables are fine.
STEP 4 — ARCHITECT PAGE (Developers, System Designers)#
Create: source/matheology/naming-architect.rst
Label: .. _naming-architect:
Audience: Software developers, system architects, and future ResearchCity contributors who need to understand the technical design decisions.
Contents:
Title: “BEST Names Architecture — Technical Design”
The
.. include::problem and why it was solved this wayThe LL(1) parsing proof: why hyphens, why this dimension order
The collision-free proof for D6 sub-namespaces
The compilation skill architecture (modes, extraction matrix, stub policy)
Integration with Sphinx: labels, i18n, toctrees, build system
Integration with Evolvix: POST codes, StayVS, BEST naming
The link stability policy and Jubilee recompile argument
How to add a new model, element type, worldview, or language
Known limitations and future work (from the stress-test)
FeedbackFlow link
Tone: Technical, decision-oriented. Focus on the “why” behind each design choice. This is the page an engineer reads before contributing. 2500–4000 words. Code examples welcome.
STEP 6 — CHECK BUILD#
Run make html and confirm:
All 5 new pages render correctly
Zero new warnings
All cross-references resolve
Navigation between depth levels works
FeedbackFlow links are correctly formatted
STEP 7 — APPEND TO DEBUG FILE#
APPEND a session entry to: source/matheology/vv/jub/oov2/llog/llog_2026m03d21_restructuring-phase1-prompts-reply-overviews-for-debugs.rst
With:
Verbatim prompt (this entire prompt, in a code-block)
List of all files created/modified
Word counts for each page
Build check result
CRITICAL RULES#
llog files are APPEND-ONLY.
NEVER delete content files.
NEVER abbreviate prompts in llogs.
Every page MUST start with
.. include:: /_templates/include-file/page-prefix.rstand end with the FF postfix block (if FF link is included).Content is for REAL READERS. Write like a human author, not a template engine.
The easy page must be genuinely easy. Test: could a 16-year-old with no background understand it?
The architect page must be genuinely technical. Test: could a senior engineer implement a new dimension from this spec alone?
LANGUAGE RULES: a. NEVER use bare “Jubilee” as standalone noun. b. NEVER use “the” for unproven superlatives.
TELES migration report (2026m04d04)
Mechanical identifier migration applied to this file. All axiom/theorem text references were migrated from short form (e.g., A15) to compound form (e.g., ax15_A15) as part of the matheology compound naming operation. Both forms refer to the same formal object. The old form survives as the suffix to ensure consistency with the oldest records; the new form adds a temporary-status prefix. Forward-facing pages use brief form (ax15) only. See TELES Axiom/Theorem Compound Naming — Execution Prompt for the complete mapping table and DD b12 — Legacy Naming for PET/JUB Axioms and Theorems for the permanent reference.