Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 27 Aug 07:57
· 34 commits to main since this release
v0.1.0
3e40d0b

Added

  • php-ast-edit CLI with inspect, apply and validate commands.
  • Ten typed operations: set_name, set_string, replace_expression, replace_statement, insert_before, insert_after, delete, replace_argument, add_argument, remove_argument.
  • Transaction guards: SHA-256 optimistic lock, expected node type/name/value, attachment check before each edit, reparse before write, atomic rename.
  • php-structured-edit Agent Skill with the operation reference and a wrapper resolving the repository binary, vendor/bin, a local PHAR, or PATH.
  • PHAR build via scripts/build-phar.php.