Skip to content

Commit 02f5ebc

Browse files
mattgloryclaude
andcommitted
Clean up repo: remove internal docs and superseded scripts
Remove from tracking (files stay local): - docs/archive/ — 20 internal testing session logs - docs/blog/, docs/0X-*/ — internal drafts and auto-generated templates - docs/SETUP_COMPLETE.md, BOT_DEPLOYMENT_GUIDE.md, INDEX.md, README.md - scripts/*.ps1, *.sh — Windows maintenance scripts - scripts/deploy-stx-core*, continue-stx-setup, debug-deploy-pool, deploy-{and-test,pool-and,compounder}, setup-pool-and-liquidation — superseded - scripts/grant-milestone*, run-flash-loan-tests, run-stx-flash-loans, seed-pool, test5-stx-transfer — internal grant/test scripts - scripts/*.clar — test files belong in tests/, not scripts/ Public surface after cleanup: - docs/ — LP_COLLATERAL_INTEGRATION_SPEC, TESTING_GUIDE_STX/SBTC only - scripts/ — 8 purposeful scripts: deploy, monitor, testnet, dashboard Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 0e73571 commit 02f5ebc

89 files changed

Lines changed: 41 additions & 18343 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 41 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,25 @@ deployments/testnet-*.yaml
145145
# ============================================
146146
web/.next/
147147
web/node_modules/
148+
149+
# ============================================
150+
# Internal docs — keep local only
151+
# ============================================
148152
docs/OUTREACH.md
149-
docs/archive/ANNOUNCEMENT_TEMPLATES.md
153+
docs/archive/
154+
docs/blog/
155+
docs/01-project/
156+
docs/02-technical/
157+
docs/03-grants/
158+
docs/04-deployment/
159+
docs/05-security/
160+
docs/06-community/
161+
docs/07-templates/
162+
docs/08-research/
163+
docs/SETUP_COMPLETE.md
164+
docs/BOT_DEPLOYMENT_GUIDE.md
165+
docs/INDEX.md
166+
docs/README.md
150167

151168
# Ethereum/Solidity contracts (not part of this Stacks protocol)
152169
contracts/*.sol
@@ -155,15 +172,37 @@ contracts/*.sol
155172
ecosystem.config.cjs
156173
ecosystem.config.vps.cjs
157174

158-
# Local dev scripts and experiments
175+
# ============================================
176+
# Internal / superseded scripts — keep local only
177+
# ============================================
159178
config/
179+
scripts/*.ps1
180+
scripts/*.sh
160181
scripts/deploy-debug.mjs
161182
scripts/deploy-stub-test.mjs
162183
scripts/deploy-rescue.mjs
163184
scripts/estimate-vault-rescue.mjs
164185
scripts/run-vault-rescue.mjs
165186
scripts/usda-peg-trade.mjs
166187
scripts/check-bitflow-lp.mjs
188+
scripts/continue-stx-setup.mjs
189+
scripts/debug-deploy-pool.mjs
190+
scripts/deploy-and-test-stx.mjs
191+
scripts/deploy-compounder.mjs
192+
scripts/deploy-pool-and-liquidation.mjs
193+
scripts/deploy-stx-core-resume.mjs
194+
scripts/deploy-stx-core.mjs
195+
scripts/grant-milestone1.mjs
196+
scripts/grant-milestone1-sbtc.mjs
197+
scripts/run-flash-loan-tests.mjs
198+
scripts/run-stx-flash-loans.mjs
199+
scripts/seed-pool.mjs
200+
scripts/setup-pool-and-liquidation.mjs
201+
scripts/test5-stx-transfer.mjs
202+
scripts/admin-tests.clar
203+
scripts/admin-tests-quick.clar
204+
scripts/advanced-receiver-tests.clar
205+
scripts/quick-test-script.clar
167206

168207
# Nova MCP config (local tooling)
169208
.mcp.json

docs/01-project/CHANGELOG.md

Lines changed: 0 additions & 63 deletions
This file was deleted.

docs/01-project/CHANGELOG_PART2.md

Lines changed: 0 additions & 133 deletions
This file was deleted.

0 commit comments

Comments
 (0)