{
  "markdown": "# Agent Academy Refs Harness\n\nThis repository contains a reusable `refs/` harness for project memory. It is intentionally project-neutral: copy it into another repository, then fill it with durable facts, decisions, workflows, architecture notes, validation commands, and handoff context for that project.\n\nThe harness is designed for human collaborators and coding agents. It gives agents a predictable memory layout plus a bounded re-entry workflow so routine context resets do not require rereading the entire project history.\n\nAgent Academy is compatible with Open Knowledge Format (OKF) v0.2 while retaining stricter deterministic YAML where exact state and validation matter. The compatibility profile is pinned in `refs/okfProfile.yaml` to the canonical `GoogleCloudPlatform/open-knowledge-format` specification.\n\n## Use\n\n1. Copy the `refs/` directory into the target project root.\n2. Read `refs/README.md`.\n3. Fill the required bootstrap files listed in `refs/templatePolicy.yaml`.\n4. Regenerate OKF discovery indexes with `python refs/tools/generate_okf_indexes.py`.\n5. Run the validation commands in `refs/testing/validationCommands.yaml`.\n6. For routine coding-agent continuation, begin with `python refs/tools/generate_agent_context.py --focus \"<task>\"` and load deeper context progressively only as needed.\n7. Keep project facts current as implementation work changes.\n\nGenerated re-entry packets are derived scratch context, not project state. Do not commit them as an alternate source of truth.\n\nDo not store secrets, API keys, passwords, tokens, or machine-only credentials in `refs/`.\n\n## Framework Maintenance\n\nFramework authors should keep file paths stable because the `refs/` layout is the public interface for copied projects. See `refs/MAINTENANCE.md` before adding files, changing schemas, upgrading the OKF profile, or introducing migration steps.\n",
  "bytes": 1873,
  "sha": "0095b8b2a831ed0aeedc3b1661f3be447efc348f463a01d0a62b2a9e7af95c13",
  "repo_slug": "three-wheeled-sloth-studio/agent-academy",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/okf_three_wheeled_sloth_studio_agent_academy_25fd93df/readme"
}