Skip to content

Commit ec60491

Browse files
authored
Merge pull request #123 from jijiamoer/feat/windsurf-trajectory-extractor
feat: add windsurf-trajectory-extractor
2 parents f78cd2b + 0e4ac02 commit ec60491

4 files changed

Lines changed: 10 additions & 0 deletions

File tree

.gitmodules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
[submodule "nowledge-mem-gemini-cli"]
22
path = nowledge-mem-gemini-cli
33
url = git@github.com:nowledge-co/nowledge-mem-gemini-cli.git
4+
[submodule "windsurf-trajectory-extractor"]
5+
path = windsurf-trajectory-extractor
6+
url = git@github.com:jijiamoer/windsurf-trajectory-extractor.git
7+
[submodule "antigravity-trajectory-extractor"]
8+
path = antigravity-trajectory-extractor
9+
url = git@github.com:jijiamoer/antigravity-trajectory-extractor.git

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ Each directory is a standalone integration. Pick the one that matches your tool.
2424
| **[Claude Code Plugin](nowledge-mem-claude-code-plugin)** | `claude plugin marketplace add nowledge-co/community` then `claude plugin install nowledge-mem@nowledge-community` | Claude Code native plugin with hooks for Working Memory bootstrap, routed recall, and automatic session capture. |
2525
| **[Droid Plugin](nowledge-mem-droid-plugin)** | `droid plugin marketplace add https://github.com/nowledge-co/community` then `droid plugin install nowledge-mem@nowledge-community` | Factory Droid plugin with Working Memory bootstrap, routed recall, distillation, and honest `save-handoff` semantics. |
2626
| **[Gemini CLI](https://github.com/nowledge-co/nowledge-mem-gemini-cli)** | `git clone https://github.com/nowledge-co/nowledge-mem-gemini-cli.git` then `cd nowledge-mem-gemini-cli && gemini extensions link .` | Gemini-native context, hooks, commands, and skills for Working Memory, routed recall, real thread save, and handoff summaries. |
27+
| **[Antigravity Trajectory Extractor](https://github.com/jijiamoer/antigravity-trajectory-extractor)** | `git clone https://github.com/jijiamoer/antigravity-trajectory-extractor.git` | Live RPC extraction for Antigravity conversation trajectories. |
28+
| **[Windsurf Trajectory Extractor](https://github.com/jijiamoer/windsurf-trajectory-extractor)** | `git clone https://github.com/jijiamoer/windsurf-trajectory-extractor.git` | Offline protobuf extraction for Windsurf Cascade conversation history. |
2729
| **[Cursor Plugin](nowledge-mem-cursor-plugin)** | Use the packaged Cursor plugin directory with Cursor's plugin workflow | Cursor-native plugin package with bundled MCP config, rules, Working Memory, routed recall, distillation, and honest `save-handoff` semantics. |
2830
| **[Codex Prompts](nowledge-mem-codex-prompts)** | Copy `AGENTS.md` to your project | Codex-native workflow pack for Working Memory, routed recall, real session save, and distillation. |
2931
| **[OpenClaw Plugin](nowledge-mem-openclaw-plugin)** | `openclaw plugins install @nowledge/openclaw-nowledge-mem` | Full memory lifecycle with memory tools, thread tools, automatic capture, and distillation. |

antigravity-trajectory-extractor

windsurf-trajectory-extractor

0 commit comments

Comments
 (0)