@dniskav/neuron 0.1.3 → 0.1.4
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/README.md +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -161,6 +161,10 @@ npm run build # outputs CJS + ESM + type declarations to dist/
|
|
|
161
161
|
npm run dev # watch mode
|
|
162
162
|
```
|
|
163
163
|
|
|
164
|
+
## For AI agents
|
|
165
|
+
|
|
166
|
+
If you are an AI agent or LLM working with this codebase, read [AGENTS.md](AGENTS.md) first. It contains the full class hierarchy, design constraints, and what this library does not do.
|
|
167
|
+
|
|
164
168
|
## License
|
|
165
169
|
|
|
166
170
|
MIT
|
package/package.json
CHANGED