LLM-WIKI Static Viewer
TAPFORGE now explains itself.
This page reads the local repo knowledge layer at build time and presents it as a clean public wiki. No database. No RAG server. No fragile dependency chain. Just verifiable project knowledge rendered into a Vercel-ready showcase.
Build
TAPFORGE creates the repo and versioned delivery package.
Explain
LLM-WIKI turns docs and release notes into structured knowledge.
Show
Vercel publishes the proof as a client-facing public showcase.
Manifest
Knowledge manifest
The manifest is the small control file that tells the public wiki what this repo knows about itself.
Project
AndyAI TAPFORGE
Version
3.0.0
Purpose
Trust-aware repo production factory with LLM-WIKI and Vercel showcase readiness.
Canon
Core formula
The short public story of the project.
TAPFORGE builds it.
The repo is produced, structured, verified, committed, tagged and pushed through a repeatable TAP-TAP workflow.
LLM-WIKI explains it.
The project documentation is converted into a durable knowledge layer that can be read by humans and later queried by AI.
VERCEL shows it.
The repo becomes a public, client-facing proof instead of remaining only a private technical artifact.
Version lineage
From automation to public knowledge
TAPFORGE is now a versioned production story, not a loose pile of scripts.
v3.0.0
Repo-to-Wiki-to-Vercel Product System
TAPFORGE became a product pipeline: technical repo, wiki explanation, Vercel showcase and client-facing output.
v3.1.0
Vercel Showcase Skeleton
Added the Next.js public app structure with home, docs, wiki, showcase, client and health routes.
v3.1.1
Next.js Build Repair Canon
Locked the build hygiene rules for Tailwind PostCSS, tsconfig aliases, Turbopack root and gitignore safety.
v3.1.2
Deployment Canon
Recorded the first successful Vercel deployment and custom-domain path for tapforge.andyai.ai.
v3.2.0
LLM-WIKI Static Viewer
Turns the /wiki route into a real static knowledge viewer that reads local repo knowledge at build time.
v3.2.1
Tailwind Runtime Style Repair
Confirmed that public browser styling is part of the final deployment proof.
v3.2.2
Static Loader Trace Hygiene
Narrows static wiki file loading so the build trace does not look like it needs the whole project.
Generated index
Wiki generated index
This is the current static knowledge index rendered directly from the repo.
# 🅰️ TAPFORGE Generated Wiki Index
This index was generated by `scripts/build-wiki-index.js`.
## Indexed Files
- [docs/ARCHITECTURE.md](../docs/ARCHITECTURE.md)
- [docs/BEGINNER_TUTORIAL.md](../docs/BEGINNER_TUTORIAL.md)
- [docs/CROSS_PROJECT_LEARNING_SYSTEM.md](../docs/CROSS_PROJECT_LEARNING_SYSTEM.md)
- [docs/DEPLOY_CHECKS.md](../docs/DEPLOY_CHECKS.md)
- [docs/EVIDENCE_BUNDLE_V2.md](../docs/EVIDENCE_BUNDLE_V2.md)
- [docs/GITHUB_CHECKS.md](../docs/GITHUB_CHECKS.md)
- [docs/GLOSSARY.md](../docs/GLOSSARY.md)
- [docs/INTELLIGENT_MODE.md](../docs/INTELLIGENT_MODE.md)
- [docs/LLM_WIKI_BUILD.md](../docs/LLM_WIKI_BUILD.md)
- [docs/LLM_WIKI_FOUNDATION.md](../docs/LLM_WIKI_FOUNDATION.md)
- [docs/LLM_WIKI_QUERY_EXAMPLES.md](../docs/LLM_WIKI_QUERY_EXAMPLES.md)
- [docs/PRESTIGE_RELEASE_v1.0.1.md](../docs/PRESTIGE_RELEASE_v1.0.1.md)
- [docs/PROPAGATION_RULE.md](../docs/PROPAGATION_RULE.md)
- [docs/QUICKSTART.md](../docs/QUICKSTART.md)
- [docs/RELEASE_SUMMARY_LAYER.md](../docs/RELEASE_SUMMARY_LAYER.md)
- [docs/RELEASE_v0.2.0.md](../docs/RELEASE_v0.2.0.md)
- [docs/REPO_INTELLIGENCE_LAYER.md](../docs/REPO_INTELLIGENCE_LAYER.md)
- [docs/ROLLBACK_SNAPSHOT.md](../docs/ROLLBACK_SNAPSHOT.md)
- [docs/SAFETY_RULES.md](../docs/SAFETY_RULES.md)
- [docs/SOFTWARE_ROBOTICS.md](../docs/SOFTWARE_ROBOTICS.md)
- [docs/TAPFORGE_V3_CANON.md](../docs/TAPFORGE_V3_CANON.md)
- [docs/TAP_EXECUTION_RULES.md](../docs/TAP_EXECUTION_RULES.md)
- [docs/TAP_HARDENING_CHECKLIST.md](../docs/TAP_HARDENING_CHECKLIST.md)
- [docs/TAP_ISOLATION_RULE.md](../docs/TAP_ISOLATION_RULE.md)
- [docs/TAP_TAP_STANDARD.md](../docs/TAP_TAP_STANDARD.md)
- [client/CLIENT_BRIEF_TEMPLATE.md](../client/CLIENT_BRIEF_TEMPLATE.md)
- [sales/PRODUCTIZED_SERVICE_OFFER.md](../sales/PRODUCTIZED_SERVICE_OFFER.md)
- [showcase/README.md](../showcase/README.md)
- [showcase/SHOWCASE_PAGE_SPEC.md](../showcase/SHOWCASE_PAGE_SPEC.md)
## Canonical Flow
```text
IDEA -> TAPFORGE -> LLM-WIKI -> VERCEL -> CLIENT
```Docs map
Source documents
These are the documents the static viewer treats as public knowledge sources.
wiki/manifest.json
Wiki manifest
Small machine-readable project knowledge manifest.
wiki/generated-index.md
Generated knowledge index
Human-readable map of repo knowledge and project canon.
docs/TAPFORGE_V3_CANON.md
TAPFORGE v3 canon
Strategic rulebook for repo-to-product production.
docs/REPO_INTELLIGENCE_LAYER.md
Repo intelligence layer
Explains why the repo is becoming an explainable knowledge asset.
docs/VERCEL_DEPLOYMENT_CANON.md
Vercel deployment canon
Reusable deployment knowledge from the first public TAPFORGE launch.
docs/TAILWIND_RUNTIME_STYLE_REPAIR_CANON.md
Tailwind runtime style repair canon
Confirms that browser rendering is part of the proof chain.