Add Claude Code agent configuration and GraphQL introspection

- Added KFC (Kent Feature Creator) spec workflow agents for requirements, design, tasks, testing, implementation and evaluation
- Added Claude Code settings configuration for agent workflows
- Added GraphQL introspection query and schema files for Unraid API exploration
- Updated development script with additional debugging and schema inspection capabilities
- Enhanced logging configuration with structured formatting
- Updated pyproject.toml dependencies and uv.lock

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Jacob Magar
2025-08-12 09:42:07 -04:00
parent b00d78f408
commit 8fbec924cd
16 changed files with 1559 additions and 86 deletions

View File

@@ -8,7 +8,7 @@ import sys
from fastmcp import FastMCP
from .config.logging import logger
from .config.logging import logger, console
from .config.settings import (
UNRAID_API_KEY,
UNRAID_API_URL,