docs: add version control metadata to agent training documentation
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 11s
Documentation Validation / validate-policies-strict (push) Successful in 4s
Multi-Node Stress Testing / stress-test (push) Successful in 3s
Node Failover Simulation / failover-test (push) Failing after 4s

- Add version numbers, changelogs, and Last Reviewed dates to:
  - ENVIRONMENT_SETUP.md
  - SCENARIO_STAGE_MAPPING.md
  - OPERATIONS_AUDIT.md
  - training_schema.json
- Update all to version 2.0 with changelog entries
This commit is contained in:
aitbc
2026-05-09 11:43:39 +02:00
parent d1ffb4dc02
commit e79164a0e7
4 changed files with 29 additions and 14 deletions

View File

@@ -192,8 +192,8 @@ Each training stage includes validation criteria to ensure successful completion
For issues during training:
1. Check [`ENVIRONMENT_SETUP.md`](./ENVIRONMENT_SETUP.md) for configuration problems
2. Review [`OPERATIONS_AUDIT.md`](./OPERATIONS_AUDIT.md) for known issues and solutions
1. Check `ENVIRONMENT_SETUP.md` for configuration problems
2. Review `OPERATIONS_AUDIT.md` for known issues and solutions
3. Verify blockchain node synchronization status
4. Confirm wallet balances and permissions
5. Check network connectivity to RPC endpoints
@@ -214,5 +214,9 @@ For issues during training:
---
**Last Updated:** 2026-05-07
**Last Updated:** 2026-05-09
**Version:** 2.0
**Maintained By:** AITBC Development Team
**Changelog:**
- v2.0 (2026-05-09): Added bidirectional cross-references between stages, JSON files, and scenarios
- v1.0 (2026-05-07): Initial version