These results are anonymised. The source was one transcript split into overlapping chunks.
| Chunk | Characters | Tokens |
|---|---|---|
video_transcript00.log |
11001 | 2053 |
video_transcript01.log |
11001 | 2089 |
| #!/usr/bin/env -S uv run --script | |
| # /// script | |
| # requires-python = ">=3.11" | |
| # dependencies = [ | |
| # "ollama>=0.1.0", | |
| # ] | |
| # /// | |
| """Probe an Ollama model and log what it supports using the local API. | |
| This script requires `uv` to be on the path. |
The clean way to build Open Data Contracts defined Python pipelines is not to start from a framework, a registry, or a mutable runtime context. It is to start from the actual computation.
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.