RuleStack

Configs

Stacks

Compare

Diff

RuleStack

Configs

Stacks

Compare

Diff

Read API

RuleStack

Configs

Stacks

Compare

Diff

Read API

Configs/AGENTS.md/fall-out-bug/sdp_lab

AGENTS.md

internal/AGENTS.md
AGENTS.md

Quality

55/100

Scores the file, not the repository.

Length

177 words

6 headings · 0 code blocks

Repository

0

— · pushed 78 days ago

Last changed

3 days ago

First indexed 3 days ago.
fall-out-bug/sdp_lab/internal/AGENTS.mdRawGitHub
1# internal — Agent Contract
2 
3## Scope
4 
5This subtree owns first-party Go packages for SDP runtime, CLI backends,
6orchestration, evidence, model routing, policy, dispatch, and evaluation.
7 
8## Contract
9 
10Package APIs must be readable, bounded, and testable. Stable package contracts
11belong in the nearest package-local `AGENTS.md` when a package has runtime,
12security, provider, evidence, or extraction assumptions.
13 
14## Dependencies
15 
16Prefer stdlib and existing internal substrate packages. New cross-package
17dependencies must improve UX or DX and must not create hidden coupling between
18lab-only, experimental, and stable release surfaces.
19 
20## Runtime Assumptions
21 
22Most packages run locally inside a git worktree. Network, provider credentials,
23filesystem writes, subprocess execution, or long-running background behavior must
24be explicit in the package-local contract or code comments near the boundary.
25 
26## Local Rules
27 
28- Read `docs/reference/go-patterns.md` before Go edits.
29- Preserve package boundaries from `docs/reference/product-surface.md` and
30 `docs/reference/maturity-matrix.md`.
31- Add or update package-local `AGENTS.md` for packages with non-obvious runtime
32 assumptions.
33- Do not use `context.Background()` in long-running or request-scoped paths when
34 a caller context is available.
35- Do not treat denylist-based subprocess filtering as a security boundary.
36 

Sections

  • internal — Agent Contract
  • Scope
  • Contract
  • Dependencies
  • Runtime Assumptions
  • Local Rules

What it covers

code-styledependenciesapido-notagent-behaviour

Stack — with the evidence

go

(1.00)

docker

(0.60)

github-actions

(0.60)

Format

AGENTS.md

A plain-markdown README for coding agents, deliberately unopinionated: no frontmatter, no globs, no vendor keys. That minimalism is why it became the one file a dozen different agents will read, and why it carries the least per-file targeting power of any format here.

What the corpus says about it

Repository

Owner
fall-out-bug
Language
—
License
—
Archived
no

All configs in this repo

Also in fall-out-bug/sdp_lab

Diff this repo’s formats

One repository carrying more than one format is the comparison this product exists for: does anyone actually write different content in each file, or is one a copy of the other?

