refactor: rename project from SML to AML (Agent Markup Language) - #3
Merged
sergio-sisternes-epam merged 1 commit intoMay 24, 2026
Merged
Conversation
Rename all references from SML (Skill Markup Language) to AML (Agent Markup Language) across the entire project: - Rename crate directories: sml-core → aml-core, sml-python → aml-python - Update Rust crate names, module paths, and Python module name - Update APM skill directories and package name - Update all documentation, ADRs, and spec files - Update GitHub URLs from aslm to aml - Update pyproject.toml, Cargo.toml, and apm.yml - Rename ADR-005 file to match new naming Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Renames the project from SML (Skill Markup Language) to AML (Agent Markup Language) across the entire codebase. The new name better reflects the project's purpose as a general-purpose markup language for agent skill invocation, rather than being scoped to "skills" specifically.
Type of change
Checklist
cargo fmtandcargo clippypassNotes for reviewers
This is a mechanical rename touching 69 files. The key changes are:
sml-core->aml-core,sml-python->aml-pythonsml_core->aml_core,SmlRegistry->AmlRegistrysml->aml(pip package name, maturin config, imports)sml->amlinapm.ymland skill directoriesaslm->amlin repository links (the actual GitHub repo rename should be done separately via Settings)adr-005-pure-sml-definitions.mdtoadr-005-pure-aml-definitions.mdAll 25
aml-coreunit tests pass. Theaml-pythoncrate builds correctly but linking requires a Python environment (expected for PyO3 cdylib crates).Note: After merging, the GitHub repository itself should be renamed from
aslmtoamlvia Settings > General > Repository name to match the updated URLs.