一键导入
milens-orchestrator
Code intelligence for the orchestrator area — symbols, dependencies, and entry points
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Code intelligence for the orchestrator area — symbols, dependencies, and entry points
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Code intelligence for the adapters area — symbols, dependencies, and entry points
Code intelligence for the analyzer area — symbols, dependencies, and entry points
Code intelligence for the apps area — symbols, dependencies, and entry points
Code intelligence for the docs area — symbols, dependencies, and entry points
Code intelligence MCP tools — symbol search, text grep, impact analysis, dependency graph
Code intelligence for the parser area — symbols, dependencies, and entry points
| generated-by | milens |
| name | milens-orchestrator |
| description | Code intelligence for the orchestrator area — symbols, dependencies, and entry points |
When working with code in orchestrator/, follow these mandatory safety rules:
mcp_milens_impact({target: "<symbol>", repo: "<workspaceRoot>"}) — check blast radiusmcp_milens_context({name: "<symbol>", repo: "<workspaceRoot>"}) — see all callers/calleesmcp_milens_detect_changes({repo: "<workspaceRoot>"}) — verify scope| Task | Tool |
|---|---|
| Find all references | mcp_milens_context |
| Check edit safety | mcp_milens_edit_check |
| Text search across files | mcp_milens_grep |
| See file symbols | mcp_milens_get_file_symbols |
A PreToolUse hook (warn mode by default) reminds you if no milens safety check (impact/context/overview/guard_edit_check/edit_check/smart_context) was called before an Edit/Write/MultiEdit. Opt-in strict deny mode is available via milens hooks guard-set-mode --mode strict. Both modes consume the check after one edit. See .milens/hook-state/config.json. Known caveat: the underlying PreToolUse deny mechanism has at least one reliability issue (https://github.com/anthropics/claude-code/issues/4362).
Contains 23 symbols (7 exported) across 2 files.
Orchestrator [class] (src/orchestrator/orchestrator.ts:46) — 6 refsOrchestratorReport [interface] (src/orchestrator/reporter.ts:4) — 5 refsformatReport [function] (src/orchestrator/reporter.ts:17) — 4 refsOrchestratorConfig [interface] (src/orchestrator/orchestrator.ts:20) — 2 refsImpactSnapshot [interface] (src/orchestrator/orchestrator.ts:28) — 2 refsReportOptions [interface] (src/orchestrator/reporter.ts:13) — 2 refsImpactDiff [interface] (src/orchestrator/orchestrator.ts:35) — 1 refsOrchestrator [class] — 6 incoming referencesOrchestratorReport [interface] — 5 incoming referencesformatReport [function] — 4 incoming referencessnapshot [method] — 3 incoming referencesrun [method] — 3 incoming referencesDatabase, findSymbolByName, findUpstream, getTestCoverageGaps, findDeadCodereviewPr, ReviewResult, SymbolRiskCodeSymbolOrchestrator, subscribe, runAndFormatOrchestrator, loadSnapshots, snapshot, persistSnapshots, compare, runAndFormatOrchestrator, formatReport, OrchestratorReport, subscribe, run, snapshot, compare, cancel (+3 more)