{
  "markdown": "# ⚠️ This repository is deprecated\n\n**amplihack has been rewritten in Rust.** This Python repository is no longer maintained.\n\n👉 **Use [amplihack-rs](https://github.com/rysweet/amplihack-rs) instead.**\n\n---\n\n## Migrating to amplihack-rs\n\n### Quick upgrade (existing users)\n\n```bash\n# 1. Install the Rust binary\ncurl -sL https://github.com/rysweet/amplihack-rs/releases/latest/download/amplihack-x86_64-unknown-linux-gnu.tar.gz | tar xz\nsudo cp amplihack amplihack-hooks /usr/local/bin/\n\n# 2. Re-run install to refresh all framework assets (recipes, skills, hooks)\namplihack install\n\n# 3. Verify\namplihack --version\namplihack doctor\n```\n\n> **macOS (Apple Silicon):** replace `x86_64-unknown-linux-gnu` with `aarch64-apple-darwin`\n>\n> **macOS (Intel):** replace with `x86_64-apple-darwin`\n\n### What changed\n\n| | Python (this repo) | Rust ([amplihack-rs](https://github.com/rysweet/amplihack-rs)) |\n|---|---|---|\n| **Runtime** | Python 3.11+ / uv | Single static binary — no runtime deps |\n| **Recipe runner** | `run_recipe_by_name()` | `amplihack recipe run <recipe>.yaml` |\n| **Hooks** | Python scripts (`*.py`) | Native Rust binary (`amplihack-hooks`) |\n| **Orchestration** | `orch_helper.py` | `amplihack orch helper` (native Rust) |\n| **Performance** | ~2s startup | <50ms startup |\n| **Install** | `pip install` / `uv tool install` | `amplihack install` (self-contained) |\n\n### If you have the old Python version installed\n\n```bash\n# Remove the old Python installation\npip uninstall amplihack 2>/dev/null\nuv tool uninstall amplihack 2>/dev/null\n\n# Remove stale Python source tree (if present)\nrm -rf ~/.amplihack/src/\n\n# Install fresh from Rust\ncurl -sL https://github.com/rysweet/amplihack-rs/releases/latest/download/amplihack-x86_64-unknown-linux-gnu.tar.gz | tar xz\nsudo cp amplihack amplihack-hooks /usr/local/bin/\namplihack install\n```\n\n### Keeping up to date\n\n```bash\namplihack update\n```\n\nThis downloads the latest release binary **and** refreshes all framework assets (recipes, skills, hooks) automatically.\n\n---\n\n## Links\n\n- **New repo:** [github.com/rysweet/amplihack-rs](https://github.com/rysweet/amplihack-rs)\n- **Releases:** [amplihack-rs/releases](https://github.com/rysweet/amplihack-rs/releases)\n- **Documentation:** [rysweet.github.io/amplihack-rs](https://rysweet.github.io/amplihack-rs/) *(coming soon)*\n- **Issues:** [amplihack-rs/issues](https://github.com/rysweet/amplihack-rs/issues)\n\n---\n\n<details>\n<summary>Original README (archived)</summary>\n\n# amplihack\n\nDevelopment framework for Claude Code, GitHub Copilot CLI, and Microsoft\nAmplifier. Adds structured workflows, persistent memory, specialized agents,\ngoal-seeking capabilities, autonomous execution, and continuous improvement for\nsystematic software engineering.\n\n**This version is no longer maintained. See [amplihack-rs](https://github.com/rysweet/amplihack-rs).**\n\n</details>\n",
  "bytes": 2868,
  "sha": "fc17ad915cd6711aaf1ca64f6abc74d78611b6c883854a2a4776a2d13d8c98d8",
  "repo_slug": "rysweet/amplihack",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_rysweet_amplihack_cybersecurity_analyst_9f97292f/readme"
}