Files
aitbc/docs/reference/index.md
oib b9688dacf3 docs: enhance Ollama GPU test workflow, reorganize project structure, and fix pytest warnings
- Upgrade ollama-gpu-provider skill to v2.0 with complete test workflow documentation
- Add comprehensive troubleshooting, monitoring commands, and CI/CD integration examples
- Update client.py default coordinator port from 8000 to 18000
- Clear currentissue.md and add usage guidelines for issue tracking
- Create dev-utils/ directory and move aitbc-pythonpath.pth from root
- Create docs/guides/ and docs
2026-01-29 13:20:09 +01:00

46 lines
1.9 KiB
Markdown

# AITBC Reference Documentation
Welcome to the AITBC reference documentation. This section contains technical specifications, architecture details, and historical documentation.
## Architecture & Design
- [Architecture Overview](architecture/) - System architecture documentation
- [Cross-Chain Settlement](architecture/cross-chain-settlement-design.md) - Cross-chain settlement design
- [Python SDK Transport](architecture/python-sdk-transport-design.md) - Transport abstraction design
## Bootstrap Specifications
- [Bootstrap Directory](bootstrap/dirs.md) - Original directory structure
- [Technical Plan](bootstrap/aitbc_tech_plan.md) - Original technical specification
- [Component Specs](bootstrap/) - Individual component specifications
## Cryptography & Privacy
- [ZK Receipt Attestation](zk-receipt-attestation.md) - Zero-knowledge proof implementation
- [ZK Implementation Summary](zk-implementation-summary.md) - ZK implementation overview
- [ZK Technology Comparison](zk-technology-comparison.md) - ZK technology comparison
- [Confidential Transactions](confidential-transactions.md) - Confidential transaction implementation
- [Confidential Implementation Summary](confidential-implementation-summary.md) - Implementation summary
- [Threat Modeling](threat-modeling.md) - Security threat modeling
## Enterprise Features
- [Enterprise SLA](enterprise-sla.md) - Service level agreements
- [Multi-tenancy](multi-tenancy.md) - Multi-tenant infrastructure
- [HSM Integration](hsm-integration.md) - Hardware security module integration
## Project Documentation
- [Roadmap](../roadmap.md) - Development roadmap
- [Completed Tasks](../done.md) - List of completed features
- [Beta Release Plan](beta-release-plan.md) - Beta release planning
## Historical
- [Component Documentation](../coordinator_api.md) - Historical component docs
- [Bootstrap Archive](bootstrap/) - Original bootstrap documentation
## Glossary
- [Terms](glossary.md) - AITBC terminology and definitions