imbajin commented on code in PR #2998: URL: https://github.com/apache/hugegraph/pull/2998#discussion_r3107059755
########## AGENTS.md: ########## @@ -1,261 +1,103 @@ # AGENTS.md -This file provides guidance to an AI coding tool when working with code in this repository. +Development reference for AI coding agents. See [README.md](README.md) if the task really needs project overview or architecture context. -## Project Overview +## Key Architectural Patterns -Apache HugeGraph is a fast-speed and highly-scalable graph database that supports billions of vertices and edges. It is compliant with Apache TinkerPop 3 and supports both Gremlin and Cypher query languages. +1. **Pluggable Backend Architecture**: Storage backends implement the `BackendStore` interface — new backends require no core changes. Active backends: RocksDB (default/embedded), HStore (distributed) Review Comment: > The condensed guide now presents RocksDB/HStore as the only active backends, which conflicts with the current tree: `hugegraph-hbase` is still a server module and `server-ci.yml` still tests the `hbase` backend. Agents following this summary will route HBase work away as unsupported/legacy, which is not the current project state. Same reason, focus on the main/core backend -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
