ARCHITECTURE.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
pyproject.toml
.github/FUNDING.yml
.github/dependabot.yml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/actions/forge-action/README.md
.github/actions/forge-action/action.yml
.github/workflows/ci.yml
.github/workflows/customer-refactor.yml
.github/workflows/forge-self-certify.yml
.github/workflows/mcp-registry-publish.yml
.github/workflows/metrics-auto-regen.yml
.github/workflows/metrics-drift.yml
.github/workflows/publish-on-tag.yml
.github/workflows/release-readiness.yml
.github/workflows/release.yml
.github/workflows/surface-drift.yml
.github/workflows/uptime.yml
assets/Atomadic-Forge-01.png
docs/01-getting-started.md
docs/02-commands.md
docs/03-tutorial.md
docs/04-llm-loops.md
docs/05-faq.md
docs/AGENTS_GUIDE.md
docs/AIR_GAPPED.md
docs/CI_CD.md
docs/CODEX_WALKTHROUGH.md
docs/COMMANDS.md
docs/FIRST_10_MINUTES.md
docs/FORMALIZATION.md
docs/HIVE_PRIMITIVES.md
docs/HIVE_STATUS.md
docs/IDE_INTEGRATION.md
docs/LANDSCAPE.md
docs/MARKET_POSITIONING.md
docs/MCP_TOOLS.md
docs/MIGRATION.md
docs/MULTI_REPO.md
docs/PROVIDERS.md
docs/README.md
docs/RECEIPT.md
docs/RELAY_PROTOCOL.md
docs/RELEASE_CHECKLIST.md
docs/RELEASE_MESSAGING.md
docs/ROADMAP.md
docs/SHOWCASE.md
docs/SIDECAR.md
docs/STUDIO.md
docs/TOOL_FACTORY_WALKTHROUGH.md
docs/V0.46.0_JUSTIFICATION_REPORT.md
docs/V0.47.0_SELF_TEST_REPORT.md
docs/WHY_NOW.md
docs/WORKER_VS_LOCAL_MCP.md
docs/WORLD_COLLISION.md
docs/commands/INDEX.md
docs/commands/absorb.md
docs/commands/audit.md
docs/commands/chat.md
docs/commands/commandsmith.md
docs/commands/config.md
docs/commands/create.md
docs/commands/demo.md
docs/commands/emergent-swarm.md
docs/commands/emergent-then-synergy.md
docs/commands/emergent.md
docs/commands/enhancement.md
docs/commands/evolve-then-iterate.md
docs/commands/evolve.md
docs/commands/feature-then-emergent.md
docs/commands/guard-install.md
docs/commands/handoff.md
docs/commands/harvest.md
docs/commands/hive.md
docs/commands/iterate.md
docs/commands/materialize.md
docs/commands/metrics.md
docs/commands/recon-swarm.md
docs/commands/relay.md
docs/commands/surface.md
docs/commands/synergy-then-emergent.md
docs/commands/synergy.md
docs/commands/welcome.md
docs/commands/wisdom.md
docs/compliance/CMMC_AI_MAPPING.md
docs/compliance/CS-1.md
docs/compliance/EU_AI_ACT_ANNEX_IV.md
docs/compliance/FDA_PCCP_MAPPING.md
docs/compliance/SR_11-7_MAPPING.md
docs/handoffs/WORKER_AUTO_DEPLOY_2026-05-06.md
docs/tutorials/01-quickstart.md
docs/tutorials/02-your-first-package.md
docs/tutorials/03-the-five-tier-law.md
docs/tutorials/04-plug-in-llms.md
docs/tutorials/05-multi-repo-absorb.md
docs/tutorials/06-javascript-quickstart.md
src/atomadic_forge/__init__.py
src/atomadic_forge/__main__.py
src/atomadic_forge.egg-info/PKG-INFO
src/atomadic_forge.egg-info/SOURCES.txt
src/atomadic_forge.egg-info/dependency_links.txt
src/atomadic_forge.egg-info/entry_points.txt
src/atomadic_forge.egg-info/requires.txt
src/atomadic_forge.egg-info/top_level.txt
src/atomadic_forge/a0_qk_constants/__init__.py
src/atomadic_forge/a0_qk_constants/agent_plan_schema.py
src/atomadic_forge/a0_qk_constants/auth_constants.py
src/atomadic_forge/a0_qk_constants/commandsmith_types.py
src/atomadic_forge/a0_qk_constants/config_defaults.py
src/atomadic_forge/a0_qk_constants/emergent_types.py
src/atomadic_forge/a0_qk_constants/enhancement_proposal_constants.py
src/atomadic_forge/a0_qk_constants/error_codes.py
src/atomadic_forge/a0_qk_constants/forge_types.py
src/atomadic_forge/a0_qk_constants/gen_language.py
src/atomadic_forge/a0_qk_constants/handoff_constants.py
src/atomadic_forge/a0_qk_constants/hive_constants.py
src/atomadic_forge/a0_qk_constants/lang_extensions.py
src/atomadic_forge/a0_qk_constants/lifetime_savings_constants.py
src/atomadic_forge/a0_qk_constants/materialize_types.py
src/atomadic_forge/a0_qk_constants/mhed_invariants.py
src/atomadic_forge/a0_qk_constants/nexus_constants.py
src/atomadic_forge/a0_qk_constants/policy_schema.py
src/atomadic_forge/a0_qk_constants/receipt_schema.py
src/atomadic_forge/a0_qk_constants/response_enrichment.py
src/atomadic_forge/a0_qk_constants/roi_constants.py
src/atomadic_forge/a0_qk_constants/schema_version_registry.py
src/atomadic_forge/a0_qk_constants/semantic_types.py
src/atomadic_forge/a0_qk_constants/sidecar_schema.py
src/atomadic_forge/a0_qk_constants/synergy_types.py
src/atomadic_forge/a0_qk_constants/tier_names.py
src/atomadic_forge/a0_qk_constants/welcome_constants.py
src/atomadic_forge/a0_qk_constants/wisdom_constants.py
src/atomadic_forge/a1_at_functions/__init__.py
src/atomadic_forge/a1_at_functions/abstract_method_repair.py
src/atomadic_forge/a1_at_functions/agent_context_pack.py
src/atomadic_forge/a1_at_functions/agent_memory.py
src/atomadic_forge/a1_at_functions/agent_plan_emitter.py
src/atomadic_forge/a1_at_functions/agent_summary.py
src/atomadic_forge/a1_at_functions/ast_scope_lock.py
src/atomadic_forge/a1_at_functions/body_extractor.py
src/atomadic_forge/a1_at_functions/call_graph.py
src/atomadic_forge/a1_at_functions/capability_scout.py
src/atomadic_forge/a1_at_functions/card_renderer.py
src/atomadic_forge/a1_at_functions/certify_checks.py
src/atomadic_forge/a1_at_functions/chat_context.py
src/atomadic_forge/a1_at_functions/cherry_pick.py
src/atomadic_forge/a1_at_functions/classify_tier.py
src/atomadic_forge/a1_at_functions/code_signature.py
src/atomadic_forge/a1_at_functions/commandsmith_discover.py
src/atomadic_forge/a1_at_functions/commandsmith_render.py
src/atomadic_forge/a1_at_functions/compiler_feedback.py
src/atomadic_forge/a1_at_functions/compliance_checker.py
src/atomadic_forge/a1_at_functions/config_io.py
src/atomadic_forge/a1_at_functions/cosine_similarity.py
src/atomadic_forge/a1_at_functions/cs1_renderer.py
src/atomadic_forge/a1_at_functions/custom_provider_client.py
src/atomadic_forge/a1_at_functions/dead_code_check.py
src/atomadic_forge/a1_at_functions/doc_auto_update.py
src/atomadic_forge/a1_at_functions/doc_synthesizer.py
src/atomadic_forge/a1_at_functions/emergent_compose.py
src/atomadic_forge/a1_at_functions/emergent_rank.py
src/atomadic_forge/a1_at_functions/emergent_signature_extract.py
src/atomadic_forge/a1_at_functions/emergent_synthesize.py
src/atomadic_forge/a1_at_functions/enforce_planner.py
src/atomadic_forge/a1_at_functions/enhancement_proposal_builder.py
src/atomadic_forge/a1_at_functions/error_hints.py
src/atomadic_forge/a1_at_functions/evolution_log.py
src/atomadic_forge/a1_at_functions/exported_api_check.py
src/atomadic_forge/a1_at_functions/forge_auth.py
src/atomadic_forge/a1_at_functions/forge_feedback.py
src/atomadic_forge/a1_at_functions/forge_locate.py
src/atomadic_forge/a1_at_functions/forge_metrics.py
src/atomadic_forge/a1_at_functions/generation_quality.py
src/atomadic_forge/a1_at_functions/git_churn.py
src/atomadic_forge/a1_at_functions/graft_extract.py
src/atomadic_forge/a1_at_functions/handoff_builder.py
src/atomadic_forge/a1_at_functions/harvest_absorb.py
src/atomadic_forge/a1_at_functions/harvest_concept_bridge.py
src/atomadic_forge/a1_at_functions/hive_consensus_math.py
src/atomadic_forge/a1_at_functions/hive_io.py
src/atomadic_forge/a1_at_functions/import_repair.py
src/atomadic_forge/a1_at_functions/import_smoke.py
src/atomadic_forge/a1_at_functions/intent_similarity.py
src/atomadic_forge/a1_at_functions/js_parser.py
src/atomadic_forge/a1_at_functions/lifetime_savings.py
src/atomadic_forge/a1_at_functions/lineage_chain.py
src/atomadic_forge/a1_at_functions/lineage_reader.py
src/atomadic_forge/a1_at_functions/llm_client.py
src/atomadic_forge/a1_at_functions/local_signer.py
src/atomadic_forge/a1_at_functions/lsp_protocol.py
src/atomadic_forge/a1_at_functions/maintainability_index.py
src/atomadic_forge/a1_at_functions/manifest_diff.py
src/atomadic_forge/a1_at_functions/mcp_protocol.py
src/atomadic_forge/a1_at_functions/patch_scorer.py
src/atomadic_forge/a1_at_functions/plan_adapter.py
src/atomadic_forge/a1_at_functions/policy_loader.py
src/atomadic_forge/a1_at_functions/polyglot_classify.py
src/atomadic_forge/a1_at_functions/polyglot_imports.py
src/atomadic_forge/a1_at_functions/polyglot_surface.py
src/atomadic_forge/a1_at_functions/preflight_change.py
src/atomadic_forge/a1_at_functions/progress_reporter.py
src/atomadic_forge/a1_at_functions/provider_detect.py
src/atomadic_forge/a1_at_functions/provider_resolver.py
src/atomadic_forge/a1_at_functions/receipt_emitter.py
src/atomadic_forge/a1_at_functions/recipes.py
src/atomadic_forge/a1_at_functions/repo_explainer.py
src/atomadic_forge/a1_at_functions/repo_public_surface.py
src/atomadic_forge/a1_at_functions/research_note_distiller.py
src/atomadic_forge/a1_at_functions/response_enricher.py
src/atomadic_forge/a1_at_functions/roi_calculator.py
src/atomadic_forge/a1_at_functions/rollback_planner.py
src/atomadic_forge/a1_at_functions/sbom_emitter.py
src/atomadic_forge/a1_at_functions/scaffold_js.py
src/atomadic_forge/a1_at_functions/scaffold_polyglot.py
src/atomadic_forge/a1_at_functions/scaffold_pyproject.py
src/atomadic_forge/a1_at_functions/scaffold_starter.py
src/atomadic_forge/a1_at_functions/scout_walk.py
src/atomadic_forge/a1_at_functions/sidecar_parser.py
src/atomadic_forge/a1_at_functions/sidecar_validator.py
src/atomadic_forge/a1_at_functions/smell_scan.py
src/atomadic_forge/a1_at_functions/steersman_pack.py
src/atomadic_forge/a1_at_functions/stub_detector.py
src/atomadic_forge/a1_at_functions/surface_gap_check.py
src/atomadic_forge/a1_at_functions/synergy_detect.py
src/atomadic_forge/a1_at_functions/synergy_render.py
src/atomadic_forge/a1_at_functions/synergy_surface_extract.py
src/atomadic_forge/a1_at_functions/test_runner.py
src/atomadic_forge/a1_at_functions/test_selector.py
src/atomadic_forge/a1_at_functions/tier_init_rebuild.py
src/atomadic_forge/a1_at_functions/tool_composer.py
src/atomadic_forge/a1_at_functions/transcript_log.py
src/atomadic_forge/a1_at_functions/trust_gate_response.py
src/atomadic_forge/a1_at_functions/validation_commands.py
src/atomadic_forge/a1_at_functions/welcome_narrator.py
src/atomadic_forge/a1_at_functions/wire_check.py
src/atomadic_forge/a1_at_functions/wire_stubs_gen.py
src/atomadic_forge/a1_at_functions/wisdom_capture.py
src/atomadic_forge/a1_at_functions/wisdom_io.py
src/atomadic_forge/a1_at_functions/wisdom_promote.py
src/atomadic_forge/a1_at_functions/wisdom_recall.py
src/atomadic_forge/a1_at_functions/worktree_status.py
src/atomadic_forge/a2_mo_composites/__init__.py
src/atomadic_forge/a2_mo_composites/cost_circuit_breaker.py
src/atomadic_forge/a2_mo_composites/cross_agent_intent_deduplicator.py
src/atomadic_forge/a2_mo_composites/evolve_session_store.py
src/atomadic_forge/a2_mo_composites/forge_auth_client.py
src/atomadic_forge/a2_mo_composites/hierarchical_memory.py
src/atomadic_forge/a2_mo_composites/iterate_session_store.py
src/atomadic_forge/a2_mo_composites/lineage_chain_store.py
src/atomadic_forge/a2_mo_composites/manifest_store.py
src/atomadic_forge/a2_mo_composites/nexus_client.py
src/atomadic_forge/a2_mo_composites/plan_store.py
src/atomadic_forge/a2_mo_composites/receipt_signer.py
src/atomadic_forge/a2_mo_composites/remote_seed_store.py
src/atomadic_forge/a2_mo_composites/repo_public_surface_sync.py
src/atomadic_forge/a3_og_features/__init__.py
src/atomadic_forge/a3_og_features/absorb_feature.py
src/atomadic_forge/a3_og_features/agent_hire_protocol.py
src/atomadic_forge/a3_og_features/cherry_hunter.py
src/atomadic_forge/a3_og_features/cna_check.py
src/atomadic_forge/a3_og_features/commandsmith_feature.py
src/atomadic_forge/a3_og_features/commit_compose.py
src/atomadic_forge/a3_og_features/create_feature.py
src/atomadic_forge/a3_og_features/dedup_engine.py
src/atomadic_forge/a3_og_features/demo_runner.py
src/atomadic_forge/a3_og_features/emergent_feature.py
src/atomadic_forge/a3_og_features/emergent_pipeline_integration.py
src/atomadic_forge/a3_og_features/emergent_swarm.py
src/atomadic_forge/a3_og_features/enhancement_proposal_feature.py
src/atomadic_forge/a3_og_features/forge_enforce.py
src/atomadic_forge/a3_og_features/forge_evolve.py
src/atomadic_forge/a3_og_features/forge_evolve_session.py
src/atomadic_forge/a3_og_features/forge_loop.py
src/atomadic_forge/a3_og_features/forge_loop_session.py
src/atomadic_forge/a3_og_features/forge_metrics_feature.py
src/atomadic_forge/a3_og_features/forge_pipeline.py
src/atomadic_forge/a3_og_features/forge_plan_apply.py
src/atomadic_forge/a3_og_features/graft_feature.py
src/atomadic_forge/a3_og_features/guard_install.py
src/atomadic_forge/a3_og_features/handoff_feature.py
src/atomadic_forge/a3_og_features/hive_sync.py
src/atomadic_forge/a3_og_features/lsp_server.py
src/atomadic_forge/a3_og_features/materialize_feature.py
src/atomadic_forge/a3_og_features/mcp_server.py
src/atomadic_forge/a3_og_features/nexus_bridge.py
src/atomadic_forge/a3_og_features/relay_daemon.py
src/atomadic_forge/a3_og_features/setup_wizard.py
src/atomadic_forge/a3_og_features/surface_export.py
src/atomadic_forge/a3_og_features/synergy_feature.py
src/atomadic_forge/a3_og_features/tool_factory.py
src/atomadic_forge/a3_og_features/verify_umbrella.py
src/atomadic_forge/a3_og_features/welcome_feature.py
src/atomadic_forge/a3_og_features/wisdom_feature.py
src/atomadic_forge/a3_og_features/demo_packages/mixed_py_js/src/mixed_pkg/__init__.py
src/atomadic_forge/a3_og_features/demo_packages/mixed_py_js/src/mixed_pkg/a0_qk_constants/__init__.py
src/atomadic_forge/a3_og_features/demo_packages/mixed_py_js/src/mixed_pkg/a1_at_functions/__init__.py
src/atomadic_forge/a3_og_features/demo_packages/mixed_py_js/tests/conftest.py
src/atomadic_forge/a3_og_features/demo_packages/mixed_py_js/tests/test_mixed.py
src/atomadic_forge/a4_sy_orchestration/__init__.py
src/atomadic_forge/a4_sy_orchestration/cli.py
src/atomadic_forge/a4_sy_orchestration/copilots_cmd.py
src/atomadic_forge/a4_sy_orchestration/login_cmd.py
src/atomadic_forge/a4_sy_orchestration/whoami_cmd.py
src/atomadic_forge/commands/__init__.py
src/atomadic_forge/commands/_registry.py
src/atomadic_forge/commands/absorb.py
src/atomadic_forge/commands/audit.py
src/atomadic_forge/commands/chat.py
src/atomadic_forge/commands/commandsmith.py
src/atomadic_forge/commands/config_cmd.py
src/atomadic_forge/commands/create.py
src/atomadic_forge/commands/demo.py
src/atomadic_forge/commands/emergent.py
src/atomadic_forge/commands/emergent_swarm.py
src/atomadic_forge/commands/emergent_then_synergy.py
src/atomadic_forge/commands/enhancement.py
src/atomadic_forge/commands/evolve.py
src/atomadic_forge/commands/evolve_then_iterate.py
src/atomadic_forge/commands/feature_then_emergent.py
src/atomadic_forge/commands/graft.py
src/atomadic_forge/commands/guard_install.py
src/atomadic_forge/commands/handoff.py
src/atomadic_forge/commands/harvest.py
src/atomadic_forge/commands/hive.py
src/atomadic_forge/commands/iterate.py
src/atomadic_forge/commands/materialize.py
src/atomadic_forge/commands/metrics.py
src/atomadic_forge/commands/recon_swarm.py
src/atomadic_forge/commands/relay.py
src/atomadic_forge/commands/surface.py
src/atomadic_forge/commands/synergy.py
src/atomadic_forge/commands/synergy_then_emergent.py
src/atomadic_forge/commands/token_savings.py
src/atomadic_forge/commands/welcome.py
src/atomadic_forge/commands/wisdom.py
tests/test_aaaa_nexus_client.py
tests/test_abstract_method_repair.py
tests/test_agent_hire_protocol.py
tests/test_agent_plan.py
tests/test_agent_plan_pkg_label.py
tests/test_agent_summary.py
tests/test_ast_scope_lock.py
tests/test_audit_verb.py
tests/test_body_extractor_repairs.py
tests/test_call_graph_summary.py
tests/test_capability_scout.py
tests/test_card_renderer.py
tests/test_certify_operational_axis.py
tests/test_chat.py
tests/test_cherry_dedup_class_methods.py
tests/test_cherry_pick.py
tests/test_classify_tier.py
tests/test_classify_tier_ast_signals.py
tests/test_cli_smoke.py
tests/test_cli_swarm_aliases.py
tests/test_codex_5_complete.py
tests/test_codex_6_enforce_polyglot.py
tests/test_commandsmith.py
tests/test_compiler_feedback.py
tests/test_compliance_checker.py
tests/test_config.py
tests/test_copilots_copilot.py
tests/test_cost_circuit_breaker.py
tests/test_create_feature.py
tests/test_cs1_renderer.py
tests/test_custom_provider.py
tests/test_dead_code_check.py
tests/test_dedup_engine.py
tests/test_demo.py
tests/test_doc_auto_update.py
tests/test_emergent_compose.py
tests/test_emergent_signature_extract.py
tests/test_emergent_synthesize_imports.py
tests/test_enhancement_proposal.py
tests/test_error_codes.py
tests/test_error_hints.py
tests/test_evolve_js.py
tests/test_exported_api_check.py
tests/test_finalize_scaffold.py
tests/test_forge_action.py
tests/test_forge_auth_a1.py
tests/test_forge_auth_a2.py
tests/test_forge_enforce.py
tests/test_generation_quality.py
tests/test_git_churn.py
tests/test_graft_feature.py
tests/test_handoff.py
tests/test_harvest_concept_bridge.py
tests/test_harvest_source_warnings.py
tests/test_hierarchical_memory.py
tests/test_hive_sync.py
tests/test_ignore_and_docs.py
tests/test_import_smoke.py
tests/test_iterate_evolve.py
tests/test_js_certify.py
tests/test_js_parser.py
tests/test_js_recon.py
tests/test_js_wire.py
tests/test_lineage_chain.py
tests/test_ling_provider.py
tests/test_local_signer.py
tests/test_lsp_protocol.py
tests/test_maintainability_index.py
tests/test_manifest_diff.py
tests/test_materialize_feature.py
tests/test_mcp_lazy_bootstrap.py
tests/test_mcp_protocol.py
tests/test_nexus_bridge.py
tests/test_ollama_client.py
tests/test_pipeline.py
tests/test_plan_apply.py
tests/test_polyglot_cli_mcp.py
tests/test_polyglot_full_pipeline.py
tests/test_polyglot_hardening.py
tests/test_polyglot_swift_kotlin_go.py
tests/test_polyglot_symbol_parity.py
tests/test_pre_audit_smoke.py
tests/test_precommit_hooks.py
tests/test_progress_reporter.py
tests/test_receipt_emitter.py
tests/test_receipt_schema.py
tests/test_receipt_signer.py
tests/test_remote_seed_store.py
tests/test_repo_public_surface.py
tests/test_response_enricher.py
tests/test_roi_calculator.py
tests/test_sbom_cmd_text_summary.py
tests/test_sbom_emitter.py
tests/test_scaffold.py
tests/test_sidecar.py
tests/test_sidecar_validate.py
tests/test_smell_score_formula.py
tests/test_stagnation.py
tests/test_steersman_pack.py
tests/test_stub_detector.py
tests/test_surface_export.py
tests/test_surface_gap_check.py
tests/test_synergy.py
tests/test_test_runner.py
tests/test_tier_init_rebuild.py
tests/test_token_savings_ledger.py
tests/test_trust_gate_response.py
tests/test_verify_suggested_recipe.py
tests/test_welcome.py
tests/test_welcome_enhancements.py
tests/test_whoami_cmd.py
tests/test_wire_certify.py
tests/test_wire_stubs_gen.py
tests/test_wire_suggest_repairs.py
tests/test_wire_type_checking.py
tests/test_wisdom.py