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/config.py
agh/cli/global_skills.py
agh/cli/main.py
agh/cli/project_refs.py
agh/cli/pull_materialize.py
agh/cli/pull_plan.py
agh/cli/skill_publish.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/repo_url.py
agh/common/skill_payload.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/projects.py
agh/server/routes/skills.py
agh/server/routes/users.py
agh/server/services/__init__.py
agh/server/services/project_state.py
agh/server/services/skill_registry.py
assets/agh-workspace-demo.gif
assets/agh-workspace-demo.tape
scripts/install.sh
scripts/update_scoop_manifest.py
tests/conftest.py
tests/test_api_errors.py
tests/test_auth_bootstrap.py
tests/test_bootstrap_regression.py
tests/test_cli_admin_commands.py
tests/test_cli_help_map.py
tests/test_cli_login.py
tests/test_cli_project_instructions.py
tests/test_cli_project_skill.py
tests/test_cli_pull.py
tests/test_cli_skill_link_pull.py
tests/test_cli_skill_registry.py
tests/test_cli_version.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_nomenclature.py
tests/test_project_archive_routes.py
tests/test_project_instructions.py
tests/test_project_routes.py
tests/test_project_skill_assignments.py
tests/test_project_skill_history.py
tests/test_project_skill_upgrade.py
tests/test_pull_manifest_routes_new.py
tests/test_pull_materialize.py
tests/test_pull_plan.py
tests/test_release_workflow.py
tests/test_scaffold.py
tests/test_skill_catalog_routes.py
tests/test_skill_download_routes.py
tests/test_skill_lifecycle_routes.py
tests/test_skill_payload.py
tests/test_skill_policy_routes.py
tests/test_skill_publish_routes.py
tests/test_skill_registry.py
tests/test_skill_zip_transport.py
tests/test_target_command.py
tests/test_update_scoop_manifest.py
tests/test_user_routes.py
tests/test_workspace_pull.py
tests/test_workspace_sync.py