Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 13 additions & 25 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,16 @@
# codex-os-managed
# Repo AGENTS baseline generated by global Codex OS bootstrap.

## Definition of Done (Git + Performance)
- Work on non-default branch only.
- Branch must match `codex/<type>/<slug>`.
- Commit messages must follow Conventional Commits.
- Commits must be atomic by concern.
- Run reviewer/fixer loop before final completion:
- `reviewer-findings-v1`
- `fixer-apply-findings-v1`
- re-run reviewer until no P0/P1 remain
- PR must include sections: What, Why, How, Testing, Performance impact, Risk / Notes.
- If lockfile changed, include lockfile rationale in PR body.
- Required checks before done-state:
- git hygiene
- bundle delta
- build delta
- performance budgets (profile-dependent)
- assets/memory checks
- Required gates block completion when `fail` or `not-run`.

## Verification Contract
- Canonical commands are in `.codex/verify.commands`.
- Use `.codex/scripts/run_verify_commands.sh` for deterministic execution.
<!-- comm-contract:start -->

## Communication Contract

- Inherit global Codex communication and reporting rules from `/Users/d/.codex/AGENTS.override.md` and `/Users/d/.codex/policies/communication/BigPictureReportingV1.md`.
- Repo-specific instructions below add project constraints only; do not restate global voice or status-reporting rules here.
<!-- comm-contract:end -->

## Inherited Operating Rules

- Inherit global git, review/fix, testing, docs, skill-use, and reporting gates from `/Users/d/.codex/AGENTS.md` and active session instructions.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Restore self-contained operating rules

In this repo environment the referenced /Users/d/.codex/AGENTS.md file is absent, so agents that only receive this checked-in AGENTS.md can no longer recover the git/review/testing gates that were previously spelled out here. This makes the replacement brittle outside the original author’s workstation and effectively drops the branch, commit, and completion requirements for normal /workspace/DesktopPEt checkouts unless those external files happen to exist.

Useful? React with 👍 / 👎.

- Use `.codex/verify.commands` and `.codex/scripts/run_verify_commands.sh` as this repo-local verification authority when present.
- Keep the project-specific portfolio constraints below as the source of truth for runtime, privacy, and release risks.

<!-- portfolio-context:start -->
# Portfolio Context
Expand Down
Loading