name: initialize-for-dev description: Initialize a repo for AI-assisted development by cloning key dependency repos into ai_working/. Use this when this is the first time setting up this repo for development, or when an update/reset is needed.
Initialize Repo for Development
- Read the
pyproject.tomlto understand which versions are being used. - Create directory: Ensure
ai_working/exists. - Check for existing repos: If any of these directories exist in
ai_working/, delete them completely before proceeding:ai_working/amplifierai_working/rest-api-description
- Clone each of the repos with the following template in parallel:
git clone --depth 1 --single-branch <repo-url> <local-path>amplifier: https://github.com/microsoft/amplifier.gitrest-api-description: https://github.com/github/rest-api-description.git
- Check the AGENTS.md to see if each of the repos being cloned is mentioned there. If any are missing, add them without any notes.
- Briefly summarize what was done to the user