Commit Graph

2028 Commits

Author SHA1 Message Date
aitbc
084746e4e8 docs: update OPERATIONS_AUDIT.md to reflect current stage implementation status
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Has been cancelled
Deploy to Testnet / deploy-testnet (push) Has been cancelled
Documentation Validation / validate-docs (push) Has been cancelled
Documentation Validation / validate-policies-strict (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Node Failover Simulation / failover-test (push) Has been cancelled
2026-05-09 11:34:14 +02:00
aitbc
6f52ddeacd fix: standardize training schema and fix integration test mismatches
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Has been cancelled
Deploy to Testnet / deploy-testnet (push) Has been cancelled
Documentation Validation / validate-docs (push) Has been cancelled
Documentation Validation / validate-policies-strict (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Node Failover Simulation / failover-test (push) Has been cancelled
- Fix dual schema issue: update README to reference stage1_foundation.json
- Add missing scenarios field to stages 7-9 for consistency
- Add specialized and architect agent types to training schema
- Fix failure_simulation to use transaction_send instead of wallet_send
2026-05-09 11:33:47 +02:00
aitbc
2592407750 fix: correct CLI import in integration test
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 4s
Deploy to Testnet / deploy-testnet (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Node Failover Simulation / failover-test (push) Has been cancelled
Python Tests / test-python (push) Failing after 1m11s
2026-05-09 11:31:34 +02:00
aitbc
f225660f43 docs: add mining directory README
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 5s
Deploy to Testnet / deploy-testnet (push) Successful in 1m39s
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Node Failover Simulation / failover-test (push) Has been cancelled
Documentation Validation / validate-docs (push) Failing after 9s
Documentation Validation / validate-policies-strict (push) Successful in 6s
2026-05-09 11:29:53 +02:00
aitbc
95ca110d0a docs: update SETUP.md path to docs/deployment/ directory in README
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 4s
Deploy to Testnet / deploy-testnet (push) Successful in 1m32s
Documentation Validation / validate-docs (push) Failing after 10s
Documentation Validation / validate-policies-strict (push) Successful in 4s
Integration Tests / test-service-integration (push) Failing after 49s
Multi-Node Stress Testing / stress-test (push) Successful in 3s
Node Failover Simulation / failover-test (push) Failing after 3s
Security Scanning / security-scan (push) Successful in 41s
2026-05-09 11:25:10 +02:00
aitbc
9999b9deae docs: consolidate aitbc2 section in SSH access patterns skill
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 4s
Deploy to Testnet / deploy-testnet (push) Successful in 1m37s
Multi-Node Stress Testing / stress-test (push) Successful in 4s
Node Failover Simulation / failover-test (push) Failing after 2s
- Removed redundant aitbc2 (via gitea-runner) section
- Consolidated into gitea-runner section with aitbc2-specific commands
- Clarifies that aitbc2 blockchain node runs on gitea-runner host
- Simplifies SSH access documentation
2026-05-09 11:21:21 +02:00
aitbc
e35127947d docs: add Hermes Skills Integration section to SETUP.md
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 3s
Deploy to Testnet / deploy-testnet (push) Successful in 1m31s
Documentation Validation / validate-docs (push) Failing after 10s
Documentation Validation / validate-policies-strict (push) Successful in 4s
Multi-Node Stress Testing / stress-test (push) Successful in 4s
Node Failover Simulation / failover-test (push) Failing after 2s
- Added new section explaining Hermes skills integration
- Links to docs/skills/ folder with all 8 skills
- Lists each skill with descriptions
- Explains YAML frontmatter format for Hermes skill loading
- Addresses user question about Hermes skills documentation
2026-05-09 11:14:37 +02:00
aitbc
133dff33ed docs: deprecate docs/advanced folder
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 3s
Deploy to Testnet / deploy-testnet (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Node Failover Simulation / failover-test (push) Has been cancelled
Documentation Validation / validate-docs (push) Failing after 13s
Documentation Validation / validate-policies-strict (push) Successful in 4s
- Removed docs/advanced/README.md (minimal placeholder content)
- Topics already covered in other documentation files:
  - Advanced blockchain operations -> docs/blockchain/
  - Multi-chain architecture -> docs/blockchain/cross-chain/
  - Cross-node communication -> docs/agents/
  - Advanced agent specialization -> docs/agents/
  - Performance optimization -> docs/architecture/
  - Security best practices -> docs/security/
- Updated DOCUMENTATION_CLEANUP_SUMMARY.md to note deprecation
- No content merge needed as README was just a placeholder
2026-05-09 11:13:51 +02:00
aitbc1
ef24a7b834 fix: move skills back to project root for Hermes loading
All checks were successful
Deploy to Testnet / deploy-testnet (push) Successful in 1m5s
Node Failover Simulation / failover-test (push) Successful in 15s
Multi-Node Stress Testing / stress-test (push) Successful in 7s
Cross-Node Transaction Testing / transaction-test (push) Successful in 6s
Skills must be in skills/ (project root) for Hermes to load them via skill_view().
Previous move to docs/skills/ broke skill loading.
2026-05-08 22:33:14 +02:00
aitbc
b49472f3b8 fix: replace hardcoded 8001 URLs with config values in CLI commands
Some checks failed
CLI Tests / test-cli (push) Failing after 14s
Cross-Node Transaction Testing / transaction-test (push) Successful in 4s
Deploy to Testnet / deploy-testnet (push) Successful in 1m10s
Multi-Node Stress Testing / stress-test (push) Successful in 2s
Node Failover Simulation / failover-test (push) Successful in 2s
Security Scanning / security-scan (push) Successful in 31s
- Add exchange_service_url to config.py (default: http://localhost:8001/api/v1)
- Fix exchange.py to use config.exchange_service_url instead of hardcoded 8001
- Fix cross_chain.py to use config.exchange_service_url instead of hardcoded 8001
- Fix monitor.py to use config.exchange_service_url instead of hardcoded 8001
- Fix agent_sdk.py to use config.coordinator_url instead of hardcoded 8001
- Fixes bug where CLI commands used wrong default ports (8001 vs correct service ports)
- Marketplace service is on 8102, Exchange API is on 8001, Coordinator API is on 8011
2026-05-08 22:31:19 +02:00
aitbc
3735cd35a7 docs: move skill documentation files from docs/ to docs/skills/ directory
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 4s
Deploy to Testnet / deploy-testnet (push) Successful in 1m6s
Documentation Validation / validate-docs (push) Failing after 8s
Documentation Validation / validate-policies-strict (push) Successful in 3s
Multi-Node Stress Testing / stress-test (push) Successful in 2s
Node Failover Simulation / failover-test (push) Successful in 4s
- Move aitbc-ai-operations.md to docs/skills/
- Move aitbc-basic-operations.md to docs/skills/
- Move aitbc-blockchain-troubleshooting.md to docs/skills/
- Move aitbc-cli.md to docs/skills/
- Move aitbc-marketplace.md to docs/skills/
- Move aitbc-multi-node-operations.md to docs/skills/
- Move aitbc-node-coordination.md to docs/skills/
- Move aitbc-wallet-management.md to docs/skills/
- Move aitbc.md to docs/skills/
- All
2026-05-08 22:12:35 +02:00
aitbc
b3b263cf70 docs: add YAML frontmatter to aitbc-wallet-management.md
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 2s
Deploy to Testnet / deploy-testnet (push) Successful in 1m9s
Documentation Validation / validate-docs (push) Failing after 8s
Documentation Validation / validate-policies-strict (push) Successful in 4s
Multi-Node Stress Testing / stress-test (push) Successful in 1s
Node Failover Simulation / failover-test (push) Successful in 2s
- Add YAML frontmatter to aitbc-wallet-management.md
- All 8 skill files now have proper YAML frontmatter for Hermes agents to load
2026-05-08 22:10:00 +02:00
aitbc
76f8526574 docs: add YAML frontmatter to skill files to make them proper skills
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 2s
Deploy to Testnet / deploy-testnet (push) Has been cancelled
Documentation Validation / validate-docs (push) Has been cancelled
Documentation Validation / validate-policies-strict (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Node Failover Simulation / failover-test (push) Successful in 3s
- Add YAML frontmatter to aitbc-ai-operations.md
- Add YAML frontmatter to aitbc-basic-operations.md
- Add YAML frontmatter to aitbc-blockchain-troubleshooting.md
- Add YAML frontmatter to aitbc-marketplace.md
- Add YAML frontmatter to aitbc-multi-node-operations.md
- Add YAML frontmatter to aitbc-node-coordination.md
- aitbc-cli.md and aitbc.md already had YAML frontmatter
- All 8 skill files now have proper YAML frontmatter for Hermes agents to load
2026-05-08 22:09:25 +02:00
aitbc
c25f74bbb6 docs: fix README.md paths to point to docs/skills/ directory
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 4s
Deploy to Testnet / deploy-testnet (push) Successful in 1m10s
Documentation Validation / validate-docs (push) Failing after 10s
Documentation Validation / validate-policies-strict (push) Successful in 4s
Multi-Node Stress Testing / stress-test (push) Successful in 2s
Node Failover Simulation / failover-test (push) Successful in 4s
- Update all skill file links from docs/ to docs/skills/
- Skills are located in docs/skills/ directory, not docs/ root
- Correct paths for all 8 documentation skill files
2026-05-08 22:05:04 +02:00
aitbc
b152d35b3a docs: add clickable links to documentation skills in README.md
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 2s
Deploy to Testnet / deploy-testnet (push) Successful in 1m13s
Documentation Validation / validate-docs (push) Failing after 9s
Documentation Validation / validate-policies-strict (push) Successful in 3s
Multi-Node Stress Testing / stress-test (push) Successful in 2s
Node Failover Simulation / failover-test (push) Successful in 1s
- Make all 8 documentation skill files clickable links
- Links point to docs/ folder for each skill file
- Users can now directly access each skill documentation from README
2026-05-08 21:58:39 +02:00
aitbc
190bc1e468 docs: update README.md with documentation skills information
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 3s
Multi-Node Stress Testing / stress-test (push) Successful in 2s
Node Failover Simulation / failover-test (push) Successful in 2s
- Add section about documentation skills available in docs/ folder
- List all 8 documentation skills with descriptions
- Skills cover basic operations, marketplace, node coordination, wallet management, AI operations, blockchain troubleshooting, multi-node operations, and CLI reference
2026-05-08 21:54:49 +02:00
aitbc
7f1eff9748 docs: update port 8000 references to 8011 in remaining documentation files
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 2s
Deploy to Testnet / deploy-testnet (push) Successful in 1m7s
Documentation Validation / validate-docs (push) Failing after 10s
Documentation Validation / validate-policies-strict (push) Successful in 5s
Multi-Node Stress Testing / stress-test (push) Successful in 4s
Node Failover Simulation / failover-test (push) Has started running
- Update project/infrastructure/PRODUCTION_ARCHITECTURE.md: coordinator URL 8000 → 8011
- Update project/3_infrastructure.md: coordinator URL 8000 → 8011
- Update project/aitbc.md: coordinator URL 8000 → 8011
- Update project/aitbc1.md: coordinator URL 8000 → 8011
- Update reference/16_security-audit-2026-02-13.md: coordinator URL 8000 → 8011
- Update blockchain/cross-chain/CROSS_CHAIN_TRADING_COMPLETE.md: coordinator port 8000 → 8011
- Update blockchain/cross-chain/CROSS_CHAIN_REPUTATION_FINAL_INTEGRATION.md: coordinator URL 8000 → 8011
- Update blockchain/cross-chain/CROSS_CHAIN_REPUTATION_STAGING_DEPLOYMENT.md: coordinator URL 8000 → 8011
- Update backend/documented_AITBC_Port_Logic_Implementation_-_Implementation_C.md: coordinator port 8000 → 8011
- Update architecture/1_system-flow.md: coordinator URL 8000 → 8011
- Update architecture/3_coordinator-api.md: API port 8000 → 8011
- Update architecture/5_marketplace-web.md: API URL 18000 → 8011
- Update testing/test-integration-completed.md: coordinator URL 8000 → 8011
- Update infrastructure/migration/microservices-migration-status.md: coordinator URL 8000 → 8011
- Coordinator API is now on port 8011 (not 8000)
2026-05-08 21:52:50 +02:00
aitbc
7de9bb7ede docs: update port 8000 references to 8011 in E2E test summary docs
- Update project/E2E_TEST_CREATION_SUMMARY.md: coordinator port 8000 → 8011
- More documentation files still need port 8000 → 8011 updates
2026-05-08 21:50:34 +02:00
aitbc
b6596b91ab docs: update port 8000 references to 8011 in project gift certificate docs
- Update project/GIFT_CERTIFICATE_newuser.md: coordinator URL 8000 → 8011
- More documentation files still need port 8000 → 8011 updates
2026-05-08 21:50:21 +02:00
aitbc
1cf1e17360 docs: update port 8000 references to 8011 in project user profile docs
- Update project/user_profile_newuser.md: coordinator URL 8000 → 8011
- More documentation files still need port 8000 → 8011 updates
2026-05-08 21:49:59 +02:00
aitbc
668762bd1e docs: update port 8000 references to 8011 in payment architecture docs
- Update reference/2_payment-architecture.md: coordinator URL 8000 → 8011
- More documentation files still need port 8000 → 8011 updates
2026-05-08 21:49:33 +02:00
aitbc
7321242b75 docs: update port 8000 references to 8011 in deployment and blockchain docs
- Update deployment/2_service-naming-convention.md: coordinator URL 8000 → 8011
- Update blockchain/adding_gitea_runner_as_third_node.md: API port 8000 → 8011
- More documentation files still need port 8000 → 8011 updates
2026-05-08 21:49:17 +02:00
aitbc
522c494141 docs: update port 8000 references to 8011 in deployment docs
- Update deployment/5_marketplace-deployment.md: coordinator URL 8000 → 8011
- Update deployment/SETUP.md: coordinator URL 8000 → 8011
- More documentation files still need port 8000 → 8011 updates
2026-05-08 21:48:47 +02:00
aitbc
cd58fbd3e4 docs: update port 8000 references to 8011 in blockchain configuration docs
- Update blockchain/2_configuration.md: coordinator URL 8000 → 8011
- More documentation files still need port 8000 → 8011 updates
2026-05-08 21:48:22 +02:00
aitbc
4f3a65cf9b docs: update port 8000 references to 8011 in blockchain monitoring docs
- Update blockchain/7_monitoring.md: coordinator URL 8000 → 8011
- More documentation files still need port 8000 → 8011 updates
2026-05-08 21:48:08 +02:00
aitbc
91bea5fb6a docs: update port 8000 references to 8011 in project docs
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 3s
Deploy to Testnet / deploy-testnet (push) Successful in 1m13s
Documentation Validation / validate-docs (push) Failing after 9s
Documentation Validation / validate-policies-strict (push) Successful in 3s
Multi-Node Stress Testing / stress-test (push) Successful in 2s
Node Failover Simulation / failover-test (push) Successful in 3s
- Update project/GITHUB_PULL_SUMMARY.md: coordinator URL 8000 → 8011
- Update project/WORKING_SETUP.md: coordinator URL 8000 → 8011
- More documentation files still need port 8000 → 8011 updates
2026-05-08 21:47:16 +02:00
aitbc
afad336ccb docs: update port 8000 references to 8011 in project/cli docs
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 3s
Deploy to Testnet / deploy-testnet (push) Has been cancelled
Documentation Validation / validate-docs (push) Has started running
Documentation Validation / validate-policies-strict (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Node Failover Simulation / failover-test (push) Has been cancelled
- Update project/cli/CLI_DOCUMENTATION.md: coordinator URL 8000 → 8011
- More documentation files still need port 8000 → 8011 updates
2026-05-08 21:46:41 +02:00
aitbc
c002759322 docs: update port 8000 references to 8011 in infrastructure and security docs
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 3s
Deploy to Testnet / deploy-testnet (push) Has been cancelled
Documentation Validation / validate-docs (push) Has started running
Documentation Validation / validate-policies-strict (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Node Failover Simulation / failover-test (push) Successful in 2s
- Update apps/infrastructure/monitor.md: endpoint 8000 → 8011
- Update security/policies/DOTENV_DISCIPLINE.md: API_URL 8000 → 8011
- More documentation files still need port 8000 → 8011 updates
2026-05-08 21:46:19 +02:00
aitbc
98c4e1a81e docs: remove 7 AITBC skills from skills/ directory
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Has been cancelled
Deploy to Testnet / deploy-testnet (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Node Failover Simulation / failover-test (push) Has been cancelled
- Remove aitbc-ai-operations.md - AI job submission, monitoring, resource allocation
- Remove aitbc-basic-operations.md - CLI validation, wallet operations, blockchain status
- Remove aitbc-blockchain-troubleshooting.md - Sync issues, P2P problems, service failures
- Remove aitbc-cli.md - Complete CLI guide with wallet, transactions, marketplace, AI jobs
- Remove aitbc-marketplace.md - Marketplace operations, listings, GPU provider, trading
- Remove aitbc-multi
2026-05-08 21:45:54 +02:00
aitbc
ccd936a3b6 docs: update port 8000 references to 8011 in infrastructure docs
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Has been cancelled
Deploy to Testnet / deploy-testnet (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Node Failover Simulation / failover-test (push) Has been cancelled
Documentation Validation / validate-docs (push) Has been cancelled
Documentation Validation / validate-policies-strict (push) Has been cancelled
- Update infrastructure/migration/microservices-migration-status.md: coordinator URL 8000 → 8011
- Update apps/infrastructure/api-gateway.md: coordinator URL 8000 → 8011
- More documentation files still need port 8000 → 8011 updates
2026-05-08 21:45:35 +02:00
aitbc
c3f1d66c40 docs: update port 8000 references to 8011 in apps/clients docs
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 2s
Deploy to Testnet / deploy-testnet (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Node Failover Simulation / failover-test (push) Has been cancelled
Documentation Validation / validate-docs (push) Failing after 9s
Documentation Validation / validate-policies-strict (push) Successful in 3s
- Update apps/clients/1_quick-start.md: coordinator URL 8000 → 8011
- Update apps/clients/3_job-lifecycle.md: API endpoints 8000 → 8011
- More documentation files still need port 8000 → 8011 updates
2026-05-08 21:44:50 +02:00
aitbc
42db78ac51 docs: update port 8000 references to 8011 in mining and cli docs
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 2s
Deploy to Testnet / deploy-testnet (push) Has been cancelled
Documentation Validation / validate-docs (push) Has been cancelled
Documentation Validation / validate-policies-strict (push) Has been cancelled
Node Failover Simulation / failover-test (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Has been cancelled
- Update mining/1_quick-start.md: coordinator URL 8000 → 8011
- Update cli/permission-setup.md: AITBC_COORDINATOR_URL 8000 → 8011
- More documentation files still need port 8000 → 8011 updates
2026-05-08 21:44:06 +02:00
aitbc
7afb559bd3 docs: update wallet references from genesis-ops to genesis
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 3s
Deploy to Testnet / deploy-testnet (push) Has been cancelled
Documentation Validation / validate-docs (push) Has been cancelled
Documentation Validation / validate-policies-strict (push) Has been cancelled
Node Failover Simulation / failover-test (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Has been cancelled
- Update project/cli/CLI_DOCUMENTATION.md: genesis-ops → genesis
- Update hermes/OPENCLAW_AGENT_CAPABILITIES_ADVANCED.md: genesis-ops → genesis
- Update guides/README_DOCUMENTATION.md: genesis-ops → genesis
- Genesis wallet exists, genesis-ops does not exist in current codebase
- More documentation files still need wallet reference updates
2026-05-08 21:43:10 +02:00
aitbc
9e59d0c912 docs: update coordinator API port references from 8000 to 8011
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 5s
Deploy to Testnet / deploy-testnet (push) Has been cancelled
Documentation Validation / validate-docs (push) Has started running
Documentation Validation / validate-policies-strict (push) Has been cancelled
Node Failover Simulation / failover-test (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Has been cancelled
- Update infrastructure/SYSTEMD_SERVICES.md: coordinator API port 8000 → 8011
- Update reference/PORT_MAPPING_GUIDE.md: coordinator API port 8000 → 8011
- Update guides/getting-started/2_installation.md: health check and troubleshooting port 8000 → 8011
- Update guides/getting-started/3_cli.md: coordinator API URL and health check port 8000 → 8011
- Coordinator API is now on port 8011 (not 8000)
- More documentation files still need updates
2026-05-08 21:41:56 +02:00
aitbc
a428bb55a6 feat: add pure AITBC software skills to skills/ directory
All checks were successful
Cross-Node Transaction Testing / transaction-test (push) Successful in 2s
Deploy to Testnet / deploy-testnet (push) Successful in 1m10s
Multi-Node Stress Testing / stress-test (push) Successful in 1s
Node Failover Simulation / failover-test (push) Successful in 4s
- Create aitbc-basic-operations.md - Basic CLI validation, wallet operations, blockchain status, service health
- Create aitbc-marketplace.md - Marketplace operations: listings, GPU provider, trading
- Create aitbc-node-coordination.md - Multi-node coordination, blockchain sync, messaging
- Create aitbc-wallet-management.md - Wallet creation, import, export, balance, deletion
- Create aitbc-ai-operations.md - AI job submission, monitoring, resource allocation
- Create aitbc-blockchain-troubleshooting.md - Sync issues, P2P problems, service failures, data corruption
- Create aitbc-multi-node-operations.md - Git sync, service restart, coordinated actions across nodes
- Skills distilled from windsurf AITBC skills for Hermes agent use
- All skills include trigger conditions, operations, common pitfalls, verification checklists
2026-05-08 21:37:37 +02:00
aitbc
da052cf14d docs: update windsurf skills - wallet references and service names
All checks were successful
Cross-Node Transaction Testing / transaction-test (push) Successful in 2s
Deploy to Testnet / deploy-testnet (push) Successful in 1m12s
Multi-Node Stress Testing / stress-test (push) Successful in 2s
Node Failover Simulation / failover-test (push) Successful in 3s
- Update default wallet: genesis-ops → genesis (genesis-ops doesn't exist)
- Update default wallet: test-wallet → genesis (test-wallet doesn't exist)
- Update default wallet: test-client → genesis (test-client doesn't exist)
- Update default wallet password reference to use genesis password file
- Update GPU provider: aitbc-host-gpu-miner → aitbc1
- Partial audit complete - more skills need review
2026-05-08 21:30:06 +02:00
aitbc
2594e559d4 docs: archive OpenClaw skills and update port references
All checks were successful
Cross-Node Transaction Testing / transaction-test (push) Successful in 2s
Deploy to Testnet / deploy-testnet (push) Successful in 1m11s
Multi-Node Stress Testing / stress-test (push) Successful in 2s
Node Failover Simulation / failover-test (push) Successful in 2s
- Move 6 OpenClaw skills to .windsurf/skills/archive/ (legacy, moved to hermes agent)
- Update service port 8000 to 8011 in aitbc-basic-operations-skill.md
- Update service port 8000 to 8011 in blockchain-troubleshoot-recovery.md
- Coordinator API now on port 8011 (not 8000)
- Partial audit of windsurf AITBC skills for codebase accuracy
2026-05-08 21:27:08 +02:00
aitbc
f871e1b765 feat: add windsurf skill for AITBC CLI tool operations
All checks were successful
Cross-Node Transaction Testing / transaction-test (push) Successful in 2s
Deploy to Testnet / deploy-testnet (push) Successful in 1m10s
Multi-Node Stress Testing / stress-test (push) Successful in 2s
Node Failover Simulation / failover-test (push) Successful in 2s
- Create aitbc-cli-operations.md in .windsurf/skills/
- Format for windsurf/Cascade agent system (YAML frontmatter, purpose, activation, input/output schemas)
- Document all AITBC CLI operations: wallet management, transactions, blockchain analytics, marketplace, AI jobs, mining, agent operations, simulations
- Include default configuration, authentication, common errors
- Similar to Hermes skill but formatted for windsurf agent system
2026-05-08 21:22:33 +02:00
aitbc
d77bca5839 docs: update aitbc-cli.md marketplace section to use actual aitbc-cli commands
All checks were successful
Cross-Node Transaction Testing / transaction-test (push) Successful in 2s
Deploy to Testnet / deploy-testnet (push) Successful in 1m10s
Multi-Node Stress Testing / stress-test (push) Successful in 2s
Node Failover Simulation / failover-test (push) Successful in 1s
- Replace unified_cli.py marketplace commands with actual aitbc-cli commands
- Use ./aitbc-cli marketplace --action list/create/search/my-listings
- Use ./aitbc-cli market-list and ./aitbc-cli market-create
- Remove unified_cli.py examples from aitbc-cli.md
- aitbc-cli.md now documents only commands available in main aitbc-cli entry point
2026-05-08 21:17:38 +02:00
aitbc
d5aba0c630 docs: remove messaging CLI commands from aitbc-cli.md
All checks were successful
Cross-Node Transaction Testing / transaction-test (push) Successful in 2s
Deploy to Testnet / deploy-testnet (push) Successful in 1m11s
Multi-Node Stress Testing / stress-test (push) Successful in 2s
Node Failover Simulation / failover-test (push) Successful in 1s
- Messaging commands not implemented in main /opt/aitbc/aitbc-cli entry point
- Only available via python3 cli/unified_cli.py messaging
- Removed messaging section from aitbc-cli.md
- Section numbering already correct after removal
- aitbc-cli.md now documents only commands available in main aitbc-cli entry point
2026-05-08 21:14:58 +02:00
aitbc
b46eedcf7f docs: correct CLI Tool Preference note - clarify relationship
All checks were successful
Cross-Node Transaction Testing / transaction-test (push) Successful in 2s
Deploy to Testnet / deploy-testnet (push) Successful in 1m4s
Multi-Node Stress Testing / stress-test (push) Successful in 2s
Node Failover Simulation / failover-test (push) Successful in 1s
- Clarify that /opt/aitbc/aitbc-cli is the single CLI entry point
- unified_cli.py is the marketplace module within the CLI tool
- Both are valid access methods, unified_cli.py verified for marketplace
- Remove misleading 'prefer over' language
- Add clear entry point vs module distinction
2026-05-08 21:09:40 +02:00
aitbc
b179e995e6 docs: add CLI Tool Preference and Bugs Fixed section to aitbc.md
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 2s
Deploy to Testnet / deploy-testnet (push) Has been cancelled
Node Failover Simulation / failover-test (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Successful in 3s
- Add CLI Tool Preference note: prefer unified_cli.py over aitbc-cli market
- Clarify that /opt/aitbc/aitbc-cli is the single CLI entry point
- unified_cli.py has been verified working (all 7 bugs fixed)
- aitbc-cli market commands need verification
- Add Bugs Fixed section with commit hashes from session 2026-05-08
- Document all 7 marketplace service bugs fixed with commit references
- Addresses honest assessment feedback: improves accuracy and bug history
2026-05-08 21:08:30 +02:00
aitbc
6c629ab19c docs: reorganize AITBC skills - separate CLI from API operations
All checks were successful
Cross-Node Transaction Testing / transaction-test (push) Successful in 3s
Deploy to Testnet / deploy-testnet (push) Successful in 1m11s
Multi-Node Stress Testing / stress-test (push) Successful in 2s
Node Failover Simulation / failover-test (push) Successful in 2s
- aitbc-cli.md: ALL CLI commands (wallets, transactions, blockchain analytics, mining, marketplace CLI, messaging CLI, agent CLI, simulations)
- aitbc.md: API and service operations only (marketplace API, coordinator API, messaging API, cross-node operations, testing patterns)
- Removed CLI commands from aitbc.md, kept only API endpoints
- Added marketplace, messaging, agent CLI commands to aitbc-cli.md
- Updated trigger conditions, pitfalls, verification checklist, quick reference
- Clear separation: CLI tool operations vs service/API operations
- Both skills ship with AITBC software repository
2026-05-08 21:01:07 +02:00
aitbc
b3dcd87a9b docs: add aitbc-cli skill
All checks were successful
Cross-Node Transaction Testing / transaction-test (push) Successful in 2s
Deploy to Testnet / deploy-testnet (push) Successful in 1m7s
Multi-Node Stress Testing / stress-test (push) Successful in 4s
Node Failover Simulation / failover-test (push) Successful in 2s
- Created comprehensive skill for AITBC CLI tool at /opt/aitbc/skills/aitbc-cli/SKILL.md
- Documents all CLI operations: wallet management, transactions, blockchain analytics, marketplace, AI jobs, mining, agent operations, simulations
- Includes step-by-step instructions, examples, pitfalls, and quick reference
- Focus on operational information, no changelog content
- Skill ships with AITBC software repository
2026-05-08 20:44:57 +02:00
aitbc
e9ec51b8d1 docs: merge AITBC skills into comprehensive operations skill
All checks were successful
Cross-Node Transaction Testing / transaction-test (push) Successful in 7s
Deploy to Testnet / deploy-testnet (push) Successful in 1m56s
Multi-Node Stress Testing / stress-test (push) Successful in 4s
Node Failover Simulation / failover-test (push) Successful in 4s
- Merged operational information from 8 AITBC skills
- Added testing patterns from integration-testing skill
- Added additional pitfalls from scenario-validation and agent-coordinator skills
- Expanded pitfalls from 5 to 10 common errors
- Added CLI command discovery section
- Added service health verification section
- Added user claim verification pattern
- Focus on operations only, no changelog content
- Skill ships with AITBC software repository
2026-05-08 20:35:59 +02:00
aitbc
b2fd520842 docs: remove Bugs Fixed section from aitbc-operations skill
All checks were successful
Cross-Node Transaction Testing / transaction-test (push) Successful in 3s
Deploy to Testnet / deploy-testnet (push) Successful in 1m7s
Multi-Node Stress Testing / stress-test (push) Successful in 2s
Node Failover Simulation / failover-test (push) Successful in 2s
- Skill should focus on operations, not changelog of bug fixes
- Removed Bugs Fixed table with commit hashes from skills/SKILL.md
- Kept all operational information intact
2026-05-08 20:30:47 +02:00
aitbc
30e502a94e docs: remove changelog entry from documentation
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 3s
Deploy to Testnet / deploy-testnet (push) Successful in 1m12s
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Node Failover Simulation / failover-test (push) Has been cancelled
Documentation Validation / validate-docs (push) Failing after 8s
Documentation Validation / validate-policies-strict (push) Successful in 6s
- Removed marketplace service bug fixes section from docs/project/5_done.md
- Documentation should focus on operations, not changelog entries
- Reverted version and date changes to docs/README.md and docs/MASTER_INDEX.md
2026-05-08 20:29:15 +02:00
aitbc
a9a44bd062 docs: update documentation with marketplace service bug fixes
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 2s
Deploy to Testnet / deploy-testnet (push) Successful in 1m10s
Documentation Validation / validate-docs (push) Failing after 10s
Documentation Validation / validate-policies-strict (push) Successful in 3s
Multi-Node Stress Testing / stress-test (push) Successful in 3s
Node Failover Simulation / failover-test (push) Successful in 3s
- Added marketplace service bug fixes to docs/project/5_done.md
- Documented 7 bugs fixed on aitbc1 node
- Updated version to 6.5 and last updated date to 2026-05-08
- All operations verified working on aitbc1 node
2026-05-08 20:24:31 +02:00
aitbc1
3d584b8897 feat: add aitbc-operations skill shipping with AITBC software
All checks were successful
Cross-Node Transaction Testing / transaction-test (push) Successful in 3s
Deploy to Testnet / deploy-testnet (push) Successful in 1m14s
Multi-Node Stress Testing / stress-test (push) Successful in 2s
Node Failover Simulation / failover-test (push) Successful in 2s
Ships with AITBC repo so Hermes agents (like on aitbc1 node) can
load this skill to interact with AITBC software - marketplace,
messaging, agent registration, coordinator operations.

- All 7 bugs fixed documented
- Step-by-step instructions for all operations
- Verification checklist included
- Cross-node operations documented
2026-05-08 20:22:02 +02:00
aitbc
fb09022e84 fix: resolve JSON serialization in list_bids and add orders endpoint
Some checks failed
Deploy to Testnet / deploy-testnet (push) Successful in 1m13s
Integration Tests / test-service-integration (push) Successful in 2m38s
Python Tests / test-python (push) Failing after 1m5s
Security Scanning / security-scan (push) Failing after 17s
Node Failover Simulation / failover-test (push) Successful in 2s
Multi-Node Stress Testing / stress-test (push) Successful in 2s
Cross-Node Transaction Testing / transaction-test (push) Successful in 2s
- Convert SQLAlchemy objects to dictionaries in list_bids method
- Add GET /v1/marketplace/orders endpoint for CLI compatibility
- Fixes 500 error when listing bids
- Fixes 404 error when CLI calls orders endpoint
- Orders endpoint returns bids in expected format
2026-05-08 19:54:02 +02:00