**docs: add comprehensive developer guide and update npm version**
- Introduced `DEVELOPERS.md` with detailed documentation for building, testing, publishing, and contributing to Brainy. - Updated `README.md` to link to the new developer guide, streamlining the main document structure by removing technical build details. - Updated npm version badge in `README.md` to `0.9.22`. - Added a changelog entry to `cli-package/README.md` for version `0.9.23` to document recent CLI updates. This update improves developer onboarding, centralizes developer resources, and aligns documentation with the latest releases.
This commit is contained in:
parent
73041fc670
commit
8488f77087
3 changed files with 174 additions and 113 deletions
|
|
@ -49,6 +49,11 @@ brainy generate-random-graph --noun-count 20 --verb-count 30 --clear
|
|||
|
||||
- Node.js >= 24.0.0
|
||||
|
||||
## Changelog
|
||||
|
||||
### 0.9.23
|
||||
- Fixed compatibility with Node.js v24 by adding support for the new TextEncoder global object
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue