Skip to content

Commit 75881e3

Browse files
committed
Update roadmap
1 parent 30aa538 commit 75881e3

File tree

6 files changed

+36
-1
lines changed

6 files changed

+36
-1
lines changed

web/content/roadmap/4-local-memory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Local Memory & Knowledge based
3-
status: planned
3+
status: in-progress
44
order: 4
55
---
66

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: Skill Management
3+
status: planned
4+
order: 5
5+
---
6+
7+
Stop copy-pasting prompts and scripts between projects. Skill Management will provide a centralized registry to version, install, and share your custom AI capabilities (like specific refactoring workflows or testing patterns) across all your projects and teams with a single command.

web/content/roadmap/6-hooks.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: Hooks
3+
status: planned
4+
order: 6
5+
---
6+
7+
Streamline your workflow by automatically configuring agent-specific hooks, such as those for Claude Code or Cursor. This feature will enable you to define "chain-reactions"—like automatically triggering a `/code-review` command immediately after an implementation step is completed—ensuring quality checks happen without you needing to remember to run them manually.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: Memory Management
3+
status: planned
4+
order: 7
5+
---
6+
7+
Keep your AI's knowledge base clean and relevant. We are building tools that allow you to easily browse, edit, merge, and delete stored rules and patterns, ensuring your agents don't get confused by outdated or conflicting information as your project evolves.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: Memory Evaluation
3+
status: planned
4+
order: 8
5+
---
6+
7+
Trust that your AI is remembering the right things. This feature will introduce a testing framework for your memory bank, allowing you to define "retrieval tests" that verify whether the correct coding standards and documentation are being prioritized when your AI agent searches for context.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: Context Compaction
3+
status: planned
4+
order: 9
5+
---
6+
7+
Reduce costs and stay within token limits without losing context. Context Compaction will implement intelligent summarization algorithms and "context packaging" to compress large documentation or conversation histories into concise, token-efficient formats that can be easily passed to new agents or threads.

0 commit comments

Comments
 (0)