Skip to content

Add better linting when an action is modified inside an agent #185

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
May 8, 2025

Conversation

OvidiuCode
Copy link
Contributor

Stable release checklist:

  • Updated the version using python -m dev set-version {version}
  • Updated /docs/changelog.md with the changes for the release

Pre-release checklist:

  • Updated the Unreleased section of /docs/changelog.md with the new changes.

fs_path = uris.to_fs_path(doc_uri)

# Handle Sema4.ai folder files changes with warning message
if "Sema4.ai" in fs_path:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The one detail is that this should also only be done if it's an action package inside an agent package with the Sema4.ai being found between those (i.e.: if the user puts everything they do related to Sema4.ai in a root folder, we shouldn't trigger this condition due to that).

@OvidiuCode OvidiuCode merged commit 59492e4 into master May 8, 2025
17 checks passed
@OvidiuCode OvidiuCode deleted the agent-spec-lint-improvement branch May 8, 2025 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants