Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.06 KB

File metadata and controls

23 lines (15 loc) · 1.06 KB

agentsmd-hierarchy

3.0.0

Major Changes

  • 976bec6: - Convert AGENTS hierarchy maintenance to the v3 rules-only model.
    • Validate existing rules-only AGENTS.md files instead of requiring directory or file inventory sections.
    • Make sync normalize legacy rules-bearing files and prune AGENTS files without real Rules.
    • Stop creating or refreshing ## Directories, ## Files, ## Generated Files, and ignored-path inventory sections.
    • Remove placeholder-description validation and the --strict-placeholders CLI option.

2.0.0

Major Changes

  • 851b07a: Remove the scaffold CLI command and the packaged scaffold-agents.mjs wrapper. Use sync <path> for both first-time AGENTS creation and ongoing refreshes.
  • 851b07a: Rename the refresh command to sync, make ## Rules the canonical local guidance section, and preserve custom trailing AGENTS sections during sync.

Minor Changes

  • 851b07a: Add ## Ignore Files and Directories support so AGENTS roots can document repo-relative files and directories that validation and sync should skip.