Skip to content

Commit 409c2b3

Browse files
committed
fix readme
1 parent 784df73 commit 409c2b3

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

README.md

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -137,39 +137,11 @@ If an embedding generator is registered, the gateway vectorizes those descriptor
137137
- existing `McpClient` instances
138138
- deferred `McpClient` factories
139139

140-
## MCAF Skills
141-
142-
The repository ships Codex-compatible MCAF skills under `.codex/skills/`:
143-
144-
- `mcaf-architecture-overview`
145-
- `mcaf-feature-spec`
146-
- `mcaf-adr-writing`
147-
- `mcaf-testing`
148-
- `mcaf-formatting`
149-
- `mcaf-skill-curation`
150-
151-
These skills are adapted to this repository. They reference `ManagedCode.MCPGateway`, the root `AGENTS.md`, and TUnit-based verification.
152-
153-
Validate skills and regenerate metadata from the repository root:
154-
155-
```bash
156-
python3 .codex/skills/mcaf-skill-curation/scripts/validate_skills.py .codex/skills
157-
python3 .codex/skills/mcaf-skill-curation/scripts/generate_available_skills.py .codex/skills --absolute
158-
```
159140

160141
## Local Development
161142

162143
```bash
163144
dotnet restore ManagedCode.MCPGateway.slnx
164145
dotnet build ManagedCode.MCPGateway.slnx -c Release
165146
dotnet test --solution ManagedCode.MCPGateway.slnx -c Release
166-
dotnet pack src/ManagedCode.MCPGateway/ManagedCode.MCPGateway.csproj -c Release
167147
```
168-
169-
## CI/CD
170-
171-
The repository includes:
172-
173-
- `.github/workflows/ci.yml` for restore, build, and test
174-
- `.github/workflows/release.yml` for pack, NuGet publish, and GitHub release creation
175-
- `.github/workflows/codeql.yml` for CodeQL analysis

0 commit comments

Comments
 (0)