session-workspace
v0.5.3Config-driven tmux workspace, fail-closed multi-agent harness, and schema-v4 reviewed Git orchestration for Codex sessions.
By Girish AttriLicense: MIT0 GitHub starsUpdated 6 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 13 skill or MCP entries
- Source updated
- Sep 18, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install session-workspace for Codex
codex plugin marketplace add devgirishattri/agent-plugins
codex plugin marketplace upgrade girishattri-plugins
codex plugin add session-workspace@girishattri-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the girishattri-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “session-workspace” remain stable.
- Codex:
session-workspace@agent-plugin-marketplace→session-workspace@girishattri-plugins
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/devgirishattri/agent-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is codex/plugins/session-workspace/.
Plugin files
├── .codex-plugin/plugin.json├── skills/harness-doctor/SKILL.md├── skills/harness-status/SKILL.md├── skills/session-workspace/SKILL.md├── skills/workspace-browser-config/SKILL.md├── skills/workspace-doctor/SKILL.md├── skills/workspace-install/SKILL.md├── skills/workspace-orchestrator/SKILL.md├── skills/workspace-plan/SKILL.md├── skills/workspace-reconcile/SKILL.md├── skills/workspace-restart/SKILL.md├── skills/workspace-start/SKILL.md├── skills/workspace-status/SKILL.md└── skills/workspace-stop/SKILL.md
Included Skills13
Read-only validation for the session-workspace harness config, hook registration, Python runtime, and live pane identity. Use to diagnose harness setup or fail-closed identity errors.
Show whether the session-workspace strict-v1 harness is active and whether the current pane identity matches its validated config. Use for harness activation, role, mode, and identity status.
When and how to use session-workspace lifecycle commands, its strict-v1 multi-agent harness, and schema-v4 reviewed Git orchestration. Use before workspace/harness commands or workspace-orchestrator so you understand the config model, safety gates, and provider-neutral coordination boundary.
Render or explicitly apply project-scoped Codex and Claude MCP entries for a configured session-workspace browser.
Dependency/config health check for the session-workspace engine. Use when the user asks to check workspace health, diagnose session-workspace, or verify config/dependencies.
Install the machine-wide `workspace` dispatcher onto PATH. Use when the user asks to set up the workspace command on a new machine, install or refresh the workspace dispatcher, or make `ws`/`workspace` available outside a project.
Coordinate a schema-v4 session-workspace reviewed Git lifecycle across orchestrator, executor, and reviewer panes. Use for workspace status, plan review, executor dispatch, post-execution review, commit, push, deploy, selftest, prompt preview, or when replacing equivalent project-local orchestration commands.
Dry-run plan for session-workspace session/pane lifecycle. Use when the user wants to preview what workspace start would do without mutating anything.
Reconcile drifted tmux state against config; the only sanctioned path for adopting unmanaged panes. Use when the user asks to reconcile, repair, or adopt workspace panes.
Stop then start session-workspace sessions/panes. Destructive. Use when the user asks to restart or recycle the configured workspace.
Bring up session-workspace sessions/panes/agents/services. Use when the user asks to start, launch, or bring up the configured workspace.
Show current session-workspace lifecycle state. Use when the user asks whether the workspace is running or what its current pane/session state is.
Tear down session-workspace sessions/panes. Destructive; requires --confirmed. Use when the user asks to stop, tear down, or kill the configured workspace.
Plugin manifests1
{
"name": "session-workspace",
"version": "0.5.3",
"description": "Config-driven tmux workspace, fail-closed multi-agent harness, and schema-v4 reviewed Git orchestration for Codex sessions.",
"author": {
"name": "Girish Attri",
"email": "[email protected]"
},
"homepage": "https://github.com/devgirishattri/agent-plugins",
"repository": "https://github.com/devgirishattri/agent-plugins",
"license": "MIT",
"keywords": [
"tmux",
"workspace",
"session",
"orchestration",
"config",
"multi-agent"
],
"skills": "./skills/",
"interface": {
"displayName": "Session Workspace",
"shortDescription": "Tmux workspace, role harness, and reviewed Git orchestration.",
"longDescription": "Codex skills for a config-driven tmux workspace, an opt-in fail-closed orchestrator/executor/reviewer policy, and schema-v4 reviewed Git coordination with durable scheduler and session-chat evidence.",
"developerName": "Girish Attri",
"category": "Productivity",
"capabilities": [
"Interactive",
"Write"
],
"websiteURL": "https://github.com/devgirishattri/agent-plugins",
"defaultPrompt": [
"Check session-workspace and harness health with doctor.",
"Show or start the configured workspace sessions from their validated plan.",
"Coordinate the reviewed Git lifecycle for a configured target."
],
"composerIcon": "./assets/icon.svg",
"logo": "./assets/icon.svg",
"brandColor": "#0EA5E9",
"screenshots": []
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[session-workspace on Agent Plugins Marketplace](https://pluginsmp.com/plugins/session-workspace)