Skip to content

docs(scene): design and plan Paper editor - #48

Open
lusu007 wants to merge 11 commits into
mainfrom
docs/scene-editor-design
Open

docs(scene): design and plan Paper editor#48
lusu007 wants to merge 11 commits into
mainfrom
docs/scene-editor-design

Conversation

@lusu007

@lusu007 lusu007 commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

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.

@mintlify

mintlify Bot commented Aug 27, 2026

Copy link
Copy Markdown

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
grounds 馃煝 Ready View Preview Aug 27, 2026, 1:20 PM

馃挕 Tip: Enable Workflows to automatically generate PRs for you.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

馃挕 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

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge 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

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge 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 馃憤聽/ 馃憥.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant