Skip to content

Commit a535c96

Browse files
committed
docs: clear
1 parent 7cfca44 commit a535c96

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ plugins/
401401

402402
#### Feature Flags
403403
- `wasm` - WASM code generation (default)
404-
- `skills` - Claude Code skills generation (optional)
404+
- `skills` - IDE skills generation (optional)
405405

406406
#### Documentation
407407
- Architecture Decision Records (ADRs):

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ mcp-execution/
3636
│ ├── mcp-bridge/ # MCP proxy with caching (rmcp client)
3737
│ ├── mcp-wasm-runtime/ # Wasmtime 38.0 sandbox
3838
│ ├── mcp-vfs/ # Virtual filesystem
39-
│ ├── mcp-skill-generator/ # Claude Code skills
39+
│ ├── mcp-skill-generator/ # IDE skill generation
4040
│ ├── mcp-plugin-store/ # Plugin persistence (NEW in Phase 8.1)
4141
│ ├── mcp-examples/ # Examples and integration tests
4242
│ └── mcp-cli/ # CLI application
@@ -328,7 +328,7 @@ See [docs/adr/](docs/adr/) for security architecture decisions.
328328

329329
Phase 6 is **DEFERRED**. Current performance already exceeds all targets by 5-6,578x.
330330

331-
**See [PROJECT-STATUS.md](PROJECT-STATUS.md) for current status and [GETTING_STARTED.md](GETTING_STARTED.md) for usage guide.**
331+
**See [GETTING_STARTED.md](GETTING_STARTED.md) for usage guide and [CHANGELOG.md](CHANGELOG.md) for detailed release history.**
332332

333333
## License
334334

docs/ARCHITECTURE.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ mcp-execution/
4545
│ ├── mcp-bridge/ # MCP proxy with caching
4646
│ ├── mcp-wasm-runtime/ # WASM sandbox execution
4747
│ ├── mcp-vfs/ # Virtual filesystem
48-
│ ├── mcp-skill-generator/ # Claude Code skill generation
48+
│ ├── mcp-skill-generator/ # IDE skill generation
4949
│ ├── mcp-plugin-store/ # Plugin persistence (NEW in Phase 8.1)
5050
│ ├── mcp-examples/ # Examples and integration tests
5151
│ └── mcp-cli/ # CLI application
@@ -156,14 +156,14 @@ All crates → mcp-core (foundation)
156156
**Generators**:
157157
- TypeScript generator (with full types)
158158
- Rust generator (native WASM, experimental)
159-
- Skills generator (Claude Code integration)
159+
- Skills generator (IDE integration)
160160
- Manifest generator (metadata)
161161

162162
**Template Engine**: Handlebars with custom helpers
163163

164164
**Feature Modes**:
165165
- `wasm` - WASM module generation
166-
- `skills` - Claude Code skill generation
166+
- `skills` - IDE skill generation
167167

168168
**Performance**: 0.19ms for 10 tools (526x faster than 100ms target)
169169

@@ -236,13 +236,13 @@ All crates → mcp-core (foundation)
236236

237237
**Status**: ✅ Complete (Phase 1) - 42 tests passing
238238

239-
### 7. mcp-skill-generator - Claude Code Skills
239+
### 7. mcp-skill-generator - IDE Skills
240240

241-
**Purpose**: Generate Claude Code skills from MCP tools.
241+
**Purpose**: Generate IDE skills from MCP tools.
242242

243243
**Output**: `.skill` directories with metadata and code
244244

245-
**Integration**: Seamless with Claude Code's skill system
245+
**Integration**: Seamless with IDE skill systems
246246

247247
**Status**: ✅ Complete (Phase 3)
248248

@@ -468,7 +468,7 @@ mcp-cli completions <shell>
468468
2. **ADR-002**: Wasmtime Over Wasmer - Security focus, pooling allocator
469469
3. **ADR-003**: Strong Types Over Primitives - Compiler-enforced correctness
470470
4. **ADR-004**: Use rmcp Official SDK - Protocol compliance, maintained
471-
5. **ADR-005**: Claude Code Skill Generation - Seamless Claude integration
471+
5. **ADR-005**: IDE Skill Generation - Seamless IDE integration
472472
6. **ADR-006**: Plugin Persistence Design - Disk storage, integrity verification (NEW)
473473

474474
All ADRs are in `docs/adr/` with full rationale and alternatives considered.

0 commit comments

Comments
 (0)