Skip to content

Latest commit

 

History

History
40 lines (37 loc) · 1.17 KB

File metadata and controls

40 lines (37 loc) · 1.17 KB
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
max_repair_turns
2
safety
require_clean_base_repo stop_after_validated_local_handoff
true
true

Agent Skills Workflow

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.