tightening

This commit is contained in:
John Lancaster
2026-06-21 22:12:02 -05:00
parent 3c7f7e61b7
commit 123c491413
29 changed files with 150 additions and 357 deletions
+9
View File
@@ -61,6 +61,9 @@ nav = [
{ "Testing" = "testing.md" },
{ "Security" = "securing.md" },
] },
{ "Prompts" = [
{ "Fill Pytest Scaffold" = "prompts/fill-pytest-scaffold/PROMPT.md" },
] },
{ "Skills" = [
{ "New Skill" = [
{ "Overview" = "skills/new-skill/SKILL.md" },
@@ -108,6 +111,12 @@ nav = [
{ "Docs" = "skills/pytest-scaffolding/references/pytest-docs.md" },
{ "AsyncIO" = "skills/pytest-scaffolding/references/asyncio-testing.md" },
] },
{ "MCP Details" = [
{ "Overview" = "skills/mcp-details/SKILL.md" },
{ "Protocol" = "skills/mcp-details/references/mcp-protocol-and-spec.md" },
{ "SDKs and FastMCP" = "skills/mcp-details/references/sdk-and-fastmcp.md" },
{ "Ecosystem" = "skills/mcp-details/references/ecosystem-and-tooling.md" },
] },
{ "Logging" = [
{ "Overview" = "skills/python-logging-dictconfig/SKILL.md" },
{ "Docs" = "skills/python-logging-dictconfig/references/python-logging-docs.md" },