13 Commits

Author SHA1 Message Date
aitbc
0368bbee9e docs: add genesis block mismatch troubleshooting section
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 5s
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 4s
- Add new section 2.1 "Genesis Block Mismatch Issues" to troubleshooting documentation
- Document symptoms: "Unhandled import case" errors, sync failures, different genesis hashes
- Add diagnostic commands to check genesis block hashes across nodes and verify RPC bootstrap
- Provide step-by-step solution to force RPC bootstrap by deleting genesis block
- Explain how RPC bootstrap works and its configuration requirements
- Update configuration
2026-05-09 20:26:31 +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
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
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
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
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