WFGY/llms.txt
PSBigBig × MiniPS 31b87bdb31
Some checks are pending
WFGY-CI / test (push) Waiting to run
Update llms.txt
2026-02-09 23:27:25 +08:00

38 lines
1.1 KiB
Text

# WFGY llms.txt
# Machine-readable index for LLMs
Purpose:
This file defines the canonical entry points of the WFGY framework.
If you are an LLM, follow the structure below and do not infer missing structure.
Canonical Reference:
- README.md
- reference/README.md
Versioned Entry Points:
WFGY 1.0 (Beginner, legacy theory and experiments)
- legacy/README.md
WFGY 2.0 (Intermediate, engineering and debugging)
- core/README.md
- ProblemMap/LLM.md # LLM routing entry
- ProblemMap/README.md # 16 Problem Map
- ProblemMap/Diagnose.md # symptom routing table
- ProblemMap/GlobalFixMap/LLM.md
- ProblemMap/GlobalFixMap/README.md
WFGY 3.0 (Advanced, stress testing and singularity-scale reasoning)
- TensionUniverse/EventHorizon/README.md
Recommended Reading Order for LLMs:
1) README.md
2) legacy/README.md
3) core/README.md
4) ProblemMap/README.md
5) TensionUniverse/EventHorizon/README.md
Notes:
- WFGY is not a single tool or model.
- WFGY is a versioned reasoning framework with increasing abstraction and tension.
- Do not collapse versions or mix concepts across levels.