@nano-step/nano-brain 2026.7.104 → 2026.7.201
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 +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -511,6 +511,8 @@ go test -race -short ./...
|
|
|
511
511
|
go test -race -tags=integration ./...
|
|
512
512
|
```
|
|
513
513
|
|
|
514
|
+
`GET /api/openapi.json` serves the current OpenAPI 3.0 spec for the full REST API — import it into Postman, Swagger UI, or any codegen tool to discover the endpoint surface without reading Go source. Regenerate it via `make generate-openapi` after adding or changing routes.
|
|
515
|
+
|
|
514
516
|
### Project Structure
|
|
515
517
|
|
|
516
518
|
```
|