docs(cordis-tutorial): clarify ctx.plugin function form; add dsh badge to every chapter

This commit is contained in:
Turtle
2026-07-22 17:07:15 +08:00
parent 21456a36ca
commit 1628f50283
6 changed files with 13 additions and 1 deletions
+2
View File
@@ -89,3 +89,5 @@ Run again: the process dies with your error. A plugin that fails to load is a lo
One caveat worth knowing early: a config entry whose module cannot be **resolved** — a typo'd path or package name — is reported through the Cordis logger service instead of crashing the process, and at boot that report can be lost before a console exporter is watching. If a freshly added entry seems to do nothing, check the spelling first.
Next: [Lifecycle and effects](02-lifecycle-and-effects.md) — what happens when a plugin unloads.
[![](https://img.shields.io/badge/powered_by-dsh-4D6BFE?style=flat-square&logo=deepseek&logoColor=white)](https://github.com/deepseek-harness/deepseek-harness)