/wiki
Search the LiteCode project wiki at C:\Users\Razvan\Documents\Litecode.
Usage
/wiki # list available wiki files
/wiki <topic> # find and read docs about a topic
/wiki token budget # e.g. token budget details
/wiki context map # e.g. three-layer context map spec
/wiki orchestrator # e.g. orchestrator workflow
What You Must Do When Invoked
- If no topic given, list files in
C:\Users\Razvan\Documents\Litecodeand summarize what's available. - If a topic is given, search
C:\Users\Razvan\Documents\Litecodefor files matching the topic (by filename or content), read the most relevant one, and answer the question. - Only fall back to reading raw project source files if the wiki has no answer.
Search order
- Check
C:\Users\Razvan\Documents\Litecodefor matching files first. - If not found in wiki, check
graphify-out/wiki/index.mdif it exists. - Only then read raw source files.