Skip to content

Commit e4cc1d0

Browse files
committed
Refactor CMP Setup guide and reintroduce Solution Architect documentation with comprehensive role definitions and architectural patterns.
1 parent 89a699d commit e4cc1d0

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

_posts/2025-10-22-CMP-Setup.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,15 @@ Context Model Protocol (CMP) is a powerful framework for managing and utilizing
99

1010
You can set up CMP to be used in different environments, including local development and cloud platforms like Google AI Studio.
1111

12-
_Goal_: **Prove you can design scalable, decoupled systems**.
13-
14-
- Claude Desktop
15-
- Cursor
16-
- Visual Studio Code
17-
- Visual Studio
12+
- [Claude Desktop](#claude-desktop)
13+
- [Cursor](https://cursor.com/)
14+
- [Visual Studio Code](https://code.visualstudio.com/)
15+
- [Visual Studio](https://visualstudio.microsoft.com/)
16+
- [Kiro](https://kiro.dev/) (Coming Soon)
1817

1918
### Claude Desktop
2019

21-
1. **Install Claude**: Download and install the Claude application from the official website.
20+
1. **Install Claude**: [Download](https://claude.ai/) and install the Claude application from the official website.
2221
2. **Create an Account**: Sign up for a Claude account if you don't have one.
2322
3. **Configure CMP**: Navigate to the settings and enable the Context Model Protocol (CMP) feature.
2423

_posts/2025-12-21-solution-architect.md renamed to _posts/2025-11-21-solution-architect.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Solution Architect"
3-
date: 2025-12-21
3+
date: 2025-11-21
44
---
55

66
## Role Definition
@@ -244,7 +244,7 @@ _Goal_: **Show deep expertise in testing**.
244244

245245
The testing pyramid is a model that suggests the different types of tests should be in a specific ratio. It is a way to balance the different types of tests and to ensure that the tests are comprehensive and effective.
246246

247-
![Testing pyramid diagram showing five levels of testing from bottom to top: Unit Tests (largest red base), Component Tests (orange), Integration Tests (yellow), API Tests (teal), and UI Tests (blue triangle at top). Manual Tests appear as a blue cloud above the pyramid. Left side shows arrow labeled More Isolation to More Integration. Right side shows arrow labeled Faster to Slower. Gray boxes on right contain icons representing End to End testing, integration workflows, component testing, and unit testing respectively. The pyramid illustrates that unit tests should form the foundation with fewer higher-level tests as you move up the hierarchy.]
247+
![Testing pyramid diagram showing five levels of testing from bottom to top: Unit Tests (largest red base), Component Tests (orange), Integration Tests (yellow), API Tests (teal), and UI Tests (blue triangle at top). Manual Tests appear as a blue cloud above the pyramid. Left side shows arrow labeled More Isolation to More Integration. Right side shows arrow labeled Faster to Slower. Gray boxes on right contain icons representing End to End testing, integration workflows, component testing, and unit testing respectively. The pyramid illustrates that unit tests should form the foundation with fewer higher-level tests as you move up the hierarchy.](./tests-pyramid.jpeg)
248248

249249
Test coverage should be:
250250

0 commit comments

Comments
 (0)