Skip to content

v1.0.1

Latest

Choose a tag to compare

@J-Pster J-Pster released this 18 Mar 18:17
· 1 commit to main since this release
fad6a7c

Changelog

All notable changes to this project will be documented in this file.

The format is inspired by Keep a Changelog.

[1.0.1] - 2026-03-18

Changed

  • Renamed all command files in plugins/psters-ai-workflow/commands/ to the pwf-*.md pattern so prefixed /pwf-* commands resolve consistently from file naming.

[1.0.0] - 2026-03-18

Added

  • Introduced a complete prefixed command suite (/pwf-*) with dedicated commands for setup, docs operations, quality gates, and specialized work lanes.
  • Added reusable workflow assets and specialist agents for architecture docs, infrastructure docs, ADR generation, review mapping, and plan synchronization.
  • Added new documentation guides in English and Portuguese, including suggested project structure and under-the-hood architecture.

Changed

  • Refined command orchestration to reduce duplication by extracting baseline loading and docs maintenance into shared skills.
  • Expanded workflow documentation and wiki generation with curated language hubs, clearer onboarding flows, and improved deep-link navigation.
  • Standardized plugin policies and guardrails for command naming, docs scope boundaries, operational behavior, and commit/release safety.

Fixed

  • Corrected command and docs path consistency after command-family migration, including anti-drift docs handling and setup behavior.
  • Improved release checks and template validation coverage to catch metadata/version drift earlier.

[0.1.7] - 2026-03-16

Changed

  • Removed aws-cli-only.mdc and user-facing-text.mdc from the plugin rules (project-specific rules that do not belong in the generic workflow plugin).
  • Added commits.mdc to the repository-level .cursor/rules/ (maintainer-only convention, not part of the installable plugin).
  • Cleaned up stale references to removed rules in skills/angular-conventions/SKILL.md, agents/research/ux-consistency-reviewer.md, and plugins/psters-ai-workflow/README.md.

[0.1.6] - 2026-03-16

Removed

  • docs/english/add-a-plugin.md and docs/portuguese/add-a-plugin.md: leftover template files, removed from all READMEs and docs indexes.
  • Removed all references in README.md, plugins/psters-ai-workflow/README.md, docs/english/README.md, docs/portuguese/README.md, and all .wiki-export/ variants.

[0.1.5] - 2026-03-16

Added

  • New documentation page: "Using the workflow outside Cursor" (EN and PT-BR):
    • docs/english/other-editors.md
    • docs/portuguese/other-editors.md
    • Covers: why Cursor is recommended (Marketplace auto-updates, hooks, agents), Claude Code setup (slash commands), Windsurf, VS Code + GitHub Copilot, and generic approach for any AI tool.
    • Includes feature comparison table across tools.
  • Updated README.md (EN and PT-BR install sections): added link to other-editors doc, idempotency note for the install script, and Marketplace auto-update note.
  • Updated docs/english/README.md and docs/portuguese/README.md: added other-editors.md to the file index.

[0.1.4] - 2026-03-16

Fixed

  • Mermaid diagram rendering errors on GitHub caused by / at the start of node labels (e.g. [/brainstorm] parsed as trapezoid shape). Wrapped all such labels in quotes (["/brainstorm"]).
  • Affected files: README.md, docs/english/workflow-methodology.md, docs/portuguese/workflow-methodology.md, docs/english/extreme-programming.md, docs/portuguese/extreme-programming.md, and all .wiki-export/ variants.

[0.1.3] - 2026-03-16

Added

  • Model selection guidance across planning and execution steps:
    • New section in docs/english/workflow-methodology.md: "Choosing the right model for each step"
    • New section in docs/portuguese/workflow-methodology.md: "Escolhendo o modelo certo para cada etapa"
    • New section in README.md (EN and PT-BR): model recommendation table per command
    • Covers rationale: planning steps (/brainstorm, /plan, /review) require high-capability models; execution steps (/work-plan, /work) work well with mid-tier models in auto mode

[0.1.2] - 2026-03-16

Added

  • Maintainer release automation script:
    • scripts/release-plugin.sh
  • Repository-level maintainer workflow helpers:
    • .cursor/commands/develop-plugin.md
    • .cursor/commands/release-plugin.md
    • .cursor/rules/plugin-maintainer-flow.mdc
  • Claude-focused maintainer helpers:
    • .claude/README.md
    • .claude/commands/develop-plugin.md
    • .claude/commands/release-plugin.md
    • .claude/agents/plugin-submission-reviewer.md
    • .claude/agents/plugin-release-manager.md
  • README section documenting the maintainer release flow.

[0.1.1] - 2026-03-16

Added

  • Local manual installer script for the plugin:
    • scripts/install-plugin-local.sh

Changed

  • Updated getting-started docs (EN/PT) to use the installer script instead of manual copy commands.
  • Refined command UX for all plugin commands by rewriting each command's first title and opening explanation for clearer discoverability and faster understanding in the command picker.
    • /brainstorm -> Step 1 framing
    • /plan -> Step 2 framing
    • /work-plan -> Step 3 framing
    • /review -> Step 4 framing
    • /commit-changes -> Step 5 framing
    • /work, /doc, /compound, /deploy-lambda -> concise purpose-first titles and first-line guidance

[0.1.0] - 2026-03-16

Added

  • Initial psters-ai-workflow plugin structure and manifests.
  • Core command set:
    • /brainstorm
    • /plan
    • /work-plan
    • /work
    • /review
    • /doc
    • /compound
    • /deploy-lambda
    • /commit-changes
  • Rules, skills, and agents migrated and generalized for project-agnostic usage.
  • Context7 MCP integration via plugin mcp.json and guidance rule.
  • Hook automation:
    • documentation guard on session stop
    • commit convention reminder
    • migration reminder
    • code/docs edit tracking
  • Bilingual documentation baseline (English and Portuguese):
    • methodology
    • commands reference
    • Extreme Programming alignment
    • getting started
    • command recipes
    • hooks reference
    • FAQ
    • add-a-plugin guide
  • Contribution and community files:
    • CONTRIBUTING.md
    • CODE_OF_CONDUCT.md
    • GitHub issue and PR templates
    • Discord community link in root README
  • Repository governance and release scaffolding:
    • LICENSE (MIT)
    • this CHANGELOG.md