Files
aitbc/docs/10_plan
oib 80b9ea4b25 feat: add miner management endpoints and standardize all API paths to /api/v1 prefix
- Add POST /api/v1/miners/{miner_id}/jobs endpoint for listing miner-assigned jobs with filtering
- Add POST /api/v1/miners/{miner_id}/earnings endpoint for miner earnings tracking (mock implementation)
- Add PUT /api/v1/miners/{miner_id}/capabilities endpoint for updating miner capabilities
- Add DELETE /api/v1/miners/{miner_id} endpoint for miner deregistration (sets OFFLINE status)
- Add JobService.fail_job()
2026-03-05 11:12:57 +01:00
..

AITBC Development Plan & Roadmap

Active Planning Documents

This directory contains the active planning documents for the current development phase. All completed phase plans have been archived to docs/12_issues/completed_phases/.

Core Roadmap

  • 00_nextMileston.md: The overarching milestone plan for Q2-Q3 2026, focusing on OpenClaw Agent Economics & Scalability.
  • 99_currentissue.md: Active tracking of the current week's tasks and daily progress.

Active Phase Plans

  • 01_openclaw_economics.md: Detailed plan for autonomous agent wallets, bid-strategy engines, and multi-agent orchestration.
  • 02_decentralized_memory.md: Detailed plan for IPFS/Filecoin integration, on-chain data anchoring, and shared knowledge graphs.
  • 03_developer_ecosystem.md: Detailed plan for hackathon bounties, reputation yield farming, and the developer metrics dashboard.

Reference & Testing

  • 14_test: Manual E2E test scenarios for cross-container marketplace workflows.
  • 01_preflight_checklist.md: The pre-deployment security and verification checklist.

Completed Implementations

  • multi-language-apis-completed.md: COMPLETE - Multi-Language API system with 50+ language support, translation engine, caching, and quality assurance (Feb 28, 2026)
  • dynamic_pricing_implementation_summary.md: COMPLETE - Dynamic Pricing API with real-time GPU/service pricing, 7 strategies, market analysis, and forecasting (Feb 28, 2026)
  • 06_trading_protocols.md: COMPLETE - Advanced Trading Protocols with portfolio management, AMM, and cross-chain bridge (Feb 28, 2026)
  • 02_decentralized_memory.md: COMPLETE - Decentralized AI Memory & Storage, including IPFS storage adapter, AgentMemory.sol, KnowledgeGraphMarket.sol, and Federated Learning Framework (Feb 28, 2026)
  • 04_global_marketplace_launch.md: COMPLETE - Global Marketplace API and Cross-Chain Integration with multi-region support, cross-chain trading, and intelligent pricing optimization (Feb 28, 2026)
  • 03_developer_ecosystem.md: COMPLETE - Developer Ecosystem & Global DAO with bounty systems, certification tracking, regional governance, and staking rewards (Feb 28, 2026)

Workflow Integration

To automate the transition of completed items out of this folder, use the Windsurf workflow:

/documentation-updates

This will automatically update status tags to COMPLETE and move finished phase documents to the archive directory.