AGENTS.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.es.md
README.md
SECURITY.md
pyproject.toml
uv.lock
agh/__init__.py
agh.egg-info/PKG-INFO
agh.egg-info/SOURCES.txt
agh.egg-info/dependency_links.txt
agh.egg-info/entry_points.txt
agh.egg-info/requires.txt
agh.egg-info/scm_file_list.json
agh.egg-info/scm_version.json
agh.egg-info/top_level.txt
agh/cli/__init__.py
agh/cli/agent_integrations.py
agh/cli/collection_refs.py
agh/cli/config.py
agh/cli/global_skills.py
agh/cli/main.py
agh/cli/package_init.py
agh/cli/package_publish.py
agh/cli/package_refs.py
agh/cli/project_refs.py
agh/cli/pull_markers.py
agh/cli/pull_plan.py
agh/cli/user_refs.py
agh/cli/workspace_pull.py
agh/cli/workspace_sync.py
agh/common/__init__.py
agh/common/checksums.py
agh/common/ids.py
agh/common/package_limits.py
agh/common/package_manifest.py
agh/common/repo_url.py
agh/common/validation.py
agh/server/__init__.py
agh/server/app.py
agh/server/auth.py
agh/server/db.py
agh/server/migrations/001_initial_schema.sql
agh/server/migrations/002_unique_project_names.sql
agh/server/migrations/003_rename_packs_to_packages.sql
agh/server/migrations/004_collections.sql
agh/server/migrations/005_collection_constraints.sql
agh/server/migrations/006_collection_packages.sql
agh/server/migrations/__init__.py
agh/server/routes/__init__.py
agh/server/routes/collections.py
agh/server/routes/packages.py
agh/server/routes/projects.py
agh/server/routes/users.py
assets/agh-workspace-demo.gif
assets/agh-workspace-demo.tape
changelog.d/README.md
scripts/install.sh
scripts/update_scoop_manifest.py
skills/agh-branch-pr/SKILL.md
skills/agh-chained-pr/SKILL.md
skills/agh-changelog/SKILL.md
skills/agh-cli-validation/SKILL.md
skills/agh-docs-alignment/SKILL.md
skills/agh-issue-flow/SKILL.md
skills/agh-skill-manager/SKILL.md
skills/agh-testing-coverage/SKILL.md
skills/agh-work-unit-commits/SKILL.md
tests/conftest.py
tests/test_agent_command.py
tests/test_api_errors.py
tests/test_auth_bootstrap.py
tests/test_cli_admin_commands.py
tests/test_cli_login.py
tests/test_cli_package_commands.py
tests/test_cli_pull.py
tests/test_cli_version.py
tests/test_collection_package_assignments.py
tests/test_collection_routes.py
tests/test_common_helpers.py
tests/test_db_migrations.py
tests/test_docker_runtime.py
tests/test_docs_guidance.py
tests/test_global_skills.py
tests/test_install_script.py
tests/test_integration_smoke.py
tests/test_package_migration.py
tests/test_package_nomenclature.py
tests/test_package_routes.py
tests/test_project_package_assignments.py
tests/test_project_routes.py
tests/test_pull_manifest_routes.py
tests/test_pull_markers.py
tests/test_pull_plan.py
tests/test_release_workflow.py
tests/test_scaffold.py
tests/test_update_scoop_manifest.py
tests/test_user_routes.py
tests/test_workspace_pull.py
tests/test_workspace_sync.py