Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.06 KB

File metadata and controls

16 lines (11 loc) · 1.06 KB

Agent Entry

Before modifying this repository, read docs/entrypoint-map.md.

That file is the source of truth for:

  • Telegram entry flow
  • bus flow
  • state/config ownership
  • shared usage/budget/audit logic
  • required regression tests by change area

If you change behavior rather than comments/docs, prefer focused tests first, then npm run build.

Release rule: in this repo, "commit and release" means commit the intended changes, create/update the GitHub Release, then restart and verify the Telegram and Lark fleet. Do not include external package-registry publishing in the release flow. For Lark fleet restarts, use node dist/src/index.js lark service restart --all.

Static Telegram transport rules live in instance-level ~/.cctb/<instance>/agent.md; see docs/telegram-instance-agent.md. When changing those rules or file-delivery behavior, update that doc and sync affected instance agent.md files. Do not put Telegram transport rules or turn-scoped paths into resumed project AGENTS.md / CLAUDE.md.