Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 3s
Deploy to Testnet / deploy-testnet (push) Successful in 1m6s
Documentation Validation / validate-docs (push) Failing after 9s
Documentation Validation / validate-policies-strict (push) Successful in 5s
Multi-Node Stress Testing / stress-test (push) Successful in 3s
Node Failover Simulation / failover-test (push) Failing after 4s
- Moved ai-economics/ to docs/ai-economics/ - Moved completion/ to docs/completion/ - Merged cli/ with docs/cli/ - Merged infrastructure/ with docs/infrastructure/ - Moved planning/ to docs/planning/ - Moved requirements/ to docs/requirements/ - Moved workspace/ to docs/development/workspace/ - Moved 1_files.md to docs/reference/REPOSITORY_STRUCTURE.md - Moved 2_roadmap.md to docs/ROADMAP.md - Moved 3_infrastructure.md to docs/infrastructure/INFRASTRUCTURE.md - Moved SECURITY.md to docs/security/SECURITY.md - Moved PROJECT_STRUCTURE.md to docs/archive/GPU_PROJECT_STRUCTURE.md - Moved WORKING_SETUP.md to docs/guides/getting-started/WORKING_SETUP.md - Moved E2E_TEST_CREATION_SUMMARY.md to docs/reports/E2E_TEST_CREATION_SUMMARY.md - Moved SQLMODEL_METADATA_FIX_SUMMARY.md to docs/reports/SQLMODEL_METADATA_FIX_SUMMARY.md - Moved GITHUB_PULL_SUMMARY.md to docs/reports/GITHUB_PULL_SUMMARY.md - Moved GIFT_CERTIFICATE_newuser.md to docs/guides/getting-started/GIFT_CERTIFICATE.md - Moved user_profile_newuser.md to docs/guides/getting-started/USER_PROFILE.md - Moved aitbc.md to docs/infrastructure/NODE_AITBC.md - Moved aitbc1.md to docs/infrastructure/NODE_AITBC1.md - Updated project/README.md with new documentation locations - Removed empty subdirectories from docs/project/ - Created docs/MERGE_PLAN.md for reference
Development Documentation
Level: Intermediate
Prerequisites: Familiarity with the AITBC codebase and local dev workflow
Estimated Time: 20-30 minutes
Last Updated: 2026-04-27
Version: 1.0
🧭 Navigation Path:
🏠 Documentation Home → 🛠️ Development → You are here
breadcrumb: Home → Development → Overview
🎯 See Also:
- 📋 Project Documentation - Project structure and workflow context
- 🏗️ Infrastructure Documentation - Operational environment details
- 🧪 Testing Documentation - Test-oriented workflow resources
- 📚 Master Index - Full documentation catalog
📦 Contents
- DEBUgging_SERVICES.md - Service debugging notes and troubleshooting steps
- DEV_LOGS.md - Development log tracking
- DEV_LOGS_QUICK_REFERENCE.md - Fast reference for common dev logs
- mock-data-system.md - Mock data system notes and workflow
🧱 Purpose
This directory collects operational development notes that help contributors:
- debug services and runtime behavior
- inspect and interpret logs quickly
- understand mock or fixture data flows
- keep development workflows repeatable
🚀 Next Steps
- Use
DEV_LOGS_QUICK_REFERENCE.mdfor the fastest log lookup path. - Review
DEBUgging_SERVICES.mdwhen diagnosing service issues. - Keep development notes aligned with
../about/DOCUMENTATION_TEMPLATE_STANDARD.md.
Last updated: 2026-04-27
Version: 1.0
Status: Development entry point