Skip to content

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 20 Jan 22:56
· 166 commits to main since this release

0.4.0 (2026-01-20)

Features

  • remove PRODUCT.md, use hierarchical .claude/product/ only (44eea9a)

BREAKING CHANGES

  • PRODUCT.md at project root is no longer supported.
    All product specifications must now use .claude/product/ structure.

Changes:

  • Remove PRODUCT.md template file
  • Update init to create .claude/product/index.md with comprehensive template
  • Update init to create .claude/product/README.md with structure docs
  • Remove all PRODUCT.md detection and parsing logic
  • Update all agents, commands, skills to use .claude/product/ only
  • Update all documentation to reference hierarchical structure

Migration for existing projects:

  • Move PRODUCT.md contents to .claude/product/index.md
  • Or run /agentful-product to restructure

The hierarchical structure scales better for complex projects while
still supporting simple flat structure via .claude/product/index.md.