From 0ef488288ba1943dedd4cd33465368415ed7f091 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 23:22:57 +0000 Subject: [PATCH] docs: update README.md for CLI accuracy - Add missing CLI flags (--path, --force, --project-root) to Usage section. - Ensure command examples reflect the actual implementation in src/main.rs. - Verify supported agents and configuration paths against codebase. Co-authored-by: yacosta738 <33158051+yacosta738@users.noreply.github.com> --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 071bcf0..5bc3846 100644 --- a/README.md +++ b/README.md @@ -199,19 +199,19 @@ agentsync apply ```bash # Initialize a new configuration -agentsync init +agentsync init [--path ] [--force] # Initialize with interactive wizard (for existing projects with agent files) -agentsync init --wizard +agentsync init --wizard [--path ] [--force] # Apply configuration (create symlinks) -agentsync apply +agentsync apply [--path ] # Clean existing symlinks before applying -agentsync apply --clean +agentsync apply --clean [--path ] # Remove all managed symlinks -agentsync clean +agentsync clean [--path ] # Use a custom config file agentsync apply --config /path/to/config.toml @@ -229,10 +229,10 @@ agentsync apply --no-gitignore agentsync apply --verbose # Show status of managed symlinks -agentsync status +agentsync status [--project-root ] [--json] # Run diagnostic and health check -agentsync doctor +agentsync doctor [--project-root ] # Manage skills agentsync skill install