Context Exporter
Screeps Lab will need a context-export workflow for sharing repository context with ChatGPT or future coding agents.
This is planned behavior, not currently implemented.
Intended Purpose
The future exporter should collect relevant project context into a generated bundle that helps an agent understand the repository without reading unrelated runtime output.
Exports should prioritize:
- Markdown documentation
- architecture decisions
- scenario definitions
- relevant source files
- configuration examples and schemas
Exports should avoid:
- credentials
.envfiles- generated artifacts
- private server databases or runtime state
- local subject checkouts unless explicitly requested and safe
Expected Behavior
A future script may live under scripts/context/. Generated context output
should be written under an ignored location such as docs/context/exports/ or a
temporary directory unless intentionally retained as a fixture.
No Google Drive authentication, upload flow, or credential handling exists in this repository yet.