refactor: move workflow workspace from .claude/ to .agent_workspace/#142
Merged
refactor: move workflow workspace from .claude/ to .agent_workspace/#142
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (20)
WalkthroughThis pull request migrates the docs workflow workspace directory structure from Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
Important Pre-merge checks failedPlease resolve all errors before merging. Addressing warnings is optional. ❌ Failed checks (2 errors, 1 warning)
✅ Passed checks (7 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Review rate limit: 8/10 reviews remaining, refill in 6 minutes and 1 second. Comment |
Claude Code has safety guardrails on the .claude/ directory that trigger permission prompts on every read/write, even with --dangerously-skip-permissions. Moving workflow artifacts to .agent_workspace/ avoids these guardrails and eliminates the UX friction during workflow execution. Closes #141 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED
d744b8a to
36f128d
Compare
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
.claude/docs/and.claude/hooks/to.agent_workspace/.claude/that trigger permission prompts on every read/write, even with--dangerously-skip-permissions— this eliminates that UX friction.agent_workspace/to.gitignore; bumps docs-tools to v0.0.62Files changed (21)
Orchestrator core: SKILL.md, 3 default YAMLs, resolve_source.py, setup-hooks.sh, workflow-completion-check.sh, step-result-schema.md
Step skills: docs-workflow-start, -code-evidence, -create-jira, -create-merge-request, -planning, -requirements, -scope-req-audit, -style-review, -tech-review
Docs/meta: README.md, .gitignore, plugin.json, spec doc
Test plan
/docs-orchestrator PROJ-123and verify step outputs go to.agent_workspace/proj-123/setup-hooks.shinstalls hook to.agent_workspace/hooks/.agent_workspace/<ticket>/workflow/.agent_workspace/docs-<name>.yamlCloses #141
🤖 Generated with Claude Code
Summary by CodeRabbit
Release Notes
Documentation
Chores
.claude/to.agent_workspace/across all workflows, scripts, and configurations.