Skip to content

docs: add full GitHub wiki for ECHO mod stack ecosystem#5

Merged
knoxhack merged 1 commit into
mainfrom
codex/create-github-wiki-for-echo-mod-stack
May 9, 2026
Merged

docs: add full GitHub wiki for ECHO mod stack ecosystem#5
knoxhack merged 1 commit into
mainfrom
codex/create-github-wiki-for-echo-mod-stack

Conversation

@knoxhack
Copy link
Copy Markdown
Owner

@knoxhack knoxhack commented May 9, 2026

Motivation

  • Provide a single, discoverable documentation hub that describes the full ECHO modular stack, onboarding, development contracts, and release workflow.
  • Bootstrap the repository's GitHub Wiki contents so contributors and players have a ready set of pages for operations, addon guidance, and lore.

Description

  • Added a wiki/ directory containing nine markdown pages: Home.md, Getting-Started.md, Architecture.md, Modules-and-Versions.md, Progression-Guide.md, Addon-Development.md, Build-and-Release.md, Troubleshooting.md, and Lore-and-World-Canon.md.
  • Home page includes top-level navigation and baseline requirements (Minecraft, NeoForge, Java) and documents stack principles and contract expectations.
  • Build-and-Release.md documents workspace build commands and verification steps including buildEchoWorkspace, verifyEchoRelease, and resource/gameplay validators.
  • Architecture.md and Addon-Development.md capture integration contracts for echocore and echoterminal, and recommended addon skeleton and compatibility guidance.

Testing

  • Verified the new files exist under wiki/ and inspected their contents with file listing and nl/sed output, confirming the expected pages and text were created.
  • Repository snapshot was updated and PR metadata was generated using the repository tooling (make_pr) to record this change.
  • All repository checks and file inspections executed during the rollout completed successfully.

Codex Task

@knoxhack knoxhack merged commit 9cdeca3 into main May 9, 2026
Copy link
Copy Markdown

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

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: da4e1d6537

ℹ️ 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".

| `echoterminal` | `1.1.0` | Shared terminal shell and route UI |
| `echoashfallprotocol` | `1.3.0` | Main campaign and entry progression |
| `echoorbitalremnants` | `1.5.0` | Post-Nexus orbital continuation |
| `echoagriculturereclamation` | `0.1.0` | Ecology and food-route recovery chapter |
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 Correct Agriculture Reclamation version in module table

Update this row to match the authoritative module version: addons/echoagriculturereclamation/gradle.properties declares mod_version=0.1.1, but the wiki lists 0.1.0. Because release verification and jar naming are version-exact (see build.gradle checkEchoModJarSet), this mismatch can send contributors looking for the wrong artifact/version during release prep and troubleshooting.

Useful? React with 👍 / 👎.

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant