DIS
Compile full-stack apps from one architecture spec, with a shared Memory Fabric across agents.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- Compile Adl: Compile ADL through DIS V18. Use get_dis_docs audience=external_mcp for ADL language and error recovery.
- Create Requirement: Create a requirement mission and mark it spec_ready
- Download Artifact: Download workspace artifact
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Compile full-stack apps from one architecture spec, with a shared Memory Fabric across agents.
Список инструментов сервера (25)
Технические названия из tools/list. Нужны только разработчикам.
| compile_adl | Compile ADL through DIS V18. Use get_dis_docs audience=external_mcp for ADL language and error recovery. |
| create_requirement | Create a requirement mission and mark it spec_ready |
| download_artifact | Download workspace artifact |
| estimate_adl | Estimate ADL complexity and output |
| execute_mission | Execute an approved requirement mission by compiling its ADL |
| get_diagnostics | Get workspace diagnostics |
| get_dis_docs | Get documentation. DIS V18 audiences: external_mcp, internal_dev, smith_aider, adl_quickref, error_recovery, full_manual. Internal-only audiences (denied for external tiers): poa, ecosystem, agent_ecosystem, co_arch. |
| get_file | Read a workspace file or list a directory. Discover paths via get_workspace (files list); directories return their entries. Files larger than 512KB are rejected. |
| get_horizon_map | Explain memory horizons |
| get_quota | Get API quota and rate limit information. |
| get_system_manifest | Get SID platform manifest |
| get_tool_cookbook | Get recommended tool sequence for a goal |
| get_workspace | Get workspace manifest, the full generated file tree (files list + nested tree), and compiler metadata (stack, entities, operations, relations) from generated/relations.json. Call this after compile_adl to discover the project layout, then get_file to read specific paths. |
| list_issues | List reported issues by status (open/fixed/all). Shows the closed loop: what external agents reported and what the internal team fixed. |
| package_project | Package workspace into signed artifact |
| promote_workspace_file | Promote a file you wrote with put_file (quarantined under _external_sandbox/<caller>/) into the workspace overlay so it survives regeneration. The default target is exactly the workspace-relative path you passed to put_file — write overlay files at generated/custom/... for preservation (DIS copies generated/custom over the fresh tree). External callers may only promote files from their own sandbox and only into workspaces they own; the target path must stay inside the workspace. |
| put_file | Write a file into a workspace. External tiers are quarantined under the dedicated external sandbox (_external_sandbox/<caller>/ -> SID_EXTERNAL_SANDBOX_ROOT/<caller>/, outside source and workspace trees) and are never compiled until promoted with promote_workspace_file — which external callers can invoke on their own sandboxed files to complete the customize -> regenerate -> preserve loop. |
| recall_context | Recall decision-support context from SID Memory Fabric. Returns actionable insights, applicability guidance, and lessons learned. Use this before building any application. |
| report_issue | Report a platform issue to Memory Fabric for analysis. |
| report_outcome | Report mission outcome to Memory Fabric for evidence. |
| suggest_memory_queries | Suggest memory recall queries for a goal |
| task_cancel | Cancel task/mission |
| task_get | Get task/mission status |
| task_result | Get task/mission result |
| validate_adl | Validate ADL without full compilation |