Skip to content

Project Scaffold

PlatanoGames edited this page Aug 8, 2026 · 3 revisions

PGXScaffold

PGXScaffold is an editor-only project scaffolding workflow.

Module

  • PGXScaffoldEditor

Flow

  1. analyze the project;
  2. select and resolve registered templates;
  3. generate a build plan;
  4. validate the plan;
  5. preview the planned changes;
  6. execute transactionally;
  7. 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.

Clone this wiki locally