Skip to content

v1.12.0

Choose a tag to compare

@CybotTM CybotTM released this 29 Mar 20:11
ed56cea

Major marketplace expansion adding ten new skills, plus a significant architecture simplification.

New skills

The marketplace now includes agent-harness for repo agent-readiness, automated-assessment (renamed from extension-assessment) for checkpoint-based quality audits, concourse-ci for pipeline development, docker-development for Dockerfile and compose workflows, data-tools for structured data operations across JSON/YAML/TOML/XML/CSV, file-search for codebase search patterns, matrix-communication for Matrix chat integration, pagerangers-seo for keyword analysis, typo3-project-upgrade for TYPO3 instance upgrades, and typo3-typoscript-ref for TypoScript/TSconfig reference.

Architecture changes

The marketplace was simplified to use pure source references — plugin metadata now points directly to source repositories rather than maintaining synced copies. This eliminates the sync drift problem and reduces maintenance overhead. A new marketplace.json validation workflow with pre-commit hook ensures metadata stays consistent.

CI was hardened by pinning actions/checkout to SHA. Node.js was updated to 22.22.

Full Changelog: v1.11.0...v1.12.0