feat(task): replace built-in task adaptors with a sandboxed JS plugin system (#7076)

This commit is contained in:
Calcium-Ion
2026-08-29 18:51:57 +08:00
committed by GitHub
parent 7037ac15bd
commit eb48396d5f
336 changed files with 52333 additions and 6369 deletions
+11 -3
View File
@@ -1,7 +1,15 @@
# CLAUDE.md — Project Conventions for new-api
@AGENTS.md
## MANDATORY: Read AGENTS.md with the Read tool
## Claude Code
Do not treat `@AGENTS.md` as loaded. Claude Code does not reliably inline that import.
- Follow the shared project instructions imported from `AGENTS.md`.
Before any planning, coding, reviewing, or answering a project question, you MUST call the Read tool on the repo-root file `AGENTS.md` and wait for the full contents. This is the first action of every session and every new task.
Rules:
- Do not start from memory, summaries, or this file alone.
- Do not skip the Read because a previous turn mentioned AGENTS.md.
- Do not replace the Read with a grep, glob, or partial skim.
- After reading, follow every rule in `AGENTS.md` for the rest of the work.
- If the task touches `web/`, also Read `web/AGENTS.md` before editing frontend files.