code wiki / wiki
wiki
35 modules
The charter wiki platform — a complete, hand-curated wiki daemon, distinct from this generated code wiki. nx_wiki_main boots an HTTPS daemon that auto-discovers markdown charters into pages, with its own BM25 search (nx_wiki_bm25_search), backlinks (nx_wiki_backlinks), tables of contents (nx_wiki_toc), page graph (nx_wiki_graph), edit flows and login. It is sized for roughly a hundred curated pages and serves the public charter sites; the 17,000-page generated wiki you are reading is static output that deliberately lives beside it rather than inside its pools.
narrated overview -- maintained by the narration lane, module links verified against this wiki.
| module | description | lines | funcs |
|---|---|---|---|
| nx_artifact_store.nx | pipeline-aware artifact metadata store. | 434 | 13 |
| nx_pipeline_graph_builder.nx | V2.0 P-8.5: populate NxDepGraph from | 185 | 2 |
| nx_pipeline_recursive_walker.nx | V2.5 recursive directory walker | 261 | 5 |
| nx_pipeline_route.nx | V2.0 P-3: /wiki/pipeline HTTP route. | 332 | 9 |
| nx_pipeline_walker.nx | V2.0 P-1 pipeline-walker (Cardinal B FIRST goal). | 456 | 11 |
| nx_wiki_admin_wiring.nx | V-MODAUTH-7 per-site wiring for wiki admin routes. | 558 | 18 |
| nx_wiki_archive.nx | NO-LINK-ROT for the sovereign wiki. | 266 | 10 |
| nx_wiki_archive_router.nx | /wiki/archive/* + /wiki/wayback/<hash> | 450 | 11 |
| nx_wiki_article.nx | Gitea x Wikipedia component articles for the Nishi wiki. | 305 | 16 |
| nx_wiki_backlinks.nx | wiki R4: "what links here" reverse-link index. | 350 | 8 |
| nx_wiki_bm25_search.nx | RANKED (BM25) wiki search that ALSO searches the | 351 | 8 |
| nx_wiki_cite_render.nx | INLINE SUPPORTING-SOURCE RENDER (the anti-pushout). | 267 | 6 |
| nx_wiki_content_loader.nx | materialize charters into per-site wiki. | 861 | 14 |
| nx_wiki_dashboard.nx | /wiki/dashboard living-doc view. | 219 | 3 |
| nx_wiki_doc_handler.nx | /wiki/<doc-name> HTTP route handler. | 611 | 8 |
| nx_wiki_doc_render.nx | markdown source -> HTTP-ready HTML body. | 903 | 19 |
| nx_wiki_edit_handler.nx | wiki R1: GET/POST /wiki/<slug>/edit HTTP handlers. | 354 | 12 |
| nx_wiki_graph.nx | wiki R4: static connections / link-graph view. | 393 | 10 |
| nx_wiki_https_daemon.nx | V-HOST-2: sovereign HTTPS wiki daemon. | 288 | 2 |
| nx_wiki_https_daemon_mv.nx | V-HOST-2.5: multi-vhost wiki HTTPS daemon. | 454 | 4 |
| nx_wiki_index_builder.nx | wiki-specific index builder + doc store. | 447 | 13 |
| nx_wiki_license.nx | PER-SOURCE LICENSE LAYER for the no-link-rot archive. | 153 | 7 |
| nx_wiki_login_flow.nx | minimal COMPLIANT admin login for the wiki. | 224 | 8 |
| nx_wiki_login_flow_test.nx | Handler-level proof of the V1 no-cookie admin HTTP login (no live daemon). | 64 | 1 |
| nx_wiki_main.nx | wiki daemon entry point. | 522 | 6 |
| nx_wiki_page_save.nx | wiki R1: the AUTH-GATED page EDIT + SAVE backbone. | 345 | 12 |
| nx_wiki_projects.nx | the Nishi PM's LIVE project discovery + organization. | 291 | 9 |
| nx_wiki_queue.nx | the sovereign partnership work-queue. | 303 | 11 |
| nx_wiki_routes.nx | wiki HTTP route dispatcher (main daemon entry). | 690 | 11 |
| nx_wiki_search_render.nx | WIKI-SPECIFIC THIN ADAPTER. | 96 | 2 |
| nx_wiki_search_wiring.nx | WIKI-SPECIFIC THIN WIRING for search. | 471 | 7 |
| nx_wiki_status.nx | /wiki/status : the LIVE "distance to S-class" scorecard. | 271 | 6 |
| nx_wiki_toc.nx | wiki R4: auto table-of-contents + heading anchor ids. | 330 | 5 |
| nx_wiki_version.nx | wiki R2: page VERSIONING (history / diff / rollback). | 458 | 11 |
| nx_wiki_vhost_table.nx | V-HOST-2.5: per-vhost wiki state table. | 199 | 8 |