Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.83 KB

File metadata and controls

35 lines (24 loc) · 1.83 KB

AGENTS.md — ddalggak Instruction Projection Adapter

Canonical owner: This file is a thin cross-runtime pointer. The authoritative workflow policy is in:

This file does not duplicate or extend those policies. If this file and the canonical sources conflict, treat the canonical sources as authoritative and report the divergence.

Projection roots

ddalggak/ (Claude Code and Hermes Agent) and .codex/skills/ddalggak/ (Codex) are the two hand-maintained physical projections of the same skill. The per-file parity contract (must-match / may-localize / root-specific) and three-runtime consumer mapping are declared in core/projections.yaml and enforced by npm run verify (scripts/verify-projections.mjs).

Verification

npm run verify

Side-effect boundary

  • No merge / no auto-merge / no force-push
  • No release, publish, tag, or npm registry action without explicit human approval
  • No secrets, tokens, private session output, or internal workflow logs in instruction files or GitHub bodies
  • Source verification required before any PR-ready claim
  • UTF-8 body files required for all GitHub mutations

Forbidden in this file

  • Raw secrets, tokens, credentials, private workflow output, or session logs
  • Expand merge / auto-merge / release / publish authority beyond the boundary stated in README.md and .codex/skills/ddalggak/SKILL.md
  • Copy or duplicate long policy from README.md or SKILL.md
  • Grant new side-effect permissions not already present in the canonical sources