aiwg
Version:
Cognitive architecture for AI-augmented software development with structured memory, ensemble validation, and closed-loop correction. FAIR-aligned artifacts, 84% cost reduction via human-in-the-loop, standards adopted by 100+ organizations.
35 lines (34 loc) • 901 B
JSON
{
"name": "python",
"version": "1.0.0",
"description": "Python-specific SDLC extensions for testing, linting, packaging, and virtual environment management",
"type": "language",
"extends": "sdlc-complete",
"skills": [
"pytest-runner",
"venv-manager",
"pip-auditor",
"pylint-checker",
"mypy-validator",
"poetry-manager"
],
"agents": [
"python-quality-lead"
],
"templates": [
"pytest.ini.template",
"pyproject.toml.template",
"requirements.txt.template"
],
"researchCompliance": {
"REF-001": ["BP-1", "BP-3", "BP-4", "BP-5", "BP-9"],
"REF-002": ["archetype-1", "archetype-2", "archetype-3", "archetype-4"]
},
"configuration": {
"defaultTestFramework": "pytest",
"defaultLinter": "pylint",
"defaultTypeChecker": "mypy",
"defaultPackageManager": "pip",
"pythonVersions": ["3.9", "3.10", "3.11", "3.12"]
}
}