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