feat: integrate ram-a-kv project into monorepo Add the ram-a-kv KV-cache project under ram-a-kv/, comprising the Rust crates (manager-core, ram-a-kv, ram-a-kv-sdk), the openclaw-plugin (TypeScript), docs, tests, and example config.
chore: restructure into ram-a-mem subdir and scaffold ram-a-kv Move all project files (Cargo workspace, crates, docs, evaluation, plugins, LICENSE, README, Third-Party notice) into ram-a-mem/ via git mv to prepare the repo for hosting a second project. Keep .gitignore and .gitattributes at the repo root and re-anchor .gitignore paths to the ram-a-mem/ prefix so ignore rules remain effective. Add an empty ram-a-kv/ as a scaffold for the upcoming project.
chore: restructure into ram-a-mem subdir and scaffold ram-a-kv Move all project files (Cargo workspace, crates, docs, evaluation, plugins, LICENSE, README, Third-Party notice) into ram-a-mem/ via git mv to prepare the repo for hosting a second project. Keep .gitignore and .gitattributes at the repo root and re-anchor .gitignore paths to the ram-a-mem/ prefix so ignore rules remain effective. Add an empty ram-a-kv/ as a scaffold for the upcoming project.