VibeGame / layers /context-template.md
dylanebert's picture
dylanebert HF Staff
initial commit
794cf6c

Context Template

Concise context for any folder; link to code or subfolders for deeper context

Purpose

  • [What this folder/module does]

Layout

[FOLDER]/
context.md  # This file, folder context (Tier 2)
β”œβ”€β”€ [FILE1].[ext]  # File
β”œβ”€β”€ [FILE2].[ext]  # File
β”œβ”€β”€ [subfolder]/  # Subfolder
β”‚   β”œβ”€β”€ context.md  # Subfolder context
β”‚   β”œβ”€β”€ [FILE3].[ext]  # File
β”‚   └── [FILE4].[ext]  # File

Scope

  • [In-scope]
  • [Out-of-scope]

Entrypoints

  • [Primary entry files or functions and when they are called]

Dependencies

  • [Internal modules]
  • [External libraries/services]