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/top_level.txt
agh/cli/__init__.py
agh/cli/agent_integrations.py
agh/cli/config.py
agh/cli/main.py
agh/cli/pack_init.py
agh/cli/pack_publish.py
agh/cli/pull_markers.py
agh/cli/pull_plan.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/pack_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/__init__.py
agh/server/routes/__init__.py
agh/server/routes/packs.py
agh/server/routes/projects.py
agh/server/routes/users.py
scripts/install.sh
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_pack_commands.py
tests/test_cli_pull.py
tests/test_common_helpers.py
tests/test_db_migrations.py
tests/test_docs_guidance.py
tests/test_install_script.py
tests/test_integration_smoke.py
tests/test_pack_routes.py
tests/test_project_pack_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_scaffold.py
tests/test_user_routes.py
tests/test_workspace_pull.py
tests/test_workspace_sync.py