docs(scene): design and plan Paper editor - #48
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
馃挕 Tip: Enable Workflows to automatically generate PRs for you. |
There was a problem hiding this comment.
馃挕 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 163981595e
鈩癸笍 About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 馃憤.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| @@ -0,0 +1,582 @@ | |||
| # Paper Scene Editor Implementation Plan | |||
There was a problem hiding this comment.
Add the required frontmatter before the heading
This new technical-documentation page starts directly with an H1, so it omits the required title and description metadata. Add YAML frontmatter like the accompanying design page has before the heading.
AGENTS.md reference: AGENTS.md:L5-L8
Useful? React with 馃憤聽/ 馃憥.
| unzip -p build/libs/GroundsMaps-*.jar plugin.yml | rg 'softdepend|GroundsSceneEditor' | ||
| jar tf build/libs/GroundsMaps-*.jar | rg 'SceneEditStatus' && exit 1 || true | ||
| git diff --check | ||
| git add buildsystem-grounds |
There was a problem hiding this comment.
Stage the root settings change before committing
When Task 12 follows Step 1, it modifies the repository-root settings.gradle.kts to add the package repository, but this command stages only buildsystem-grounds. The resulting commit omits the repository configuration, so a fresh checkout cannot resolve the newly pinned editor API; include settings.gradle.kts in the git add command.
Useful? React with 馃憤聽/ 馃憥.
Adds the approved Phase 6 architecture and a reviewed, test-driven implementation plan for the Paper scene editor. The plan sequences resourcepacks 0.6.0, the standalone editor repository, the GroundsMaps dirty-state guard, and the derived buildserver image while keeping cluster acceptance as an external gate. Task progress records the locally verified bootstrap implementation.