Skip to content

Commit ef727c6

Browse files
committed
docs: refine README positioning
1 parent f3f9c23 commit ef727c6

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88
SharpClaw Code is a C# and .NET-native coding agent runtime for teams building AI developer tools, agentic CLIs, and MCP-enabled workflows.
99

10-
It combines durable sessions, permission-aware tool execution, provider abstraction, structured telemetry, and an automation-friendly command-line surface in a codebase designed for production-quality .NET systems, not toy demos.
10+
It combines durable sessions, permission-aware tool execution, provider abstraction, structured telemetry, and an automation-friendly command-line surface in a runtime shaped for real .NET systems: explicit, testable, and operationally legible.
1111

12-
## What SharpClaw Code Is
12+
## What It Is
1313

1414
SharpClaw Code is an open-source runtime for building and operating coding-agent experiences in the .NET ecosystem.
1515

@@ -27,7 +27,7 @@ It is designed for:
2727
- **Durable runtime model**: sessions, checkpoints, append-only event logs, export/import flows, and recovery-aware orchestration
2828
- **Safety by default**: permission modes, approval gates, workspace-boundary enforcement, and mediated tool execution
2929
- **Extensible surface**: providers, MCP servers, plugins, skills, ACP hosting, and runtime commands integrate through explicit seams
30-
- **Good fit for automation**: JSON-friendly command output, stable operational commands, and a clean CLI-first workflow
30+
- **Automation-ready interface**: stable JSON output, operational commands, and a clean CLI-first workflow that works for both humans and scripts
3131

3232
## Quick Start
3333

@@ -117,7 +117,7 @@ Primary workflow modes:
117117
- running a **local or hosted coding-agent CLI**
118118
- creating a **.NET MCP client/runtime**
119119
- adding **session persistence and auditability** to agent workflows
120-
- experimenting with **Agent Framework-backed orchestration** without pushing core runtime logic into the framework layer
120+
- building on **Microsoft Agent Framework** without pushing your application core into framework-specific code
121121

122122
## Solution Layout
123123

@@ -224,9 +224,9 @@ All options are validated at startup via `IValidateOptions` implementations.
224224
## Current Scope
225225

226226
- The shared tooling layer is permission-aware across the runtime.
227-
- The current runtime includes multi-turn provider-backed tool execution with durable conversation history and session-backed prompt replay.
227+
- The current runtime includes multi-turn provider-backed tool execution, session-backed prompt replay, and durable conversation history.
228228
- Agent-driven tool calls flow through the same approval and allowlist enforcement path used by direct tool execution, including caller-aware interactive approval behavior.
229-
- Operational commands support stable JSON output via `--output-format json`, which makes them useful in scripts and automation.
229+
- Operational commands support stable JSON output via `--output-format json`, which makes them suitable for scripts, editors, and automation.
230230
- The embedded server exposes local JSON and SSE endpoints for prompts, sessions, sharing, status, and doctor flows.
231231

232232
## Contributing

0 commit comments

Comments
 (0)