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 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
- Unlike Python, TypeScript does not automatically merge notes from separate
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-readable-ts",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "Attach agent-oriented documentation to any class, object, or function",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/src/index.d.ts",