Skip to content

Releases: ddtcorex/maestro-skills

v2.2.0

Choose a tag to compare

@github-actions github-actions released this 24 Aug 17:59
f6fa0a4

Added

  • Govard v1.64.0 audit sync (verified on reference Magento 2 project (Apache, 2.4.8-p4, 3.2G media)):
    • govard-toolbox: Audit gateway — govard audit run --checks lint streams live like vendor/bin (TTY colorized + uncapped, piped capped), json stays single object for agents; --mode validates early (auto, project, module_in_project, standalone); resilient per-image pulls (--ignore-buildable); stale diagnostics lease recovery; 7-page manual audit cost 2.5-3 min with timeout 300 + trap (keep all 7, don't sample fewer).
    • magento2-linter: Document --format text vs json streaming/color and non-zero exit still renders.
    • magento2-performance-audit: Detail Govard-native profiler lease/Accept: text/html/artifacts/profiler/profile.csv SHA, and keep 7 pages with 300s trap.
    • per-page-type-audit: Expected 50k queries/page (16-26s each on reference project) and stale lock trap.

Verified

  • lint reference module 1.6s/1.1s warm (56 findings, media-guard 2ms), profiler 11.3s PASSED with profile.csv, --mode typo reports valid modes, pub/media 0 PHP, site 200 after restore.

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 23 Aug 03:20
fe896b1

Fixed

  • Plugin-mode skill descriptions: YAML block scalars now parse, so all domain
    skills expose their real trigger text through the DSH skill catalog.
  • govard-laravel / govard-magento command samples route host-side through
    govard tool instead of nesting Govard inside the container shell.

Added

  • review-in-worktree skill for running Govard workflows against detached
    review worktrees.
  • dsh declared in every domain skill's compatibility list, enforced by a
    catalog drift-guard test suite.

What's Changed

  • fix: frontmatter block scalars, Govard dispatch patterns, governance (v2.1.0) by @ddtcorex in #6

Full Changelog: v2.0.0...v2.1.0

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 22 Aug 02:39

Added

  • Forked the complete superpowers process-skills library (14 skills) from
    obra/superpowers v6.3.0
    into
    skills/: brainstorming, dispatching-parallel-agents, executing-plans,
    finishing-a-development-branch, receiving-code-review,
    requesting-code-review, subagent-driven-development, systematic-debugging,
    test-driven-development, using-git-worktrees, using-superpowers,
    verification-before-completion, writing-plans, writing-skills. MIT license;
    attribution in the new THIRD-PARTY-NOTICES.md (license text retained as
    the MIT license requires). The bundle is now 25 skills: 11 domain + 14
    process.
  • skills/using-superpowers/references/dsh-tools.md — DeepSeek Harness tool
    mapping (the fork's only body-level addition), plus a DSH row in the skill's
    Platform Adaptation list and a fork-provenance note in using-superpowers/SKILL.md.
  • scripts/sync-superpowers.sh [ref] — refreshes the fork from upstream while
    preserving the local additions, for review-before-commit syncing.
  • The DSH Cordis plugin now materializes its agent preset itself: on every
    boot it copies .dsh-plugin/{preset.yml,agent.cordis.yml} into
    ~/.dsh/.agent-presets/maestro-skills/ (opt-out: installPreset: false in
    the plugin row's config), so dsh plugin --profile web add github:ddtcorex/maestro-skills is a complete install — install.sh is no
    longer required on DSH and remains for loose (non-plugin) skill files.

Changed

  • BREAKING: renamed the plugin from agent-dev-skills to maestro-skills
    everywhere
    : npm @ddtcorex/maestro-skills, Claude/Codex plugin name
    maestro-skills, installer cache ~/.maestro-skills, env prefix
    MAESTRO_SKILLS_* (legacy AGENT_DEV_SKILLS_* still honored as fallback),
    DSH preset id maestro-skills, GitHub repo ddtcorex/maestro-skills (old
    URLs redirect after the GitHub rename). Individual skill names are
    unchanged, so depends: chains and downstream exact-name consumers (e.g.
    dsh-maestro-harness's review profile) keep working; bump to 2.0.0 because
    the install command and package name changed.
  • DSH agent preset renamed from "Govard Master" to "Maestro Skills";
    its persona now names the full 25-skill library and mandates the
    process-first workflow (brainstorming before creative work,
    systematic-debugging on bugs, verification-before-completion before
    claiming done).
  • install.sh targets github.com/ddtcorex/maestro-skills, caches to
    ~/.maestro-skills, and installs the preset to
    ~/.dsh/.agent-presets/maestro-skills/.

Full Changelog: v1.0.6...v2.0.0

v1.0.6

Choose a tag to compare

@github-actions github-actions released this 21 Aug 08:38

Fixed

  • Cordis plugin install chain for git-source installs (dsh plugin add github:ddtcorex/agent-dev-skills): added a prepare script (tsc) so the package builds lib/ itself on install — a git install fetches sources only and never runs build, so the declared entry lib/index.js did not exist (found in awesome-dsh-plugin#2165 review). pnpm ≥ 10 users allow the build once via allowBuilds in the profile's pnpm-workspace.yaml; dsh plugin prints the exact key on first add.
  • cordis.patch.yml insert row now names @ddtcorex/agent-dev-skills instead of the bare agent-dev-skills: the loader imports the row's name as a Node specifier, and no package named agent-dev-skills exists — the bundle layer could never have loaded even with lib/ built.

Changed

  • Renamed the DSH Web GUI Agent Preset from "Govard Dev Agent" to "Govard Master" (preset.yml; installer output and README updated to match).

Full Changelog: v1.0.5...v1.0.6

v1.0.5

Choose a tag to compare

@github-actions github-actions released this 20 Aug 12:00

Changed

  • magento2-linter now points at Govard's native govard audit run (project/module_in_project/standalone target-mode resolution, native PHP-matrix policy, --lint-provider for optional external gates) as the authoritative Magento lint workflow, replacing a vendor CI wrapper script as the primary gate. magento2-code-review, govard-magento, and govard-toolbox's command reference now link to that authority instead of duplicating its PHP-matrix/provider policy. Depends on ddtcorex/govard#151 (merged, released through v1.63.0-beta.5).
  • Documented previously-missing --allow-lint-ssh-agent and --lint-jobs flags, and corrected the PHP 8.0 support policy (real for project/module_in_project, with a toolchain-version caveat) and the --lint-provider <name> invocation form (no separate --provider flag) against the real shipped CLI.

What's Changed

  • docs: adopt Govard-native Magento lint by @ddtcorex in #5

Full Changelog: v1.0.4...v1.0.5

v1.0.4

Choose a tag to compare

@github-actions github-actions released this 20 Aug 09:57
c684576

Fixed

  • DeepSeek Harness (DSH) submission gate: package.json declared "dsh.bundle": true as a
    flat key, which the awesome-dsh-plugin CI check does not recognize — it reads the nested
    dsh.bundle.patch path. Added the missing root cordis.patch.yml and switched the manifest
    to "dsh": { "bundle": { "patch": "./cordis.patch.yml" } }, matching the shape the Cordis
    plugin loader (and the submission gate) actually expects. src/index.ts's skill-provider
    bundle and the .dsh-plugin/ Agent preset were already real and functional — only the
    manifest wiring was wrong.

What's Changed

  • fix: correct dsh.bundle manifest shape for DSH submission gate by @ddtcorex in #3

Full Changelog: v1.0.3...v1.0.4

v1.0.3

Choose a tag to compare

@github-actions github-actions released this 19 Aug 17:01

Changed

  • Renamed DeepSeek Harness Agent Preset from "Agent Dev Skills (Govard & Frameworks)" to "Govard Dev Agent".

Full Changelog: v1.0.2...v1.0.3

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 18 Aug 14:22

Changed

  • Standardized marketplace publisher scope to ddtcorex across Claude Code (.claude-plugin/marketplace.json) and Codex CLI (.agents/plugins/marketplace.json).
  • Updated plugin install command syntax to agent-dev-skills@ddtcorex across all documentation.
  • Replaced all remaining dev-skills-hub references with agent-dev-skills in CHANGELOG.md and CLAUDE.md.

Full Changelog: v1.0.1...v1.0.2

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 18 Aug 13:19

Changed

  • Standardized marketplace publisher scope to ddtcorex across Claude Code (.claude-plugin/marketplace.json) and Codex CLI (.agents/plugins/marketplace.json).
  • Updated plugin install command syntax to agent-dev-skills@ddtcorex across all documentation.

Full Changelog: v1.0.0...v1.0.1

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 18 Aug 11:46

Added

  • DeepSeek Harness (DSH) Cordis Plugin support (@ddtcorex/agent-dev-skills).
  • DeepSeek Harness Agent Preset "Agent Dev Skills (Govard & Frameworks)" (.dsh-plugin/).
  • --target dsh support in install.sh to install both skills and DSH Agent Preset.

Changed

  • Rebranded repository to agent-dev-skills (@ddtcorex/agent-dev-skills).
  • Expanded project scope to Universal AI Agent Development Skills Hub centered around Govard environment orchestration and supported web frameworks (Magento 2, Laravel, etc.).
  • Updated plugin manifests across Claude Code, Codex CLI, OpenCode, GitHub Copilot, and DeepSeek Harness.

Full Changelog: v0.4.16...v1.0.0