Skip to content

Agentic SDLC Spec Kit Templates - agentic-sdlc-v0.0.79

Choose a tag to compare

@github-actions github-actions released this 24 Feb 15:59
· 265 commits to main since this release

This is the latest set of releases that you can use with your agent of choice. We recommend using the Specify CLI to scaffold your projects, however you can download these independently and manage them yourself.

Changelog

  • Fix broken pipe error in release package script
  • Fix release script: qoder -> qodercli, remove unused click import
  • Add upstream validation for --ai and --ai-commands-dir options
  • Fix ruff lint errors: f-strings without placeholders and unused variables
  • Add AI Skills implementation: _get_skills_dir, install_ai_skills, commands_subdir in AGENT_CONFIG
  • Merge upstream/main: Add AI skills, V-Model extensions, CLI fixes, and community features
  • Add Cleanup Extension to catalog (github#1617)
  • Fix parameter ordering issues in CLI (github#1669)
  • Update V-Model Extension Pack to v0.4.0 (github#1665)
  • docs: Fix doc missing step (github#1496)
  • Update V-Model Extension Pack to v0.3.0 (github#1661)
  • Fix github#1658: Add commands_subdir field to support non-standard agent directory structures (github#1660)
  • feat: add GitHub issue templates (github#1655)
  • Update V-Model Extension Pack to v0.2.0 in community catalog (github#1656)
  • Add V-Model Extension Pack to catalog (github#1640)
  • refactor: remove OpenAPI/GraphQL bias from templates (github#1652)
  • fix: rename Qoder AGENT_CONFIG key from 'qoder' to 'qodercli' to match actual CLI executable (github#1651)
  • Add generic agent support with customizable command directories (github#1639)
  • fix: pin click>=8.1 to prevent Python 3.14/Homebrew env isolation crash (github#1648)
  • fix: include 'src/**' path in release workflow triggers (github#1646)
  • chore(deps): bump github/codeql-action from 3 to 4 (github#1635)
  • Add pytest and Python linting (ruff) to CI (github#1637)
  • feat: add pull request template for better contribution guidelines (github#1634)
  • Feat/ai skills (github#1632)
  • chore(deps): bump actions/stale from 9 to 10 (github#1623)
  • feat: add dependabot configuration for pip and GitHub Actions updates (github#1622)
  • Remove Maintainers section from README.md (github#1618)