Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions docs/LANDING_COPY_V0_6_1.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,29 @@

## Positioning

`m1nd` should no longer be presented as a futuristic grep replacement.
`m1nd` should no longer lead as a code graph engine.
Copy link

Copilot AI Mar 31, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In this doc sentence, “lead as” reads like a grammatical slip. Consider changing it to “lead with” (e.g., “should no longer lead with a code graph engine”) to match the intended meaning.

Suggested change
`m1nd` should no longer lead as a code graph engine.
`m1nd` should no longer lead with a code graph engine.

Copilot uses AI. Check for mistakes.
The product truth in `v0.6.1` is:

- a local code graph engine for MCP agents
- grounded retrieval plus proof-aware state
- guided next-step handoff
- actionable continuity
- safer edit preparation
- less token burn on structural work
- faster orientation before the model drifts into repo reading
- authority discovery and blast-radius preflight
- narrower connected edits
- observable multi-file execution
- recovery loops that teach the agent how to continue
- continuity and recovery that keep the agent moving

## Hero

### Headline

`A local code graph engine for MCP agents.`
`Before the model finishes reading, m1nd has already found the cut.`

### Subhead

`m1nd helps agents trace failures, inspect impact, resume investigations, prepare safer edits, and recover from mistakes with less context churn.`
`Less token burn. Less wasted spend. Faster orientation. More precise cuts.`

### Proof line

`It does not just return results. It exposes proof state, next-step guidance, and execution progress.`
`m1nd finds authority, blast radius, and connected edit context before an agent disappears into read-search-drift loops.`

### CTA

Expand All @@ -37,11 +36,11 @@ The product truth in `v0.6.1` is:

### Title

`Without structure, agents keep rediscovering the repo.`
`Stop paying tokens to rediscover repo structure.`

### Copy

`Raw text search can find strings, but it does not tell an agent whether it is still triaging, actively proving, or already safe to move into edit prep.`
`Models read. m1nd locates. That difference shows up as lower spend, faster orientation, less wandering, and narrower edits.`

Three points:

Expand Down Expand Up @@ -117,14 +116,15 @@ Labels:

### Title

`Use m1nd when the task is structural, connected, stateful, or risky`
`Real v0.6.1 use cases`

Bullets:

- when an agent needs ranked structure instead of raw text hits
- when continuity matters across multiple steps
- when edit prep or blast radius matters
- when long-running writes need to stay observable
- stacktrace triage with `trace` when the top frame is not the real cause
- blast-radius checks with `impact` before a risky edit
- change preflight with `validate_plan` before a coupled multi-file patch
- connected edit prep with `surgical_context_v2` in one shot
- continuity restore with `trail_resume` when an investigation gets interrupted

## Section: When Plain Tools Are Better

Expand Down

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions m1nd-demo/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>m1nd — a local code graph engine for MCP agents</title>
<title>m1nd — find the cut before the drift begins</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
html, body { width: 100%; height: 100%; overflow: hidden; background: #080C14; }
</style>
<script type="module" crossorigin src="/assets/index-jp3YemhT.js"></script>
<script type="module" crossorigin src="/assets/index-BpEFRPzx.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-CVrb-ScI.css">
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion m1nd-demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>m1nd — a local code graph engine for MCP agents</title>
<title>m1nd — find the cut before the drift begins</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
html, body { width: 100%; height: 100%; overflow: hidden; background: #080C14; }
Expand Down
19 changes: 18 additions & 1 deletion m1nd-demo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading