Add economy and AGR design

This commit is contained in:
2026-05-15 01:53:37 -07:00
parent 1c601d2eaa
commit d02062d073
2 changed files with 494 additions and 16 deletions
+16 -16
View File
@@ -249,7 +249,7 @@ Current tooling decisions:
- [x] Create Earth-scale terrain/tile streaming design document.
- [x] Create tile registry/database design document.
- [x] Create real-world terrain source data evaluation document.
- [ ] Create economy and AGR design document.
- [x] Create economy and AGR design document.
- [ ] Create art direction document.
- [ ] Create UX/HUD direction document.
- [ ] Create content naming conventions.
@@ -723,7 +723,7 @@ Goal: Transition from temporary survival into lasting settlement and land stewar
- [ ] Add simple trade UI.
- [ ] Add ownership transfer.
- [ ] Add local price notes if needed.
- [ ] Add AGR placeholder integration planning.
- [x] Add AGR placeholder integration planning.
- [ ] Add transaction logging.
---
@@ -1160,16 +1160,16 @@ These tracks run across all phases and must not be left as afterthoughts.
## D. AGR Integration
- [ ] Define what AGR does in MVP.
- [ ] Define what AGR does not do in MVP.
- [ ] Decide custodial vs non-custodial game wallet approach.
- [ ] Define testnet/devnet flow.
- [ ] Define transaction confirmation rules.
- [ ] Define in-game ledger rules.
- [ ] Define anti-fraud rules.
- [ ] Define market transaction logs.
- [ ] Define bridge between web wallet and game account.
- [ ] Define legal/compliance review points.
- [x] Define what AGR does in MVP.
- [x] Define what AGR does not do in MVP.
- [x] Decide custodial vs non-custodial game wallet approach.
- [x] Define testnet/devnet flow.
- [x] Define transaction confirmation rules.
- [x] Define in-game ledger rules.
- [x] Define anti-fraud rules.
- [x] Define market transaction logs.
- [x] Define bridge between web wallet and game account.
- [x] Define legal/compliance review points.
## E. Admin And Moderation
@@ -1365,8 +1365,8 @@ These tracks run across all phases and must not be left as afterthoughts.
- [ ] Add land claim prototype.
- [ ] Add farming prototype if feasible.
- [ ] Add simple barter placeholder if feasible.
- [ ] Define AGR integration design.
- [ ] Define account/wallet bridge design.
- [x] Define AGR integration design.
- [x] Define account/wallet bridge design.
- [x] Add admin commands.
- [ ] Add test feedback form/process.
- [ ] Improve UI clarity.
@@ -1435,7 +1435,7 @@ Earliest incomplete foundation items:
- [x] Create the persistence design document.
- [x] Create the Earth-scale terrain/tile streaming design document.
- [x] Launch near-term MVP map-tile serving cloud VM and prove Ground Zero tile lookup/download/cache flow.
- [ ] Create economy and AGR design document.
- [x] Create economy and AGR design document.
- [ ] Create art direction, UX/HUD direction, coding standards, Blueprint standards, and asset/folder naming standards.
- [x] Organize `Content/Agrarian/` root folder and remove unused starter variant content.
- [ ] Define what qualifies as the 6-month MVP and what is explicitly excluded.
@@ -1443,4 +1443,4 @@ Earliest incomplete foundation items:
Immediate next item:
- [ ] Create economy and AGR design document.
- [ ] Create art direction, UX/HUD direction, coding standards, Blueprint standards, and asset/folder naming standards.