docs: document EverOS 1.0.0 issue migration (#258)
* docs: document EverOS 1.0 issue migration * docs: standardize EverOS 1.0.0 wording
This commit is contained in:
@ -229,13 +229,13 @@ A context-native AI wearable that listens to everyday life and converts conversa
|
||||
<tr>
|
||||
<td width="50%" valign="top">
|
||||
|
||||
[](https://github.com/EverMind-AI/EverOS/tree/0f49826ba0f9a94e1974c97614a46a68e0a08b52/evermemos-openclaw-plugin)
|
||||
[](../docs/migration-to-1.0.0.md)
|
||||
|
||||
#### OpenClaw Agent Memory
|
||||
#### Legacy OpenClaw Agent Memory
|
||||
|
||||
A 24/7 agent workflow with continuous learning memory across sessions.
|
||||
Archived pre-1.0.0 plugin reference. New integrations should use the EverOS 1.0.0 API.
|
||||
|
||||
[Plugin](https://github.com/EverMind-AI/EverOS/tree/0f49826ba0f9a94e1974c97614a46a68e0a08b52/evermemos-openclaw-plugin)
|
||||
[Learn more](../docs/migration-to-1.0.0.md)
|
||||
|
||||
</td>
|
||||
<td width="50%" valign="top">
|
||||
|
||||
@ -2,6 +2,13 @@
|
||||
|
||||
Persistent memory for Claude Code. Automatically saves and recalls context from past coding sessions.
|
||||
|
||||
> Compatibility note: this folder documents a legacy EverMem Cloud
|
||||
> plugin. It still uses the old cloud `/api/v1/memories/*` routes and
|
||||
> should not be treated as the canonical local EverOS 1.0.0 OSS API.
|
||||
> New integrations should follow
|
||||
> [EverOS 1.0.0 migration notes](../../docs/migration-to-1.0.0.md) and
|
||||
> [the API reference](../../docs/api.md).
|
||||
|
||||

|
||||
|
||||
## Features
|
||||
|
||||
Reference in New Issue
Block a user