Files
shuiyisong d4af650ec0 perf: reduce cold workspace compile time (#8801)
* 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>
2026-08-10 07:18:16 +00:00
..

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.

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, ...).