Instructions file CodexOpenCode
Instructions for marcinbunsch/overseer, covering agents.md, project context, key references, design principles and development.
Instructions file CodexOpenCode
Instructions for marcinbunsch/overseer, covering agents.md, project context, key references, design principles and development.
Instructions file
Instructions for marcinbunsch/overseer, covering claude.md, what is overseer, design principles, development commands and pre-commit checklist.
Agent
Build production AI agents with Claude Code as a library. The Agent SDK gives you the same tools, agent loop, and context management that power Claude Code, programmable in Python and TypeScript.
Agent
OpenAI Codex is a coding agent that runs locally from the terminal. The CLI is open-source (Apache-2.0), written in Rust, and can read, change, and run code on your machine. For GUI integrations, Codex exposes an app-server subcommand — a long-running JSON-RPC 2.0 process over stdio.
Agent
This document describes the Agent Client Protocol (ACP) used by GitHub Copilot CLI and how to integrate it with Overseer.
Agent
Gemini CLI is an open-source AI coding agent from Google that brings Gemini directly into the terminal. It uses a ReAct (reason and act) loop with built-in tools and MCP servers to complete tasks. For GUI integrations, Gemini CLI supports a headless non-interactive mode with structured JSON output over stdout.
Agent
OpenCode is an open-source AI coding agent built for the terminal. Written in TypeScript (Bun runtime), it provides a TUI (Terminal User Interface) for interacting with 75+ AI providers to help with coding tasks, debugging, and more. For GUI integrations, OpenCode exposes a headless HTTP server with OpenAPI 3.1 and…