Skip to content

[BUG] Zoo is attempting to be refactored, but a permission issue occurs when accessing the mkdir /plans directory. #965

Description

@juneleung

Describe the bug
For unknown reasons, there are often numerous instances where users want to mkdir /plans in the root directory but lack permissions; it should be created in a relative directory (./plans), not the absolute root directory(/plans).

To Reproduce
Steps to reproduce the behavior:

  1. Go to Architect mode
  2. Task to rebuild the structure
  3. Zoo wanna makir a "plans" dir, but it failed in "/plans", should be "./plans"
  4. See error

Expected behavior
create plans dir in ./ , not in the /

Screenshots
Image
Date/time: 2026-07-20T11:27:10.882Z
Extension version: 3.70.0
Provider: openai (proxy)
Model: gpt-4o

Error handling partial write_to_file:
EROFS: read-only file system, mkdir '/plans'

Video
NA

What version of zoo are you running
Version: 3.70.0 (ce7f7dc)=

Additional context
NA

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Fields

    No fields configured for Bug.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions