You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Extract import lines from $$ block into Java file-level import section
instead of placing them inside executeAction() (fixes AI-generated code)
- DROP JAVA ACTION now deletes the .java source file from javasource/
- RENAME JAVA ACTION: new MDL syntax wired through full pipeline
(grammar, visitor, executor, backend, writer); also renames .java file
- Add DeleteJavaSourceFile and RenameJavaSourceFile to JavaBackend interface
- Fix outdated Core.retrieveXPathQuery -> Core.createXPathQuery in skill doc
- Add doctype-test examples for import extraction, rename, and drop
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments