{ "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json", "name": "remote-workspace-fit", "description": "Read-only repository audit for choosing between a rebuildable remote-agent task and a persistent development workspace.", "version": "0.4.0", "author": { "name": "Terminalbox", "email": "hello@terminalbox.ai" }, "homepage": "https://github.com/Anchras/terminalbox-tools/tree/main/plugins/remote-workspace-fit", "repository": "https://github.com/Anchras/terminalbox-tools", "license": "MIT", "keywords": [ "github-copilot", "claude-code", "remote-agent", "remote-development", "repository-audit", "persistent-workspace" ], "extensions": { "com.github.awesome-copilot": { "skills": [ "./skills/workspace-fit/" ] } } }