chore: remove obsolete payment architecture and integration test documentation

- Remove AITBC_PAYMENT_ARCHITECTURE.md (dual-currency system documentation)
- Remove IMPLEMENTATION_COMPLETE_SUMMARY.md (integration test completion summary)
- Remove INTEGRATION_TEST_FIXES.md (test fixes documentation)
- Remove INTEGRATION_TEST_UPDATES.md (real features implementation notes)
- Remove PAYMENT_INTEGRATION_COMPLETE.md (wallet-coordinator integration docs)
- Remove WALLET_COORDINATOR_INTEGRATION.md (payment
This commit is contained in:
oib
2026-01-29 12:28:43 +01:00
parent 5c99c92ffb
commit ff4554b9dd
94 changed files with 7925 additions and 128 deletions

16
docs/guides/README.md Normal file
View File

@@ -0,0 +1,16 @@
# Development Guides
This directory contains guides and documentation for development workflows.
## Guides
- **WINDSURF_TESTING_GUIDE.md** - Comprehensive guide for testing with Windsurf
- **WINDSURF_TEST_SETUP.md** - Quick setup guide for Windsurf testing
## Additional Documentation
More documentation can be found in the parent `docs/` directory, including:
- API documentation
- Architecture documentation
- Deployment guides
- Infrastructure documentation