You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Makefile
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ test-race: ## Run unit tests with the race detector.
67
67
test-10x: ## Run tests 10 times to surface flakes.
68
68
go test ./... -race -count=10 -timeout=600s
69
69
70
-
test-new: ## Run only the Round 2 rtk/caveman ported packages (fast iteration).
70
+
test-new: ## Run only the Round 2 ecosystem packages (fast iteration).
71
71
go test -race -count=1 -timeout=60s ./internal/safewrite/... ./internal/jsonc/... ./internal/providers/... ./internal/session/... ./internal/permissions/...
72
72
73
73
cover: ## Generate a coverage report (coverage.out + coverage.html).
Copy file name to clipboardExpand all lines: README.md
+13-15Lines changed: 13 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,32 +39,30 @@ hawk is an AI-powered coding agent that lives in your terminal. It reads your co
39
39
-**Privacy-first** — your code never leaves your machine except to the LLM API you choose
40
40
-**Extensible** — 40+ built-in tools, MCP server support, community skill registry
41
41
42
-
## Quick Start
42
+
## Status
43
+
44
+
**Hawk is in active development.** There is no public install script or release channel yet. We are building features, tests, and hardening in the open.
45
+
46
+
Follow [GrayCode](https://github.com/GrayCodeAI) for progress. When Hawk is ready to try, we will announce it on [graycodeai.gateandtech.in](https://graycodeai.gateandtech.in/changelog).
0 commit comments