LICENSE
README.md
pyproject.toml
src/agentsgen/__init__.py
src/agentsgen/__main__.py
src/agentsgen/_smoke.py
src/agentsgen/actions.py
src/agentsgen/analyze.py
src/agentsgen/cli.py
src/agentsgen/cli_core.py
src/agentsgen/cli_extra.py
src/agentsgen/cli_pack.py
src/agentsgen/cli_support.py
src/agentsgen/cli_task.py
src/agentsgen/compat.py
src/agentsgen/config.py
src/agentsgen/config_io.py
src/agentsgen/constants.py
src/agentsgen/contracts.py
src/agentsgen/flow_ops.py
src/agentsgen/generate.py
src/agentsgen/generated_artifacts.py
src/agentsgen/io_utils.py
src/agentsgen/llm.py
src/agentsgen/markers.py
src/agentsgen/mcp_server.py
src/agentsgen/meta.py
src/agentsgen/model.py
src/agentsgen/normalize.py
src/agentsgen/pack_engine.py
src/agentsgen/patch_engine.py
src/agentsgen/render.py
src/agentsgen/result_types.py
src/agentsgen/shared_sections.py
src/agentsgen/site_pack.py
src/agentsgen/task_loop.py
src/agentsgen/templates.py
src/agentsgen/understand.py
src/agentsgen/understand_ast.py
src/agentsgen/understand_context.py
src/agentsgen/validators.py
src/agentsgen.egg-info/PKG-INFO
src/agentsgen.egg-info/SOURCES.txt
src/agentsgen.egg-info/dependency_links.txt
src/agentsgen.egg-info/entry_points.txt
src/agentsgen.egg-info/requires.txt
src/agentsgen.egg-info/top_level.txt
src/agentsgen/detect/__init__.py
src/agentsgen/detect/detect.py
src/agentsgen/detect/fs.py
src/agentsgen/detect/github.py
src/agentsgen/detect/makefile.py
src/agentsgen/detect/model.py
src/agentsgen/detect/node.py
src/agentsgen/detect/python.py
src/agentsgen/presets/__init__.py
src/agentsgen/presets/cli-node.agentsgen.json
src/agentsgen/presets/cli-python.agentsgen.json
src/agentsgen/presets/fastapi.agentsgen.json
src/agentsgen/presets/monorepo-js.agentsgen.json
src/agentsgen/presets/nextjs.agentsgen.json
src/agentsgen/presets/python-lib.agentsgen.json
src/agentsgen/providers/__init__.py
src/agentsgen/providers/anthropic.py
src/agentsgen/providers/openai.py
src/agentsgen/stacks/__init__.py
src/agentsgen/stacks/base.py
src/agentsgen/stacks/node.py
src/agentsgen/stacks/python.py
src/agentsgen/stacks/static.py
src/agentsgen/templates/common/prompts/execspec.md
src/agentsgen/templates/node/AGENTS.md.tpl
src/agentsgen/templates/node/RUNBOOK.md.tpl
src/agentsgen/templates/pack/node/CONTRIBUTING_AI.md.tpl
src/agentsgen/templates/pack/node/LLMS.md.tpl
src/agentsgen/templates/pack/node/README_SNIPPETS.md.tpl
src/agentsgen/templates/pack/node/SECURITY_AI.md.tpl
src/agentsgen/templates/pack/node/architecture.md.tpl
src/agentsgen/templates/pack/node/data-contracts.md.tpl
src/agentsgen/templates/pack/node/how-to-run.md.tpl
src/agentsgen/templates/pack/node/how-to-test.md.tpl
src/agentsgen/templates/pack/node/llms.txt.tpl
src/agentsgen/templates/pack/python/CONTRIBUTING_AI.md.tpl
src/agentsgen/templates/pack/python/LLMS.md.tpl
src/agentsgen/templates/pack/python/README_SNIPPETS.md.tpl
src/agentsgen/templates/pack/python/SECURITY_AI.md.tpl
src/agentsgen/templates/pack/python/architecture.md.tpl
src/agentsgen/templates/pack/python/data-contracts.md.tpl
src/agentsgen/templates/pack/python/how-to-run.md.tpl
src/agentsgen/templates/pack/python/how-to-test.md.tpl
src/agentsgen/templates/pack/python/llms.txt.tpl
src/agentsgen/templates/pack/static/CONTRIBUTING_AI.md.tpl
src/agentsgen/templates/pack/static/LLMS.md.tpl
src/agentsgen/templates/pack/static/README_SNIPPETS.md.tpl
src/agentsgen/templates/pack/static/SECURITY_AI.md.tpl
src/agentsgen/templates/pack/static/architecture.md.tpl
src/agentsgen/templates/pack/static/data-contracts.md.tpl
src/agentsgen/templates/pack/static/how-to-run.md.tpl
src/agentsgen/templates/pack/static/how-to-test.md.tpl
src/agentsgen/templates/pack/static/llms.txt.tpl
src/agentsgen/templates/python/AGENTS.md.tpl
src/agentsgen/templates/python/RUNBOOK.md.tpl
src/agentsgen/templates/shared/guardrails.md.j2
src/agentsgen/templates/shared/repo_context.md.j2
src/agentsgen/templates/shared/style.md.j2
src/agentsgen/templates/shared/verification.md.j2
src/agentsgen/templates/shared/workflow.md.j2
src/agentsgen/templates/static/AGENTS.md.tpl
src/agentsgen/templates/static/RUNBOOK.md.tpl
tests/test_actions_compat.py
tests/test_analyze_cli.py
tests/test_check_aggregate_cli.py
tests/test_cli_json_contracts.py
tests/test_contract_schema_snapshots.py
tests/test_contract_validators.py
tests/test_detect.py
tests/test_golden_outputs.py
tests/test_llm_enhance.py
tests/test_markers_property.py
tests/test_mcp_contracts.py
tests/test_meta_cli.py
tests/test_pack.py
tests/test_pack_cli.py
tests/test_presets_cli.py
tests/test_smoke_runtime.py
tests/test_snippets_cli.py
tests/test_status_cli.py
tests/test_task_cli.py
tests/test_understand_cli.py