gormes-dev-runtime

Isolate and validate local Gormes runtime surfaces across build, install, and run workflows.

9|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/TrebuchetDynamics/gormes-agent --skill gormes-dev-runtime
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gormes-dev-runtime
Source: https://github.com/TrebuchetDynamics/gormes-agent/tree/main/development-skills/gormes-dev-runtime
Command: npx skills add https://github.com/TrebuchetDynamics/gormes-agent --skill gormes-dev-runtime

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Isolates and validates local Gormes runtime surfaces to prevent PATH conflicts and session-state leaks between source checkout, runtime binaries, and the installed command.

Core Features & Use Cases

  • Distinguishes between current checkout, live binary, and installed command; guides safe workflow across build, install, and run cycles; helps diagnose gateway and sessions.db issues in development.

Quick Start

Run the dev runtime surface to validate local changes before building or installing.

Frequently Asked Questions about gormes-dev-runtime

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I prevent PATH conflicts when running local Go binaries from source?

Prevent PATH conflicts during local Go development by isolating runtime surfaces to distinguish between source checkout, live binaries, and the installed command. This separation avoids executing outdated builds and prevents session-state leaks across execution cycles.

What is Gormes dev-runtime surface discovery and how does it work?

Gormes dev-runtime surface discovery identifies and validates the active runtime paths across source checkout, runtime binaries, and the installed command. It ensures environment isolation by mapping which execution context is active, preventing cross-contamination of session-state and gateway configurations during local development.

How do I validate local Gormes changes before building or installing the binary?

Validate local Gormes changes by running the dev runtime surface to test modifications in an isolated environment. This workflow confirms that your source checkout operates correctly across go run, bin/gormes, and install.sh workflows before you commit to a full build or system installation.

Why does my Gormes development environment have session-state leaks between build cycles?

Session-state leaks between build cycles occur because the runtime surfaces for the source checkout, live binary, and installed command are not properly isolated. Distinguishing these execution contexts and applying environment isolation prevents state contamination across go run and install.sh workflows.

Can I use environment isolation workflows for both go run and install.sh commands?

Yes, environment isolation workflows apply to both go run and install.sh commands. The dev-runtime validation process distinguishes between the current checkout, the live binary, and the installed command, ensuring safe execution flows and preventing PATH conflicts across all Gormes build and run cycles.

How do I diagnose gateway and sessions.db issues during local Gormes development?

Diagnose gateway and sessions.db issues by validating local runtime surfaces to ensure environment isolation. Checking for PATH conflicts and session-state leaks between the source checkout and runtime binaries helps identify if incorrect execution contexts are causing database or gateway failures during development.