File tree Expand file tree Collapse file tree 1 file changed +0
-28
lines changed
Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Original file line number Diff line number Diff 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
163144dotnet restore ManagedCode.MCPGateway.slnx
164145dotnet build ManagedCode.MCPGateway.slnx -c Release
165146dotnet 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
You can’t perform that action at this time.
0 commit comments