feat: implement smartem-agent release architecture#213
Merged
vredchenko merged 5 commits intomainfrom Jan 22, 2026
Merged
Conversation
- Remove deprecated athena_api package and mock dependency - Rename entry point from smartem_agent_tools to smartem-agent - Add release-smartem-agent.yml workflow with uv for CI - Update build_win_smartem_agent.yml for PR validation only - Update README.md to reflect current system components The release workflow supports: - Stable releases via smartem-agent-v* tags (GitHub + PyPI) - RC pre-releases on main branch pushes (GitHub only) - PR validation builds Relates to smartem-devtools#15 (uv adoption)
Board 33 has been closed; board 51 is now the active project board.
- Add missing grid_uuid argument in parse_atlas CLI command - Add type ignore for Windows-only SIGBREAK signal - Convert ProcessingResult to Enum for proper return types - Add type ignores for optional member access (see #214) - Fix Windows path separator issues in regex patterns - Use as_posix() for cross-platform path serialization - Temporarily allow pyright failures until #215 is resolved Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Create README_PYPI.md following smartem-devtools package format - Update pyproject.toml to use README_PYPI.md for PyPI - Remove coverage badge from GitHub README - Keep README.md for GitHub repo visitors (system overview) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Rename release-smartem-agent.yml to release-smartem-decisions.yml - Update tag format from smartem-agent-v* to smartem-decisions-v* - Update GitHub Release name to SmartEM Decisions v$VERSION - Update README_PYPI.md CI badge to reference new workflow This aligns naming with smartem-workspace and smartem-epuplayer patterns. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.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
athena_apipackage andmockdependencysmartem_agent_toolstosmartem-agentrelease-smartem-agent.ymlworkflow with uv for CIbuild_win_smartem_agent.ymlfor PR validation onlyRelease Workflow
smartem-agent-v*Installation (after first release)
Manual Setup Required
smartem-decisionspypismartem-agent-v0.1.0Related