@bigknoxy/hashpilot 4.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +777 -0
- package/docs/ADAPTER-CONTRACT.md +1260 -0
- package/docs/ARCHITECTURE.md +846 -0
- package/docs/CLI-QUICKREF.md +827 -0
- package/docs/COMPETITIVE-ANALYSIS.md +307 -0
- package/docs/INSTALL.md +403 -0
- package/docs/INTEGRATION-CLAUDE.md +126 -0
- package/docs/INTEGRATION-MCP.md +196 -0
- package/docs/INTEGRATION-OPENCODE.md +136 -0
- package/docs/INTEGRATION-PI.md +195 -0
- package/package.json +77 -0
- package/scripts/build-site.sh +39 -0
- package/scripts/doctor.sh +218 -0
- package/scripts/gen-cli-quickref.ts +232 -0
- package/scripts/install-cli.sh +60 -0
- package/scripts/install.sh +466 -0
- package/scripts/roadmap-lint.ts +200 -0
- package/scripts/uninstall.sh +202 -0
- package/src/cli-node.cjs +51 -0
- package/src/cli.ts +209 -0
- package/src/commands/ast.ts +255 -0
- package/src/commands/diff.ts +98 -0
- package/src/commands/edit.ts +93 -0
- package/src/commands/hash.ts +64 -0
- package/src/commands/intent.ts +68 -0
- package/src/commands/maintenance.ts +191 -0
- package/src/commands/mcp.ts +28 -0
- package/src/commands/provenance.ts +111 -0
- package/src/commands/read.ts +117 -0
- package/src/commands/route.ts +42 -0
- package/src/commands/shared.ts +65 -0
- package/src/commands/telemetry.ts +126 -0
- package/src/commands/verify.ts +61 -0
- package/src/core/ast-edit.ts +2357 -0
- package/src/core/batch-edit.ts +185 -0
- package/src/core/config.ts +189 -0
- package/src/core/diff-engine.ts +474 -0
- package/src/core/doctor.ts +303 -0
- package/src/core/encoding.ts +116 -0
- package/src/core/envelope.ts +163 -0
- package/src/core/exit-codes.ts +198 -0
- package/src/core/format.ts +339 -0
- package/src/core/grep.ts +180 -0
- package/src/core/hash-edit.ts +416 -0
- package/src/core/index.ts +155 -0
- package/src/core/intent.ts +584 -0
- package/src/core/locking.ts +292 -0
- package/src/core/module-system.ts +142 -0
- package/src/core/operations.ts +557 -0
- package/src/core/output.ts +122 -0
- package/src/core/path-normalize.ts +61 -0
- package/src/core/paths.ts +326 -0
- package/src/core/plan-executor.ts +437 -0
- package/src/core/platform.ts +132 -0
- package/src/core/provenance.ts +214 -0
- package/src/core/read.ts +111 -0
- package/src/core/redact.ts +98 -0
- package/src/core/resolve-content.ts +12 -0
- package/src/core/router.ts +463 -0
- package/src/core/snapshot.ts +346 -0
- package/src/core/telemetry.ts +838 -0
- package/src/core/utils.ts +7 -0
- package/src/core/verify-baseline.ts +186 -0
- package/src/core/verify-scope.ts +282 -0
- package/src/core/verify.ts +753 -0
- package/src/mcp/server.ts +325 -0
- package/templates/claude-section.md +12 -0
- package/templates/opencode-agent.md +106 -0
- package/templates/opencode-skill.md +241 -0
- package/templates/pi-extension.ts +288 -0
- package/templates/pi-skill.md +123 -0
- package/tsconfig.json +19 -0
|
@@ -0,0 +1,307 @@
|
|
|
1
|
+
# HashPilot — Competitive Analysis
|
|
2
|
+
|
|
3
|
+
**Date:** August 17, 2026 · **HashPilot:** v4.0.8 · **Repo:** `bigknoxy/HashPilot` (MIT, created 2026-04-26)
|
|
4
|
+
**Author:** Competitive research across sessions; synthesized for strategy.
|
|
5
|
+
|
|
6
|
+
**Reference status:** This is the canonical map of the "agent file-editing primitive"
|
|
7
|
+
space as of the 2026-08 audit. It is referenced from `CLAUDE.md`, `README.md`, and the
|
|
8
|
+
landing page. Re-run the research when a competitor releases a major version or when the
|
|
9
|
+
roadmap's differentiation items (MCP, benchmarks) land.
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
## 0. TL;DR
|
|
14
|
+
|
|
15
|
+
HashPilot occupies the **only unclaimed position** in the market:
|
|
16
|
+
|
|
17
|
+
| Dimension | Who has it | HashPilot |
|
|
18
|
+
|---|---|---|
|
|
19
|
+
| Hash-anchored (SHA-256) verification | **Nobody** | ✅ |
|
|
20
|
+
| AST-native editing (tree-sitter) | Aider, Scalpel, Morfx, Comby, CodeStruct | ✅ |
|
|
21
|
+
| Provenance / audit trail (**its** own first-class log) | **Nobody** | ✅ |
|
|
22
|
+
| Telemetry + health reports | Aider (analytics, not audit) | ✅ |
|
|
23
|
+
| Multi-agent concurrency safety (advisory file locks) | CLIO, **and HashPilot** | ✅ shipped (`locking.ts`) |
|
|
24
|
+
| Verify pipeline (lint/typecheck/revert) | Aider, HashPilot | ✅ |
|
|
25
|
+
| MCP-native distribution | Scalpel, fedit, CLIO | ❌ tracked — issue **#25** (Sprint 3) |
|
|
26
|
+
| Published benchmarks | fedit | ❌ tracked — issue **#26** |
|
|
27
|
+
|
|
28
|
+
**Strategic takeaway:** Technically HashPilot already sits in the strongest corner of the
|
|
29
|
+
feature space. The gaps are *distribution and proof*, not capability. The single highest-leverage
|
|
30
|
+
move is **shipping the MCP server (#25)** so agents can discover and use HashPilot without a
|
|
31
|
+
prose adapter, then **publishing a benchmark (#26)** that proves the hash-anchored advantage over
|
|
32
|
+
the string-matching that every other tool uses.
|
|
33
|
+
|
|
34
|
+
> **Note on earlier drafts of this analysis:** A previous iteration listed "file locking" and
|
|
35
|
+
> "multi-agent safety" as open gaps. Both are **already shipped** — see `src/core/locking.ts`
|
|
36
|
+
> (advisory locks held across the read → edit → compare → write window, deadlock-safe via
|
|
37
|
+
> `acquireSortedLocks`). This document reflects the current tree.
|
|
38
|
+
|
|
39
|
+
---
|
|
40
|
+
|
|
41
|
+
## 1. The Market Landscape
|
|
42
|
+
|
|
43
|
+
The layer we compete in is **the gap between an LLM's intent and the file on disk** — below
|
|
44
|
+
full agents/IDEs (Cursor, Claude Code, Codex, Aider as an *app*) and above raw `sed`/`perl -i`.
|
|
45
|
+
No single tool has claimed the "editing primitive" category yet.
|
|
46
|
+
|
|
47
|
+
The space fragments into three camps:
|
|
48
|
+
|
|
49
|
+
| Camp | Representatives | Mechanism | Verification |
|
|
50
|
+
|---|---|---|---|
|
|
51
|
+
| **Text / SEARCH-REPLACE** | Aider, fedit, Codex CLI, Claude Code | String matching, unified diffs, fuzzy match | None or fuzzy |
|
|
52
|
+
| **AST-structural** | Scalpel MCP, Comby, Morfx, CodeStruct, `hashpilot ast` | Tree-sitter node manipulation | Structural reparse, **no hash** |
|
|
53
|
+
| **Hash-anchored** | **HashPilot (alone)** | SHA-256 precondition + content replacement | **Cryptographic** |
|
|
54
|
+
|
|
55
|
+
**Key insight:** *No competitor combines hash-anchored verification with AST-native editing.*
|
|
56
|
+
That combination is HashPilot's moat.
|
|
57
|
+
|
|
58
|
+
---
|
|
59
|
+
|
|
60
|
+
## 2. Competitor Deep-Dives
|
|
61
|
+
|
|
62
|
+
### 2.1 Aider — 48,295 stars, Apache-2.0 — the ecosystem leader
|
|
63
|
+
|
|
64
|
+
Full terminal pair-programming agent. Git-native, architect/editor split, 100+ languages via
|
|
65
|
+
`tree-sitter-language-pack`, auto lint+test loop. v0.86.x on main (supporting GPT-5, Grok-4,
|
|
66
|
+
Gemini 2.5 Pro, Claude 4.5/4.6). Paul Gauthier's relentless release cadence.
|
|
67
|
+
|
|
68
|
+
**Love:** "Best agent for dev work in existing codebases." "Surgical, minimal, thoughtful
|
|
69
|
+
changes." Massive community; the benchmark everyone measures against.
|
|
70
|
+
|
|
71
|
+
**Gaps HashPilot owns:**
|
|
72
|
+
- **No hash verification.** Relies on exact-byte SEARCH/REPLACE matching; whitespace/encoding/
|
|
73
|
+
stale context cause silent edit failures.
|
|
74
|
+
- **Issue #4314:** discards changes when the LLM edits *and* adds a file in one turn.
|
|
75
|
+
- **No provenance log** beyond git commits (no per-edit actor/task/reason attribution).
|
|
76
|
+
- **No MCP server mode.** Cannot be driven as a tool by another agent.
|
|
77
|
+
- 1,817 open issues → support burden / bloat trajectory.
|
|
78
|
+
|
|
79
|
+
**Read:** Aider dominates the *application* layer; its *editing primitive* is text-based and
|
|
80
|
+
fragile. HashPilot can be Aider's reliable editing backend.
|
|
81
|
+
|
|
82
|
+
### 2.2 Scalpel MCP — 0 stars, MIT, Feb 2026 — closest structural analog
|
|
83
|
+
|
|
84
|
+
MCP server for structural editing. 10 languages via tree-sitter, persistent node identities,
|
|
85
|
+
transactional editing (begin/validate/commit/rollback), descriptor DSL, intent compiler, Docker.
|
|
86
|
+
|
|
87
|
+
**Strengths:** Closest architectural match to `hashpilot ast` + `intent`. Full MCP compliance
|
|
88
|
+
(resources, prompts, logging, sampling). 12 languages. Atomic writes.
|
|
89
|
+
|
|
90
|
+
**Risks / gaps HashPilot owns:**
|
|
91
|
+
- **CodeRabbit flagged 15 critical actionable issues** on the v3.0 release — path traversal,
|
|
92
|
+
naive diff that misreports changes, silent parser fallback that contradicts its fail-fast
|
|
93
|
+
design, hardcoded parser count, duplicate language enum, JSON global shadow.
|
|
94
|
+
- **Zero adoption**: 0 stars, 0 forks, 0 open issues. Solo project, no validation.
|
|
95
|
+
- **No hash verification** (transaction commit checks structural validity, not pre-image digest).
|
|
96
|
+
- **No provenance, no telemetry, no multi-agent safety, no verify pipeline, no batch ops.**
|
|
97
|
+
- Developer-specific paths in docs; empty placeholder reference files; `dry_run` unimplemented.
|
|
98
|
+
|
|
99
|
+
**Read:** Scalpel is a v1 structural MCP server with serious code-quality debt and no community.
|
|
100
|
+
HashPilot can match its AST surface *and* add hash verification + provenance + telemetry + locking
|
|
101
|
+
+ verify in a maintainable codebase. Watch it: if it gets investment, it is the thing we beat on
|
|
102
|
+
verification; if it stagnates, HashPilot claims "the reliable structural-editing MCP server."
|
|
103
|
+
|
|
104
|
+
### 2.3 fedit — 11 stars, MIT, April 2026 — line-oriented editor for LLMs
|
|
105
|
+
|
|
106
|
+
Zero-dependency Go CLI. 17 language mappers. Line-addressed ops (insert/delete/replace/move/copy/
|
|
107
|
+
fields). Has MCP server mode.
|
|
108
|
+
|
|
109
|
+
**Strengths (its best asset is a benchmark):** Tested Claude 4.6, GPT-4o, Gemini 2.5 Pro.
|
|
110
|
+
Finding: **models hallucinate line numbers at ~1-in-6 error rate even for Claude.** Content-matching
|
|
111
|
+
ops (`replaceall -match`) succeed where line-numbered ops fail. Proves the thesis that
|
|
112
|
+
**structural/semantic anchoring beats line-numbering** for LLM-driven edits. Clean, minimal, HCL/
|
|
113
|
+
Nix mappers (infra-as-code). `-v` gives built-in post-mutation verification.
|
|
114
|
+
|
|
115
|
+
**Gaps HashPilot owns:** Line-addressed (same hallucination class fedit's own numbers expose);
|
|
116
|
+
no hash verification; no AST operations (rename/body/imports); single-file only; no provenance,
|
|
117
|
+
telemetry, batch, or verify pipeline beyond the `-v` diff.
|
|
118
|
+
|
|
119
|
+
**Read:** fedit gives us the exact marketing evidence we need to *steal*. Our answer to its
|
|
120
|
+
benchmark is "hash-anchored + AST edits: 10/10 on the same scenarios; line-numbered: 4/10." See
|
|
121
|
+
issue **#26**.
|
|
122
|
+
|
|
123
|
+
### 2.4 CLIO — 158 stars, GPL-3.0, Jan 2026 — multi-agent terminal agent
|
|
124
|
+
|
|
125
|
+
Pure Perl. Multi-provider (Anthropic/OpenAI/Gemini/Ollama/Copilot). Notable for **multi-agent
|
|
126
|
+
coordination via file locks and git locks**, plus rate limiting, persistent sessions, MCP support,
|
|
127
|
+
dogfooding ("CLIO builds itself").
|
|
128
|
+
|
|
129
|
+
**What it proves:** The multi-agent safety problem is real and worth shipping — and it is the one
|
|
130
|
+
competitor that already shipped it. HashPilot now matches it (`locking.ts`).
|
|
131
|
+
|
|
132
|
+
**Gaps HashPilot owns:** No AST editing (text-level), no hash verification, no verify pipeline, no
|
|
133
|
+
batch, no provenance/telemetry beyond session-level. GPL-3.0.
|
|
134
|
+
|
|
135
|
+
### 2.5 Platform-level alternatives — Codex CLI, Claude Code, Cursor
|
|
136
|
+
|
|
137
|
+
| Tool | Mechanism | Stakes |
|
|
138
|
+
|---|---|---|
|
|
139
|
+
| **OpenAI Codex CLI** (v0.145+, Jul 2026) | Full agent; **ignores file timestamps, can overwrite external edits** ([#5807](https://github.com/openai/codex/issues/5807)) | 0 stars (closed) |
|
|
140
|
+
| **Claude Code** | String-to-replace matching; exact byte-match intentional but fragile ([#3471, 100+ comments](https://github.com/anthropics/claude-code/issues/3471)) | Proprietary |
|
|
141
|
+
| **Cursor** | Full-file rewrites → "lost my comment" complaints; fast-apply model seam | Proprietary, ~$20/mo |
|
|
142
|
+
|
|
143
|
+
**Pain HashPilot solves:** Codex #5807 (timestamp race) and Claude Code #3471 (whitespace/encoding/
|
|
144
|
+
stale context) are *the* universally reported failure classes; hash-anchoring + stale detection
|
|
145
|
+
turn both into non-issues.
|
|
146
|
+
|
|
147
|
+
### 2.6 Other 2026 entrants
|
|
148
|
+
|
|
149
|
+
| Tool | Stars | Notes |
|
|
150
|
+
|---|---|---|
|
|
151
|
+
| **Kalt Code** | 0 | Claude Code fork, multi-provider, gRPC server. No adoption. |
|
|
152
|
+
| **clido-cli** | 6 | Rust CLI agent: sessions + memory + audit log + MCP + workflows, checkpoints/rollback. |
|
|
153
|
+
| **Morfx** (oxhq) | 11 | Go, tree-sitter + MCP, confidence-scored node targeting. |
|
|
154
|
+
| **TurboEdit** | 4 | Rust, SEARCH/REPLACE + tree-sitter + gix + SQLite snapshots. |
|
|
155
|
+
| **AtomCode** | 184 | Rust, AI-generated Claude-Code/Cursor alternative. |
|
|
156
|
+
| **Comby** | ~800 | Go, pattern-based AST transformation. No agent-integration layer. |
|
|
157
|
+
| **CodeStruct** (Amazon) | ~50 | Academic, `readCode`/`editCode`, tree-sitter. Archived, no audit/undo/telemetry. |
|
|
158
|
+
|
|
159
|
+
**Pattern:** the "agent editing primitive" space is dominated by Aider (adoption) and a long tail
|
|
160
|
+
of sub-100-star structural tools. The sub-200-star count for *everything but Aider* signals an open
|
|
161
|
+
category that HashPilot can claim with the right distribution move.
|
|
162
|
+
|
|
163
|
+
---
|
|
164
|
+
|
|
165
|
+
## 3. Feature Matrix
|
|
166
|
+
|
|
167
|
+
| Capability | HashPilot | Aider | Scalpel MCP | fedit | CLIO | Codex/Claude |
|
|
168
|
+
|---|---|---|---|---|---|---|
|
|
169
|
+
| SHA-256 hash verification | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ |
|
|
170
|
+
| AST-native editing | ✅ (6 langs) | ✅ (130+, text-level) | ✅ (12) | ❌ (line-level) | ❌ | ❌ |
|
|
171
|
+
| Stale-anchor detection | ✅ (exit 3) | ❌ (fuzzy retry) | ❌ | ❌ | ❌ | ❌ |
|
|
172
|
+
| Provenance track (its own log) | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ |
|
|
173
|
+
| Telemetry / health report | ✅ | ~ (analytics) | ❌ | ❌ | ❌ | ❌ |
|
|
174
|
+
| Multi-agent safety (locks) | ✅ shipped | ❌ | ❌ | ❌ | ✅ | ❌ |
|
|
175
|
+
| Verify pipeline (lint/typecheck/revert) | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ |
|
|
176
|
+
| Batch multi-file | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ |
|
|
177
|
+
| Intent execution (plan+execute) | ✅ | ~ (architect) | ✅ | ❌ | ❌ | ✅ |
|
|
178
|
+
| Auto-route (AST→Hash→Diff) | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ |
|
|
179
|
+
| Undo / changeSets | ✅ | ✅ (git) | ✅ (rollback) | ❌ | ✅ (checkpoints) | ✅ |
|
|
180
|
+
| MCP server mode | ❌ (#25) | ❌ | ✅ | ✅ | ✅ | ❌ |
|
|
181
|
+
| Published benchmarks | ❌ (#26) | ❌ | ❌ | ✅ | ❌ | ❌ |
|
|
182
|
+
| Open source | ✅ MIT | ✅ Apache | ✅ MIT | ✅ MIT | ❌ GPL | ❌ |
|
|
183
|
+
| Agent-agnostic | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ |
|
|
184
|
+
| Languages | 6 | 130+ | 12 | 17 mappers | Many | Many |
|
|
185
|
+
| Stars / traction | 0 | 48,295 | 0 | 11 | 158 | N/A |
|
|
186
|
+
|
|
187
|
+
Legend: ✅ full · ~ partial/indirect · ❌ absent.
|
|
188
|
+
|
|
189
|
+
---
|
|
190
|
+
|
|
191
|
+
## 4. What People Love / Hate (consolidated, sourced)
|
|
192
|
+
|
|
193
|
+
**Love:**
|
|
194
|
+
- Aider's surgical minimalism + git-native undo + auto lint/test loop.
|
|
195
|
+
- fedit's proof that content-matching beats line-numbering for LLMs.
|
|
196
|
+
- CLIO's file/git locks for multi-agent safety.
|
|
197
|
+
- Any "auto-verify after edit" that closes the loop.
|
|
198
|
+
|
|
199
|
+
**Hate → what HashPilot does about it:**
|
|
200
|
+
|
|
201
|
+
| Pain | Who hates it | HashPilot fix |
|
|
202
|
+
|---|---|---|
|
|
203
|
+
| "String to replace not found" (whitespace/encoding/stale context) | Claude Code #3471 (100+) | Hash anchoring removes string matching |
|
|
204
|
+
| "Applied 4 edits, silently missed 2" | All text editors | Per-edit verification + reporting |
|
|
205
|
+
| "Overwrote my external changes" (race) | Codex #5807 | CAS + stale detection + advisory locks |
|
|
206
|
+
| "Lost my comment" (full-file rewrite) | Cursor | AST/hash edits preserve untouched content |
|
|
207
|
+
| "No idea which agent made this change" | Multi-agent setups | Provenance + telemetry |
|
|
208
|
+
| "Discarded changes (edit + add same turn)" | Aider #4314 | Independent atomic ops, no compound side-effects |
|
|
209
|
+
| "Can't verify the edit didn't corrupt anything" | All | Verify pipeline (lint + typecheck + revert) |
|
|
210
|
+
|
|
211
|
+
---
|
|
212
|
+
|
|
213
|
+
## 5. Positioning & Go-to-Market
|
|
214
|
+
|
|
215
|
+
### Core positioning statement (in README, landing hero)
|
|
216
|
+
|
|
217
|
+
> **HashPilot is the safe, verifiable, observable file-editing primitive for coding agents.**
|
|
218
|
+
> While other tools match text or rewrite whole files, HashPilot anchors every edit to a
|
|
219
|
+
> cryptographic digest — if the hash doesn't match, nothing changes. With AST-native editing,
|
|
220
|
+
> provenance trails, and a verify pipeline, it gives agents deterministic control over how code
|
|
221
|
+
> changes land on disk.
|
|
222
|
+
|
|
223
|
+
### Messages by audience
|
|
224
|
+
| Audience | Message |
|
|
225
|
+
|---|---|
|
|
226
|
+
| Agent developers | Stop using text matching for edits. Use SHA-256-anchored, AST-aware editing with built-in stale detection and audit trails. |
|
|
227
|
+
| Agent power users | Multi-agent? HashPilot detects when another agent/human changed a file since your last read. CAS-verified, provenance-tracked, lock-guarded. |
|
|
228
|
+
| CI/CD integrators | `verify-changes` + `batch` + `undo` make HashPilot the safe edit layer for automated pipelines. |
|
|
229
|
+
| Aider / CLIO users | Use HashPilot as the editing backend — SEARCH/REPLACE but it *verifies the pre-image hash first*. |
|
|
230
|
+
|
|
231
|
+
### Distribution plan
|
|
232
|
+
1. **MCP server mode (issue #25)** — makes HashPilot usable by every MCP client (Claude Desktop,
|
|
233
|
+
Cursor, Cline, Continue, OpenCode, pi) without a prose adapter. **Highest leverage.**
|
|
234
|
+
2. **Integration guides** for top agents — Claude/Opencode/Pi adapters already shipped; add Codex.
|
|
235
|
+
3. **Publish benchmark (issue #26)** — "hash-anchored edits: 10/10 stale-anchor scenarios;
|
|
236
|
+
string-matching: 4/10." Steal fedit's evidence format.
|
|
237
|
+
4. **Structured CLI docs** — agents learn the CLI via `--help` + `docs/CLI-QUICKREF.md`.
|
|
238
|
+
|
|
239
|
+
---
|
|
240
|
+
|
|
241
|
+
## 6. What Is Not a Gap (already solved / already tracked)
|
|
242
|
+
|
|
243
|
+
Avoid re-doing work. Cross-reference before starting:
|
|
244
|
+
|
|
245
|
+
| Earlier "gap" | Actual status |
|
|
246
|
+
|---|---|
|
|
247
|
+
| File locking / multi-agent safety | **Shipped** — `src/core/locking.ts` (advisory locks across read→edit→write; `acquireSortedLocks` deadlock-safe). |
|
|
248
|
+
| ChangeSets + atomic undo | **Shipped** — `src/core/snapshot.ts`, `undo`/`changesets` commands. |
|
|
249
|
+
| Provenance | **Shipped** — `src/core/provenance.ts` (M6). |
|
|
250
|
+
| Telemetry + health | **Shipped** — `src/core/telemetry.ts`. |
|
|
251
|
+
| MCP server | **Tracked** — issue **#25** (B21, Sprint 3, P2). |
|
|
252
|
+
| Published benchmarks | **Tracked** — issue **#26** (B22, Sprint 3, P2). |
|
|
253
|
+
| Language coverage (6 vs 30+) | **Known** — audit notes vs Serena's 30+; expand tree-sitter grammars opportunistically. |
|
|
254
|
+
| Output envelope drift | **Tracked** — issue **#18** (B15). |
|
|
255
|
+
|
|
256
|
+
---
|
|
257
|
+
|
|
258
|
+
## 7. Remaining Strategic Actions (deduped against the roadmap)
|
|
259
|
+
|
|
260
|
+
The genuinely-new work is captured as GitHub issues; the capability work is already tracked under
|
|
261
|
+
the audit backlog. Umbrella issue: **#78** (adopt this positioning + analysis as the tracked
|
|
262
|
+
strategy artifact).
|
|
263
|
+
|
|
264
|
+
| # | Action | Issue / ref | Effort |
|
|
265
|
+
|---|---|---|---|
|
|
266
|
+
| 1 | Adopt positioning + competitive analysis as tracked artifact | **#78** (this) | done |
|
|
267
|
+
| 2 | Ship MCP server generated from a shared operation registry | **#25** | 2–3 days |
|
|
268
|
+
| 3 | Publish a hash-anchored-vs-text benchmark (steal fedit's format) | **#26** | 1–2 days |
|
|
269
|
+
| 4 | Add 3–5 tree-sitter languages to AST route (Java/C/Ruby/Kotlin/Swift) | **#80** | 1–2 days/lang |
|
|
270
|
+
| 5 | Add Codex-to-HashPilot integration guide (4th platform) | **#79** | 1 day |
|
|
271
|
+
| 6 | Write a competitive-comparison page (this doc → web) | part of #78 / #82 | 0.5 day |
|
|
272
|
+
| 7 | Publish `hashpilot-mcp` on npm after #25 | **#81** (blocked by #25) | 0.5 day |
|
|
273
|
+
| 8 | Competitive watch: Scalpel MCP + primitive landscape | **#82** | ongoing |
|
|
274
|
+
|
|
275
|
+
**Bidirectional link:** keep §7 in sync with these issues. #81 is blocked by #25; #7 (the web
|
|
276
|
+
comparison page) may fold into the #78 positioning work or the #82 watch cadence. The "what is
|
|
277
|
+
not a gap" list (§6) is the dedup guard: do not re-file shipping work as new strategy items.
|
|
278
|
+
|
|
279
|
+
---
|
|
280
|
+
|
|
281
|
+
## 8. Risk Assessment
|
|
282
|
+
|
|
283
|
+
| Risk | Likelihood | Mitigation |
|
|
284
|
+
|---|---|---|
|
|
285
|
+
| Aider absorbs hash verification | Low (committed to fuzzy+git; orthogonal to its model) | Ship #25/#26 fast to own the pattern |
|
|
286
|
+
| Scalpel gets adopted and keeps pace | Medium (0 stars but active) | Differentiate via verification + provenance + locks it explicitly lacks |
|
|
287
|
+
| MCP becomes the interface and CLI-only tools marginalize | High | #25 is the top strategic priority |
|
|
288
|
+
| Primitive layer absorbed into closed agents (Codex/Claude internal) | Low (they don't expose it); open-source agents (Aider/CLIO/OpenCode/pi) are the beachhead | Open-source is the beachhead |
|
|
289
|
+
| 6 languages look thin next to Aider/Scalpa | Medium | Opportunistic language expansion; benchmark shows quality > breadth at current stage |
|
|
290
|
+
|
|
291
|
+
---
|
|
292
|
+
|
|
293
|
+
## 9. Sources
|
|
294
|
+
|
|
295
|
+
- GitHub issues: [openai/codex #5807](https://github.com/openai/codex/issues/5807),
|
|
296
|
+
[aider-ai/aider #4314](https://github.com/aider-ai/aider/issues/4314),
|
|
297
|
+
[anthropics/claude-code #3471](https://github.com/anthropics/claude-code/issues/3471)
|
|
298
|
+
- Aider: aider.chat blog, release notes (v0.86.x), Hacker News threads
|
|
299
|
+
- fedit (2026, Go): LLM benchmark showing line-number hallucination
|
|
300
|
+
- Scalpel MCP (traorecheikh/scalpel-file-system-mcp, 2026): CodeRabbit review of v3.0
|
|
301
|
+
- CLIO (2026, Perl): multi-agent file/git locking
|
|
302
|
+
- Antigravity Lab: multi-agent conflict hotspots
|
|
303
|
+
- Pinishv / Anish Gandhi: "how AI coding tools edit code under the hood"
|
|
304
|
+
- HashPilot internal: `AUDIT-2026-08.md`, `ROADMAP.md`, this doc.
|
|
305
|
+
|
|
306
|
+
*Currency: verified against the state of the 2026-08 audit. Re-run on any major competitor release
|
|
307
|
+
or when #25/#26 land.*
|