Skip to content

Commit 6d3c0ea

Browse files
committed
chore: reorganize repo — move docs to docs/, clean up root, remove AGENTS.md
- Move heavy docs (COMPATIBILITY, ECOSYSTEM-ROADMAP, FEATURES, PARITY, VERSIONING, platform-capabilities.json) to docs/ - Move CODEOWNERS to .github/ - Update all internal references (CONTRIBUTING, SECURITY, AGENTS.md) - Remove go.work/go.work.sum from tracking, add to .gitignore - Remove stale AGENTS.md (auto-generated by hawk /agents-init) - Remove empty unused dirs (countdump, engine/context, engine/error)
1 parent 6a66fd0 commit 6d3c0ea

13 files changed

Lines changed: 8 additions & 461 deletions
File renamed without changes.

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,7 @@ cmd/.hawk/
5151
testdata/compat-test
5252
bin/
5353
.shared-templates/
54+
55+
# Go workspace (local dev only — not committed per AGENTS.md)
56+
go.work
57+
go.work.sum

AGENTS.md

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

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Thanks for your interest! This guide covers the conventions used across the
44
GrayCodeAI repositories. The shared standards (versioning, release tooling, repo layout)
5-
are defined in <https://github.com/GrayCodeAI/hawk/blob/main/VERSIONING.md>.
5+
are defined in <https://github.com/GrayCodeAI/hawk/blob/main/docs/versioning.md>.
66

77
## Quick start
88

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ minor versions once `1.x` ships. Older versions receive critical-severity
77
fixes only on a best-effort basis.
88

99
The current canonical version is the contents of the [`VERSION`](./VERSION)
10-
file at the repo root. See [`VERSIONING.md`](https://github.com/GrayCodeAI/hawk/blob/main/VERSIONING.md)
10+
file at the repo root. See [`docs/versioning.md`](https://github.com/GrayCodeAI/hawk/blob/main/docs/versioning.md)
1111
for the eco-wide versioning scheme.
1212

1313
## Reporting a vulnerability
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Compatibility Matrix
22

3-
This eco uses **independent SemVer per repo** (see [VERSIONING.md](./VERSIONING.md)).
3+
This eco uses **independent SemVer per repo** (see [VERSIONING.md](./docs/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

77
The answer lives in [`testdata/compatibility-matrix.json`](./testdata/compatibility-matrix.json).
88

9-
Platform/provider capability metadata is separate: [`platform-capabilities.json`](./platform-capabilities.json).
9+
Platform/provider capability metadata is separate: [`platform-capabilities.json`](./docs/platform-capabilities.json).
1010

1111
## What it records
1212

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)