Home / code-yeongyu / oh-my-openagent · packages/isolation-core/AGENTS.md · GitHub

AGENTS.md@packages/isolation-core agentsA

AGENTS.md@packages/isolation-core is agent-read markdown (agents) from code-yeongyu/oh-my-openagent.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# isolation-core

Harness-neutral filesystem isolation PAL with patch and branch merge-back.
Task-runner integration is supplied by callers.

Provenance: ported from oh-my-pi `crates/pi-iso` + `task/isolation-*`, MIT.
Candidate ordering, unavailable-only fallback and retention follow that upstream.
The owner protocol adds process-instance identity, daemon session ownership and
atomic publication. No Rust/napi crate or `.node` sidecar is required.
ProjFS is excluded: its driver-callback provider API requires a native callback
host, not a Bun-callable clone operation.

## Contract

- Backends write only inside the supplied context base directory. `start` targets
  its `m` child; `stop` must be safe after a partially failed start.
- `IsolationUnavailableError` permits fallback. Other errors propagate. A failed
  teardown preserves the tree rather than recursively removing an active mount.
- `chooseBaseDir(repoRoot, homeDir, id)` selects a same-device location, using a
  mkdir/remove probe for a volume root. Its optional I/O seam is for deterministic
  device tests. A home fallback on another device excludes tree-cloning backends.
…

Read the whole file at its exact version.

How to install

Latest version
mdr add code-yeongyu/oh-my-openagent/packages/isolation-core/AGENTS.md@git:20260921.6be7162
Exact content
mdr add code-yeongyu/oh-my-openagent/packages/isolation-core/AGENTS.md@sha256:d945f1d3c8b9c000

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_k2ciocxr4ul7twtm.svg)](https://markdownregistry.com/a/art_k2ciocxr4ul7twtm)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260921.6be7162 latest2026-09-21 6be7162 5,952 BA view · diff
git:20260921.2c3e6f32026-09-21 2c3e6f3 2,628 BA view · diff
git:20260921.7c4f9cf2026-09-21 7c4f9cf 3,812 BA view

Audit of the latest version

A  14 of 14 checks passed. Deterministic, no model, same answer every run.
  • pass: Size between 200 bytes and 200 KB (5952 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

code-yeongyu/oh-my-openagent · 69,349 stars · license NOASSERTION · pushed 2026-09-24 · branch dev

API

GET https://markdownregistry.com/api/v1/artifacts/art_k2ciocxr4ul7twtm
GET https://markdownregistry.com/api/v1/resolve?ref=code-yeongyu/oh-my-openagent/packages/isolation-core/AGENTS.md
GET https://markdownregistry.com/api/v1/blob/d945f1d3c8b9c000ab3918fee44b86c7fc8744858128941970232f399ea6347b

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from code-yeongyu/oh-my-openagent

AGENTS.md@.agents agents
code-yeongyu/oh-my-openagent · .agents/AGENTS.md
git:20260923.2f99bd2 · audit A · 69,349 stars
codex-qa skill
code-yeongyu/oh-my-openagent · .agents/skills/codex-qa/SKILL.md · QA the omo Codex Light edition (lazycodex / packages/omo-codex) itself, in strict isolation so ONLY our plugin is…
git:20260923.2f99bd2 · audit A · 69,349 stars
get-unpublished-changes skill
code-yeongyu/oh-my-openagent · .agents/skills/get-unpublished-changes/SKILL.md · Compare HEAD with the latest published npm versions and list all unpublished changes by release layer. Triggers…
git:20260801.03121f8 · audit A · 69,349 stars
github-triage skill
code-yeongyu/oh-my-openagent · .agents/skills/github-triage/SKILL.md · Read-only GitHub triage for issues AND PRs. 1 item = 1 background task (category: quick). Analyzes all open items and…
git:20260513.2146071 · audit A · 69,349 stars
hyperplan skill
code-yeongyu/oh-my-openagent · .agents/skills/hyperplan/SKILL.md · Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low…
git:20260923.573d36a · audit A · 69,349 stars
omomomo skill
code-yeongyu/oh-my-openagent · .agents/skills/omomomo/SKILL.md · Easter egg command - about oh-my-opencode. Triggers: omomomo, about, easter egg.
git:20260731.b3b45cd · audit A · 69,349 stars
opencode-qa skill
code-yeongyu/oh-my-openagent · .agents/skills/opencode-qa/SKILL.md · QA opencode itself, per case: verify the CLI/terminal (opencode run, db, serve, export), prove a specific plugin…
git:20260708.0806e41 · audit B · 69,349 stars
pre-publish-review skill
code-yeongyu/oh-my-openagent · .agents/skills/pre-publish-review/SKILL.md · Nuclear-grade 12-agent pre-publish release gate. Runs /get-unpublished-changes to detect all changes since last npm…
git:20260904.cd0c0a3 · audit A · 69,349 stars
publish skill
code-yeongyu/oh-my-openagent · .agents/skills/publish/SKILL.md · Publish oh-my-opencode to npm by triggering the GitHub Actions publish workflow and verifying its artifacts. Ship-only…
git:20260911.0fa641a · audit A · 69,349 stars
remove-deadcode skill
code-yeongyu/oh-my-openagent · .agents/skills/remove-deadcode/SKILL.md · Remove unused code from this project with ultrawork mode, LSP-verified safety, atomic commits. Triggers: remove dead…
git:20260920.2a3e860 · audit A · 69,349 stars
security-research skill
code-yeongyu/oh-my-openagent · .agents/skills/security-research/SKILL.md · Team Mode security research skill. Orchestrates 3 vulnerability hunters and 2 PoC engineers to audit a codebase in…
git:20260920.2a3e860 · audit A · 69,349 stars
senpi-qa skill
code-yeongyu/oh-my-openagent · .agents/skills/senpi-qa/SKILL.md · QA the omo Senpi adapter (packages/omo-senpi, packages/senpi-task) against the REAL senpi binary in strict isolation…
git:20260923.2f99bd2 · audit A · 69,349 stars

Every file in code-yeongyu/oh-my-openagent

Browse by kind, by grade A, or by owner.