RFC Draft 0.2 Β· February 2026
Draft. Public comment invited.
Download and install MSYS2 into C:\Users\UserName\MSYS2. Confirm the installation has msys2.exe, ucrt64.exe, and other shell variants present. Open msys2.exe directly and run pacman -S git to verify pacman works and git installs correctly. Verify you can use both tools in the shell before proceeding.
Locate your OpenCode v1.1 installation. Find OpenCode.exe at a path like C:\Users\UserName\AppData\Local\OpenCode\OpenCode.exe. Confirm opencode-cli.exe is also present in the same directory. Test the CLI by running opencode-cli.exe web to ensure it boots correctly.
Shut down OpenCode. Close the web interface and any running OpenCode processes.
| #!/bin/sh | |
| set -eu | |
| usage() { | |
| cat <<'EOF' | |
| aws_sso_env.sh - Print AWS env exports from an SSO profile | |
| Usage: | |
| bin/aws_sso_env.sh <profile> |
You know that moment when you asked your agent to check the data and before you can tell it not to eat the ocean it enters Compaction.
Yeah. We've all been there.
Status: Proposed Author: Simon Massey Context: Hybrid Human/Agent Repositories
This Request for Comments (RFC) defines a strict, normative standard for repository documentation architecture. It addresses the "documentation problem" of staleness, duplication, and high cognitive load for autonomous agents. The architecture mandates a single source of truth, explicit linking (no orphans), and a flat directory structure optimized for discoverability via ls, utilizing naming conventions over directory nesting.
A Python CLI utility that uploads local Markdown files to per-branch GitHub Gists, maintaining a registry of mappings. Ideal for sharing analysis, reports, and documentation directly from your terminal.
org/repo/branch to specific Gist URLs.A small, self-contained CLI script that converts Markdown to PDF (or HTML) using WeasyPrint, with optional Mermaid diagram rendering via the public mermaid.ink API.
This gist contains:
md2pdf β the converter script (PEP 723 / uv run --script compatible)professional.css β a clean corporate documentation themewhimsical.css β a deliberately non-professional, high-contrast test theme (useful to prove CSS is being applied)Upload markdown files to per-branch GitHub gists with automatic registry mapping.
Provides a workflow for storing per-branch analysis, reports, and documentation in GitHub gists automatically organized by org/repo/branch. Each feature branch gets its own gist for test results, analysis notes, or generated reports.