Coding Fox codingfox Want to train your team?
Field Notes verified May 30, 2026

Sources, caveats,
and what we actually believe.

This is the receipt layer. Official docs establish product facts. Practitioner configs show concrete patterns real teams published. Coding Fox opinions are labeled as opinions, because useful guidance is not the same thing as vendor documentation.

official docs first practitioner notes labeled fast-moving claims dated corrections welcome
0

How to read the labels

The guide is opinionated, but it should never blur product facts with field advice. Treat each badge as a proof tag: what kind of evidence supports the claim, how recently it was checked, and what could make it wrong.

Proof tagMeansHow to use it
VerifiedDirectly supported by current official docs, product pages, source repos, or release notes.Best source for product facts. Still check the date when the feature moves quickly.
PractitionerPublic config, repo, talk, or writeup from someone showing real work.Good pattern signal. Do not treat it as vendor truth or copy it without checking your repo.
CaveatDepends on version, plan, feature flag, platform, org policy, or local configuration.Assume your environment may differ until you verify it locally.
ExperimentalPreview, beta, rolling rollout, undocumented, or fast-changing behavior.Useful to know, risky to standardize. Recheck before building process around it.
OpinionCoding Fox operating advice derived from docs, field use, and tradeoff calls.Use it when it helps your workflow. Challenge it when your evidence says otherwise.
Proof step: before copying a claim into a team standard, follow the linked source and check the date, product surface, account plan, platform, and caveats.
0.5

How claims are checked

The bar is simple: product facts need primary sources; workflow advice needs enough evidence to explain why it is worth trying.

Claim typeWhat counts as evidenceWhat gets flagged
Product behaviorOfficial docs, release notes, source repos, or product UI observed directly.Anything versioned, gated by plan, platform-specific, or recently shipped.
Security and safetyOfficial security docs, repo code, command behavior, and concrete permission boundaries.Any advice that could grant tools broader access, write to production, or hide review steps.
Workflow adviceRepeatable local use, public practitioner examples, and clear failure modes.Advice that sounds good but cannot name the tradeoff, check, or stopping point.
ComparisonsSame task, same constraints, visible acceptance criteria, and separate verification.Claims based only on preference, novelty, or one lucky run.
1

Official Claude Code references

Use these as the truth layer for Claude Code behavior. The product moves fast, so dated details on this site should be checked against these pages.

SourceWhat it supports
Claude Code overviewProduct map: terminal, IDE, desktop, browser, MCP, customization, agents, routines.
Claude Code changelogLatest Claude Code version tracking, May 29-30 operator upgrades, command renames, and fast-moving behavior that should not be trusted from memory.
Claude Code best practicesContext discipline, explore-plan-code, verification, subagents, parallel sessions, adversarial review.
Memory and CLAUDE.mdInstruction loading, concise memory guidance, auto memory, imports, and caveats.
Claude Code skillsProgressive disclosure, SKILL.md, dynamic context, and moving procedures out of always-loaded memory.
Claude Code Dynamic WorkflowsOpus 4.8 / /effort ultracode, workflow orchestration, subagent fan-out, limits, and usage caveats.
Introducing Dynamic Workflows in Claude CodeLaunch framing from Anthropic: use cases, research-preview availability, auto mode recommendation, and caution about higher usage.
Introducing Claude Opus 4.8Model announcement, pricing, Opus 4.8 coding/agentic framing, and the Dynamic Workflows launch note.
Claude Code hooksLifecycle automation and hook caveats. Command hooks run with user permissions, so review them like code.
Claude Code MCPTool/data integration via MCP and when to use live systems instead of copying from dashboards.
Claude Code securityPrompt-injection, permissions, user responsibility, MCP trust, and sandbox framing.
2

Official Codex references

OpenAI's Codex surface is split across CLI, app, cloud, mobile, skills, hooks, MCP, and repo instructions. Start here before trusting summaries.

SourceWhat it supports
Codex CLI docsLocal terminal coding agent behavior, install, command surface, local operation.
OpenAI openai/codex repoImplementation-level truth for releases, install paths, issues, and changelog.
Codex AGENTS.md guideInstruction discovery, global/project layering, overrides, fallback names, and byte limits.
Codex MCPMCP setup, shared CLI/IDE config, server instructions, and examples.
Codex skillsReusable workflows and plugins as distribution units.
Codex hooksLifecycle hooks, trust review, managed hooks, and project-local behavior.
Unrolling the Codex agent loopHow Codex's harness/agent loop works and why scoped, verified work matters.
Running Codex safely at OpenAIGovernance, approvals, telemetry, managed config, and safety posture.
3

Portable standards

SourceWhat it supports
Model Context ProtocolMCP as an open standard for connecting AI apps to external tools and data.
Agent Skills specificationPortable SKILL.md format, progressive disclosure, and reusable workflows across products.
4

Safety and governance notes

5

Practitioner configs worth studying

These are not vendor truth. They are useful because real teams published concrete patterns you can inspect.

SourceWhy it is worth reading
Trail of Bits Claude Code configSecurity-shop defaults for config, sandboxing, hooks, MCP, and workflow discipline.
Practitioner rule: copy the pattern only after you understand the boundary it enforces. A hook or allowlist from another repo can be wrong in yours.
6

What Coding Fox believes

These are the opinions this site is built around. They are deliberately practical.

Keep durable memory lean

Put facts that prevent mistakes in CLAUDE.md / AGENTS.md. Put procedures in skills. Put proof in tests and reports.

Protect the conductor context

Exploration, logs, file inventory, and noisy research belong in subagents or separate threads.

Parallelize only independent work

Separate files, separate acceptance criteria, separate verification. Otherwise use one strong agent.

Proof beats confidence

A completion report needs commands, screenshots, tests, changed files, and remaining risks. Confidence is not evidence.