| tracker |
| kind |
project |
51code |
agent-skills |
|
| workspace |
| repo_path |
base_ref |
. |
refs/remotes/origin/main |
|
| codex |
| command |
codex app-server --listen stdio:// |
|
| validation |
| command |
evidence_path |
log |
./scripts/verify.sh |
.symphony/evidence.json |
.symphony/validation.log |
|
| handoff |
| default_push |
default_pr |
require_explicit_pr_handoff |
local_commit |
final_acceptance |
false |
false |
true |
true |
human |
|
| agent |
|
| safety |
| require_clean_base_repo |
stop_after_validated_local_handoff |
true |
true |
|
Maintain the direct skill package and its pinned global bootstrap.
- Read
AGENTS.md before editing.
- Edit checked-in skill sources, never installed consumer copies.
- Keep the repository free of registry, generated catalog, sync-planner, and
backward-compatibility machinery.
- Keep public files free of credentials, local machine paths, private context,
internal task links, and company-only notes.
- Run
./scripts/verify.sh before handoff.
- Do not push or open a pull request from the default Symphony run path.
- Leave validated source changes for the runner to commit and stop at the
validated local handoff boundary.