All notable changes to this project are documented in this file.
- Tender pack generator:
python -m embodied_eval.cli tender - New module:
embodied_eval/tender.py - CN procurement templates:
tender/templates/tender_response_cn.mdtender/templates/acceptance_mapping_cn.mdtender/templates/delivery_milestones_cn.mdtender/templates/risk_compliance_cn.mdtender/templates/support_plan_cn.md
- Default acceptance clauses file:
tender/acceptance_items_default.json - Bundle integration:
bundle --with_tender(+ project/client/scenario/items options) - Tender test coverage:
tests/test_tender.py
- Version bumped to
1.1.0 - README updated with tender usage and bundle integration examples
- Stable contracts package:
embodied_eval/contracts/* - Internal plugin registry: adapters/metrics/packs/templates
pluginsCLI for discovery- Golden example registry +
examples --list/--run - Compatibility upgrader:
upgradeCLI and in-memory auto-upgrade in portal/bundle paths - Offline portal retained with v1 search index contract
- CI workflow (
.github/workflows/ci.yml) - Release checklist (
RELEASE.md) - Deprecation policy docs (
docs/deprecations.md)
- Version bumped to
1.0.0 - JSON outputs include explicit
schema_version - Canonical episode files now write
schema_version: "episode.v1"
- Legacy artifacts (v0.3~v0.9) are supported via best-effort upgrade path.