Skip to content

Commit 58a8944

Browse files
committed
refactor(docs): tighten AGENTS.md and address review feedback
- Restore architecture diagram, top-level module map, server submodule list, code search anchors, and commit format so AGENTS.md is self-sufficient as the default AI context file - Drop low-entropy sections: "Development Conventions" platitude, single-line gRPC heading, duplicated script listing - Spell out both PD and Store test commands instead of relying on a "# or hg-store-test" comment (per @VGalaxies review) - Remove hbase swap option in the Core test row for consistency with the "focus on core backend" stance
1 parent c8ecb0c commit 58a8944

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

AGENTS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Server tests implicitly prefix `mvn test -pl hugegraph-server/hugegraph-test -am
6868
| Profile | Suffix |
6969
|---|---|
7070
| Unit | `-P unit-test` |
71-
| Core | `-P core-test,rocksdb` (swap `rocksdb` for `memory` / `hbase`) |
71+
| Core | `-P core-test,rocksdb` (swap `rocksdb` for `memory`) |
7272
| API | `-P api-test,rocksdb` |
7373
| TinkerPop structure / process | `-P tinkerpop-{structure,process}-test,memory` |
7474
| Single class | `-P core-test,rocksdb -Dtest=YourTestClass` |
@@ -77,7 +77,8 @@ PD / Store tests (need `hugegraph-struct` installed first):
7777

7878
```bash
7979
mvn install -pl hugegraph-struct -am -DskipTests
80-
mvn test -pl hugegraph-pd/hg-pd-test -am # or hg-store-test
80+
mvn test -pl hugegraph-pd/hg-pd-test -am
81+
mvn test -pl hugegraph-store/hg-store-test -am
8182
```
8283

8384
Before writing new tests, check existing suites under `hugegraph-server/hugegraph-test/`.

0 commit comments

Comments
 (0)