added files
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user