Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:50:24 +08:00
commit f172746dc6
52 changed files with 17406 additions and 0 deletions

4
agents/__init__.py Normal file
View File

@@ -0,0 +1,4 @@
"""Quaestor Agents - Markdown agent definitions for Claude's native subagent system."""
# Agent files are deployed to .claude/agents/ for Claude to discover automatically
# No Python infrastructure needed - Claude handles everything natively