Skip to content

Commit d670804

Browse files
committed
chore: trim stale docs (roadmap, parity, plans, features, dev-path)
- Remove docs/ecosystem-roadmap.md (356 lines, internal roadmap) - Remove docs/parity.md (115 lines, internal parity tracking) - Remove docs/DEVELOPER-PATH.md (61 lines, internal product direction) - Remove docs/features.md (272 lines, heavy feature catalog) - Remove docs/plans/ (milestone plans, internal) - Fix compatibility.md stale self-ref (./docs/versioning.md -> ./versioning.md) - Update README.md and AGENTS.md refs to removed files
1 parent 29bb5bb commit d670804

9 files changed

Lines changed: 6 additions & 1067 deletions

AGENTS.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,14 +127,12 @@ test: add coverage for guardian
127127

128128
### Adding a New Feature
129129

130-
1. Check docs/features.md for the feature list and conventions
131-
2. Place code in the appropriate `internal/` package
132-
3. Follow existing patterns (e.g., context providers are pluggable)
133-
4. Add tests and update documentation
130+
1. Place code in the appropriate `internal/` package
131+
2. Follow existing patterns (e.g., context providers are pluggable)
132+
3. Add tests and update documentation
134133

135134
## File Organization Notes
136135

137-
- `docs/features.md` — Complete feature reference with 100 features across 12 categories
138136
- `CONTRIBUTING.md` — PR process, commit conventions
139137
- `docs/` — Architecture details, security model, ecosystem message flow
140138
- `external/` — Ecosystem repo checkouts for `go.work` development

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
hawk is an AI-powered coding agent that lives in your terminal. It reads your codebase, writes and edits files, runs tests, and manages git — all through natural language. Unlike IDE-bound tools, hawk works over SSH, in containers, and on any machine with a shell.
3434

35-
**Developer path:** one machine, keychain credentials, local memory. Run `hawk path` to check readiness. See [docs/DEVELOPER-PATH.md](docs/DEVELOPER-PATH.md).
35+
**Developer path:** one machine, keychain credentials, local memory. Run `hawk path` to check readiness.
3636

3737
- **Model-agnostic** — works with Claude, GPT-4, Gemini, DeepSeek, Ollama, and 75+ models through [eyrie](https://github.com/GrayCodeAI/eyrie)
3838
- **Zero CGO** — single static binary, cross-compiled for linux/darwin/windows on amd64/arm64
@@ -148,7 +148,7 @@ make path # Developer path verification
148148
make smoke # Build + quick verification script
149149
```
150150

151-
See [docs/DEVELOPER-PATH.md](docs/DEVELOPER-PATH.md) and [docs/SECURITY-DEVELOPER.md](docs/SECURITY-DEVELOPER.md).
151+
See [docs/SECURITY-DEVELOPER.md](docs/SECURITY-DEVELOPER.md).
152152

153153
See [docs/ecosystem-message-flow.md](docs/ecosystem-message-flow.md) for how eyrie, yaad, and tok connect during a chat session.
154154

docs/DEVELOPER-PATH.md

Lines changed: 0 additions & 61 deletions
This file was deleted.

docs/compatibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Compatibility Matrix
22

3-
This eco uses **independent SemVer per repo** (see [VERSIONING.md](./docs/versioning.md)).
3+
This eco uses **independent SemVer per repo** (see [VERSIONING.md](./versioning.md)).
44
That gives each component its own release cadence, but raises an obvious
55
question: *which combinations of versions are actually tested together?*
66

0 commit comments

Comments
 (0)