agent-readable-ts 0.1.6 → 0.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/authoring.md +2 -4
- package/package.json +1 -1
package/docs/authoring.md
CHANGED
|
@@ -57,10 +57,8 @@ signatures, or JSDoc.
|
|
|
57
57
|
## Inheritance
|
|
58
58
|
|
|
59
59
|
Notes accumulate across the inheritance chain in parent-to-child order.
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
prototype methods. Implement `agentNotes()` on each class that has its own
|
|
63
|
-
cross-method rules.
|
|
60
|
+
Collection is automatic, like Python's MRO: implement `agentNotes()` on each
|
|
61
|
+
class that has its own cross-method rules, and every class's section shows.
|
|
64
62
|
|
|
65
63
|
## `agentHelp()`
|
|
66
64
|
|