mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-08-24 23:18:25 +00:00
d4af650ec0
* refactor: remove datanode and meta-srv dep from frontend Signed-off-by: shuiyisong <xixing.sys@gmail.com> * refactor: use on-device protoc if possible Signed-off-by: shuiyisong <xixing.sys@gmail.com> * refactor: remove unused dep Signed-off-by: shuiyisong <xixing.sys@gmail.com> * fix: CR issue Signed-off-by: shuiyisong <xixing.sys@gmail.com> * fix: version and docs Signed-off-by: shuiyisong <xixing.sys@gmail.com> * chore: update logs Co-authored-by: fys <40801205+fengys1996@users.noreply.github.com> --------- Signed-off-by: shuiyisong <xixing.sys@gmail.com> Co-authored-by: fys <40801205+fengys1996@users.noreply.github.com>
Agent Resources
Shared resources for coding agents (Codex, Claude Code, ...) and contributors.
Skills
Shared agent skills live in .agents/skills.
- Codex automatically discovers repo skills from
.agents/skills. - Claude Code reads the same skills through
.claude/skills, which is a symlink to this directory. - Add or update shared skills under
.agents/skills/<skill-name>/SKILL.md. - If a new skill does not appear, restart the agent or start a new thread.
Per-directory guides
Read every AGENTS.md from the repository root down to the path being changed.
The root guide applies everywhere; nested guides add rules and navigation for
their subtree.
src/common/meta/AGENTS.md— metadata keys, KV backends, DDL procedures, and cachessrc/query/AGENTS.md— query planning, optimization, and distributed executionsrc/servers/AGENTS.md— wire protocols and network serverssrc/operator/AGENTS.md— statement, DDL/DML, and write orchestrationsrc/mito2/AGENTS.md— primary time-series storage enginesrc/metric-engine/AGENTS.md— metrics engine (logical/physical regions)src/flow/AGENTS.md— stream processing / continuous aggregationsrc/frontend/AGENTS.md— request entry point and orchestrationsrc/meta-srv/AGENTS.md— metadata and cluster coordinationtests/compatibility/AGENTS.md— persisted/wire compatibility casestests/perf/AGENTS.md— query regression harness and case DSL
Architecture invariants
architecture-invariants.md lists repo-wide rules
that are easy to violate and expensive to get wrong (format compatibility, crate
layering, async runtimes, error handling, feature gating, the DataFusion fork).
Generated files
generated-files.md lists tool-generated artifacts that
must not be hand-edited (sqlness .result, config.md, dashboards, ...).