| generated-by | milens |
| name | milens-apps |
| description | Code intelligence for the apps area — symbols, dependencies, and entry points |
Apps
Working with this area
When working with code in apps/, follow these mandatory safety rules:
Before editing any symbol in this area:
- Call
mcp_milens_impact({target: "<symbol>", repo: "<workspaceRoot>"}) — check blast radius
- If depth-1 dependents > 5 → STOP and warn before proceeding
- Call
mcp_milens_context({name: "<symbol>", repo: "<workspaceRoot>"}) — see all callers/callees
Before committing changes in this area:
- Call
mcp_milens_detect_changes({repo: "<workspaceRoot>"}) — verify scope
- If unexpected files changed → STOP and report
Key tools for this area:
| 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 |
Edit-safety enforcement
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).
Overview
Contains 40 symbols (8 exported) across 6 files.
Key Symbols
Milens Desktop Dashboard [section] (apps/dashboard/README.md:1) — 0 refs
Features [section] (apps/dashboard/README.md:5) — 0 refs
Development [section] (apps/dashboard/README.md:13) — 0 refs
Build [section] (apps/dashboard/README.md:19) — 0 refs
Milens GitHub App [section] (apps/github/README.md:1) — 0 refs
Features [section] (apps/github/README.md:5) — 0 refs
Deployment [section] (apps/github/README.md:10) — 0 refs
Local Development [section] (apps/github/README.md:15) — 0 refs
Entry Points
DASHBOARD_URL [variable] — 3 incoming references
serverProcess [variable] — 3 incoming references
loadOverview [function] — 2 incoming references
poll [function] — 2 incoming references
__dirname [variable] — 2 incoming references
Dependencies
- store:
remove, getAnnotations, Database, getCodebaseSummary
- analyzer:
resolve
- scripts:
parseArgs, generatePrPayload
- test:
create
Files
- apps/dashboard/README.md
- apps/dashboard/index.html
- apps/dashboard/main.js
- apps/dashboard/preload.js
- apps/github/README.md
- apps/github/app.js