inspect_project
Analyze CERN GitLab repositories to understand project structure, build systems, dependencies, and CI/CD configurations. Provides comprehensive technical stack summaries for High Energy Physics code analysis.
Instructions
Analyze a CERN GitLab repository to understand its structure, build system, and dependencies. Combines functionality of dependency analysis, build config detection, and CI/CD inspection into a single tool. Returns a comprehensive summary of the project's technical stack.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | Project identifier — either a numeric ID (e.g. '12345') or a path (e.g. 'atlas/athena') | |
| ref | No | Branch name, tag, or commit SHA (default: project's default branch) |