LICENSE
README.md
pyproject.toml
src/agentready/__init__.py
src/agentready.egg-info/PKG-INFO
src/agentready.egg-info/SOURCES.txt
src/agentready.egg-info/dependency_links.txt
src/agentready.egg-info/entry_points.txt
src/agentready.egg-info/requires.txt
src/agentready.egg-info/top_level.txt
src/agentready/assessors/__init__.py
src/agentready/assessors/base.py
src/agentready/assessors/code_quality.py
src/agentready/assessors/containers.py
src/agentready/assessors/dbt.py
src/agentready/assessors/documentation.py
src/agentready/assessors/repomix.py
src/agentready/assessors/security.py
src/agentready/assessors/structure.py
src/agentready/assessors/stub_assessors.py
src/agentready/assessors/testing.py
src/agentready/cli/__init__.py
src/agentready/cli/align.py
src/agentready/cli/assess_batch.py
src/agentready/cli/benchmark.py
src/agentready/cli/bootstrap.py
src/agentready/cli/demo.py
src/agentready/cli/eval_harness.py
src/agentready/cli/experiment.py
src/agentready/cli/extract_skills.py
src/agentready/cli/harbor.py
src/agentready/cli/learn.py
src/agentready/cli/main.py
src/agentready/cli/main_simplified.py
src/agentready/cli/repomix.py
src/agentready/cli/research.py
src/agentready/cli/schema.py
src/agentready/cli/submit.py
src/agentready/data/.agentready-config.example.yaml
src/agentready/data/Python.arsrc
src/agentready/data/RESEARCH_REPORT.md
src/agentready/data/default-weights.yaml
src/agentready/fixers/__init__.py
src/agentready/fixers/base.py
src/agentready/fixers/documentation.py
src/agentready/fixers/testing.py
src/agentready/github/__init__.py
src/agentready/github/review_formatter.py
src/agentready/learners/__init__.py
src/agentready/learners/code_sampler.py
src/agentready/learners/llm_enricher.py
src/agentready/learners/pattern_extractor.py
src/agentready/learners/prompt_templates.py
src/agentready/learners/skill_generator.py
src/agentready/models/__init__.py
src/agentready/models/assessment.py
src/agentready/models/attribute.py
src/agentready/models/batch_assessment.py
src/agentready/models/citation.py
src/agentready/models/config.py
src/agentready/models/discovered_skill.py
src/agentready/models/eval_harness.py
src/agentready/models/finding.py
src/agentready/models/fix.py
src/agentready/models/harbor.py
src/agentready/models/metadata.py
src/agentready/models/repository.py
src/agentready/models/theme.py
src/agentready/prompts/__init__.py
src/agentready/prompts/claude_md_generator.md
src/agentready/prompts/loader.py
src/agentready/reporters/__init__.py
src/agentready/reporters/aggregated_json.py
src/agentready/reporters/base.py
src/agentready/reporters/csv_reporter.py
src/agentready/reporters/harbor_markdown.py
src/agentready/reporters/html.py
src/agentready/reporters/json_reporter.py
src/agentready/reporters/markdown.py
src/agentready/reporters/multi_html.py
src/agentready/services/__init__.py
src/agentready/services/assessment_cache.py
src/agentready/services/attribute_analyzer.py
src/agentready/services/batch_scanner.py
src/agentready/services/bootstrap.py
src/agentready/services/claudecode_runner.py
src/agentready/services/experiment_comparer.py
src/agentready/services/fixer_service.py
src/agentready/services/github_scanner.py
src/agentready/services/language_detector.py
src/agentready/services/learning_service.py
src/agentready/services/llm_cache.py
src/agentready/services/repomix.py
src/agentready/services/repository_manager.py
src/agentready/services/research_formatter.py
src/agentready/services/research_loader.py
src/agentready/services/scanner.py
src/agentready/services/schema_migrator.py
src/agentready/services/schema_validator.py
src/agentready/services/scorer.py
src/agentready/services/sweagent_runner.py
src/agentready/services/swebench_evaluator.py
src/agentready/services/eval_harness/__init__.py
src/agentready/services/eval_harness/aggregator.py
src/agentready/services/eval_harness/assessor_tester.py
src/agentready/services/eval_harness/baseline.py
src/agentready/services/eval_harness/batch_runner.py
src/agentready/services/eval_harness/dashboard_generator.py
src/agentready/services/eval_harness/harbor_config.py
src/agentready/services/eval_harness/tbench_runner.py
src/agentready/services/harbor/__init__.py
src/agentready/services/harbor/agent_toggler.py
src/agentready/services/harbor/comparer.py
src/agentready/services/harbor/dashboard_generator.py
src/agentready/services/harbor/result_parser.py
src/agentready/services/harbor/runner.py
src/agentready/templates/harbor_comparison.html.j2
src/agentready/templates/multi_report.html.j2
src/agentready/templates/report.html.j2
src/agentready/templates/slides.html.j2
src/agentready/templates/align/CLAUDE.md.j2
src/agentready/templates/bootstrap/CODEOWNERS.j2
src/agentready/templates/bootstrap/CODE_OF_CONDUCT.md.j2
src/agentready/templates/bootstrap/CONTRIBUTING.md.j2
src/agentready/templates/bootstrap/PULL_REQUEST_TEMPLATE.md.j2
src/agentready/templates/bootstrap/dependabot.yml.j2
src/agentready/templates/bootstrap/_base/precommit.yaml.j2
src/agentready/templates/bootstrap/_base/workflows/security.yml.j2
src/agentready/templates/bootstrap/_base/workflows/tests.yml.j2
src/agentready/templates/bootstrap/go/precommit.yaml.j2
src/agentready/templates/bootstrap/go/workflows/security.yml.j2
src/agentready/templates/bootstrap/go/workflows/tests.yml.j2
src/agentready/templates/bootstrap/issue_templates/bug_report.md.j2
src/agentready/templates/bootstrap/issue_templates/feature_request.md.j2
src/agentready/templates/bootstrap/javascript/precommit.yaml.j2
src/agentready/templates/bootstrap/javascript/workflows/security.yml.j2
src/agentready/templates/bootstrap/javascript/workflows/tests.yml.j2
src/agentready/templates/bootstrap/python/precommit.yaml.j2
src/agentready/templates/bootstrap/python/workflows/security.yml.j2
src/agentready/templates/bootstrap/python/workflows/tests.yml.j2
src/agentready/templates/bootstrap/workflows/agentready-assessment.yml.j2
src/agentready/templates/bootstrap/workflows/repomix-update.yml.j2
src/agentready/utils/__init__.py
src/agentready/utils/preflight.py
src/agentready/utils/privacy.py
src/agentready/utils/security.py
src/agentready/utils/subprocess_utils.py
tests/test_demo_generation.py