The other instruction files in this repository
RepositoryFormatStackCoversScoreChanged
fall-out-bug/sdp_labcmd/AGENTS.md · 0AGENTS.mdgodocker+1styledependenciesapido-not+155/1003 days ago
fall-out-bug/sdp_labprompts/skills/AGENTS.md · 0AGENTS.mdgodocker+1dependenciesapido-notagent-behaviour59/1003 days ago
fall-out-bug/sdp_lab.agents/skills/AGENTS.md · 0AGENTS.mdgodocker+1dependenciesapido-notagent-behaviour59/1003 days ago
fall-out-bug/sdp_lab.codex/AGENTS.md · 0AGENTS.mdgodocker+3setupbuildtestlint-format+486/1003 days ago
fall-out-bug/sdp_lab.cursor/rules/beads.mdc · 0Cursor rulesgodocker+1arch40/1003 days ago
fall-out-bug/sdp_lab.cursor/rules/bugfix.mdc · 0Cursor rulesgodocker+1no sections60/1003 days ago
fall-out-bug/sdp_lab.cursor/rules/build.mdc · 0Cursor rulesgodocker+1build29/1003 days ago
fall-out-bug/sdp_lab.cursor/rules/ci-triage.mdc · 0Cursor rulesgodocker+1arch40/1003 days ago
fall-out-bug/sdp_lab.cursor/rules/oneshot.mdc · 0Cursor rulesgodocker+1no sections30/1003 days ago
fall-out-bug/sdp_lab.cursor/rules/codereview.mdc · 0Cursor rulesgodocker+1archgit40/1003 days ago
fall-out-bug/sdp_lab.cursor/rules/debug.mdc · 0Cursor rulesgodocker+1arch40/1003 days ago
fall-out-bug/sdp_lab.cursor/rules/deliver.mdc · 0Cursor rulesgodocker+1no sections39/1003 days ago
fall-out-bug/sdp_lab.cursor/rules/deploy.mdc · 0Cursor rulesgodocker+1deployment54/1003 days ago
fall-out-bug/sdp_lab.cursor/rules/design.mdc · 0Cursor rulesgodocker+1no sections25/1003 days ago
fall-out-bug/sdp_lab.cursor/rules/feature.mdc · 0Cursor rulesgodocker+1arch40/1003 days ago
fall-out-bug/sdp_lab.cursor/rules/hotfix.mdc · 0Cursor rulesgodocker+1git65/1003 days ago
fall-out-bug/sdp_lab.cursor/rules/idea.mdc · 0Cursor rulesgodocker+1no sections25/1003 days ago
fall-out-bug/sdp_lab.cursor/rules/issue.mdc · 0Cursor rulesgodocker+1api25/1003 days ago
fall-out-bug/sdp_lab.cursor/rules/prd.mdc · 0Cursor rulesgodocker+1no sections16/1003 days ago
fall-out-bug/sdp_lab.cursor/rules/protocol-consistency.mdc · 0Cursor rulesgodocker+1arch40/1003 days ago
Diff against cmd/AGENTS.md Diff against prompts/skills/AGENTS.md Diff against .agents/skills/AGENTS.md Diff against .codex/AGENTS.md Diff against .cursor/rules/beads.mdc Diff against .cursor/rules/bugfix.mdc Diff against .cursor/rules/build.mdc Diff against .cursor/rules/ci-triage.mdc Diff against .cursor/rules/oneshot.mdc Diff against .cursor/rules/codereview.mdc Diff against .cursor/rules/debug.mdc Diff against .cursor/rules/deliver.mdc Diff against .cursor/rules/deploy.mdc Diff against .cursor/rules/design.mdc Diff against .cursor/rules/feature.mdc Diff against .cursor/rules/hotfix.mdc Diff against .cursor/rules/idea.mdc Diff against .cursor/rules/issue.mdc Diff against .cursor/rules/prd.mdc Diff against .cursor/rules/protocol-consistency.mdc

Similar configs

Same format, overlapping stack, ranked by quality.

Same format, overlapping stack, ranked by quality
RepositoryFormatStackCoversScoreChanged
OnlyTerp/prompt-cache-skillsAGENTS.md · 112AGENTS.mdpythongithub-actionssetupbuildtestlint-format+5100/1003 days ago
n8n-io/n8npackages/@n8n/agents/AGENTS.md · 199kAGENTS.mdtypescriptlangchain+16buildteststylearch+3100/1003 days ago
duckduckgo/content-scope-scriptsspecial-pages/AGENTS.md · 70AGENTS.mdtypescriptjavascript+5buildteststylearch+3100/1003 days ago
wpscanteam/wpscanAGENTS.md · 9.7kAGENTS.mdrubyvue+3setupbuildteststyle+6100/1002 days ago
SkeneTechnologies/skene-cookbookAGENTS.md · 51AGENTS.mdpythoneslint+4setupbuildtestlint-format+7100/1002 days ago
mui/material-uiAGENTS.md · 99kAGENTS.mdtypescriptjavascript+13setupbuildtestlint-format+9100/1003 days ago
trick77/agents-md-syncAGENTS.md · 2AGENTS.mdtypescriptnode+4setupbuildteststyle+5100/1003 days ago
aaif-goose/gooseAGENTS.md · 52kAGENTS.mdrusttypescript+2setupbuildtestlint-format+6100/1003 days ago
RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack

RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack

RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack