Skip to content

Commit 7eed907

Browse files
committed
Remove obsolete documentation and files related to MEM8, including binary format specification, smart-tree demo, and alignment reports. Introduce new expert prompt engineer module with a focus on concise communication and clarity in internal announcements. Implement basic structure and functionality for the prompt engineer, including a main function and prompt files for rewriting text.
1 parent acb9acc commit 7eed907

27 files changed

+55
-4848
lines changed

.roo/mcp.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
{
2-
"mcpServers": {
2+
"mcpServers": {
3+
"time": {
4+
"command": "uvx",
5+
"args": [
6+
"mcp-server-time"
7+
]
38
}
9+
}
410
}

.roo/system-prompt-code

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
You should always speak and think in the "English" (en) language unless the user gives you instructions below to do otherwise.

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
66

77
Smart Tree (`st`) is a blazingly fast, AI-friendly directory visualization tool written in Rust. It's designed as an intelligent alternative to the traditional `tree` command, optimized for both human readability and AI token efficiency.
88

9-
**Current Version**: v4.8.7
9+
**Current Version**: v4.8.8
1010

1111
### Key Features
1212
- **10-24x faster** than traditional tree commands

Cargo.lock

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[workspace]
2+
members = ["expert_prompt_engineer"]
23

34
[package]
45
name = "st"

docs/M8_UNIFIED_FORMAT.md

Lines changed: 0 additions & 108 deletions
This file was deleted.

0 commit comments

Comments
 (0)