added files

This commit is contained in:
Your Name
2026-08-26 02:02:24 +05:30
parent 58ee8a276a
commit 3419cfba0c
200 changed files with 22132 additions and 0 deletions
+38
View File
@@ -0,0 +1,38 @@
# m-wiki Index Allowlist — scaffolded by wiki-init on first run.
# Edit freely; subsequent wiki-init runs will read this file as-is.
#
# Schema:
# path — repo-relative file path or glob (no leading `/`, no `..`)
# skill — informational tag naming the skill that generates the file
# required — true → MANIFEST.md reports the file as missing if absent
# false → silently skipped when absent
# mode — synthesize: fold body into wiki pages (extends/novel/
# contradicts/doesn't-fit decision tree, same as raw/external/).
# index: register with qmd for search only; body never read.
# Absent: legacy/undecided — wiki-init's discovery gate will
# prompt the user once per file with no provenance.
#
# Files inside docs/wiki/ MUST NOT be listed here — m-wiki indexes its
# own pages automatically and including them double-indexes.
entries:
- path: README.md
skill: meesho-init
required: true
mode: index
- path: CLAUDE.md
skill: meesho-init
required: true
mode: index
- path: docs/architecture.md
skill: meesho-init
required: true
mode: index
- path: docs/tribal-knowledge.md
skill: pr-learnings
required: false
mode: synthesize
- path: docs/acronyms.md
skill: acronyms-docs
required: false
mode: index