Research-Stack/6-Documentation/tiddlywiki-local/wiki/wbs_skip.README.md
Brandon Schneider 930cafaf8f ingest: Observer-Admissible Cavities theory — radius-ratio → Pidgen-hole → S3C/Spherion → OAC
6 key concepts formalized:
- Radius-ratio rule → admissible motif classifier (CN3-8 thresholds)
- Pidgen-hole theory → typed hole + residual codec
- S3C shell coordinates → n=k²+a with throat/mirror/mass
- Spherion shaping → pyramid protrusions/voids as compression teeth
- S_n(n^n) → Matryoshka shell with latent combinatorial interior
- Observer-Admissible Cavities → touch-manifesting lazy holes

7 cross-references to existing modules, 4 new primitives identified.
7 keeper phrases preserved.
2026-05-07 00:47:10 -05:00

21 lines
840 B
Markdown

# wbs_skip.txt
Controls what the `wiki_builder_shim` skips during source scanning.
## Format
- One pattern per line.
- Lines starting with `#` are comments and are ignored.
- Blank lines are ignored.
- Each non-comment, non-blank line is matched against source file **basenames** (the filename portion of a path).
## Matching behavior
When `wiki_builder_shim` scans source directories for files to convert into tiddlers, any file whose basename matches an entry in this file is excluded — no tiddler is generated for it.
Matching is exact (case-sensitive). A pattern like `Tasks` matches a file literally called `Tasks`, not `tasks.md` or `my-tasks`.
## Tips
- Group related entries under `#` comment headings for readability.
- Add new skip entries as you discover noise, duplicates, or non-ingestible files in your source tree.