Skip to content

feat(runtime): Remove unnecessary workspace subdirectory - #28

Merged
niclimcy merged 1 commit into
wpbs-rs:mainfrom
celarye:feat/workspace-dir
Aug 5, 2026
Merged

feat(runtime): Remove unnecessary workspace subdirectory#28
niclimcy merged 1 commit into
wpbs-rs:mainfrom
celarye:feat/workspace-dir

Conversation

@celarye

@celarye celarye commented Aug 5, 2026

Copy link
Copy Markdown
Member

Is a bit cleaner.

Before:

❯ tree plugins/
plugins/
├── binaries
│   ├── local
│   │   └── extension-requests
│   │       └── 0.1.0
│   │           └── plugin.wasm
│   └── remote
│       ├── celarye:automod-0.1.0.json
│       └── sha256:fa5a023919621b018b690e5447e5d8989a811f287db11522598c0590cd5be4e3
└── workspaces
    └── test
        ├── automod
        │   └── workspace
        └── extension-requests
            └── workspace

12 directories, 3 files

New:

❯ tree plugins/
plugins/
├── binaries
│   ├── local
│   │   └── extension-requests
│   │       └── 0.1.0
│   │           └── plugin.wasm
│   └── remote
│       ├── celarye:automod-0.1.0.json
│       └── sha256:fa5a023919621b018b690e5447e5d8989a811f287db11522598c0590cd5be4e3
└── workspaces
    └── test
        ├── automod
        └── extension-requests

10 directories, 3 files

@celarye
celarye requested a review from niclimcy August 5, 2026 12:30
@celarye celarye self-assigned this Aug 5, 2026
@celarye celarye added the enhancement New feature or request label Aug 5, 2026
@niclimcy
niclimcy merged commit ceafbd7 into wpbs-rs:main Aug 5, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants