@joshuaswarren/openclaw-engram 9.0.55 → 9.0.56
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 +5 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -143,6 +143,11 @@ See the [Search Backends Guide](docs/search-backends.md) for detailed configurat
|
|
|
143
143
|
|
|
144
144
|
Want to build your own? See [Writing a Search Backend](docs/writing-a-search-backend.md).
|
|
145
145
|
|
|
146
|
+
## Roadmap
|
|
147
|
+
|
|
148
|
+
- [Engram Feature Roadmap (GitHub Project)](https://github.com/users/joshuaswarren/projects/1) — Current issue order, blockers, and next work
|
|
149
|
+
- [Historical Plans Index](docs/plans/README.md) — Design docs and archived completed plans
|
|
150
|
+
|
|
146
151
|
## Feature Highlights
|
|
147
152
|
|
|
148
153
|
Engram's capabilities are organized into feature families that you can enable progressively:
|
package/package.json
CHANGED