This project uses Jumble to provide AI agents with structured context about the codebase.
-
Always start by calling
get_workspace_overview()from the Jumble MCP server to understand the project structure. -
Check the project constitution in
.ai/constitution.mdfor any project-specific guidelines and rules that should be followed. -
Use the Jumble tools to access project metadata before making changes.
- Call
get_commands(project, type)to get exact build/test/lint/run commands - Never guess commands when Jumble can provide them
- Call
get_architecture(project, concept)to understand existing patterns - Use
get_related_files(project, query)to find related code
- Call
get_conventions(project)for project-specific patterns - Call
get_workspace_conventions()for workspace-wide standards - Review both conventions AND gotchas
- Call
get_docs(project)to see available documentation - Use topic names to get specific doc paths
See .ai/constitution.md for project-specific guidelines, conventions, and any special instructions for AI agents working on this codebase.
list_projects- List all projects in workspaceget_workspace_overview- Workspace structure and dependenciesget_workspace_conventions- Workspace-level conventions/gotchasget_project_info- Project metadata and structureget_commands- Build/test/lint/run commandsget_architecture- Architectural concepts and filesget_related_files- Find files by conceptget_conventions- Project conventions and gotchasget_docs- Documentation indexlist_skills/get_skill- Task-specific guidance