Review an app template's contract including modules, default configuration, runtime metadata, and generation behavior prior to composing or generating a project from a specific template.
Force re-fetch completed mock scores from Medify to update the local cache. Use after finishing a new mock to refresh stale data before analyzing trends.
Validate and register a restricted Python filter for local file processing. Submit a function filter_item(data) to transform JSON, YAML, or TXT files into a text result.
Generate a comprehensive codebase architecture map showing modules, dependencies, frequently changed files, and API endpoints to understand structure before starting development tasks.
Analyzes Python repositories to report test-to-code ratio, match test files to source modules, count assertions per test, and identify untested source files without prior indexing.
Traverse project directories, files, and modules to explore SonarCloud structure. Filter by qualifiers, search names, and use branch or PR context to find specific components.
Reload modified bridge Python modules in a running TouchDesigner session to apply code changes without reopening the project, and return the list of reloaded modules.