v1.0.10
Release Description
Made the Odoo agents version-aware (17 / 18 / 19) so they load the right reference pack automatically instead of always citing Odoo 18 APIs. Also fixed broken guide paths in odoo-code-review.
Added
skills/odoo-17.0/references/api-highlights.md,skills/odoo-18.0/references/api-highlights.md,skills/odoo-19.0/references/api-highlights.md— per-version, version-distinguishing rulesets (list tag, attrs syntax, aggregator parameter, optional_namein v19, etc.) that the agents load alongside the general checklist.- Target-version resolution step in
agents/odoo-code-review/SKILL.mdandagents/odoo-code-tracer/SKILL.mdwith a four-level fallback: explicit argument → project config (.odoo-version,.claude/odoo.json,package.json,pyproject.toml) →__manifest__.pyheuristic → default to latest (19.0). - README section "Targeting an Odoo version" documenting the resolution order.
Changed
agents/odoo-code-review/SKILL.mdrewritten version-neutral. Every guide reference now usesskills/odoo-${ODOO_VERSION}/references/odoo-${ODOO_MAJOR}-*-guide.mdplaceholders resolved at invocation time.agents/odoo-code-tracer/SKILL.mdgeneralised: agent description, "Specific Patterns" section, and "Related Skills" no longer hard-code Odoo 18.README.mdOdoo example comment generalised from "Odoo 18 conventions" to "Odoo conventions (17 / 18 / 19)" since the pattern is identical across supported versions.
Fixed
agents/odoo-code-review/SKILL.mdguide paths:skills/odoo/18.0/→skills/odoo-18.0/, anddev/odoo-18-*-guide.md→references/odoo-18-*-guide.md(the original paths did not exist in the repo).
Notes
- Supported version matrix: 17.0, 18.0, 19.0. Older versions are out of scope.
- Addresses #7.