fix(airt): clean up remaining ~/workspace/airt path strings (1.3.1)#12
Merged
rdheekonda merged 1 commit intoMay 14, 2026
Conversation
…/airt - scripts/workflow_helper.py: update docstring + use WORKFLOWS_DIR in user-facing strings - tools/attacks.py: fix docstring path reference for generate_attack - tools/session.py: resolve default session path via UserConfig (org/workspace) - capability.yaml: bump to 1.3.1 Closes the last stale references missed by the 1.3.0 workspace refactor. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
f01314e
into
fix/remove-contradictory-skill-loading
5 checks passed
2 tasks
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
Follow-up patch to PR #10 (1.3.0). The 1.3.0 workspace refactor centralized path resolution via
UserConfig, but a handful of user-facing strings and one config default were missed:scripts/workflow_helper.py— docstring referenced old path;list_workflows/execute_workflowerror messages hardcoded~/workspace/airt/.... Now use the resolvedWORKFLOWS_DIR.tools/attacks.py—generate_attackdocstring referenced the old workflow output path.tools/session.py—SESSION_PATHdefault was still~/workspace/airt/.session_context.json. Now resolves viaUserConfigto~/.dreadnode/airt/[org]/[workspace]/.session_context.json, withAIRT_SESSION_PATHenv override preserved.capability.yaml— bump to 1.3.1.Note: this branch is stacked on
fix/remove-contradictory-skill-loading(PR #10). After #10 merges, retarget tomain.This also makes the separate
clean-airt-workspace-fixbranch fully redundant — it can be closed.Test plan
pre-commit run --files <changed>— all greenjust validate—ai-red-teaming@1.3.1okgrep -r 'workspace/airt' capabilities/ai-red-teaming— no matches🤖 Generated with Claude Code