Changelog
Branch cursor/dialectic-decomposition-dd-skill: changelog
April 19, 2026Branch cursor/dialectic-decomposition-dd-skill1 min readAI Generated
Branch cursor/dialectic-decomposition-dd-skill: changelog
Automated summary for branch cursor/dialectic-decomposition-dd-skill. This post is generated on push; commit it with your changes.
Commits
- c0aea84a feat(dd): add distributable skills/dd/ folder with install README
- a3d0212b feat(dd-core): add dialectic decomposition skill and Rust pipeline
Files changed
.cursor/skills/secret-echo/SKILL.md | 65 ++++
Cargo.lock | 317 ++++++++++++++++-
Cargo.toml | 6 +
packages/dd-core/Cargo.toml | 45 +++
packages/dd-core/benches/pipeline.rs | 109 ++++++
packages/dd-core/src/classifier.rs | 106 ++++++
packages/dd-core/src/dag.rs | 381 +++++++++++++++++++++
packages/dd-core/src/error.rs | 83 +++++
packages/dd-core/src/hooks.rs | 258 ++++++++++++++
packages/dd-core/src/lib.rs | 214 ++++++++++++
packages/dd-core/src/review.rs | 332 ++++++++++++++++++
packages/dd-core/src/schema.rs | 184 ++++++++++
packages/dd-core/src/signals.rs | 285 +++++++++++++++
packages/dd-core/src/template.rs | 195 +++++++++++
packages/dd-core/src/validate.rs | 372 ++++++++++++++++++++
packages/dd-core/tests/pipeline_integration.rs | 217 ++++++++++++
skills/dd/README.md | 167 +++++++++
skills/dd/SKILL.md | 193 +++++++++++
skills/dd/examples.md | 250 ++++++++++++++
skills/dd/reference.md | 210 ++++++++++++
skills/dd/templates/breakdown-probe.md | 48 +++
skills/dd/templates/propose-dag.md | 75 ++++
.../cursor-sync-pr-blog-posts/manifest.json | 12 +
.../cursor-sync-pr-blog-posts/versions/ai.md | 20 ++
24 files changed, 4143 insertions(+), 1 deletion(-)
How this works
This file is produced by webapp/tools/sync-pr-blog-post.ts. Add a versions/human.md file in the same folder to publish a human-written alternative; the site will show tabs for AI Draft and Human when both exist.