chore: update .env.master.example with new deployment scripts and treasury manager parameters; enhance AGENTS.md with GRU reference primacy details

- Added new deployment script references for Aave quote-push and treasury manager in .env.master.example.
- Updated AGENTS.md to include information on GRU reference primacy versus public PMM mesh execution model.
- Minor updates to various documentation files to reflect changes in policy and operational guidelines.

Made-with: Cursor
This commit is contained in:
defiQUG
2026-04-12 18:20:41 -07:00
parent 6945f69d7d
commit 0d29343941
133 changed files with 7017 additions and 539 deletions

View File

@@ -40,6 +40,18 @@ on:
- 'scripts/deployment/pmm-soak-export-wallet-grid.py'
- '.github/workflows/pmm-soak-grid-smoke.yml'
- 'docs/11-references/CHAIN138_GRID_6534_WALLET_FUNDING_PLAN.md'
- 'docs/04-configuration/GRU_REFERENCE_PRIMACY_AND_MESH_EXECUTION_MODEL.md'
- 'docs/04-configuration/GRU_C_STAR_V2_STANDARDS_MATRIX_AND_IMPLEMENTATION_PLAN.md'
- 'scripts/verify/check-gru-reference-primacy-integration.sh'
- 'cross-chain-pmm-lps/config/peg-bands.json'
- 'cross-chain-pmm-lps/docs/04-bot-policy.md'
- 'cross-chain-pmm-lps/docs/05-oracles.md'
- 'docs/00-meta/SUBMODULE_HYGIENE.md'
- 'docs/00-meta/NEXT_STEPS_LIST.md'
- 'docs/00-meta/OPERATOR_READY_CHECKLIST.md'
- 'docs/11-references/GRU_V2_PUBLIC_PROTOCOL_DEPLOYMENT_STATUS.md'
- '.cursor/rules/chain138-tokens-and-pmm.mdc'
- 'scripts/run-completable-tasks-from-anywhere.sh'
push:
branches: [master, main]
paths:
@@ -79,6 +91,18 @@ on:
- 'scripts/deployment/pmm-soak-export-wallet-grid.py'
- '.github/workflows/pmm-soak-grid-smoke.yml'
- 'docs/11-references/CHAIN138_GRID_6534_WALLET_FUNDING_PLAN.md'
- 'docs/04-configuration/GRU_REFERENCE_PRIMACY_AND_MESH_EXECUTION_MODEL.md'
- 'docs/04-configuration/GRU_C_STAR_V2_STANDARDS_MATRIX_AND_IMPLEMENTATION_PLAN.md'
- 'scripts/verify/check-gru-reference-primacy-integration.sh'
- 'cross-chain-pmm-lps/config/peg-bands.json'
- 'cross-chain-pmm-lps/docs/04-bot-policy.md'
- 'cross-chain-pmm-lps/docs/05-oracles.md'
- 'docs/00-meta/SUBMODULE_HYGIENE.md'
- 'docs/00-meta/NEXT_STEPS_LIST.md'
- 'docs/00-meta/OPERATOR_READY_CHECKLIST.md'
- 'docs/11-references/GRU_V2_PUBLIC_PROTOCOL_DEPLOYMENT_STATUS.md'
- '.cursor/rules/chain138-tokens-and-pmm.mdc'
- 'scripts/run-completable-tasks-from-anywhere.sh'
jobs:
validate:
@@ -88,6 +112,18 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'pnpm'
- name: Install workspace dependencies
run: pnpm install --frozen-lockfile
- name: Config validation
run: bash scripts/validation/validate-config-files.sh
@@ -134,6 +170,7 @@ jobs:
scripts/lib/pmm-soak-chain138-tick.sh
scripts/deployment/chain138-pmm-random-soak-swaps.sh
scripts/deployment/chain138-pmm-soak-grid-bot.sh
scripts/verify/check-gru-reference-primacy-integration.sh
)
shellcheck -x "${shells[@]}"