Replies: 9 comments 5 replies
-
What OS are you using?
…On Tue, Aug 5, 2025 at 11:45 AM glebov ***@***.***> wrote:
Hello.
I used version of workflow, they after sub agents release a have updated
it using command with @latest <https://github.com/latest>. Update
finished successfully, but when i use claude code a see:
/spec-orchestrate is running… architecture refactoring
⏺ I'll start the orchestration of the architecture refactoring
specification. Let me first load the context and analyze the current state.
⏺ Bash(npx @***@***.*** get-tasks
"architecture refactoring" --mode next-pending)
⎿ Error: tasks.md not found at .../.claude/specs/architecture
refactoring/tasks.md
⏺ Let me check if the spec directory exists and what files are available:
⏺ filesystem-server - list_directory (MCP)(path: "....claude/specs")
⎿ [DIR] analytics-reorganization
[DIR] architecture-refactoring
[DIR] multi-level-thematic-analysis
⏺ I see the directory is named "architecture-refactoring" (with a hyphen).
Let me try again:
⏺ Bash(npx @***@***.*** get-tasks
"architecture-refactoring" --mode next-pending)
⎿ No tasks found
⏺ Bash(npx @***@***.*** get-tasks
"architecture-refactoring" --mode all)
⎿ No tasks found
⏺ Let me check what files are in the architecture-refactoring directory:
⏺ filesystem-server - list_directory (MCP)(path: "...")
⎿ [FILE] commands.md
[FILE] design.md
[FILE] requirements.md
… +1 line (ctrl+r to expand)
⏺ The tasks.md file exists. Let me check if there are issues with the task
parsing by reading the file directly:
⏺ filesystem-server - read_file (MCP)(path: "...tasks.md")
⎿ # Implementation Plan - Architecture Refactoring & Technical Debt
Cleanup
## Task Overview
… +371 lines (ctrl+r to expand)
⏺ Now let me check if agents are available for task execution:
⏺ Bash(npx @***@***.*** using-agents)
⎿ false
⏺ Based on the tasks.md analysis, let me show the current status:
I try manuall enable sub agents, udpate spec flow, but error still exist.
How can i fix it?
—
Reply to this email directly, view it on GitHub
<#37>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/BBYICLYB7JJ46SOU5KAGQ5L3MCDL7AVCNFSM6AAAAACDESJSJ6VHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZYGY4DONRVGY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
And there are no directory with sub agents in my folder - but during installation terminal wrote, that they are enabled and ready to use. |
Beta Was this translation helpful? Give feedback.
-
I have released an update today to resimplify the workflow as I overcomplicated it too much. Try the new update that has no dependencies on any spec-config.json etc. |
Beta Was this translation helpful? Give feedback.
-
Thank you. |
Beta Was this translation helpful? Give feedback.
-
Yes I would recommend so! Although technically it should back up that
folder and create a fresh one
…On Wed, 6 Aug 2025 at 16:40, glebov ***@***.***> wrote:
Thank you.
I have installed globally ( npm i -g @pimzino/claude-code-spec-workflow),
but should i delete previous installation, which i did in project directory?
—
Reply to this email directly, view it on GitHub
<#37 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BBYICL6N3LPF5JYUKIKAIT33MIOWVAVCNFSM6AAAAACDESJSJ6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTIMBSGI2TCMQ>
.
You are receiving this because you modified the open/close state.Message
ID:
<Pimzino/claude-code-spec-workflow/repo-discussions/37/comments/14022512@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
Why i see this problem? And how to fix? /spec-orchestrate is running… architecture refactoring task 4.2 ⏺ I'll orchestrate the execution starting from task 4.2 of the architecture refactoring specification. Let me first load the current state and context. ⏺ Bash(npx @pimzino/claude-code-spec-workflow@latest get-tasks architecture-refactoring --mode next-pending) ⏺ Bash(npx @pimzino/claude-code-spec-workflow@latest get-tasks architecture-refactoring --mode all) ⏺ Let me check if the specification exists and load the tasks file directly: ⏺ filesystem-server - read_file (MCP)(path: "/Users/ivan/Dev/rag_text_classifier/.claude/specs/architecture-refactoring/tasks.md")
⏺ Now let me check if agents are available and load the context documents: ⏺ Bash(npx @pimzino/claude-code-spec-workflow@latest using-agents) ⏺ Let me load the requirements and design documents directly to get the context: |
Beta Was this translation helpful? Give feedback.
-
Agents enabled, folder agents exists, but in logs: How can i fix it? I want to use sub agents )) |
Beta Was this translation helpful? Give feedback.
-
And... i have detected that now i have two backup folders and .claude is clear. |
Beta Was this translation helpful? Give feedback.
-
I noticed, that sub agent executer freezes sometimes, so he standing without actions 500ms and more. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
I used version of workflow, they after sub agents release a have updated it using command with @latest. Update finished successfully, but when i use claude code a see:
⏺ I'll start the orchestration of the architecture refactoring specification. Let me first load the context and analyze the current state.
⏺ Bash(npx @pimzino/claude-code-spec-workflow@latest get-tasks "architecture refactoring" --mode next-pending)
⎿ Error: tasks.md not found at .../.claude/specs/architecture refactoring/tasks.md
⏺ Let me check if the spec directory exists and what files are available:
⏺ filesystem-server - list_directory (MCP)(path: "....claude/specs")
⎿ [DIR] analytics-reorganization
[DIR] architecture-refactoring
[DIR] multi-level-thematic-analysis
⏺ I see the directory is named "architecture-refactoring" (with a hyphen). Let me try again:
⏺ Bash(npx @pimzino/claude-code-spec-workflow@latest get-tasks "architecture-refactoring" --mode next-pending)
⎿ No tasks found
⏺ Bash(npx @pimzino/claude-code-spec-workflow@latest get-tasks "architecture-refactoring" --mode all)
⎿ No tasks found
⏺ Let me check what files are in the architecture-refactoring directory:
⏺ filesystem-server - list_directory (MCP)(path: "...")
⎿ [FILE] commands.md
[FILE] design.md
[FILE] requirements.md
… +1 line (ctrl+r to expand)
⏺ The tasks.md file exists. Let me check if there are issues with the task parsing by reading the file directly:
⏺ filesystem-server - read_file (MCP)(path: "...tasks.md")
⎿ # Implementation Plan - Architecture Refactoring & Technical Debt Cleanup
⏺ Now let me check if agents are available for task execution:
⏺ Bash(npx @pimzino/claude-code-spec-workflow@latest using-agents)
⎿ false
⏺ Based on the tasks.md analysis, let me show the current status:
I try manuall enable sub agents, udpate spec flow, but error still exist.
How can i fix it?
Beta Was this translation helpful? Give feedback.
All reactions