-
Notifications
You must be signed in to change notification settings - Fork 0
Project Scaffold
PlatanoGames edited this page Aug 8, 2026
·
3 revisions
PGXScaffold is an editor-only project scaffolding workflow.
PGXScaffoldEditor
- analyze the project;
- select and resolve registered templates;
- generate a build plan;
- validate the plan;
- preview the planned changes;
- execute transactionally;
- record the result and keep a rollback path.
Extensions can register templates through the public scaffold template registry and use the public template/plan types. Generated output should always be reviewed before commit.
- Development Preview
- Getting Started
- Release branch catalog
- Public Plugin Matrix
- Early Preview Plugins
- Known Issues
- Architecture Overview
- Plugin Topology
- Module Reference
- Configuration and Registry
- Data-Driven Design
- Profiles and Budgets
- Gameplay Tag Architecture
- Initialization Pipeline
- Cross-Plugin Communication
- Message System
- Event Handlers
- Logging and Trace
- Runtime Flows
- Blueprint API Design
- Editor Integration
- Editor Visual System