Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
962292dd27 | ||
|
|
074bd5b7b7 |
127
rust/.omc/project-memory.json
Normal file
127
rust/.omc/project-memory.json
Normal file
@@ -0,0 +1,127 @@
|
|||||||
|
{
|
||||||
|
"version": "1.0.0",
|
||||||
|
"lastScanned": 1774971516826,
|
||||||
|
"projectRoot": "/home/bellman/Workspace/clawd-code-worktrees/api/rust",
|
||||||
|
"techStack": {
|
||||||
|
"languages": [
|
||||||
|
{
|
||||||
|
"name": "Rust",
|
||||||
|
"version": null,
|
||||||
|
"confidence": "high",
|
||||||
|
"markers": [
|
||||||
|
"Cargo.toml"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"frameworks": [],
|
||||||
|
"packageManager": "cargo",
|
||||||
|
"runtime": null
|
||||||
|
},
|
||||||
|
"build": {
|
||||||
|
"buildCommand": "cargo build",
|
||||||
|
"testCommand": "cargo test",
|
||||||
|
"lintCommand": "cargo clippy",
|
||||||
|
"devCommand": "cargo run",
|
||||||
|
"scripts": {}
|
||||||
|
},
|
||||||
|
"conventions": {
|
||||||
|
"namingStyle": null,
|
||||||
|
"importStyle": null,
|
||||||
|
"testPattern": null,
|
||||||
|
"fileOrganization": null
|
||||||
|
},
|
||||||
|
"structure": {
|
||||||
|
"isMonorepo": false,
|
||||||
|
"workspaces": [],
|
||||||
|
"mainDirectories": [],
|
||||||
|
"gitBranches": {
|
||||||
|
"defaultBranch": "main",
|
||||||
|
"branchingStrategy": null
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"customNotes": [],
|
||||||
|
"directoryMap": {
|
||||||
|
"crates": {
|
||||||
|
"path": "crates",
|
||||||
|
"purpose": null,
|
||||||
|
"fileCount": 0,
|
||||||
|
"lastAccessed": 1774971516823,
|
||||||
|
"keyFiles": []
|
||||||
|
},
|
||||||
|
"target": {
|
||||||
|
"path": "target",
|
||||||
|
"purpose": null,
|
||||||
|
"fileCount": 2,
|
||||||
|
"lastAccessed": 1774971516823,
|
||||||
|
"keyFiles": [
|
||||||
|
"CACHEDIR.TAG"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"crates/api": {
|
||||||
|
"path": "crates/api",
|
||||||
|
"purpose": "API routes",
|
||||||
|
"fileCount": 1,
|
||||||
|
"lastAccessed": 1774971516824,
|
||||||
|
"keyFiles": [
|
||||||
|
"Cargo.toml"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"hotPaths": [
|
||||||
|
{
|
||||||
|
"path": "crates/api/Cargo.toml",
|
||||||
|
"accessCount": 1,
|
||||||
|
"lastAccessed": 1774971547109,
|
||||||
|
"type": "file"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "crates/api/src/lib.rs",
|
||||||
|
"accessCount": 1,
|
||||||
|
"lastAccessed": 1774971547624,
|
||||||
|
"type": "file"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "crates/api/src/client.rs",
|
||||||
|
"accessCount": 1,
|
||||||
|
"lastAccessed": 1774971548001,
|
||||||
|
"type": "file"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "crates/api/src/error.rs",
|
||||||
|
"accessCount": 1,
|
||||||
|
"lastAccessed": 1774971548503,
|
||||||
|
"type": "file"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "crates/api/src/sse.rs",
|
||||||
|
"accessCount": 1,
|
||||||
|
"lastAccessed": 1774971549311,
|
||||||
|
"type": "file"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "crates/api/src/types.rs",
|
||||||
|
"accessCount": 1,
|
||||||
|
"lastAccessed": 1774971549472,
|
||||||
|
"type": "file"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "crates/api/tests/client_integration.rs",
|
||||||
|
"accessCount": 1,
|
||||||
|
"lastAccessed": 1774971550143,
|
||||||
|
"type": "file"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "Cargo.toml",
|
||||||
|
"accessCount": 1,
|
||||||
|
"lastAccessed": 1774971550539,
|
||||||
|
"type": "file"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "crates/rusty-claude-cli/src/main.rs",
|
||||||
|
"accessCount": 1,
|
||||||
|
"lastAccessed": 1774971551474,
|
||||||
|
"type": "file"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"userDirectives": []
|
||||||
|
}
|
||||||
3
rust/.omc/state/idle-notif-cooldown.json
Normal file
3
rust/.omc/state/idle-notif-cooldown.json
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"lastSentAt": "2026-03-31T15:39:44.771Z"
|
||||||
|
}
|
||||||
@@ -109,6 +109,13 @@ cd rust
|
|||||||
cargo run -p rusty-claude-cli -- --allowedTools read,glob
|
cargo run -p rusty-claude-cli -- --allowedTools read,glob
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Bootstrap Claude project files for the current repo:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
cd rust
|
||||||
|
cargo run -p rusty-claude-cli -- init
|
||||||
|
```
|
||||||
|
|
||||||
### 2) REPL mode
|
### 2) REPL mode
|
||||||
|
|
||||||
Start the interactive shell:
|
Start the interactive shell:
|
||||||
@@ -179,7 +186,7 @@ cargo run -p rusty-claude-cli -- --resume session.json /memory /config
|
|||||||
- `/resume <session-path>` — load a saved session into the REPL
|
- `/resume <session-path>` — load a saved session into the REPL
|
||||||
- `/config [env|hooks|model]` — inspect discovered Claude config
|
- `/config [env|hooks|model]` — inspect discovered Claude config
|
||||||
- `/memory` — inspect loaded instruction memory files
|
- `/memory` — inspect loaded instruction memory files
|
||||||
- `/init` — create a starter `CLAUDE.md`
|
- `/init` — bootstrap `.claude.json`, `.claude/`, `CLAUDE.md`, and local ignore rules
|
||||||
- `/diff` — show the current git diff for the workspace
|
- `/diff` — show the current git diff for the workspace
|
||||||
- `/version` — print version and build metadata locally
|
- `/version` — print version and build metadata locally
|
||||||
- `/export [file]` — export the current conversation transcript
|
- `/export [file]` — export the current conversation transcript
|
||||||
|
|||||||
@@ -101,7 +101,7 @@ const SLASH_COMMAND_SPECS: &[SlashCommandSpec] = &[
|
|||||||
},
|
},
|
||||||
SlashCommandSpec {
|
SlashCommandSpec {
|
||||||
name: "init",
|
name: "init",
|
||||||
summary: "Create a starter CLAUDE.md for this repo",
|
summary: "Bootstrap Claude project files for this repo",
|
||||||
argument_hint: None,
|
argument_hint: None,
|
||||||
resume_supported: true,
|
resume_supported: true,
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -414,7 +414,6 @@ mod tests {
|
|||||||
cwd: PathBuf::from("/tmp/project"),
|
cwd: PathBuf::from("/tmp/project"),
|
||||||
current_date: "2026-03-31".to_string(),
|
current_date: "2026-03-31".to_string(),
|
||||||
git_status: None,
|
git_status: None,
|
||||||
git_diff: None,
|
|
||||||
instruction_files: Vec::new(),
|
instruction_files: Vec::new(),
|
||||||
})
|
})
|
||||||
.with_os("linux", "6.8")
|
.with_os("linux", "6.8")
|
||||||
|
|||||||
@@ -50,7 +50,6 @@ pub struct ProjectContext {
|
|||||||
pub cwd: PathBuf,
|
pub cwd: PathBuf,
|
||||||
pub current_date: String,
|
pub current_date: String,
|
||||||
pub git_status: Option<String>,
|
pub git_status: Option<String>,
|
||||||
pub git_diff: Option<String>,
|
|
||||||
pub instruction_files: Vec<ContextFile>,
|
pub instruction_files: Vec<ContextFile>,
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -65,7 +64,6 @@ impl ProjectContext {
|
|||||||
cwd,
|
cwd,
|
||||||
current_date: current_date.into(),
|
current_date: current_date.into(),
|
||||||
git_status: None,
|
git_status: None,
|
||||||
git_diff: None,
|
|
||||||
instruction_files,
|
instruction_files,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
@@ -76,7 +74,6 @@ impl ProjectContext {
|
|||||||
) -> std::io::Result<Self> {
|
) -> std::io::Result<Self> {
|
||||||
let mut context = Self::discover(cwd, current_date)?;
|
let mut context = Self::discover(cwd, current_date)?;
|
||||||
context.git_status = read_git_status(&context.cwd);
|
context.git_status = read_git_status(&context.cwd);
|
||||||
context.git_diff = read_git_diff(&context.cwd);
|
|
||||||
Ok(context)
|
Ok(context)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -242,38 +239,6 @@ fn read_git_status(cwd: &Path) -> Option<String> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
fn read_git_diff(cwd: &Path) -> Option<String> {
|
|
||||||
let mut sections = Vec::new();
|
|
||||||
|
|
||||||
let staged = read_git_output(cwd, &["diff", "--cached"])?;
|
|
||||||
if !staged.trim().is_empty() {
|
|
||||||
sections.push(format!("Staged changes:\n{}", staged.trim_end()));
|
|
||||||
}
|
|
||||||
|
|
||||||
let unstaged = read_git_output(cwd, &["diff"])?;
|
|
||||||
if !unstaged.trim().is_empty() {
|
|
||||||
sections.push(format!("Unstaged changes:\n{}", unstaged.trim_end()));
|
|
||||||
}
|
|
||||||
|
|
||||||
if sections.is_empty() {
|
|
||||||
None
|
|
||||||
} else {
|
|
||||||
Some(sections.join("\n\n"))
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
fn read_git_output(cwd: &Path, args: &[&str]) -> Option<String> {
|
|
||||||
let output = Command::new("git")
|
|
||||||
.args(args)
|
|
||||||
.current_dir(cwd)
|
|
||||||
.output()
|
|
||||||
.ok()?;
|
|
||||||
if !output.status.success() {
|
|
||||||
return None;
|
|
||||||
}
|
|
||||||
String::from_utf8(output.stdout).ok()
|
|
||||||
}
|
|
||||||
|
|
||||||
fn render_project_context(project_context: &ProjectContext) -> String {
|
fn render_project_context(project_context: &ProjectContext) -> String {
|
||||||
let mut lines = vec!["# Project context".to_string()];
|
let mut lines = vec!["# Project context".to_string()];
|
||||||
let mut bullets = vec![
|
let mut bullets = vec![
|
||||||
@@ -292,11 +257,6 @@ fn render_project_context(project_context: &ProjectContext) -> String {
|
|||||||
lines.push("Git status snapshot:".to_string());
|
lines.push("Git status snapshot:".to_string());
|
||||||
lines.push(status.clone());
|
lines.push(status.clone());
|
||||||
}
|
}
|
||||||
if let Some(diff) = &project_context.git_diff {
|
|
||||||
lines.push(String::new());
|
|
||||||
lines.push("Git diff snapshot:".to_string());
|
|
||||||
lines.push(diff.clone());
|
|
||||||
}
|
|
||||||
lines.join("\n")
|
lines.join("\n")
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -617,49 +577,6 @@ mod tests {
|
|||||||
assert!(status.contains("## No commits yet on") || status.contains("## "));
|
assert!(status.contains("## No commits yet on") || status.contains("## "));
|
||||||
assert!(status.contains("?? CLAUDE.md"));
|
assert!(status.contains("?? CLAUDE.md"));
|
||||||
assert!(status.contains("?? tracked.txt"));
|
assert!(status.contains("?? tracked.txt"));
|
||||||
assert!(context.git_diff.is_none());
|
|
||||||
|
|
||||||
fs::remove_dir_all(root).expect("cleanup temp dir");
|
|
||||||
}
|
|
||||||
|
|
||||||
#[test]
|
|
||||||
fn discover_with_git_includes_diff_snapshot_for_tracked_changes() {
|
|
||||||
let root = temp_dir();
|
|
||||||
fs::create_dir_all(&root).expect("root dir");
|
|
||||||
std::process::Command::new("git")
|
|
||||||
.args(["init", "--quiet"])
|
|
||||||
.current_dir(&root)
|
|
||||||
.status()
|
|
||||||
.expect("git init should run");
|
|
||||||
std::process::Command::new("git")
|
|
||||||
.args(["config", "user.email", "tests@example.com"])
|
|
||||||
.current_dir(&root)
|
|
||||||
.status()
|
|
||||||
.expect("git config email should run");
|
|
||||||
std::process::Command::new("git")
|
|
||||||
.args(["config", "user.name", "Runtime Prompt Tests"])
|
|
||||||
.current_dir(&root)
|
|
||||||
.status()
|
|
||||||
.expect("git config name should run");
|
|
||||||
fs::write(root.join("tracked.txt"), "hello\n").expect("write tracked file");
|
|
||||||
std::process::Command::new("git")
|
|
||||||
.args(["add", "tracked.txt"])
|
|
||||||
.current_dir(&root)
|
|
||||||
.status()
|
|
||||||
.expect("git add should run");
|
|
||||||
std::process::Command::new("git")
|
|
||||||
.args(["commit", "-m", "init", "--quiet"])
|
|
||||||
.current_dir(&root)
|
|
||||||
.status()
|
|
||||||
.expect("git commit should run");
|
|
||||||
fs::write(root.join("tracked.txt"), "hello\nworld\n").expect("rewrite tracked file");
|
|
||||||
|
|
||||||
let context =
|
|
||||||
ProjectContext::discover_with_git(&root, "2026-03-31").expect("context should load");
|
|
||||||
|
|
||||||
let diff = context.git_diff.expect("git diff should be present");
|
|
||||||
assert!(diff.contains("Unstaged changes:"));
|
|
||||||
assert!(diff.contains("tracked.txt"));
|
|
||||||
|
|
||||||
fs::remove_dir_all(root).expect("cleanup temp dir");
|
fs::remove_dir_all(root).expect("cleanup temp dir");
|
||||||
}
|
}
|
||||||
|
|||||||
433
rust/crates/rusty-claude-cli/src/init.rs
Normal file
433
rust/crates/rusty-claude-cli/src/init.rs
Normal file
@@ -0,0 +1,433 @@
|
|||||||
|
use std::fs;
|
||||||
|
use std::path::{Path, PathBuf};
|
||||||
|
|
||||||
|
const STARTER_CLAUDE_JSON: &str = concat!(
|
||||||
|
"{\n",
|
||||||
|
" \"permissions\": {\n",
|
||||||
|
" \"defaultMode\": \"acceptEdits\"\n",
|
||||||
|
" }\n",
|
||||||
|
"}\n",
|
||||||
|
);
|
||||||
|
const GITIGNORE_COMMENT: &str = "# Claude Code local artifacts";
|
||||||
|
const GITIGNORE_ENTRIES: [&str; 2] = [".claude/settings.local.json", ".claude/sessions/"];
|
||||||
|
|
||||||
|
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
|
||||||
|
pub(crate) enum InitStatus {
|
||||||
|
Created,
|
||||||
|
Updated,
|
||||||
|
Skipped,
|
||||||
|
}
|
||||||
|
|
||||||
|
impl InitStatus {
|
||||||
|
#[must_use]
|
||||||
|
pub(crate) fn label(self) -> &'static str {
|
||||||
|
match self {
|
||||||
|
Self::Created => "created",
|
||||||
|
Self::Updated => "updated",
|
||||||
|
Self::Skipped => "skipped (already exists)",
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#[derive(Debug, Clone, PartialEq, Eq)]
|
||||||
|
pub(crate) struct InitArtifact {
|
||||||
|
pub(crate) name: &'static str,
|
||||||
|
pub(crate) status: InitStatus,
|
||||||
|
}
|
||||||
|
|
||||||
|
#[derive(Debug, Clone, PartialEq, Eq)]
|
||||||
|
pub(crate) struct InitReport {
|
||||||
|
pub(crate) project_root: PathBuf,
|
||||||
|
pub(crate) artifacts: Vec<InitArtifact>,
|
||||||
|
}
|
||||||
|
|
||||||
|
impl InitReport {
|
||||||
|
#[must_use]
|
||||||
|
pub(crate) fn render(&self) -> String {
|
||||||
|
let mut lines = vec![
|
||||||
|
"Init".to_string(),
|
||||||
|
format!(" Project {}", self.project_root.display()),
|
||||||
|
];
|
||||||
|
for artifact in &self.artifacts {
|
||||||
|
lines.push(format!(
|
||||||
|
" {:<16} {}",
|
||||||
|
artifact.name,
|
||||||
|
artifact.status.label()
|
||||||
|
));
|
||||||
|
}
|
||||||
|
lines.push(" Next step Review and tailor the generated guidance".to_string());
|
||||||
|
lines.join("\n")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#[derive(Debug, Clone, Default, PartialEq, Eq)]
|
||||||
|
#[allow(clippy::struct_excessive_bools)]
|
||||||
|
struct RepoDetection {
|
||||||
|
rust_workspace: bool,
|
||||||
|
rust_root: bool,
|
||||||
|
python: bool,
|
||||||
|
package_json: bool,
|
||||||
|
typescript: bool,
|
||||||
|
nextjs: bool,
|
||||||
|
react: bool,
|
||||||
|
vite: bool,
|
||||||
|
nest: bool,
|
||||||
|
src_dir: bool,
|
||||||
|
tests_dir: bool,
|
||||||
|
rust_dir: bool,
|
||||||
|
}
|
||||||
|
|
||||||
|
pub(crate) fn initialize_repo(cwd: &Path) -> Result<InitReport, Box<dyn std::error::Error>> {
|
||||||
|
let mut artifacts = Vec::new();
|
||||||
|
|
||||||
|
let claude_dir = cwd.join(".claude");
|
||||||
|
artifacts.push(InitArtifact {
|
||||||
|
name: ".claude/",
|
||||||
|
status: ensure_dir(&claude_dir)?,
|
||||||
|
});
|
||||||
|
|
||||||
|
let claude_json = cwd.join(".claude.json");
|
||||||
|
artifacts.push(InitArtifact {
|
||||||
|
name: ".claude.json",
|
||||||
|
status: write_file_if_missing(&claude_json, STARTER_CLAUDE_JSON)?,
|
||||||
|
});
|
||||||
|
|
||||||
|
let gitignore = cwd.join(".gitignore");
|
||||||
|
artifacts.push(InitArtifact {
|
||||||
|
name: ".gitignore",
|
||||||
|
status: ensure_gitignore_entries(&gitignore)?,
|
||||||
|
});
|
||||||
|
|
||||||
|
let claude_md = cwd.join("CLAUDE.md");
|
||||||
|
let content = render_init_claude_md(cwd);
|
||||||
|
artifacts.push(InitArtifact {
|
||||||
|
name: "CLAUDE.md",
|
||||||
|
status: write_file_if_missing(&claude_md, &content)?,
|
||||||
|
});
|
||||||
|
|
||||||
|
Ok(InitReport {
|
||||||
|
project_root: cwd.to_path_buf(),
|
||||||
|
artifacts,
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
fn ensure_dir(path: &Path) -> Result<InitStatus, std::io::Error> {
|
||||||
|
if path.is_dir() {
|
||||||
|
return Ok(InitStatus::Skipped);
|
||||||
|
}
|
||||||
|
fs::create_dir_all(path)?;
|
||||||
|
Ok(InitStatus::Created)
|
||||||
|
}
|
||||||
|
|
||||||
|
fn write_file_if_missing(path: &Path, content: &str) -> Result<InitStatus, std::io::Error> {
|
||||||
|
if path.exists() {
|
||||||
|
return Ok(InitStatus::Skipped);
|
||||||
|
}
|
||||||
|
fs::write(path, content)?;
|
||||||
|
Ok(InitStatus::Created)
|
||||||
|
}
|
||||||
|
|
||||||
|
fn ensure_gitignore_entries(path: &Path) -> Result<InitStatus, std::io::Error> {
|
||||||
|
if !path.exists() {
|
||||||
|
let mut lines = vec![GITIGNORE_COMMENT.to_string()];
|
||||||
|
lines.extend(GITIGNORE_ENTRIES.iter().map(|entry| (*entry).to_string()));
|
||||||
|
fs::write(path, format!("{}\n", lines.join("\n")))?;
|
||||||
|
return Ok(InitStatus::Created);
|
||||||
|
}
|
||||||
|
|
||||||
|
let existing = fs::read_to_string(path)?;
|
||||||
|
let mut lines = existing.lines().map(ToOwned::to_owned).collect::<Vec<_>>();
|
||||||
|
let mut changed = false;
|
||||||
|
|
||||||
|
if !lines.iter().any(|line| line == GITIGNORE_COMMENT) {
|
||||||
|
lines.push(GITIGNORE_COMMENT.to_string());
|
||||||
|
changed = true;
|
||||||
|
}
|
||||||
|
|
||||||
|
for entry in GITIGNORE_ENTRIES {
|
||||||
|
if !lines.iter().any(|line| line == entry) {
|
||||||
|
lines.push(entry.to_string());
|
||||||
|
changed = true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if !changed {
|
||||||
|
return Ok(InitStatus::Skipped);
|
||||||
|
}
|
||||||
|
|
||||||
|
fs::write(path, format!("{}\n", lines.join("\n")))?;
|
||||||
|
Ok(InitStatus::Updated)
|
||||||
|
}
|
||||||
|
|
||||||
|
pub(crate) fn render_init_claude_md(cwd: &Path) -> String {
|
||||||
|
let detection = detect_repo(cwd);
|
||||||
|
let mut lines = vec![
|
||||||
|
"# CLAUDE.md".to_string(),
|
||||||
|
String::new(),
|
||||||
|
"This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.".to_string(),
|
||||||
|
String::new(),
|
||||||
|
];
|
||||||
|
|
||||||
|
let detected_languages = detected_languages(&detection);
|
||||||
|
let detected_frameworks = detected_frameworks(&detection);
|
||||||
|
lines.push("## Detected stack".to_string());
|
||||||
|
if detected_languages.is_empty() {
|
||||||
|
lines.push("- No specific language markers were detected yet; document the primary language and verification commands once the project structure settles.".to_string());
|
||||||
|
} else {
|
||||||
|
lines.push(format!("- Languages: {}.", detected_languages.join(", ")));
|
||||||
|
}
|
||||||
|
if detected_frameworks.is_empty() {
|
||||||
|
lines.push("- Frameworks: none detected from the supported starter markers.".to_string());
|
||||||
|
} else {
|
||||||
|
lines.push(format!(
|
||||||
|
"- Frameworks/tooling markers: {}.",
|
||||||
|
detected_frameworks.join(", ")
|
||||||
|
));
|
||||||
|
}
|
||||||
|
lines.push(String::new());
|
||||||
|
|
||||||
|
let verification_lines = verification_lines(cwd, &detection);
|
||||||
|
if !verification_lines.is_empty() {
|
||||||
|
lines.push("## Verification".to_string());
|
||||||
|
lines.extend(verification_lines);
|
||||||
|
lines.push(String::new());
|
||||||
|
}
|
||||||
|
|
||||||
|
let structure_lines = repository_shape_lines(&detection);
|
||||||
|
if !structure_lines.is_empty() {
|
||||||
|
lines.push("## Repository shape".to_string());
|
||||||
|
lines.extend(structure_lines);
|
||||||
|
lines.push(String::new());
|
||||||
|
}
|
||||||
|
|
||||||
|
let framework_lines = framework_notes(&detection);
|
||||||
|
if !framework_lines.is_empty() {
|
||||||
|
lines.push("## Framework notes".to_string());
|
||||||
|
lines.extend(framework_lines);
|
||||||
|
lines.push(String::new());
|
||||||
|
}
|
||||||
|
|
||||||
|
lines.push("## Working agreement".to_string());
|
||||||
|
lines.push("- Prefer small, reviewable changes and keep generated bootstrap files aligned with actual repo workflows.".to_string());
|
||||||
|
lines.push("- Keep shared defaults in `.claude.json`; reserve `.claude/settings.local.json` for machine-local overrides.".to_string());
|
||||||
|
lines.push("- Do not overwrite existing `CLAUDE.md` content automatically; update it intentionally when repo workflows change.".to_string());
|
||||||
|
lines.push(String::new());
|
||||||
|
|
||||||
|
lines.join("\n")
|
||||||
|
}
|
||||||
|
|
||||||
|
fn detect_repo(cwd: &Path) -> RepoDetection {
|
||||||
|
let package_json_contents = fs::read_to_string(cwd.join("package.json"))
|
||||||
|
.unwrap_or_default()
|
||||||
|
.to_ascii_lowercase();
|
||||||
|
RepoDetection {
|
||||||
|
rust_workspace: cwd.join("rust").join("Cargo.toml").is_file(),
|
||||||
|
rust_root: cwd.join("Cargo.toml").is_file(),
|
||||||
|
python: cwd.join("pyproject.toml").is_file()
|
||||||
|
|| cwd.join("requirements.txt").is_file()
|
||||||
|
|| cwd.join("setup.py").is_file(),
|
||||||
|
package_json: cwd.join("package.json").is_file(),
|
||||||
|
typescript: cwd.join("tsconfig.json").is_file()
|
||||||
|
|| package_json_contents.contains("typescript"),
|
||||||
|
nextjs: package_json_contents.contains("\"next\""),
|
||||||
|
react: package_json_contents.contains("\"react\""),
|
||||||
|
vite: package_json_contents.contains("\"vite\""),
|
||||||
|
nest: package_json_contents.contains("@nestjs"),
|
||||||
|
src_dir: cwd.join("src").is_dir(),
|
||||||
|
tests_dir: cwd.join("tests").is_dir(),
|
||||||
|
rust_dir: cwd.join("rust").is_dir(),
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
fn detected_languages(detection: &RepoDetection) -> Vec<&'static str> {
|
||||||
|
let mut languages = Vec::new();
|
||||||
|
if detection.rust_workspace || detection.rust_root {
|
||||||
|
languages.push("Rust");
|
||||||
|
}
|
||||||
|
if detection.python {
|
||||||
|
languages.push("Python");
|
||||||
|
}
|
||||||
|
if detection.typescript {
|
||||||
|
languages.push("TypeScript");
|
||||||
|
} else if detection.package_json {
|
||||||
|
languages.push("JavaScript/Node.js");
|
||||||
|
}
|
||||||
|
languages
|
||||||
|
}
|
||||||
|
|
||||||
|
fn detected_frameworks(detection: &RepoDetection) -> Vec<&'static str> {
|
||||||
|
let mut frameworks = Vec::new();
|
||||||
|
if detection.nextjs {
|
||||||
|
frameworks.push("Next.js");
|
||||||
|
}
|
||||||
|
if detection.react {
|
||||||
|
frameworks.push("React");
|
||||||
|
}
|
||||||
|
if detection.vite {
|
||||||
|
frameworks.push("Vite");
|
||||||
|
}
|
||||||
|
if detection.nest {
|
||||||
|
frameworks.push("NestJS");
|
||||||
|
}
|
||||||
|
frameworks
|
||||||
|
}
|
||||||
|
|
||||||
|
fn verification_lines(cwd: &Path, detection: &RepoDetection) -> Vec<String> {
|
||||||
|
let mut lines = Vec::new();
|
||||||
|
if detection.rust_workspace {
|
||||||
|
lines.push("- Run Rust verification from `rust/`: `cargo fmt`, `cargo clippy --workspace --all-targets -- -D warnings`, `cargo test --workspace`".to_string());
|
||||||
|
} else if detection.rust_root {
|
||||||
|
lines.push("- Run Rust verification from the repo root: `cargo fmt`, `cargo clippy --workspace --all-targets -- -D warnings`, `cargo test --workspace`".to_string());
|
||||||
|
}
|
||||||
|
if detection.python {
|
||||||
|
if cwd.join("pyproject.toml").is_file() {
|
||||||
|
lines.push("- Run the Python project checks declared in `pyproject.toml` (for example: `pytest`, `ruff check`, and `mypy` when configured).".to_string());
|
||||||
|
} else {
|
||||||
|
lines.push(
|
||||||
|
"- Run the repo's Python test/lint commands before shipping changes.".to_string(),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if detection.package_json {
|
||||||
|
lines.push("- Run the JavaScript/TypeScript checks from `package.json` before shipping changes (`npm test`, `npm run lint`, `npm run build`, or the repo equivalent).".to_string());
|
||||||
|
}
|
||||||
|
if detection.tests_dir && detection.src_dir {
|
||||||
|
lines.push("- `src/` and `tests/` are both present; update both surfaces together when behavior changes.".to_string());
|
||||||
|
}
|
||||||
|
lines
|
||||||
|
}
|
||||||
|
|
||||||
|
fn repository_shape_lines(detection: &RepoDetection) -> Vec<String> {
|
||||||
|
let mut lines = Vec::new();
|
||||||
|
if detection.rust_dir {
|
||||||
|
lines.push(
|
||||||
|
"- `rust/` contains the Rust workspace and active CLI/runtime implementation."
|
||||||
|
.to_string(),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
if detection.src_dir {
|
||||||
|
lines.push("- `src/` contains source files that should stay consistent with generated guidance and tests.".to_string());
|
||||||
|
}
|
||||||
|
if detection.tests_dir {
|
||||||
|
lines.push("- `tests/` contains validation surfaces that should be reviewed alongside code changes.".to_string());
|
||||||
|
}
|
||||||
|
lines
|
||||||
|
}
|
||||||
|
|
||||||
|
fn framework_notes(detection: &RepoDetection) -> Vec<String> {
|
||||||
|
let mut lines = Vec::new();
|
||||||
|
if detection.nextjs {
|
||||||
|
lines.push("- Next.js detected: preserve routing/data-fetching conventions and verify production builds after changing app structure.".to_string());
|
||||||
|
}
|
||||||
|
if detection.react && !detection.nextjs {
|
||||||
|
lines.push("- React detected: keep component behavior covered with focused tests and avoid unnecessary prop/API churn.".to_string());
|
||||||
|
}
|
||||||
|
if detection.vite {
|
||||||
|
lines.push("- Vite detected: validate the production bundle after changing build-sensitive configuration or imports.".to_string());
|
||||||
|
}
|
||||||
|
if detection.nest {
|
||||||
|
lines.push("- NestJS detected: keep module/provider boundaries explicit and verify controller/service wiring after refactors.".to_string());
|
||||||
|
}
|
||||||
|
lines
|
||||||
|
}
|
||||||
|
|
||||||
|
#[cfg(test)]
|
||||||
|
mod tests {
|
||||||
|
use super::{initialize_repo, render_init_claude_md};
|
||||||
|
use std::fs;
|
||||||
|
use std::path::Path;
|
||||||
|
use std::time::{SystemTime, UNIX_EPOCH};
|
||||||
|
|
||||||
|
fn temp_dir() -> std::path::PathBuf {
|
||||||
|
let nanos = SystemTime::now()
|
||||||
|
.duration_since(UNIX_EPOCH)
|
||||||
|
.expect("time should be after epoch")
|
||||||
|
.as_nanos();
|
||||||
|
std::env::temp_dir().join(format!("rusty-claude-init-{nanos}"))
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn initialize_repo_creates_expected_files_and_gitignore_entries() {
|
||||||
|
let root = temp_dir();
|
||||||
|
fs::create_dir_all(root.join("rust")).expect("create rust dir");
|
||||||
|
fs::write(root.join("rust").join("Cargo.toml"), "[workspace]\n").expect("write cargo");
|
||||||
|
|
||||||
|
let report = initialize_repo(&root).expect("init should succeed");
|
||||||
|
let rendered = report.render();
|
||||||
|
assert!(rendered.contains(".claude/ created"));
|
||||||
|
assert!(rendered.contains(".claude.json created"));
|
||||||
|
assert!(rendered.contains(".gitignore created"));
|
||||||
|
assert!(rendered.contains("CLAUDE.md created"));
|
||||||
|
assert!(root.join(".claude").is_dir());
|
||||||
|
assert!(root.join(".claude.json").is_file());
|
||||||
|
assert!(root.join("CLAUDE.md").is_file());
|
||||||
|
assert_eq!(
|
||||||
|
fs::read_to_string(root.join(".claude.json")).expect("read claude json"),
|
||||||
|
concat!(
|
||||||
|
"{\n",
|
||||||
|
" \"permissions\": {\n",
|
||||||
|
" \"defaultMode\": \"acceptEdits\"\n",
|
||||||
|
" }\n",
|
||||||
|
"}\n",
|
||||||
|
)
|
||||||
|
);
|
||||||
|
let gitignore = fs::read_to_string(root.join(".gitignore")).expect("read gitignore");
|
||||||
|
assert!(gitignore.contains(".claude/settings.local.json"));
|
||||||
|
assert!(gitignore.contains(".claude/sessions/"));
|
||||||
|
let claude_md = fs::read_to_string(root.join("CLAUDE.md")).expect("read claude md");
|
||||||
|
assert!(claude_md.contains("Languages: Rust."));
|
||||||
|
assert!(claude_md.contains("cargo clippy --workspace --all-targets -- -D warnings"));
|
||||||
|
|
||||||
|
fs::remove_dir_all(root).expect("cleanup temp dir");
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn initialize_repo_is_idempotent_and_preserves_existing_files() {
|
||||||
|
let root = temp_dir();
|
||||||
|
fs::create_dir_all(&root).expect("create root");
|
||||||
|
fs::write(root.join("CLAUDE.md"), "custom guidance\n").expect("write existing claude md");
|
||||||
|
fs::write(root.join(".gitignore"), ".claude/settings.local.json\n")
|
||||||
|
.expect("write gitignore");
|
||||||
|
|
||||||
|
let first = initialize_repo(&root).expect("first init should succeed");
|
||||||
|
assert!(first
|
||||||
|
.render()
|
||||||
|
.contains("CLAUDE.md skipped (already exists)"));
|
||||||
|
let second = initialize_repo(&root).expect("second init should succeed");
|
||||||
|
let second_rendered = second.render();
|
||||||
|
assert!(second_rendered.contains(".claude/ skipped (already exists)"));
|
||||||
|
assert!(second_rendered.contains(".claude.json skipped (already exists)"));
|
||||||
|
assert!(second_rendered.contains(".gitignore skipped (already exists)"));
|
||||||
|
assert!(second_rendered.contains("CLAUDE.md skipped (already exists)"));
|
||||||
|
assert_eq!(
|
||||||
|
fs::read_to_string(root.join("CLAUDE.md")).expect("read existing claude md"),
|
||||||
|
"custom guidance\n"
|
||||||
|
);
|
||||||
|
let gitignore = fs::read_to_string(root.join(".gitignore")).expect("read gitignore");
|
||||||
|
assert_eq!(gitignore.matches(".claude/settings.local.json").count(), 1);
|
||||||
|
assert_eq!(gitignore.matches(".claude/sessions/").count(), 1);
|
||||||
|
|
||||||
|
fs::remove_dir_all(root).expect("cleanup temp dir");
|
||||||
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn render_init_template_mentions_detected_python_and_nextjs_markers() {
|
||||||
|
let root = temp_dir();
|
||||||
|
fs::create_dir_all(&root).expect("create root");
|
||||||
|
fs::write(root.join("pyproject.toml"), "[project]\nname = \"demo\"\n")
|
||||||
|
.expect("write pyproject");
|
||||||
|
fs::write(
|
||||||
|
root.join("package.json"),
|
||||||
|
r#"{"dependencies":{"next":"14.0.0","react":"18.0.0"},"devDependencies":{"typescript":"5.0.0"}}"#,
|
||||||
|
)
|
||||||
|
.expect("write package json");
|
||||||
|
|
||||||
|
let rendered = render_init_claude_md(Path::new(&root));
|
||||||
|
assert!(rendered.contains("Languages: Python, TypeScript."));
|
||||||
|
assert!(rendered.contains("Frameworks/tooling markers: Next.js, React."));
|
||||||
|
assert!(rendered.contains("pyproject.toml"));
|
||||||
|
assert!(rendered.contains("Next.js detected"));
|
||||||
|
|
||||||
|
fs::remove_dir_all(root).expect("cleanup temp dir");
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
mod init;
|
||||||
mod input;
|
mod input;
|
||||||
mod render;
|
mod render;
|
||||||
|
|
||||||
@@ -20,6 +21,7 @@ use commands::{
|
|||||||
render_slash_command_help, resume_supported_slash_commands, slash_command_specs, SlashCommand,
|
render_slash_command_help, resume_supported_slash_commands, slash_command_specs, SlashCommand,
|
||||||
};
|
};
|
||||||
use compat_harness::{extract_manifest, UpstreamPaths};
|
use compat_harness::{extract_manifest, UpstreamPaths};
|
||||||
|
use init::initialize_repo;
|
||||||
use render::{Spinner, TerminalRenderer};
|
use render::{Spinner, TerminalRenderer};
|
||||||
use runtime::{
|
use runtime::{
|
||||||
clear_oauth_credentials, generate_pkce_pair, generate_state, load_system_prompt,
|
clear_oauth_credentials, generate_pkce_pair, generate_state, load_system_prompt,
|
||||||
@@ -74,6 +76,7 @@ fn run() -> Result<(), Box<dyn std::error::Error>> {
|
|||||||
.run_turn_with_output(&prompt, output_format)?,
|
.run_turn_with_output(&prompt, output_format)?,
|
||||||
CliAction::Login => run_login()?,
|
CliAction::Login => run_login()?,
|
||||||
CliAction::Logout => run_logout()?,
|
CliAction::Logout => run_logout()?,
|
||||||
|
CliAction::Init => run_init()?,
|
||||||
CliAction::Repl {
|
CliAction::Repl {
|
||||||
model,
|
model,
|
||||||
allowed_tools,
|
allowed_tools,
|
||||||
@@ -106,6 +109,7 @@ enum CliAction {
|
|||||||
},
|
},
|
||||||
Login,
|
Login,
|
||||||
Logout,
|
Logout,
|
||||||
|
Init,
|
||||||
Repl {
|
Repl {
|
||||||
model: String,
|
model: String,
|
||||||
allowed_tools: Option<AllowedToolSet>,
|
allowed_tools: Option<AllowedToolSet>,
|
||||||
@@ -230,6 +234,7 @@ fn parse_args(args: &[String]) -> Result<CliAction, String> {
|
|||||||
"system-prompt" => parse_system_prompt_args(&rest[1..]),
|
"system-prompt" => parse_system_prompt_args(&rest[1..]),
|
||||||
"login" => Ok(CliAction::Login),
|
"login" => Ok(CliAction::Login),
|
||||||
"logout" => Ok(CliAction::Logout),
|
"logout" => Ok(CliAction::Logout),
|
||||||
|
"init" => Ok(CliAction::Init),
|
||||||
"prompt" => {
|
"prompt" => {
|
||||||
let prompt = rest[1..].join(" ");
|
let prompt = rest[1..].join(" ");
|
||||||
if prompt.trim().is_empty() {
|
if prompt.trim().is_empty() {
|
||||||
@@ -703,26 +708,6 @@ fn format_resume_report(session_path: &str, message_count: usize, turns: u32) ->
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn format_init_report(path: &Path, created: bool) -> String {
|
|
||||||
if created {
|
|
||||||
format!(
|
|
||||||
"Init
|
|
||||||
CLAUDE.md {}
|
|
||||||
Result created
|
|
||||||
Next step Review and tailor the generated guidance",
|
|
||||||
path.display()
|
|
||||||
)
|
|
||||||
} else {
|
|
||||||
format!(
|
|
||||||
"Init
|
|
||||||
CLAUDE.md {}
|
|
||||||
Result skipped (already exists)
|
|
||||||
Next step Edit the existing file intentionally if workflows changed",
|
|
||||||
path.display()
|
|
||||||
)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
fn format_compact_report(removed: usize, resulting_messages: usize, skipped: bool) -> String {
|
fn format_compact_report(removed: usize, resulting_messages: usize, skipped: bool) -> String {
|
||||||
if skipped {
|
if skipped {
|
||||||
format!(
|
format!(
|
||||||
@@ -742,61 +727,27 @@ fn format_compact_report(removed: usize, resulting_messages: usize, skipped: boo
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn parse_git_status_metadata(status: Option<&str>) -> (Option<PathBuf>, Option<String>) {
|
fn parse_git_status_metadata(status: Option<&str>) -> (Option<PathBuf>, Option<String>) {
|
||||||
parse_git_status_metadata_for(
|
let Some(status) = status else {
|
||||||
&env::current_dir().unwrap_or_else(|_| PathBuf::from(".")),
|
return (None, None);
|
||||||
status,
|
};
|
||||||
)
|
let branch = status.lines().next().and_then(|line| {
|
||||||
|
line.strip_prefix("## ")
|
||||||
|
.map(|line| {
|
||||||
|
line.split(['.', ' '])
|
||||||
|
.next()
|
||||||
|
.unwrap_or_default()
|
||||||
|
.to_string()
|
||||||
|
})
|
||||||
|
.filter(|value| !value.is_empty())
|
||||||
|
});
|
||||||
|
let project_root = find_git_root().ok();
|
||||||
|
(project_root, branch)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn parse_git_status_branch(status: Option<&str>) -> Option<String> {
|
fn find_git_root() -> Result<PathBuf, Box<dyn std::error::Error>> {
|
||||||
let status = status?;
|
|
||||||
let first_line = status.lines().next()?;
|
|
||||||
let line = first_line.strip_prefix("## ")?;
|
|
||||||
if line.starts_with("HEAD") {
|
|
||||||
return Some("detached HEAD".to_string());
|
|
||||||
}
|
|
||||||
let branch = line.split(['.', ' ']).next().unwrap_or_default().trim();
|
|
||||||
if branch.is_empty() {
|
|
||||||
None
|
|
||||||
} else {
|
|
||||||
Some(branch.to_string())
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
fn resolve_git_branch_for(cwd: &Path) -> Option<String> {
|
|
||||||
let branch = run_git_capture_in(cwd, &["branch", "--show-current"])?;
|
|
||||||
let branch = branch.trim();
|
|
||||||
if !branch.is_empty() {
|
|
||||||
return Some(branch.to_string());
|
|
||||||
}
|
|
||||||
|
|
||||||
let fallback = run_git_capture_in(cwd, &["rev-parse", "--abbrev-ref", "HEAD"])?;
|
|
||||||
let fallback = fallback.trim();
|
|
||||||
if fallback.is_empty() {
|
|
||||||
None
|
|
||||||
} else if fallback == "HEAD" {
|
|
||||||
Some("detached HEAD".to_string())
|
|
||||||
} else {
|
|
||||||
Some(fallback.to_string())
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
fn run_git_capture_in(cwd: &Path, args: &[&str]) -> Option<String> {
|
|
||||||
let output = std::process::Command::new("git")
|
|
||||||
.args(args)
|
|
||||||
.current_dir(cwd)
|
|
||||||
.output()
|
|
||||||
.ok()?;
|
|
||||||
if !output.status.success() {
|
|
||||||
return None;
|
|
||||||
}
|
|
||||||
String::from_utf8(output.stdout).ok()
|
|
||||||
}
|
|
||||||
|
|
||||||
fn find_git_root_in(cwd: &Path) -> Result<PathBuf, Box<dyn std::error::Error>> {
|
|
||||||
let output = std::process::Command::new("git")
|
let output = std::process::Command::new("git")
|
||||||
.args(["rev-parse", "--show-toplevel"])
|
.args(["rev-parse", "--show-toplevel"])
|
||||||
.current_dir(cwd)
|
.current_dir(env::current_dir()?)
|
||||||
.output()?;
|
.output()?;
|
||||||
if !output.status.success() {
|
if !output.status.success() {
|
||||||
return Err("not a git repository".into());
|
return Err("not a git repository".into());
|
||||||
@@ -808,15 +759,6 @@ fn find_git_root_in(cwd: &Path) -> Result<PathBuf, Box<dyn std::error::Error>> {
|
|||||||
Ok(PathBuf::from(path))
|
Ok(PathBuf::from(path))
|
||||||
}
|
}
|
||||||
|
|
||||||
fn parse_git_status_metadata_for(
|
|
||||||
cwd: &Path,
|
|
||||||
status: Option<&str>,
|
|
||||||
) -> (Option<PathBuf>, Option<String>) {
|
|
||||||
let branch = resolve_git_branch_for(cwd).or_else(|| parse_git_status_branch(status));
|
|
||||||
let project_root = find_git_root_in(cwd).ok();
|
|
||||||
(project_root, branch)
|
|
||||||
}
|
|
||||||
|
|
||||||
#[allow(clippy::too_many_lines)]
|
#[allow(clippy::too_many_lines)]
|
||||||
fn run_resume_command(
|
fn run_resume_command(
|
||||||
session_path: &Path,
|
session_path: &Path,
|
||||||
@@ -904,9 +846,7 @@ fn run_resume_command(
|
|||||||
}),
|
}),
|
||||||
SlashCommand::Diff => Ok(ResumeCommandOutcome {
|
SlashCommand::Diff => Ok(ResumeCommandOutcome {
|
||||||
session: session.clone(),
|
session: session.clone(),
|
||||||
message: Some(render_diff_report_for(
|
message: Some(render_diff_report()?),
|
||||||
session_path.parent().unwrap_or_else(|| Path::new(".")),
|
|
||||||
)?),
|
|
||||||
}),
|
}),
|
||||||
SlashCommand::Version => Ok(ResumeCommandOutcome {
|
SlashCommand::Version => Ok(ResumeCommandOutcome {
|
||||||
session: session.clone(),
|
session: session.clone(),
|
||||||
@@ -1157,7 +1097,7 @@ impl LiveCli {
|
|||||||
false
|
false
|
||||||
}
|
}
|
||||||
SlashCommand::Init => {
|
SlashCommand::Init => {
|
||||||
Self::run_init()?;
|
run_init()?;
|
||||||
false
|
false
|
||||||
}
|
}
|
||||||
SlashCommand::Diff => {
|
SlashCommand::Diff => {
|
||||||
@@ -1365,11 +1305,6 @@ impl LiveCli {
|
|||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
fn run_init() -> Result<(), Box<dyn std::error::Error>> {
|
|
||||||
println!("{}", init_claude_md()?);
|
|
||||||
Ok(())
|
|
||||||
}
|
|
||||||
|
|
||||||
fn print_diff() -> Result<(), Box<dyn std::error::Error>> {
|
fn print_diff() -> Result<(), Box<dyn std::error::Error>> {
|
||||||
println!("{}", render_diff_report()?);
|
println!("{}", render_diff_report()?);
|
||||||
Ok(())
|
Ok(())
|
||||||
@@ -1767,67 +1702,12 @@ fn render_memory_report() -> Result<String, Box<dyn std::error::Error>> {
|
|||||||
|
|
||||||
fn init_claude_md() -> Result<String, Box<dyn std::error::Error>> {
|
fn init_claude_md() -> Result<String, Box<dyn std::error::Error>> {
|
||||||
let cwd = env::current_dir()?;
|
let cwd = env::current_dir()?;
|
||||||
let claude_md = cwd.join("CLAUDE.md");
|
Ok(initialize_repo(&cwd)?.render())
|
||||||
if claude_md.exists() {
|
|
||||||
return Ok(format_init_report(&claude_md, false));
|
|
||||||
}
|
|
||||||
|
|
||||||
let content = render_init_claude_md(&cwd);
|
|
||||||
fs::write(&claude_md, content)?;
|
|
||||||
Ok(format_init_report(&claude_md, true))
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fn render_init_claude_md(cwd: &Path) -> String {
|
fn run_init() -> Result<(), Box<dyn std::error::Error>> {
|
||||||
let mut lines = vec![
|
println!("{}", init_claude_md()?);
|
||||||
"# CLAUDE.md".to_string(),
|
Ok(())
|
||||||
String::new(),
|
|
||||||
"This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.".to_string(),
|
|
||||||
String::new(),
|
|
||||||
];
|
|
||||||
|
|
||||||
let mut command_lines = Vec::new();
|
|
||||||
if cwd.join("rust").join("Cargo.toml").is_file() {
|
|
||||||
command_lines.push("- Run Rust verification from `rust/`: `cargo fmt`, `cargo clippy --workspace --all-targets -- -D warnings`, `cargo test --workspace`".to_string());
|
|
||||||
} else if cwd.join("Cargo.toml").is_file() {
|
|
||||||
command_lines.push("- Run Rust verification from the repo root: `cargo fmt`, `cargo clippy --workspace --all-targets -- -D warnings`, `cargo test --workspace`".to_string());
|
|
||||||
}
|
|
||||||
if cwd.join("tests").is_dir() && cwd.join("src").is_dir() {
|
|
||||||
command_lines.push("- `src/` and `tests/` are also present; check those surfaces before removing or renaming Python-era compatibility assets.".to_string());
|
|
||||||
}
|
|
||||||
if !command_lines.is_empty() {
|
|
||||||
lines.push("## Verification".to_string());
|
|
||||||
lines.extend(command_lines);
|
|
||||||
lines.push(String::new());
|
|
||||||
}
|
|
||||||
|
|
||||||
let mut structure_lines = Vec::new();
|
|
||||||
if cwd.join("rust").is_dir() {
|
|
||||||
structure_lines.push(
|
|
||||||
"- `rust/` contains the Rust workspace and the active CLI/runtime implementation."
|
|
||||||
.to_string(),
|
|
||||||
);
|
|
||||||
}
|
|
||||||
if cwd.join("src").is_dir() {
|
|
||||||
structure_lines.push("- `src/` contains the older Python-first workspace artifacts referenced by the repo history and tests.".to_string());
|
|
||||||
}
|
|
||||||
if cwd.join("tests").is_dir() {
|
|
||||||
structure_lines.push("- `tests/` exercises compatibility and porting behavior across the repository surfaces.".to_string());
|
|
||||||
}
|
|
||||||
if !structure_lines.is_empty() {
|
|
||||||
lines.push("## Repository shape".to_string());
|
|
||||||
lines.extend(structure_lines);
|
|
||||||
lines.push(String::new());
|
|
||||||
}
|
|
||||||
|
|
||||||
lines.push("## Working agreement".to_string());
|
|
||||||
lines.push("- Prefer small, reviewable Rust changes and keep slash-command behavior aligned between the shared command registry and the CLI entrypoints.".to_string());
|
|
||||||
lines.push("- Do not overwrite existing CLAUDE.md content automatically; update it intentionally when repo workflows change.".to_string());
|
|
||||||
lines.push(String::new());
|
|
||||||
|
|
||||||
lines.join(
|
|
||||||
"
|
|
||||||
",
|
|
||||||
)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fn normalize_permission_mode(mode: &str) -> Option<&'static str> {
|
fn normalize_permission_mode(mode: &str) -> Option<&'static str> {
|
||||||
@@ -1840,43 +1720,22 @@ fn normalize_permission_mode(mode: &str) -> Option<&'static str> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn render_diff_report() -> Result<String, Box<dyn std::error::Error>> {
|
fn render_diff_report() -> Result<String, Box<dyn std::error::Error>> {
|
||||||
render_diff_report_for(&env::current_dir()?)
|
let output = std::process::Command::new("git")
|
||||||
}
|
.args(["diff", "--", ":(exclude).omx"])
|
||||||
|
.current_dir(env::current_dir()?)
|
||||||
fn render_diff_report_for(cwd: &Path) -> Result<String, Box<dyn std::error::Error>> {
|
.output()?;
|
||||||
let staged = run_git_diff_command_in(cwd, &["diff", "--cached"])?;
|
if !output.status.success() {
|
||||||
let unstaged = run_git_diff_command_in(cwd, &["diff"])?;
|
let stderr = String::from_utf8_lossy(&output.stderr).trim().to_string();
|
||||||
if staged.trim().is_empty() && unstaged.trim().is_empty() {
|
return Err(format!("git diff failed: {stderr}").into());
|
||||||
|
}
|
||||||
|
let diff = String::from_utf8(output.stdout)?;
|
||||||
|
if diff.trim().is_empty() {
|
||||||
return Ok(
|
return Ok(
|
||||||
"Diff\n Result clean working tree\n Detail no current changes"
|
"Diff\n Result clean working tree\n Detail no current changes"
|
||||||
.to_string(),
|
.to_string(),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Ok(format!("Diff\n\n{}", diff.trim_end()))
|
||||||
let mut sections = Vec::new();
|
|
||||||
if !staged.trim().is_empty() {
|
|
||||||
sections.push(format!("Staged changes:\n{}", staged.trim_end()));
|
|
||||||
}
|
|
||||||
if !unstaged.trim().is_empty() {
|
|
||||||
sections.push(format!("Unstaged changes:\n{}", unstaged.trim_end()));
|
|
||||||
}
|
|
||||||
|
|
||||||
Ok(format!("Diff\n\n{}", sections.join("\n\n")))
|
|
||||||
}
|
|
||||||
|
|
||||||
fn run_git_diff_command_in(
|
|
||||||
cwd: &Path,
|
|
||||||
args: &[&str],
|
|
||||||
) -> Result<String, Box<dyn std::error::Error>> {
|
|
||||||
let output = std::process::Command::new("git")
|
|
||||||
.args(args)
|
|
||||||
.current_dir(cwd)
|
|
||||||
.output()?;
|
|
||||||
if !output.status.success() {
|
|
||||||
let stderr = String::from_utf8_lossy(&output.stderr).trim().to_string();
|
|
||||||
return Err(format!("git {} failed: {stderr}", args.join(" ")).into());
|
|
||||||
}
|
|
||||||
Ok(String::from_utf8(output.stdout)?)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fn render_version_report() -> String {
|
fn render_version_report() -> String {
|
||||||
@@ -2407,34 +2266,65 @@ fn convert_messages(messages: &[ConversationMessage]) -> Vec<InputMessage> {
|
|||||||
.collect()
|
.collect()
|
||||||
}
|
}
|
||||||
|
|
||||||
fn print_help() {
|
fn print_help_to(out: &mut impl Write) -> io::Result<()> {
|
||||||
println!("rusty-claude-cli v{VERSION}");
|
writeln!(out, "rusty-claude-cli v{VERSION}")?;
|
||||||
println!();
|
writeln!(out)?;
|
||||||
println!("Usage:");
|
writeln!(out, "Usage:")?;
|
||||||
println!(" rusty-claude-cli [--model MODEL] [--allowedTools TOOL[,TOOL...]]");
|
writeln!(
|
||||||
println!(" Start the interactive REPL");
|
out,
|
||||||
println!(" rusty-claude-cli [--model MODEL] [--output-format text|json] prompt TEXT");
|
" rusty-claude-cli [--model MODEL] [--allowedTools TOOL[,TOOL...]]"
|
||||||
println!(" Send one prompt and exit");
|
)?;
|
||||||
println!(" rusty-claude-cli [--model MODEL] [--output-format text|json] TEXT");
|
writeln!(out, " Start the interactive REPL")?;
|
||||||
println!(" Shorthand non-interactive prompt mode");
|
writeln!(
|
||||||
println!(" rusty-claude-cli --resume SESSION.json [/status] [/compact] [...]");
|
out,
|
||||||
println!(" Inspect or maintain a saved session without entering the REPL");
|
" rusty-claude-cli [--model MODEL] [--output-format text|json] prompt TEXT"
|
||||||
println!(" rusty-claude-cli dump-manifests");
|
)?;
|
||||||
println!(" rusty-claude-cli bootstrap-plan");
|
writeln!(out, " Send one prompt and exit")?;
|
||||||
println!(" rusty-claude-cli system-prompt [--cwd PATH] [--date YYYY-MM-DD]");
|
writeln!(
|
||||||
println!(" rusty-claude-cli login");
|
out,
|
||||||
println!(" rusty-claude-cli logout");
|
" rusty-claude-cli [--model MODEL] [--output-format text|json] TEXT"
|
||||||
println!();
|
)?;
|
||||||
println!("Flags:");
|
writeln!(out, " Shorthand non-interactive prompt mode")?;
|
||||||
println!(" --model MODEL Override the active model");
|
writeln!(
|
||||||
println!(" --output-format FORMAT Non-interactive output format: text or json");
|
out,
|
||||||
println!(" --permission-mode MODE Set read-only, workspace-write, or danger-full-access");
|
" rusty-claude-cli --resume SESSION.json [/status] [/compact] [...]"
|
||||||
println!(" --allowedTools TOOLS Restrict enabled tools (repeatable; comma-separated aliases supported)");
|
)?;
|
||||||
println!(" --version, -V Print version and build information locally");
|
writeln!(
|
||||||
println!();
|
out,
|
||||||
println!("Interactive slash commands:");
|
" Inspect or maintain a saved session without entering the REPL"
|
||||||
println!("{}", render_slash_command_help());
|
)?;
|
||||||
println!();
|
writeln!(out, " rusty-claude-cli dump-manifests")?;
|
||||||
|
writeln!(out, " rusty-claude-cli bootstrap-plan")?;
|
||||||
|
writeln!(
|
||||||
|
out,
|
||||||
|
" rusty-claude-cli system-prompt [--cwd PATH] [--date YYYY-MM-DD]"
|
||||||
|
)?;
|
||||||
|
writeln!(out, " rusty-claude-cli login")?;
|
||||||
|
writeln!(out, " rusty-claude-cli logout")?;
|
||||||
|
writeln!(out, " rusty-claude-cli init")?;
|
||||||
|
writeln!(out)?;
|
||||||
|
writeln!(out, "Flags:")?;
|
||||||
|
writeln!(
|
||||||
|
out,
|
||||||
|
" --model MODEL Override the active model"
|
||||||
|
)?;
|
||||||
|
writeln!(
|
||||||
|
out,
|
||||||
|
" --output-format FORMAT Non-interactive output format: text or json"
|
||||||
|
)?;
|
||||||
|
writeln!(
|
||||||
|
out,
|
||||||
|
" --permission-mode MODE Set read-only, workspace-write, or danger-full-access"
|
||||||
|
)?;
|
||||||
|
writeln!(out, " --allowedTools TOOLS Restrict enabled tools (repeatable; comma-separated aliases supported)")?;
|
||||||
|
writeln!(
|
||||||
|
out,
|
||||||
|
" --version, -V Print version and build information locally"
|
||||||
|
)?;
|
||||||
|
writeln!(out)?;
|
||||||
|
writeln!(out, "Interactive slash commands:")?;
|
||||||
|
writeln!(out, "{}", render_slash_command_help())?;
|
||||||
|
writeln!(out)?;
|
||||||
let resume_commands = resume_supported_slash_commands()
|
let resume_commands = resume_supported_slash_commands()
|
||||||
.into_iter()
|
.into_iter()
|
||||||
.map(|spec| match spec.argument_hint {
|
.map(|spec| match spec.argument_hint {
|
||||||
@@ -2443,69 +2333,46 @@ fn print_help() {
|
|||||||
})
|
})
|
||||||
.collect::<Vec<_>>()
|
.collect::<Vec<_>>()
|
||||||
.join(", ");
|
.join(", ");
|
||||||
println!("Resume-safe commands: {resume_commands}");
|
writeln!(out, "Resume-safe commands: {resume_commands}")?;
|
||||||
println!("Examples:");
|
writeln!(out, "Examples:")?;
|
||||||
println!(" rusty-claude-cli --model claude-opus \"summarize this repo\"");
|
writeln!(
|
||||||
println!(" rusty-claude-cli --output-format json prompt \"explain src/main.rs\"");
|
out,
|
||||||
println!(" rusty-claude-cli --allowedTools read,glob \"summarize Cargo.toml\"");
|
" rusty-claude-cli --model claude-opus \"summarize this repo\""
|
||||||
println!(" rusty-claude-cli --resume session.json /status /diff /export notes.txt");
|
)?;
|
||||||
println!(" rusty-claude-cli login");
|
writeln!(
|
||||||
|
out,
|
||||||
|
" rusty-claude-cli --output-format json prompt \"explain src/main.rs\""
|
||||||
|
)?;
|
||||||
|
writeln!(
|
||||||
|
out,
|
||||||
|
" rusty-claude-cli --allowedTools read,glob \"summarize Cargo.toml\""
|
||||||
|
)?;
|
||||||
|
writeln!(
|
||||||
|
out,
|
||||||
|
" rusty-claude-cli --resume session.json /status /diff /export notes.txt"
|
||||||
|
)?;
|
||||||
|
writeln!(out, " rusty-claude-cli login")?;
|
||||||
|
writeln!(out, " rusty-claude-cli init")?;
|
||||||
|
Ok(())
|
||||||
|
}
|
||||||
|
|
||||||
|
fn print_help() {
|
||||||
|
let _ = print_help_to(&mut io::stdout());
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
use super::{
|
use super::{
|
||||||
filter_tool_specs, format_compact_report, format_cost_report, format_init_report,
|
filter_tool_specs, format_compact_report, format_cost_report, format_model_report,
|
||||||
format_model_report, format_model_switch_report, format_permissions_report,
|
format_model_switch_report, format_permissions_report, format_permissions_switch_report,
|
||||||
format_permissions_switch_report, format_resume_report, format_status_report,
|
format_resume_report, format_status_report, format_tool_call_start, format_tool_result,
|
||||||
format_tool_call_start, format_tool_result, normalize_permission_mode, parse_args,
|
normalize_permission_mode, parse_args, parse_git_status_metadata, print_help_to,
|
||||||
parse_git_status_branch, parse_git_status_metadata, render_config_report,
|
render_config_report, render_memory_report, render_repl_help,
|
||||||
render_diff_report, render_init_claude_md, render_memory_report, render_repl_help,
|
resume_supported_slash_commands, status_context, CliAction, CliOutputFormat, SlashCommand,
|
||||||
resume_supported_slash_commands, run_resume_command, status_context, CliAction,
|
StatusUsage, DEFAULT_MODEL,
|
||||||
CliOutputFormat, SlashCommand, StatusUsage, DEFAULT_MODEL,
|
|
||||||
};
|
};
|
||||||
use runtime::{ContentBlock, ConversationMessage, MessageRole, PermissionMode, Session};
|
use runtime::{ContentBlock, ConversationMessage, MessageRole, PermissionMode};
|
||||||
use std::fs;
|
use std::path::PathBuf;
|
||||||
use std::path::{Path, PathBuf};
|
|
||||||
use std::process::Command;
|
|
||||||
use std::sync::{Mutex, MutexGuard, OnceLock};
|
|
||||||
use std::time::{SystemTime, UNIX_EPOCH};
|
|
||||||
|
|
||||||
fn temp_dir() -> PathBuf {
|
|
||||||
let nanos = SystemTime::now()
|
|
||||||
.duration_since(UNIX_EPOCH)
|
|
||||||
.expect("time should be after epoch")
|
|
||||||
.as_nanos();
|
|
||||||
std::env::temp_dir().join(format!("rusty-claude-cli-{nanos}"))
|
|
||||||
}
|
|
||||||
|
|
||||||
fn git(args: &[&str], cwd: &Path) {
|
|
||||||
let status = Command::new("git")
|
|
||||||
.args(args)
|
|
||||||
.current_dir(cwd)
|
|
||||||
.status()
|
|
||||||
.expect("git command should run");
|
|
||||||
assert!(
|
|
||||||
status.success(),
|
|
||||||
"git command failed: git {}",
|
|
||||||
args.join(" ")
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
fn env_lock() -> MutexGuard<'static, ()> {
|
|
||||||
static LOCK: OnceLock<Mutex<()>> = OnceLock::new();
|
|
||||||
LOCK.get_or_init(|| Mutex::new(()))
|
|
||||||
.lock()
|
|
||||||
.unwrap_or_else(std::sync::PoisonError::into_inner)
|
|
||||||
}
|
|
||||||
|
|
||||||
fn with_current_dir<T>(cwd: &Path, f: impl FnOnce() -> T) -> T {
|
|
||||||
let previous = std::env::current_dir().expect("cwd should load");
|
|
||||||
std::env::set_current_dir(cwd).expect("cwd should change");
|
|
||||||
let result = f();
|
|
||||||
std::env::set_current_dir(previous).expect("cwd should restore");
|
|
||||||
result
|
|
||||||
}
|
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn defaults_to_repl_when_no_args() {
|
fn defaults_to_repl_when_no_args() {
|
||||||
@@ -2641,6 +2508,10 @@ mod tests {
|
|||||||
parse_args(&["logout".to_string()]).expect("logout should parse"),
|
parse_args(&["logout".to_string()]).expect("logout should parse"),
|
||||||
CliAction::Logout
|
CliAction::Logout
|
||||||
);
|
);
|
||||||
|
assert_eq!(
|
||||||
|
parse_args(&["init".to_string()]).expect("init should parse"),
|
||||||
|
CliAction::Init
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
@@ -2795,12 +2666,11 @@ mod tests {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn init_report_uses_structured_output() {
|
fn init_help_mentions_direct_subcommand() {
|
||||||
let created = format_init_report(Path::new("/tmp/CLAUDE.md"), true);
|
let mut help = Vec::new();
|
||||||
assert!(created.contains("Init"));
|
print_help_to(&mut help).expect("help should render");
|
||||||
assert!(created.contains("Result created"));
|
let help = String::from_utf8(help).expect("help should be utf8");
|
||||||
let skipped = format_init_report(Path::new("/tmp/CLAUDE.md"), false);
|
assert!(help.contains("rusty-claude-cli init"));
|
||||||
assert!(skipped.contains("skipped (already exists)"));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
@@ -2892,140 +2762,19 @@ mod tests {
|
|||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn parses_git_status_metadata() {
|
fn parses_git_status_metadata() {
|
||||||
let _guard = env_lock();
|
let (root, branch) = parse_git_status_metadata(Some(
|
||||||
let temp_root = temp_dir();
|
|
||||||
fs::create_dir_all(&temp_root).expect("root dir");
|
|
||||||
let (project_root, branch) = with_current_dir(&temp_root, || {
|
|
||||||
parse_git_status_metadata(Some(
|
|
||||||
"## rcc/cli...origin/rcc/cli
|
"## rcc/cli...origin/rcc/cli
|
||||||
M src/main.rs",
|
M src/main.rs",
|
||||||
))
|
));
|
||||||
});
|
|
||||||
assert_eq!(branch.as_deref(), Some("rcc/cli"));
|
assert_eq!(branch.as_deref(), Some("rcc/cli"));
|
||||||
assert!(project_root.is_none());
|
let _ = root;
|
||||||
fs::remove_dir_all(temp_root).expect("cleanup temp dir");
|
|
||||||
}
|
|
||||||
|
|
||||||
#[test]
|
|
||||||
fn parses_detached_head_from_status_snapshot() {
|
|
||||||
let _guard = env_lock();
|
|
||||||
assert_eq!(
|
|
||||||
parse_git_status_branch(Some(
|
|
||||||
"## HEAD (no branch)
|
|
||||||
M src/main.rs"
|
|
||||||
)),
|
|
||||||
Some("detached HEAD".to_string())
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
#[test]
|
|
||||||
fn render_diff_report_shows_clean_tree_for_committed_repo() {
|
|
||||||
let _guard = env_lock();
|
|
||||||
let root = temp_dir();
|
|
||||||
fs::create_dir_all(&root).expect("root dir");
|
|
||||||
git(&["init", "--quiet"], &root);
|
|
||||||
git(&["config", "user.email", "tests@example.com"], &root);
|
|
||||||
git(&["config", "user.name", "Rusty Claude Tests"], &root);
|
|
||||||
fs::write(root.join("tracked.txt"), "hello\n").expect("write file");
|
|
||||||
git(&["add", "tracked.txt"], &root);
|
|
||||||
git(&["commit", "-m", "init", "--quiet"], &root);
|
|
||||||
|
|
||||||
let report = with_current_dir(&root, || {
|
|
||||||
render_diff_report().expect("diff report should render")
|
|
||||||
});
|
|
||||||
assert!(report.contains("clean working tree"));
|
|
||||||
|
|
||||||
fs::remove_dir_all(root).expect("cleanup temp dir");
|
|
||||||
}
|
|
||||||
|
|
||||||
#[test]
|
|
||||||
fn render_diff_report_includes_staged_and_unstaged_sections() {
|
|
||||||
let _guard = env_lock();
|
|
||||||
let root = temp_dir();
|
|
||||||
fs::create_dir_all(&root).expect("root dir");
|
|
||||||
git(&["init", "--quiet"], &root);
|
|
||||||
git(&["config", "user.email", "tests@example.com"], &root);
|
|
||||||
git(&["config", "user.name", "Rusty Claude Tests"], &root);
|
|
||||||
fs::write(root.join("tracked.txt"), "hello\n").expect("write file");
|
|
||||||
git(&["add", "tracked.txt"], &root);
|
|
||||||
git(&["commit", "-m", "init", "--quiet"], &root);
|
|
||||||
|
|
||||||
fs::write(root.join("tracked.txt"), "hello\nstaged\n").expect("update file");
|
|
||||||
git(&["add", "tracked.txt"], &root);
|
|
||||||
fs::write(root.join("tracked.txt"), "hello\nstaged\nunstaged\n")
|
|
||||||
.expect("update file twice");
|
|
||||||
|
|
||||||
let report = with_current_dir(&root, || {
|
|
||||||
render_diff_report().expect("diff report should render")
|
|
||||||
});
|
|
||||||
assert!(report.contains("Staged changes:"));
|
|
||||||
assert!(report.contains("Unstaged changes:"));
|
|
||||||
assert!(report.contains("tracked.txt"));
|
|
||||||
|
|
||||||
fs::remove_dir_all(root).expect("cleanup temp dir");
|
|
||||||
}
|
|
||||||
|
|
||||||
#[test]
|
|
||||||
fn render_diff_report_omits_ignored_files() {
|
|
||||||
let _guard = env_lock();
|
|
||||||
let root = temp_dir();
|
|
||||||
fs::create_dir_all(&root).expect("root dir");
|
|
||||||
git(&["init", "--quiet"], &root);
|
|
||||||
git(&["config", "user.email", "tests@example.com"], &root);
|
|
||||||
git(&["config", "user.name", "Rusty Claude Tests"], &root);
|
|
||||||
fs::write(root.join(".gitignore"), ".omx/\nignored.txt\n").expect("write gitignore");
|
|
||||||
fs::write(root.join("tracked.txt"), "hello\n").expect("write tracked");
|
|
||||||
git(&["add", ".gitignore", "tracked.txt"], &root);
|
|
||||||
git(&["commit", "-m", "init", "--quiet"], &root);
|
|
||||||
fs::create_dir_all(root.join(".omx")).expect("write omx dir");
|
|
||||||
fs::write(root.join(".omx").join("state.json"), "{}").expect("write ignored omx");
|
|
||||||
fs::write(root.join("ignored.txt"), "secret\n").expect("write ignored file");
|
|
||||||
fs::write(root.join("tracked.txt"), "hello\nworld\n").expect("write tracked change");
|
|
||||||
|
|
||||||
let report = with_current_dir(&root, || {
|
|
||||||
render_diff_report().expect("diff report should render")
|
|
||||||
});
|
|
||||||
assert!(report.contains("tracked.txt"));
|
|
||||||
assert!(!report.contains("+++ b/ignored.txt"));
|
|
||||||
assert!(!report.contains("+++ b/.omx/state.json"));
|
|
||||||
|
|
||||||
fs::remove_dir_all(root).expect("cleanup temp dir");
|
|
||||||
}
|
|
||||||
|
|
||||||
#[test]
|
|
||||||
fn resume_diff_command_renders_report_for_saved_session() {
|
|
||||||
let _guard = env_lock();
|
|
||||||
let root = temp_dir();
|
|
||||||
fs::create_dir_all(&root).expect("root dir");
|
|
||||||
git(&["init", "--quiet"], &root);
|
|
||||||
git(&["config", "user.email", "tests@example.com"], &root);
|
|
||||||
git(&["config", "user.name", "Rusty Claude Tests"], &root);
|
|
||||||
fs::write(root.join("tracked.txt"), "hello\n").expect("write tracked");
|
|
||||||
git(&["add", "tracked.txt"], &root);
|
|
||||||
git(&["commit", "-m", "init", "--quiet"], &root);
|
|
||||||
fs::write(root.join("tracked.txt"), "hello\nworld\n").expect("modify tracked");
|
|
||||||
let session_path = root.join("session.json");
|
|
||||||
Session::new()
|
|
||||||
.save_to_path(&session_path)
|
|
||||||
.expect("session should save");
|
|
||||||
|
|
||||||
let session = Session::load_from_path(&session_path).expect("session should load");
|
|
||||||
let outcome = with_current_dir(&root, || {
|
|
||||||
run_resume_command(&session_path, &session, &SlashCommand::Diff)
|
|
||||||
.expect("resume diff should work")
|
|
||||||
});
|
|
||||||
let message = outcome.message.expect("diff message should exist");
|
|
||||||
assert!(message.contains("Unstaged changes:"));
|
|
||||||
assert!(message.contains("tracked.txt"));
|
|
||||||
|
|
||||||
fs::remove_dir_all(root).expect("cleanup temp dir");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn status_context_reads_real_workspace_metadata() {
|
fn status_context_reads_real_workspace_metadata() {
|
||||||
let context = status_context(None).expect("status context should load");
|
let context = status_context(None).expect("status context should load");
|
||||||
assert!(context.cwd.is_absolute());
|
assert!(context.cwd.is_absolute());
|
||||||
assert!(context.discovered_config_files >= context.loaded_config_files);
|
assert_eq!(context.discovered_config_files, 5);
|
||||||
assert!(context.loaded_config_files <= context.discovered_config_files);
|
assert!(context.loaded_config_files <= context.discovered_config_files);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -3083,7 +2832,7 @@ mod tests {
|
|||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn init_template_mentions_detected_rust_workspace() {
|
fn init_template_mentions_detected_rust_workspace() {
|
||||||
let rendered = render_init_claude_md(Path::new("."));
|
let rendered = crate::init::render_init_claude_md(std::path::Path::new("."));
|
||||||
assert!(rendered.contains("# CLAUDE.md"));
|
assert!(rendered.contains("# CLAUDE.md"));
|
||||||
assert!(rendered.contains("cargo clippy --workspace --all-targets -- -D warnings"));
|
assert!(rendered.contains("cargo clippy --workspace --all-targets -- -D warnings"));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user