docs: add full GitHub wiki for ECHO mod stack ecosystem#5
Conversation
There was a problem hiding this comment.
💡 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 | |
There was a problem hiding this comment.
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 👍 / 👎.
Motivation
Description
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, andLore-and-World-Canon.md.Build-and-Release.mddocuments workspace build commands and verification steps includingbuildEchoWorkspace,verifyEchoRelease, and resource/gameplay validators.Architecture.mdandAddon-Development.mdcapture integration contracts forechocoreandechoterminal, and recommended addon skeleton and compatibility guidance.Testing
wiki/and inspected their contents with file listing andnl/sedoutput, confirming the expected pages and text were created.make_pr) to record this change.Codex Task