- Moved 9 AITBC-specific skills to skills/aitbc/
- Moved autonomous-ai-agents hermes skill to skills/hermes/
- Keeps AITBC operational skills separate from hermes agent coordination skills
- 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
- 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
- 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
- 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
- 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
- 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
- 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
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