icdev 1.2.11__tar.gz → 1.2.13__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- icdev-1.2.13/.mcp.json +18 -0
- icdev-1.2.13/CHANGELOG.md +195 -0
- icdev-1.2.13/CLAUDE.md +210 -0
- icdev-1.2.13/CONTRIBUTING.md +271 -0
- icdev-1.2.13/NOTICE +268 -0
- icdev-1.2.13/PKG-INFO +1029 -0
- icdev-1.2.13/README.md +918 -0
- icdev-1.2.13/icdev/__init__.py +18 -0
- icdev-1.2.13/icdev/_paths.py +85 -0
- icdev-1.2.13/icdev/_version.py +3 -0
- icdev-1.2.13/icdev/agents/033c117d/icdev_state.json +6 -0
- icdev-1.2.13/icdev/agents/04a72ea9/icdev_state.json +6 -0
- icdev-1.2.13/icdev/agents/06449236/icdev_state.json +6 -0
- icdev-1.2.13/icdev/agents/0e320c0c/icdev_state.json +6 -0
- icdev-1.2.13/icdev/agents/0e95535d/icdev_state.json +6 -0
- icdev-1.2.13/icdev/agents/1487d9d5/icdev_state.json +6 -0
- icdev-1.2.13/icdev/agents/18d533aa/icdev_state.json +6 -0
- icdev-1.2.13/icdev/agents/2438d669/icdev_state.json +6 -0
- icdev-1.2.13/icdev/agents/2f1b1ac6/icdev_state.json +6 -0
- icdev-1.2.13/icdev/agents/333e3aef/icdev_state.json +6 -0
- icdev-1.2.13/icdev/agents/3c1c7935/icdev_state.json +6 -0
- icdev-1.2.13/icdev/agents/4e25243f/icdev_state.json +6 -0
- icdev-1.2.13/icdev/agents/6129ab8e/icdev_state.json +6 -0
- icdev-1.2.13/icdev/agents/81c530fc/icdev_state.json +6 -0
- icdev-1.2.13/icdev/agents/8410b2aa/icdev_state.json +6 -0
- icdev-1.2.13/icdev/agents/851f3b45/icdev_state.json +6 -0
- icdev-1.2.13/icdev/agents/89a46585/icdev_state.json +6 -0
- icdev-1.2.13/icdev/agents/942da444/icdev_state.json +6 -0
- icdev-1.2.13/icdev/agents/9493afcc/icdev_state.json +6 -0
- icdev-1.2.13/icdev/agents/97e4ee12/icdev_state.json +6 -0
- icdev-1.2.13/icdev/agents/9a25af7c/icdev_state.json +6 -0
- icdev-1.2.13/icdev/agents/b3b3bba2/icdev_state.json +6 -0
- icdev-1.2.13/icdev/agents/b6a0eba7/icdev_state.json +6 -0
- icdev-1.2.13/icdev/agents/cc4d1626/icdev_state.json +6 -0
- icdev-1.2.13/icdev/agents/ccfcc1ad/icdev_state.json +6 -0
- icdev-1.2.13/icdev/agents/d10e5fa4/icdev_state.json +6 -0
- icdev-1.2.13/icdev/agents/d3df43d0/icdev_state.json +6 -0
- icdev-1.2.13/icdev/agents/dcd83f5b/icdev_state.json +6 -0
- icdev-1.2.13/icdev/agents/e2366fdc/icdev_state.json +6 -0
- icdev-1.2.13/icdev/agents/e2c3aba2/icdev_state.json +6 -0
- icdev-1.2.13/icdev/agents/ec8ed920/icdev_state.json +6 -0
- icdev-1.2.13/icdev/agents/f904fc82/icdev_state.json +6 -0
- icdev-1.2.13/icdev/data/__init__.py +1 -0
- icdev-1.2.13/icdev/data/args/atlas_critique_config.yaml +66 -0
- icdev-1.2.13/icdev/data/args/bedrock_models.yaml +63 -0
- icdev-1.2.13/icdev/data/args/cicd_config.yaml +82 -0
- icdev-1.2.13/icdev/data/args/context_config.yaml +82 -0
- icdev-1.2.13/icdev/data/args/cui_markings.yaml +35 -0
- icdev-1.2.13/icdev/data/args/db_config.yaml +40 -0
- icdev-1.2.13/icdev/data/args/deployment_profiles.yaml +248 -0
- icdev-1.2.13/icdev/data/args/framework_registry.yaml +415 -0
- icdev-1.2.13/icdev/data/args/innovation_config.yaml +431 -0
- icdev-1.2.13/icdev/data/args/installation_manifest.yaml +1087 -0
- icdev-1.2.13/icdev/data/args/llm_config.yaml +495 -0
- icdev-1.2.13/icdev/data/args/monitoring_config.yaml +127 -0
- icdev-1.2.13/icdev/data/args/nlq_config.yaml +35 -0
- icdev-1.2.13/icdev/data/args/observability_config.yaml +39 -0
- icdev-1.2.13/icdev/data/args/observability_tracing_config.yaml +170 -0
- icdev-1.2.13/icdev/data/args/oscal_tools_config.yaml +43 -0
- icdev-1.2.13/icdev/data/args/phase_registry.yaml +618 -0
- icdev-1.2.13/icdev/data/args/project_defaults.yaml +235 -0
- icdev-1.2.13/icdev/data/args/resilience_config.yaml +50 -0
- icdev-1.2.13/icdev/data/args/role_personas.yaml +362 -0
- icdev-1.2.13/icdev/data/args/scaling_config.yaml +176 -0
- icdev-1.2.13/icdev/data/args/security_gates.yaml +685 -0
- icdev-1.2.13/icdev/data/args/skill_injection_config.yaml +322 -0
- icdev-1.2.13/icdev/data/args/spec_config.yaml +53 -0
- icdev-1.2.13/icdev/data/args/supply_chain_config.yaml +76 -0
- icdev-1.2.13/icdev/data/args/translation_config.yaml +228 -0
- icdev-1.2.13/icdev/data/args/workflow_templates/security_hardening.yaml +55 -0
- icdev-1.2.13/icdev/data/args/worktree_config.yaml +34 -0
- icdev-1.2.13/icdev/data/args/zta_config.yaml +247 -0
- icdev-1.2.13/icdev/data/context/agent/response_schemas/task_decomposition.json +82 -0
- icdev-1.2.13/icdev/data/context/agentic/architecture_patterns.md +269 -0
- icdev-1.2.13/icdev/data/context/agentic/capability_registry.yaml +202 -0
- icdev-1.2.13/icdev/data/context/agentic/csp_mcp_registry.yaml +280 -0
- icdev-1.2.13/icdev/data/context/agentic/fitness_rubric.md +56 -0
- icdev-1.2.13/icdev/data/context/agentic/governance_baseline.md +205 -0
- icdev-1.2.13/icdev/data/context/ci/worktree_templates.json +44 -0
- icdev-1.2.13/icdev/data/context/cloud/csp_service_registry.json +739 -0
- icdev-1.2.13/icdev/data/context/compliance/cmmc_report_template.md +142 -0
- icdev-1.2.13/icdev/data/context/compliance/cui_templates/code_header.txt +8 -0
- icdev-1.2.13/icdev/data/context/compliance/dod_cssp_8530.json +463 -0
- icdev-1.2.13/icdev/data/context/compliance/fedramp_20x_ksi_schemas.json +133 -0
- icdev-1.2.13/icdev/data/context/compliance/fedramp_report_template.md +181 -0
- icdev-1.2.13/icdev/data/context/compliance/incident_response_template.md +1110 -0
- icdev-1.2.13/icdev/data/context/compliance/ivv_report_template.md +116 -0
- icdev-1.2.13/icdev/data/context/compliance/mosa_framework.json +250 -0
- icdev-1.2.13/icdev/data/context/compliance/nist_800_207_zta.json +258 -0
- icdev-1.2.13/icdev/data/context/compliance/owasp_agentic_asi.json +133 -0
- icdev-1.2.13/icdev/data/context/compliance/poam_template.md +117 -0
- icdev-1.2.13/icdev/data/context/compliance/sbd_report_template.md +77 -0
- icdev-1.2.13/icdev/data/context/compliance/siem_config_templates/filebeat.yml +213 -0
- icdev-1.2.13/icdev/data/context/compliance/ssp_template.md +432 -0
- icdev-1.2.13/icdev/data/context/compliance/xai_requirements.json +108 -0
- icdev-1.2.13/icdev/data/context/dashboard/schema_descriptions.json +23 -0
- icdev-1.2.13/icdev/data/context/integration/gitlab_field_mappings.json +33 -0
- icdev-1.2.13/icdev/data/context/integration/reqif_export_schema.json +23 -0
- icdev-1.2.13/icdev/data/context/languages/language_registry.json +279 -0
- icdev-1.2.13/icdev/data/context/llm/example_provider.py +86 -0
- icdev-1.2.13/icdev/data/context/mbse/des_report_template.md +162 -0
- icdev-1.2.13/icdev/data/context/mbse/digital_thread_patterns.json +403 -0
- icdev-1.2.13/icdev/data/context/mbse/reqif_schema.json +280 -0
- icdev-1.2.13/icdev/data/context/mbse/sysml_element_types.json +432 -0
- icdev-1.2.13/icdev/data/context/modernization/db_type_mappings.json +148 -0
- icdev-1.2.13/icdev/data/context/modernization/decomposition_patterns.json +284 -0
- icdev-1.2.13/icdev/data/context/modernization/framework_migration_patterns.json +359 -0
- icdev-1.2.13/icdev/data/context/modernization/migration_report_template.md +168 -0
- icdev-1.2.13/icdev/data/context/modernization/version_upgrade_rules.json +279 -0
- icdev-1.2.13/icdev/data/context/oscal/README.md +43 -0
- icdev-1.2.13/icdev/data/docs/README.md +187 -0
- icdev-1.2.13/icdev/data/docs/admin/gateway-guide.md +338 -0
- icdev-1.2.13/icdev/data/docs/admin/marketplace-guide.md +396 -0
- icdev-1.2.13/icdev/data/docs/admin/monitoring-guide.md +509 -0
- icdev-1.2.13/icdev/data/docs/architecture/compliance-framework.md +764 -0
- icdev-1.2.13/icdev/data/docs/architecture/database-schema.md +689 -0
- icdev-1.2.13/icdev/data/docs/architecture/forge-framework.md +518 -0
- icdev-1.2.13/icdev/data/docs/architecture/multi-agent-system.md +603 -0
- icdev-1.2.13/icdev/data/docs/dx/README.md +106 -0
- icdev-1.2.13/icdev/data/docs/dx/ci-cd-integration.md +378 -0
- icdev-1.2.13/icdev/data/docs/dx/claude-code-guide.md +213 -0
- icdev-1.2.13/icdev/data/docs/dx/companion-guide.md +232 -0
- icdev-1.2.13/icdev/data/docs/dx/dev-profiles.md +309 -0
- icdev-1.2.13/icdev/data/docs/dx/icdev-yaml-spec.md +219 -0
- icdev-1.2.13/icdev/data/docs/dx/integration-tiers.md +279 -0
- icdev-1.2.13/icdev/data/docs/dx/llm-routing-guide.md +456 -0
- icdev-1.2.13/icdev/data/docs/dx/quickstart.md +192 -0
- icdev-1.2.13/icdev/data/docs/dx/sdk-reference.md +356 -0
- icdev-1.2.13/icdev/data/docs/dx/unified-mcp-setup.md +525 -0
- icdev-1.2.13/icdev/data/docs/features/phase-01-gotcha-framework.md +249 -0
- icdev-1.2.13/icdev/data/docs/features/phase-02-atlas-build-workflow.md +223 -0
- icdev-1.2.13/icdev/data/docs/features/phase-03-tdd-bdd-testing.md +261 -0
- icdev-1.2.13/icdev/data/docs/features/phase-04-nist-compliance.md +255 -0
- icdev-1.2.13/icdev/data/docs/features/phase-05-security-scanning.md +229 -0
- icdev-1.2.13/icdev/data/docs/features/phase-06-infrastructure-deployment.md +288 -0
- icdev-1.2.13/icdev/data/docs/features/phase-07-code-review-gates.md +276 -0
- icdev-1.2.13/icdev/data/docs/features/phase-08-self-healing.md +223 -0
- icdev-1.2.13/icdev/data/docs/features/phase-09-monitoring-observability.md +230 -0
- icdev-1.2.13/icdev/data/docs/features/phase-10-dashboard-web-ui.md +218 -0
- icdev-1.2.13/icdev/data/docs/features/phase-11-multi-agent-architecture.md +272 -0
- icdev-1.2.13/icdev/data/docs/features/phase-12-integration-testing.md +228 -0
- icdev-1.2.13/icdev/data/docs/features/phase-13-cicd-integration.md +257 -0
- icdev-1.2.13/icdev/data/docs/features/phase-14-secure-by-design-ivv.md +240 -0
- icdev-1.2.13/icdev/data/docs/features/phase-15-maintenance-audit.md +192 -0
- icdev-1.2.13/icdev/data/docs/features/phase-16-ato-acceleration.md +228 -0
- icdev-1.2.13/icdev/data/docs/features/phase-17-multi-framework-compliance.md +223 -0
- icdev-1.2.13/icdev/data/docs/features/phase-18-mbse-integration.md +242 -0
- icdev-1.2.13/icdev/data/docs/features/phase-19-agentic-generation.md +202 -0
- icdev-1.2.13/icdev/data/docs/features/phase-20-fips-security-categorization.md +198 -0
- icdev-1.2.13/icdev/data/docs/features/phase-21-saas-multi-tenancy.md +273 -0
- icdev-1.2.13/icdev/data/docs/features/phase-22-federated-gotcha-marketplace.md +242 -0
- icdev-1.2.13/icdev/data/docs/features/phase-23-universal-compliance-platform.md +238 -0
- icdev-1.2.13/icdev/data/docs/features/phase-24-devsecops-pipeline-security.md +198 -0
- icdev-1.2.13/icdev/data/docs/features/phase-25-zero-trust-architecture.md +220 -0
- icdev-1.2.13/icdev/data/docs/features/phase-26-dod-mosa.md +205 -0
- icdev-1.2.13/icdev/data/docs/features/phase-27-cli-capabilities.md +222 -0
- icdev-1.2.13/icdev/data/docs/features/phase-28-remote-command-gateway.md +235 -0
- icdev-1.2.13/icdev/data/docs/features/phase-29-proactive-monitoring.md +212 -0
- icdev-1.2.13/icdev/data/docs/features/phase-30-dashboard-auth.md +215 -0
- icdev-1.2.13/icdev/data/docs/features/phase-31-dashboard-ux-low-impact.md +188 -0
- icdev-1.2.13/icdev/data/docs/features/phase-32-dashboard-ux-medium-impact.md +223 -0
- icdev-1.2.13/icdev/data/docs/features/phase-33-modular-installation.md +218 -0
- icdev-1.2.13/icdev/data/docs/features/phase-34-dev-profiles.md +239 -0
- icdev-1.2.13/icdev/data/docs/features/phase-35-innovation-engine.md +257 -0
- icdev-1.2.13/icdev/data/docs/features/phase-36-evolutionary-intelligence.md +351 -0
- icdev-1.2.13/icdev/data/docs/features/phase-37-mitre-atlas-integration.md +485 -0
- icdev-1.2.13/icdev/data/docs/features/phase-38-cloud-agnostic-architecture.md +1033 -0
- icdev-1.2.13/icdev/data/docs/features/phase-39-observability-operations.md +178 -0
- icdev-1.2.13/icdev/data/docs/features/phase-40-nlq-compliance-queries.md +176 -0
- icdev-1.2.13/icdev/data/docs/features/phase-41-parallel-cicd.md +169 -0
- icdev-1.2.13/icdev/data/docs/features/phase-42-framework-planning.md +177 -0
- icdev-1.2.13/icdev/data/docs/features/phase-43-cross-language-translation.md +225 -0
- icdev-1.2.13/icdev/data/docs/features/phase-44-innovation-adaptation.md +227 -0
- icdev-1.2.13/icdev/data/docs/features/phase-45-owasp-agentic-security.md +239 -0
- icdev-1.2.13/icdev/data/docs/features/phase-46-observability-traceability-xai.md +240 -0
- icdev-1.2.13/icdev/data/docs/features/phase-47-unified-mcp-gateway.md +257 -0
- icdev-1.2.13/icdev/data/docs/features/phase-48-ai-transparency.md +203 -0
- icdev-1.2.13/icdev/data/docs/features/phase-49-ai-accountability.md +243 -0
- icdev-1.2.13/icdev/data/docs/features/phase-50-ai-governance-intake-chat.md +195 -0
- icdev-1.2.13/icdev/data/docs/features/phase-51-unified-chat-dashboard.md +240 -0
- icdev-1.2.13/icdev/data/docs/features/phase-52-code-intelligence.md +244 -0
- icdev-1.2.13/icdev/data/docs/features/phase-53-fedramp-20x-owasp-asi.md +359 -0
- icdev-1.2.13/icdev/data/docs/features/phase-54-slsa-swft-orchestration.md +379 -0
- icdev-1.2.13/icdev/data/docs/features/phase-55-a2a-v03-mcp-oauth.md +322 -0
- icdev-1.2.13/icdev/data/docs/features/phase-56-evidence-lineage.md +352 -0
- icdev-1.2.13/icdev/data/docs/features/phase-57-eu-ai-act-iron-bank.md +319 -0
- icdev-1.2.13/icdev/data/docs/features/phase-58-creative-engine.md +370 -0
- icdev-1.2.13/icdev/data/docs/features/phase-59-govcon-intelligence.md +535 -0
- icdev-1.2.13/icdev/data/docs/features/phase-60-cpmp.md +528 -0
- icdev-1.2.13/icdev/data/docs/features/phase-61-orchestration-improvements.md +534 -0
- icdev-1.2.13/icdev/data/docs/operations/dashboard-guide.md +354 -0
- icdev-1.2.13/icdev/data/docs/operations/deployment-guide.md +556 -0
- icdev-1.2.13/icdev/data/docs/operations/saas-admin-guide.md +439 -0
- icdev-1.2.13/icdev/data/docs/operations/security-operations-guide.md +733 -0
- icdev-1.2.13/icdev/data/docs/runbooks/backup-restore.md +412 -0
- icdev-1.2.13/icdev/data/docs/runbooks/troubleshooting.md +499 -0
- icdev-1.2.13/icdev/data/features/environment.py +25 -0
- icdev-1.2.13/icdev/data/features/steps/cicd_steps.py +465 -0
- icdev-1.2.13/icdev/data/features/steps/compliance_steps.py +308 -0
- icdev-1.2.13/icdev/data/features/steps/dashboard_steps.py +88 -0
- icdev-1.2.13/icdev/data/features/steps/project_steps.py +126 -0
- icdev-1.2.13/icdev/data/features/steps/requirements_intake_steps.py +689 -0
- icdev-1.2.13/icdev/data/features/steps/saas_platform_steps.py +572 -0
- icdev-1.2.13/icdev/data/features/steps/security_steps.py +236 -0
- icdev-1.2.13/icdev/data/features/steps/testing_steps.py +226 -0
- icdev-1.2.13/icdev/data/goals/agent_management.md +144 -0
- icdev-1.2.13/icdev/data/goals/agentic_generation.md +345 -0
- icdev-1.2.13/icdev/data/goals/agentic_threat_model.md +309 -0
- icdev-1.2.13/icdev/data/goals/ai_transparency.md +76 -0
- icdev-1.2.13/icdev/data/goals/atlas_integration.md +405 -0
- icdev-1.2.13/icdev/data/goals/ato_acceleration.md +139 -0
- icdev-1.2.13/icdev/data/goals/boundary_supply_chain.md +206 -0
- icdev-1.2.13/icdev/data/goals/build_app.md +544 -0
- icdev-1.2.13/icdev/data/goals/cicd_integration.md +86 -0
- icdev-1.2.13/icdev/data/goals/claude_dir_maintenance.md +77 -0
- icdev-1.2.13/icdev/data/goals/cloud_agnostic.md +312 -0
- icdev-1.2.13/icdev/data/goals/code_intelligence.md +197 -0
- icdev-1.2.13/icdev/data/goals/compliance_workflow.md +858 -0
- icdev-1.2.13/icdev/data/goals/continuous_harmonization.md +140 -0
- icdev-1.2.13/icdev/data/goals/cross_language_translation.md +171 -0
- icdev-1.2.13/icdev/data/goals/dashboard.md +142 -0
- icdev-1.2.13/icdev/data/goals/deploy_workflow.md +390 -0
- icdev-1.2.13/icdev/data/goals/devsecops_workflow.md +408 -0
- icdev-1.2.13/icdev/data/goals/evolutionary_intelligence.md +305 -0
- icdev-1.2.13/icdev/data/goals/framework_planning.md +63 -0
- icdev-1.2.13/icdev/data/goals/init_project.md +235 -0
- icdev-1.2.13/icdev/data/goals/innovation_engine.md +199 -0
- icdev-1.2.13/icdev/data/goals/integration_testing.md +189 -0
- icdev-1.2.13/icdev/data/goals/maintenance_audit.md +196 -0
- icdev-1.2.13/icdev/data/goals/manifest.md +56 -0
- icdev-1.2.13/icdev/data/goals/mbse_integration.md +504 -0
- icdev-1.2.13/icdev/data/goals/modernization_workflow.md +618 -0
- icdev-1.2.13/icdev/data/goals/monitoring.md +126 -0
- icdev-1.2.13/icdev/data/goals/mosa_workflow.md +463 -0
- icdev-1.2.13/icdev/data/goals/nlq_compliance.md +63 -0
- icdev-1.2.13/icdev/data/goals/observability_traceability_xai.md +154 -0
- icdev-1.2.13/icdev/data/goals/owasp_agentic_security.md +395 -0
- icdev-1.2.13/icdev/data/goals/requirements_intake.md +213 -0
- icdev-1.2.13/icdev/data/goals/sbd_ivv_workflow.md +195 -0
- icdev-1.2.13/icdev/data/goals/security_categorization.md +133 -0
- icdev-1.2.13/icdev/data/goals/security_scan.md +381 -0
- icdev-1.2.13/icdev/data/goals/tdd_workflow.md +403 -0
- icdev-1.2.13/icdev/data/goals/zero_trust_architecture.md +403 -0
- icdev-1.2.13/icdev/data/hardprompts/agent/agentic_architect.md +100 -0
- icdev-1.2.13/icdev/data/hardprompts/agent/governance_review.md +214 -0
- icdev-1.2.13/icdev/data/hardprompts/agent/skill_design.md +172 -0
- icdev-1.2.13/icdev/data/hardprompts/agent/task_decomposition.md +275 -0
- icdev-1.2.13/icdev/data/hardprompts/ci/worktree_setup.md +35 -0
- icdev-1.2.13/icdev/data/hardprompts/compliance/cmmc_assessment.md +63 -0
- icdev-1.2.13/icdev/data/hardprompts/compliance/fedramp_assessment.md +55 -0
- icdev-1.2.13/icdev/data/hardprompts/dashboard/nlq_system_prompt.md +26 -0
- icdev-1.2.13/icdev/data/hardprompts/integration/approval_review.md +17 -0
- icdev-1.2.13/icdev/data/hardprompts/integration/jira_mapping.md +25 -0
- icdev-1.2.13/icdev/data/hardprompts/integration/servicenow_mapping.md +14 -0
- icdev-1.2.13/icdev/data/hardprompts/mbse/digital_thread.md +67 -0
- icdev-1.2.13/icdev/data/hardprompts/mbse/model_import.md +62 -0
- icdev-1.2.13/icdev/data/hardprompts/mbse/model_to_code.md +65 -0
- icdev-1.2.13/icdev/data/hardprompts/modernization/legacy_analysis.md +93 -0
- icdev-1.2.13/icdev/data/hardprompts/modernization/migration_planning.md +150 -0
- icdev-1.2.13/icdev/data/hardprompts/modernization/seven_r_assessment.md +107 -0
- icdev-1.2.13/icdev/data/hardprompts/requirements/clarification_prioritization.md +29 -0
- icdev-1.2.13/icdev/data/hardprompts/requirements/intake_conversation.md +101 -0
- icdev-1.2.13/icdev/data/hardprompts/requirements/spec_quality.md +33 -0
- icdev-1.2.13/icdev/data/hardprompts/security/vulnerability_assessment.md +81 -0
- icdev-1.2.13/icdev/data/hardprompts/simulation/architecture_impact.md +27 -0
- icdev-1.2.13/icdev/data/hardprompts/simulation/coa_alternative.md +27 -0
- icdev-1.2.13/icdev/data/hardprompts/simulation/coa_generation.md +25 -0
- icdev-1.2.13/icdev/data/hardprompts/simulation/compliance_impact.md +28 -0
- icdev-1.2.13/icdev/data/hardprompts/simulation/cost_estimation.md +33 -0
- icdev-1.2.13/icdev/data/hardprompts/simulation/risk_assessment.md +28 -0
- icdev-1.2.13/icdev/data/hardprompts/translation/code_translation.md +68 -0
- icdev-1.2.13/icdev/data/hardprompts/translation/dependency_suggestion.md +44 -0
- icdev-1.2.13/icdev/data/hardprompts/translation/test_translation.md +64 -0
- icdev-1.2.13/icdev/data/hardprompts/translation/translation_repair.md +59 -0
- icdev-1.2.13/icdev/tools/__init__.py +27 -0
- icdev-1.2.13/icdev/tools/a2a/agent_cards/architect.json +43 -0
- icdev-1.2.13/icdev/tools/a2a/agent_cards/builder.json +50 -0
- icdev-1.2.13/icdev/tools/a2a/agent_cards/compliance.json +57 -0
- icdev-1.2.13/icdev/tools/a2a/agent_cards/devsecops.json +71 -0
- icdev-1.2.13/icdev/tools/a2a/agent_cards/infra.json +57 -0
- icdev-1.2.13/icdev/tools/a2a/agent_cards/integration.json +57 -0
- icdev-1.2.13/icdev/tools/a2a/agent_cards/knowledge.json +43 -0
- icdev-1.2.13/icdev/tools/a2a/agent_cards/mbse.json +57 -0
- icdev-1.2.13/icdev/tools/a2a/agent_cards/modernization.json +50 -0
- icdev-1.2.13/icdev/tools/a2a/agent_cards/monitor.json +43 -0
- icdev-1.2.13/icdev/tools/a2a/agent_cards/orchestrator.json +36 -0
- icdev-1.2.13/icdev/tools/a2a/agent_cards/requirements_analyst.json +64 -0
- icdev-1.2.13/icdev/tools/a2a/agent_cards/security.json +50 -0
- icdev-1.2.13/icdev/tools/a2a/agent_cards/simulation.json +57 -0
- icdev-1.2.13/icdev/tools/a2a/agent_cards/supply_chain.json +50 -0
- icdev-1.2.13/icdev/tools/agent/__init__.py +2 -0
- icdev-1.2.13/icdev/tools/agent/a2a_agent_card_generator.py +285 -0
- icdev-1.2.13/icdev/tools/agent/a2a_discovery_server.py +250 -0
- icdev-1.2.13/icdev/tools/agent/agent_memory.py +557 -0
- icdev-1.2.13/icdev/tools/agent/anvil_critique.py +910 -0
- icdev-1.2.13/icdev/tools/agent/authority.py +445 -0
- icdev-1.2.13/icdev/tools/agent/bedrock_client.py +1075 -0
- icdev-1.2.13/icdev/tools/agent/collaboration.py +871 -0
- icdev-1.2.13/icdev/tools/agent/dispatcher_mode.py +665 -0
- icdev-1.2.13/icdev/tools/agent/mailbox.py +575 -0
- icdev-1.2.13/icdev/tools/agent/prompt_chain_executor.py +1064 -0
- icdev-1.2.13/icdev/tools/agent/session_purpose.py +350 -0
- icdev-1.2.13/icdev/tools/agent/skill_router.py +638 -0
- icdev-1.2.13/icdev/tools/agent/skill_selector.py +486 -0
- icdev-1.2.13/icdev/tools/agent/team_orchestrator.py +1108 -0
- icdev-1.2.13/icdev/tools/agent/token_tracker.py +290 -0
- icdev-1.2.13/icdev/tools/analysis/code_analyzer.py +780 -0
- icdev-1.2.13/icdev/tools/analysis/runtime_feedback.py +389 -0
- icdev-1.2.13/icdev/tools/audit/audit_logger.py +196 -0
- icdev-1.2.13/icdev/tools/audit/decision_recorder.py +72 -0
- icdev-1.2.13/icdev/tools/builder/agentic_fitness.py +534 -0
- icdev-1.2.13/icdev/tools/builder/agentic_test_templates/test_a2a_callback.py +117 -0
- icdev-1.2.13/icdev/tools/builder/app_blueprint.py +1583 -0
- icdev-1.2.13/icdev/tools/builder/child_app_generator.py +2846 -0
- icdev-1.2.13/icdev/tools/builder/claude_md_generator.py +1736 -0
- icdev-1.2.13/icdev/tools/builder/code_generator.py +3704 -0
- icdev-1.2.13/icdev/tools/builder/db_init_generator.py +1709 -0
- icdev-1.2.13/icdev/tools/builder/dev_profile_manager.py +954 -0
- icdev-1.2.13/icdev/tools/builder/forge_validator.py +814 -0
- icdev-1.2.13/icdev/tools/builder/goal_adapter.py +592 -0
- icdev-1.2.13/icdev/tools/builder/language_support.py +441 -0
- icdev-1.2.13/icdev/tools/builder/scaffolder.py +1592 -0
- icdev-1.2.13/icdev/tools/builder/scaffolder_extended.py +1773 -0
- icdev-1.2.13/icdev/tools/builder/test_writer.py +950 -0
- icdev-1.2.13/icdev/tools/ci/__init__.py +2 -0
- icdev-1.2.13/icdev/tools/ci/connectors/__init__.py +2 -0
- icdev-1.2.13/icdev/tools/ci/connectors/base_connector.py +80 -0
- icdev-1.2.13/icdev/tools/ci/connectors/connector_registry.py +188 -0
- icdev-1.2.13/icdev/tools/ci/connectors/mattermost_connector.py +159 -0
- icdev-1.2.13/icdev/tools/ci/connectors/slack_connector.py +197 -0
- icdev-1.2.13/icdev/tools/ci/core/__init__.py +2 -0
- icdev-1.2.13/icdev/tools/ci/core/air_gap_detector.py +115 -0
- icdev-1.2.13/icdev/tools/ci/core/comment_handler.py +192 -0
- icdev-1.2.13/icdev/tools/ci/core/conversation_manager.py +479 -0
- icdev-1.2.13/icdev/tools/ci/core/event_envelope.py +512 -0
- icdev-1.2.13/icdev/tools/ci/core/event_router.py +443 -0
- icdev-1.2.13/icdev/tools/ci/core/failure_parser.py +397 -0
- icdev-1.2.13/icdev/tools/ci/core/recovery_engine.py +529 -0
- icdev-1.2.13/icdev/tools/ci/modules/__init__.py +2 -0
- icdev-1.2.13/icdev/tools/ci/modules/agent.py +271 -0
- icdev-1.2.13/icdev/tools/ci/modules/git_ops.py +175 -0
- icdev-1.2.13/icdev/tools/ci/modules/state.py +119 -0
- icdev-1.2.13/icdev/tools/ci/modules/vcs.py +303 -0
- icdev-1.2.13/icdev/tools/ci/modules/workflow_ops.py +295 -0
- icdev-1.2.13/icdev/tools/ci/modules/worktree.py +340 -0
- icdev-1.2.13/icdev/tools/ci/pipeline_config_generator.py +558 -0
- icdev-1.2.13/icdev/tools/ci/triggers/__init__.py +2 -0
- icdev-1.2.13/icdev/tools/ci/triggers/gitlab_task_monitor.py +330 -0
- icdev-1.2.13/icdev/tools/ci/triggers/poll_trigger.py +237 -0
- icdev-1.2.13/icdev/tools/ci/triggers/webhook_server.py +358 -0
- icdev-1.2.13/icdev/tools/ci/workflows/__init__.py +2 -0
- icdev-1.2.13/icdev/tools/ci/workflows/icdev_build.py +140 -0
- icdev-1.2.13/icdev/tools/ci/workflows/icdev_comply.py +284 -0
- icdev-1.2.13/icdev/tools/ci/workflows/icdev_document.py +152 -0
- icdev-1.2.13/icdev/tools/ci/workflows/icdev_e2e.py +190 -0
- icdev-1.2.13/icdev/tools/ci/workflows/icdev_patch.py +186 -0
- icdev-1.2.13/icdev/tools/ci/workflows/icdev_plan.py +202 -0
- icdev-1.2.13/icdev/tools/ci/workflows/icdev_plan_build.py +41 -0
- icdev-1.2.13/icdev/tools/ci/workflows/icdev_plan_build_test.py +46 -0
- icdev-1.2.13/icdev/tools/ci/workflows/icdev_plan_build_test_review.py +47 -0
- icdev-1.2.13/icdev/tools/ci/workflows/icdev_review.py +126 -0
- icdev-1.2.13/icdev/tools/ci/workflows/icdev_sdlc.py +261 -0
- icdev-1.2.13/icdev/tools/ci/workflows/icdev_test.py +240 -0
- icdev-1.2.13/icdev/tools/cli/output_formatter.py +756 -0
- icdev-1.2.13/icdev/tools/cli_formatter.py +42 -0
- icdev-1.2.13/icdev/tools/cloud/csp_changelog.py +383 -0
- icdev-1.2.13/icdev/tools/cloud/csp_monitor.py +951 -0
- icdev-1.2.13/icdev/tools/cloud/iam_provider.py +593 -0
- icdev-1.2.13/icdev/tools/cloud/registry_provider.py +563 -0
- icdev-1.2.13/icdev/tools/compat/__init__.py +21 -0
- icdev-1.2.13/icdev/tools/compat/cli_harmonizer.py +251 -0
- icdev-1.2.13/icdev/tools/compat/datetime_utils.py +18 -0
- icdev-1.2.13/icdev/tools/compat/db_utils.py +159 -0
- icdev-1.2.13/icdev/tools/compat/platform_utils.py +123 -0
- icdev-1.2.13/icdev/tools/compliance/accountability_manager.py +397 -0
- icdev-1.2.13/icdev/tools/compliance/ai_accountability_audit.py +294 -0
- icdev-1.2.13/icdev/tools/compliance/ai_impact_assessor.py +273 -0
- icdev-1.2.13/icdev/tools/compliance/ai_incident_response.py +301 -0
- icdev-1.2.13/icdev/tools/compliance/ai_inventory_manager.py +239 -0
- icdev-1.2.13/icdev/tools/compliance/ai_reassessment_scheduler.py +256 -0
- icdev-1.2.13/icdev/tools/compliance/ai_transparency_audit.py +248 -0
- icdev-1.2.13/icdev/tools/compliance/atlas_assessor.py +278 -0
- icdev-1.2.13/icdev/tools/compliance/atlas_report_generator.py +1211 -0
- icdev-1.2.13/icdev/tools/compliance/base_assessor.py +597 -0
- icdev-1.2.13/icdev/tools/compliance/cato_monitor.py +1385 -0
- icdev-1.2.13/icdev/tools/compliance/cato_scheduler.py +699 -0
- icdev-1.2.13/icdev/tools/compliance/cjis_assessor.py +76 -0
- icdev-1.2.13/icdev/tools/compliance/classification_manager.py +1353 -0
- icdev-1.2.13/icdev/tools/compliance/cmmc_assessor.py +1491 -0
- icdev-1.2.13/icdev/tools/compliance/cmmc_report_generator.py +1100 -0
- icdev-1.2.13/icdev/tools/compliance/compliance_detector.py +463 -0
- icdev-1.2.13/icdev/tools/compliance/compliance_exporter.py +427 -0
- icdev-1.2.13/icdev/tools/compliance/crosswalk_engine.py +1203 -0
- icdev-1.2.13/icdev/tools/compliance/cssp_assessor.py +1045 -0
- icdev-1.2.13/icdev/tools/compliance/cssp_evidence_collector.py +729 -0
- icdev-1.2.13/icdev/tools/compliance/cssp_report_generator.py +1116 -0
- icdev-1.2.13/icdev/tools/compliance/cui_marker.py +390 -0
- icdev-1.2.13/icdev/tools/compliance/diagram_validator.py +600 -0
- icdev-1.2.13/icdev/tools/compliance/emass/__init__.py +2 -0
- icdev-1.2.13/icdev/tools/compliance/emass/emass_client.py +840 -0
- icdev-1.2.13/icdev/tools/compliance/emass/emass_export.py +777 -0
- icdev-1.2.13/icdev/tools/compliance/emass/emass_sync.py +826 -0
- icdev-1.2.13/icdev/tools/compliance/eu_ai_act_classifier.py +194 -0
- icdev-1.2.13/icdev/tools/compliance/fairness_assessor.py +316 -0
- icdev-1.2.13/icdev/tools/compliance/fedramp_assessor.py +1808 -0
- icdev-1.2.13/icdev/tools/compliance/fedramp_authorization_packager.py +137 -0
- icdev-1.2.13/icdev/tools/compliance/fedramp_ksi_generator.py +355 -0
- icdev-1.2.13/icdev/tools/compliance/fips199_categorizer.py +881 -0
- icdev-1.2.13/icdev/tools/compliance/fips200_validator.py +315 -0
- icdev-1.2.13/icdev/tools/compliance/gao_ai_assessor.py +231 -0
- icdev-1.2.13/icdev/tools/compliance/gao_evidence_builder.py +308 -0
- icdev-1.2.13/icdev/tools/compliance/hipaa_assessor.py +78 -0
- icdev-1.2.13/icdev/tools/compliance/hitrust_assessor.py +49 -0
- icdev-1.2.13/icdev/tools/compliance/incident_response_plan.py +718 -0
- icdev-1.2.13/icdev/tools/compliance/iso27001_assessor.py +92 -0
- icdev-1.2.13/icdev/tools/compliance/iso42001_assessor.py +114 -0
- icdev-1.2.13/icdev/tools/compliance/ivv_assessor.py +2328 -0
- icdev-1.2.13/icdev/tools/compliance/ivv_report_generator.py +1662 -0
- icdev-1.2.13/icdev/tools/compliance/model_card_generator.py +297 -0
- icdev-1.2.13/icdev/tools/compliance/mosa_assessor.py +117 -0
- icdev-1.2.13/icdev/tools/compliance/multi_regime_assessor.py +451 -0
- icdev-1.2.13/icdev/tools/compliance/nist_800_207_assessor.py +191 -0
- icdev-1.2.13/icdev/tools/compliance/nist_ai_600_1_assessor.py +188 -0
- icdev-1.2.13/icdev/tools/compliance/nist_ai_rmf_assessor.py +110 -0
- icdev-1.2.13/icdev/tools/compliance/omb_m25_21_assessor.py +228 -0
- icdev-1.2.13/icdev/tools/compliance/omb_m26_04_assessor.py +188 -0
- icdev-1.2.13/icdev/tools/compliance/oscal_catalog_adapter.py +395 -0
- icdev-1.2.13/icdev/tools/compliance/oscal_generator.py +2170 -0
- icdev-1.2.13/icdev/tools/compliance/oscal_tools.py +1183 -0
- icdev-1.2.13/icdev/tools/compliance/owasp_asi_assessor.py +200 -0
- icdev-1.2.13/icdev/tools/compliance/owasp_llm_assessor.py +244 -0
- icdev-1.2.13/icdev/tools/compliance/pci_dss_assessor.py +80 -0
- icdev-1.2.13/icdev/tools/compliance/poam_generator.py +405 -0
- icdev-1.2.13/icdev/tools/compliance/resolve_marking.py +283 -0
- icdev-1.2.13/icdev/tools/compliance/sbd_assessor.py +2068 -0
- icdev-1.2.13/icdev/tools/compliance/sbd_report_generator.py +1236 -0
- icdev-1.2.13/icdev/tools/compliance/sbom_generator.py +1008 -0
- icdev-1.2.13/icdev/tools/compliance/slsa_attestation_generator.py +490 -0
- icdev-1.2.13/icdev/tools/compliance/soc2_assessor.py +77 -0
- icdev-1.2.13/icdev/tools/compliance/ssp_generator.py +573 -0
- icdev-1.2.13/icdev/tools/compliance/stig_checker.py +727 -0
- icdev-1.2.13/icdev/tools/compliance/swft_evidence_bundler.py +337 -0
- icdev-1.2.13/icdev/tools/compliance/system_card_generator.py +309 -0
- icdev-1.2.13/icdev/tools/compliance/traceability_matrix.py +1281 -0
- icdev-1.2.13/icdev/tools/compliance/universal_classification_manager.py +1172 -0
- icdev-1.2.13/icdev/tools/compliance/xacta/__init__.py +2 -0
- icdev-1.2.13/icdev/tools/compliance/xacta/xacta_client.py +449 -0
- icdev-1.2.13/icdev/tools/compliance/xacta/xacta_export.py +557 -0
- icdev-1.2.13/icdev/tools/compliance/xacta/xacta_sync.py +333 -0
- icdev-1.2.13/icdev/tools/dashboard/api/activity.py +205 -0
- icdev-1.2.13/icdev/tools/dashboard/api/batch.py +667 -0
- icdev-1.2.13/icdev/tools/dashboard/api/cicd.py +219 -0
- icdev-1.2.13/icdev/tools/dashboard/api/cpmp.py +915 -0
- icdev-1.2.13/icdev/tools/dashboard/api/diagrams.py +65 -0
- icdev-1.2.13/icdev/tools/dashboard/api/govcon.py +1095 -0
- icdev-1.2.13/icdev/tools/dashboard/api/nlq.py +72 -0
- icdev-1.2.13/icdev/tools/dashboard/api/orchestration.py +472 -0
- icdev-1.2.13/icdev/tools/dashboard/app.py +4132 -0
- icdev-1.2.13/icdev/tools/dashboard/auth.py +601 -0
- icdev-1.2.13/icdev/tools/dashboard/byok.py +264 -0
- icdev-1.2.13/icdev/tools/dashboard/chat_manager.py +676 -0
- icdev-1.2.13/icdev/tools/dashboard/config.py +131 -0
- icdev-1.2.13/icdev/tools/dashboard/diagram_definitions.py +644 -0
- icdev-1.2.13/icdev/tools/dashboard/nlq_processor.py +324 -0
- icdev-1.2.13/icdev/tools/dashboard/phase_loader.py +136 -0
- icdev-1.2.13/icdev/tools/dashboard/sse_manager.py +89 -0
- icdev-1.2.13/icdev/tools/dashboard/state_tracker.py +267 -0
- icdev-1.2.13/icdev/tools/dashboard/static/css/style.css +706 -0
- icdev-1.2.13/icdev/tools/dashboard/static/css/ux.css +2047 -0
- icdev-1.2.13/icdev/tools/dashboard/static/js/api.js +161 -0
- icdev-1.2.13/icdev/tools/dashboard/static/js/batch.js +814 -0
- icdev-1.2.13/icdev/tools/dashboard/static/js/charts.js +618 -0
- icdev-1.2.13/icdev/tools/dashboard/static/js/chat.js +1514 -0
- icdev-1.2.13/icdev/tools/dashboard/static/js/kanban.js +113 -0
- icdev-1.2.13/icdev/tools/dashboard/static/js/live.js +569 -0
- icdev-1.2.13/icdev/tools/dashboard/static/js/mermaid-icdev.js +332 -0
- icdev-1.2.13/icdev/tools/dashboard/static/js/proposals.js +588 -0
- icdev-1.2.13/icdev/tools/dashboard/static/js/shortcuts.js +544 -0
- icdev-1.2.13/icdev/tools/dashboard/static/js/tables.js +652 -0
- icdev-1.2.13/icdev/tools/dashboard/static/js/tour.js +524 -0
- icdev-1.2.13/icdev/tools/dashboard/static/js/ux.js +942 -0
- icdev-1.2.13/icdev/tools/dashboard/templates/404.html +10 -0
- icdev-1.2.13/icdev/tools/dashboard/templates/activity.html +80 -0
- icdev-1.2.13/icdev/tools/dashboard/templates/admin/users.html +144 -0
- icdev-1.2.13/icdev/tools/dashboard/templates/ai_accountability.html +235 -0
- icdev-1.2.13/icdev/tools/dashboard/templates/ai_transparency.html +263 -0
- icdev-1.2.13/icdev/tools/dashboard/templates/base.html +104 -0
- icdev-1.2.13/icdev/tools/dashboard/templates/batch.html +23 -0
- icdev-1.2.13/icdev/tools/dashboard/templates/chat.html +332 -0
- icdev-1.2.13/icdev/tools/dashboard/templates/children.html +149 -0
- icdev-1.2.13/icdev/tools/dashboard/templates/cicd.html +253 -0
- icdev-1.2.13/icdev/tools/dashboard/templates/code_quality.html +214 -0
- icdev-1.2.13/icdev/tools/dashboard/templates/cpmp/cor_detail.html +220 -0
- icdev-1.2.13/icdev/tools/dashboard/templates/cpmp/cor_portal.html +91 -0
- icdev-1.2.13/icdev/tools/dashboard/templates/cpmp/deliverable_detail.html +197 -0
- icdev-1.2.13/icdev/tools/dashboard/templates/cpmp/detail.html +578 -0
- icdev-1.2.13/icdev/tools/dashboard/templates/cpmp/portfolio.html +202 -0
- icdev-1.2.13/icdev/tools/dashboard/templates/dev_profiles.html +304 -0
- icdev-1.2.13/icdev/tools/dashboard/templates/diagrams.html +224 -0
- icdev-1.2.13/icdev/tools/dashboard/templates/events/timeline.html +232 -0
- icdev-1.2.13/icdev/tools/dashboard/templates/evidence.html +134 -0
- icdev-1.2.13/icdev/tools/dashboard/templates/fedramp_20x.html +207 -0
- icdev-1.2.13/icdev/tools/dashboard/templates/gateway.html +244 -0
- icdev-1.2.13/icdev/tools/dashboard/templates/govcon/capabilities.html +135 -0
- icdev-1.2.13/icdev/tools/dashboard/templates/govcon/pipeline.html +214 -0
- icdev-1.2.13/icdev/tools/dashboard/templates/govcon/requirements.html +120 -0
- icdev-1.2.13/icdev/tools/dashboard/templates/index.html +254 -0
- icdev-1.2.13/icdev/tools/dashboard/templates/lineage.html +141 -0
- icdev-1.2.13/icdev/tools/dashboard/templates/login.html +51 -0
- icdev-1.2.13/icdev/tools/dashboard/templates/monitoring/overview.html +193 -0
- icdev-1.2.13/icdev/tools/dashboard/templates/orchestration/dashboard.html +545 -0
- icdev-1.2.13/icdev/tools/dashboard/templates/oscal.html +263 -0
- icdev-1.2.13/icdev/tools/dashboard/templates/phases.html +150 -0
- icdev-1.2.13/icdev/tools/dashboard/templates/prod_audit.html +280 -0
- icdev-1.2.13/icdev/tools/dashboard/templates/profile.html +183 -0
- icdev-1.2.13/icdev/tools/dashboard/templates/projects/detail.html +583 -0
- icdev-1.2.13/icdev/tools/dashboard/templates/projects/list.html +47 -0
- icdev-1.2.13/icdev/tools/dashboard/templates/proposals/detail.html +1253 -0
- icdev-1.2.13/icdev/tools/dashboard/templates/proposals/list.html +179 -0
- icdev-1.2.13/icdev/tools/dashboard/templates/proposals/section_detail.html +193 -0
- icdev-1.2.13/icdev/tools/dashboard/templates/provenance.html +181 -0
- icdev-1.2.13/icdev/tools/dashboard/templates/query/nlq.html +234 -0
- icdev-1.2.13/icdev/tools/dashboard/templates/quick_paths.html +69 -0
- icdev-1.2.13/icdev/tools/dashboard/templates/traces.html +155 -0
- icdev-1.2.13/icdev/tools/dashboard/templates/translation_detail.html +199 -0
- icdev-1.2.13/icdev/tools/dashboard/templates/translations.html +162 -0
- icdev-1.2.13/icdev/tools/dashboard/templates/usage.html +225 -0
- icdev-1.2.13/icdev/tools/dashboard/templates/wizard.html +539 -0
- icdev-1.2.13/icdev/tools/dashboard/templates/xai.html +208 -0
- icdev-1.2.13/icdev/tools/dashboard/ux_helpers.py +962 -0
- icdev-1.2.13/icdev/tools/db/backup.py +312 -0
- icdev-1.2.13/icdev/tools/db/backup_manager.py +832 -0
- icdev-1.2.13/icdev/tools/db/init_icdev_db.py +5900 -0
- icdev-1.2.13/icdev/tools/db/migrate.py +178 -0
- icdev-1.2.13/icdev/tools/db/migration_runner.py +549 -0
- icdev-1.2.13/icdev/tools/db/migrations/001_baseline/up.py +68 -0
- icdev-1.2.13/icdev/tools/db/migrations/__init__.py +2 -0
- icdev-1.2.13/icdev/tools/devsecops/__init__.py +2 -0
- icdev-1.2.13/icdev/tools/devsecops/network_segmentation_generator.py +614 -0
- icdev-1.2.13/icdev/tools/devsecops/pdp_config_generator.py +1256 -0
- icdev-1.2.13/icdev/tools/devsecops/profile_manager.py +388 -0
- icdev-1.2.13/icdev/tools/devsecops/service_mesh_generator.py +1073 -0
- icdev-1.2.13/icdev/tools/devsecops/zta_terraform_generator.py +1303 -0
- icdev-1.2.13/icdev/tools/dx/__init__.py +3 -0
- icdev-1.2.13/icdev/tools/dx/companion.py +266 -0
- icdev-1.2.13/icdev/tools/dx/instruction_generator.py +753 -0
- icdev-1.2.13/icdev/tools/dx/mcp_config_generator.py +282 -0
- icdev-1.2.13/icdev/tools/dx/skill_translator.py +425 -0
- icdev-1.2.13/icdev/tools/extensions/builtins/__init__.py +2 -0
- icdev-1.2.13/icdev/tools/extensions/extension_manager.py +456 -0
- icdev-1.2.13/icdev/tools/infra/ironbank_metadata_generator.py +411 -0
- icdev-1.2.13/icdev/tools/infra/k8s_generator.py +1002 -0
- icdev-1.2.13/icdev/tools/infra/terraform_generator.py +1142 -0
- icdev-1.2.13/icdev/tools/infra/terraform_generator_gcp.py +954 -0
- icdev-1.2.13/icdev/tools/infra/terraform_generator_onprem.py +319 -0
- icdev-1.2.13/icdev/tools/innovation/__init__.py +8 -0
- icdev-1.2.13/icdev/tools/innovation/competitive_intel.py +494 -0
- icdev-1.2.13/icdev/tools/innovation/innovation_manager.py +681 -0
- icdev-1.2.13/icdev/tools/innovation/introspective_analyzer.py +774 -0
- icdev-1.2.13/icdev/tools/innovation/signal_ranker.py +1038 -0
- icdev-1.2.13/icdev/tools/innovation/solution_generator.py +697 -0
- icdev-1.2.13/icdev/tools/innovation/standards_monitor.py +488 -0
- icdev-1.2.13/icdev/tools/innovation/trend_detector.py +1046 -0
- icdev-1.2.13/icdev/tools/innovation/triage_engine.py +1149 -0
- icdev-1.2.13/icdev/tools/innovation/web_scanner.py +894 -0
- icdev-1.2.13/icdev/tools/installer/__init__.py +1 -0
- icdev-1.2.13/icdev/tools/installer/compliance_configurator.py +637 -0
- icdev-1.2.13/icdev/tools/installer/installer.py +1711 -0
- icdev-1.2.13/icdev/tools/installer/module_registry.py +805 -0
- icdev-1.2.13/icdev/tools/installer/platform_setup.py +961 -0
- icdev-1.2.13/icdev/tools/installer/setup_wizard.py +781 -0
- icdev-1.2.13/icdev/tools/integration/approval_manager.py +561 -0
- icdev-1.2.13/icdev/tools/integration/doors_exporter.py +627 -0
- icdev-1.2.13/icdev/tools/integration/gitlab_connector.py +784 -0
- icdev-1.2.13/icdev/tools/integration/jira_connector.py +774 -0
- icdev-1.2.13/icdev/tools/integration/servicenow_connector.py +693 -0
- icdev-1.2.13/icdev/tools/llm/__init__.py +72 -0
- icdev-1.2.13/icdev/tools/llm/azure_openai_provider.py +338 -0
- icdev-1.2.13/icdev/tools/llm/gemini_provider.py +381 -0
- icdev-1.2.13/icdev/tools/llm/oci_genai_provider.py +462 -0
- icdev-1.2.13/icdev/tools/llm/ollama_provider.py +340 -0
- icdev-1.2.13/icdev/tools/llm/provider_sdk.py +175 -0
- icdev-1.2.13/icdev/tools/llm/router.py +780 -0
- icdev-1.2.13/icdev/tools/llm/vertex_ai_provider.py +374 -0
- icdev-1.2.13/icdev/tools/maintenance/__init__.py +2 -0
- icdev-1.2.13/icdev/tools/maintenance/dependency_scanner.py +1031 -0
- icdev-1.2.13/icdev/tools/maintenance/maintenance_auditor.py +815 -0
- icdev-1.2.13/icdev/tools/maintenance/remediation_engine.py +966 -0
- icdev-1.2.13/icdev/tools/maintenance/vulnerability_checker.py +987 -0
- icdev-1.2.13/icdev/tools/mbse/__init__.py +3 -0
- icdev-1.2.13/icdev/tools/mbse/des_report_generator.py +800 -0
- icdev-1.2.13/icdev/tools/mbse/diagram_extractor.py +811 -0
- icdev-1.2.13/icdev/tools/mbse/digital_thread.py +1665 -0
- icdev-1.2.13/icdev/tools/mbse/model_code_generator.py +1122 -0
- icdev-1.2.13/icdev/tools/mbse/model_control_mapper.py +420 -0
- icdev-1.2.13/icdev/tools/mbse/reqif_parser.py +1484 -0
- icdev-1.2.13/icdev/tools/mbse/sync_engine.py +1805 -0
- icdev-1.2.13/icdev/tools/mbse/xmi_parser.py +1573 -0
- icdev-1.2.13/icdev/tools/mcp/builder_server.py +725 -0
- icdev-1.2.13/icdev/tools/mcp/compliance_server.py +1407 -0
- icdev-1.2.13/icdev/tools/mcp/context_indexer.py +199 -0
- icdev-1.2.13/icdev/tools/mcp/context_server.py +305 -0
- icdev-1.2.13/icdev/tools/mcp/core_server.py +679 -0
- icdev-1.2.13/icdev/tools/mcp/gateway_server.py +339 -0
- icdev-1.2.13/icdev/tools/mcp/generate_registry.py +623 -0
- icdev-1.2.13/icdev/tools/mcp/innovation_server.py +316 -0
- icdev-1.2.13/icdev/tools/mcp/integration_server.py +527 -0
- icdev-1.2.13/icdev/tools/mcp/knowledge_server.py +429 -0
- icdev-1.2.13/icdev/tools/mcp/marketplace_server.py +499 -0
- icdev-1.2.13/icdev/tools/mcp/mbse_server.py +398 -0
- icdev-1.2.13/icdev/tools/mcp/modernization_server.py +496 -0
- icdev-1.2.13/icdev/tools/mcp/requirements_server.py +415 -0
- icdev-1.2.13/icdev/tools/mcp/simulation_server.py +468 -0
- icdev-1.2.13/icdev/tools/mcp/standalone/__init__.py +2 -0
- icdev-1.2.13/icdev/tools/mcp/standalone/builder.py +59 -0
- icdev-1.2.13/icdev/tools/mcp/standalone/compliance.py +59 -0
- icdev-1.2.13/icdev/tools/mcp/standalone/core.py +59 -0
- icdev-1.2.13/icdev/tools/mcp/standalone/knowledge.py +59 -0
- icdev-1.2.13/icdev/tools/mcp/standalone/maintenance.py +59 -0
- icdev-1.2.13/icdev/tools/mcp/supply_chain_server.py +476 -0
- icdev-1.2.13/icdev/tools/mcp/tool_registry.py +2008 -0
- icdev-1.2.13/icdev/tools/mcp/unified_server.py +158 -0
- icdev-1.2.13/icdev/tools/memory/__init__.py +2 -0
- icdev-1.2.13/icdev/tools/memory/history_compressor.py +335 -0
- icdev-1.2.13/icdev/tools/memory/memory_consolidation.py +445 -0
- icdev-1.2.13/icdev/tools/modernization/__init__.py +3 -0
- icdev-1.2.13/icdev/tools/modernization/architecture_extractor.py +736 -0
- icdev-1.2.13/icdev/tools/modernization/compliance_bridge.py +1499 -0
- icdev-1.2.13/icdev/tools/modernization/db_migration_planner.py +1386 -0
- icdev-1.2.13/icdev/tools/modernization/doc_generator.py +1428 -0
- icdev-1.2.13/icdev/tools/modernization/framework_migrator.py +1526 -0
- icdev-1.2.13/icdev/tools/modernization/legacy_analyzer.py +1949 -0
- icdev-1.2.13/icdev/tools/modernization/migration_code_generator.py +1639 -0
- icdev-1.2.13/icdev/tools/modernization/migration_report_generator.py +1653 -0
- icdev-1.2.13/icdev/tools/modernization/migration_tracker.py +1726 -0
- icdev-1.2.13/icdev/tools/modernization/monolith_decomposer.py +1508 -0
- icdev-1.2.13/icdev/tools/modernization/seven_r_assessor.py +1658 -0
- icdev-1.2.13/icdev/tools/modernization/strangler_fig_manager.py +1706 -0
- icdev-1.2.13/icdev/tools/modernization/ui_analyzer.py +773 -0
- icdev-1.2.13/icdev/tools/modernization/version_migrator.py +1394 -0
- icdev-1.2.13/icdev/tools/monitor/auto_resolver.py +612 -0
- icdev-1.2.13/icdev/tools/monitor/heartbeat_daemon.py +792 -0
- icdev-1.2.13/icdev/tools/monitor/log_analyzer.py +516 -0
- icdev-1.2.13/icdev/tools/mosa/__init__.py +10 -0
- icdev-1.2.13/icdev/tools/mosa/icd_generator.py +372 -0
- icdev-1.2.13/icdev/tools/mosa/modular_design_analyzer.py +685 -0
- icdev-1.2.13/icdev/tools/mosa/mosa_code_enforcer.py +349 -0
- icdev-1.2.13/icdev/tools/mosa/tsp_generator.py +265 -0
- icdev-1.2.13/icdev/tools/observability/__init__.py +100 -0
- icdev-1.2.13/icdev/tools/observability/genai_attributes.py +88 -0
- icdev-1.2.13/icdev/tools/observability/instrumentation.py +140 -0
- icdev-1.2.13/icdev/tools/observability/provenance/__init__.py +3 -0
- icdev-1.2.13/icdev/tools/observability/shap/__init__.py +3 -0
- icdev-1.2.13/icdev/tools/observability/tracer.py +230 -0
- icdev-1.2.13/icdev/tools/orchestration/workflow_composer.py +361 -0
- icdev-1.2.13/icdev/tools/project/project_create.py +350 -0
- icdev-1.2.13/icdev/tools/project/project_list.py +174 -0
- icdev-1.2.13/icdev/tools/project/project_scaffold.py +1715 -0
- icdev-1.2.13/icdev/tools/project/project_status.py +479 -0
- icdev-1.2.13/icdev/tools/project/session_context_builder.py +757 -0
- icdev-1.2.13/icdev/tools/registry/__init__.py +10 -0
- icdev-1.2.13/icdev/tools/registry/absorption_engine.py +832 -0
- icdev-1.2.13/icdev/tools/registry/capability_evaluator.py +668 -0
- icdev-1.2.13/icdev/tools/registry/child_registry.py +617 -0
- icdev-1.2.13/icdev/tools/registry/cross_pollinator.py +1065 -0
- icdev-1.2.13/icdev/tools/registry/genome_manager.py +671 -0
- icdev-1.2.13/icdev/tools/registry/learning_collector.py +912 -0
- icdev-1.2.13/icdev/tools/registry/propagation_manager.py +942 -0
- icdev-1.2.13/icdev/tools/registry/staging_manager.py +742 -0
- icdev-1.2.13/icdev/tools/registry/telemetry_collector.py +423 -0
- icdev-1.2.13/icdev/tools/requirements/boundary_analyzer.py +1293 -0
- icdev-1.2.13/icdev/tools/requirements/clarification_engine.py +620 -0
- icdev-1.2.13/icdev/tools/requirements/complexity_scorer.py +387 -0
- icdev-1.2.13/icdev/tools/requirements/consistency_analyzer.py +803 -0
- icdev-1.2.13/icdev/tools/requirements/constitution_manager.py +605 -0
- icdev-1.2.13/icdev/tools/requirements/decomposition_engine.py +780 -0
- icdev-1.2.13/icdev/tools/requirements/document_extractor.py +1016 -0
- icdev-1.2.13/icdev/tools/requirements/elicitation_techniques.py +519 -0
- icdev-1.2.13/icdev/tools/requirements/gap_detector.py +271 -0
- icdev-1.2.13/icdev/tools/requirements/intake_engine.py +2188 -0
- icdev-1.2.13/icdev/tools/requirements/prd_generator.py +847 -0
- icdev-1.2.13/icdev/tools/requirements/readiness_scorer.py +313 -0
- icdev-1.2.13/icdev/tools/requirements/spec_organizer.py +1029 -0
- icdev-1.2.13/icdev/tools/requirements/spec_quality_checker.py +1097 -0
- icdev-1.2.13/icdev/tools/requirements/traceability_builder.py +579 -0
- icdev-1.2.13/icdev/tools/resilience/__init__.py +34 -0
- icdev-1.2.13/icdev/tools/resilience/circuit_breaker.py +340 -0
- icdev-1.2.13/icdev/tools/resilience/correlation.py +150 -0
- icdev-1.2.13/icdev/tools/resilience/errors.py +81 -0
- icdev-1.2.13/icdev/tools/resilience/retry.py +95 -0
- icdev-1.2.13/icdev/tools/schemas/__init__.py +27 -0
- icdev-1.2.13/icdev/tools/sdk/__init__.py +3 -0
- icdev-1.2.13/icdev/tools/sdk/icdev_client.py +218 -0
- icdev-1.2.13/icdev/tools/security/ai_bom_generator.py +725 -0
- icdev-1.2.13/icdev/tools/security/confabulation_detector.py +273 -0
- icdev-1.2.13/icdev/tools/security/prompt_injection_detector.py +738 -0
- icdev-1.2.13/icdev/tools/security/secret_detector.py +379 -0
- icdev-1.2.13/icdev/tools/security/vuln_scanner.py +539 -0
- icdev-1.2.13/icdev/tools/simulation/coa_generator.py +1552 -0
- icdev-1.2.13/icdev/tools/simulation/monte_carlo.py +758 -0
- icdev-1.2.13/icdev/tools/simulation/scenario_manager.py +1073 -0
- icdev-1.2.13/icdev/tools/simulation/simulation_engine.py +1104 -0
- icdev-1.2.13/icdev/tools/testing/__init__.py +2 -0
- icdev-1.2.13/icdev/tools/testing/acceptance_validator.py +411 -0
- icdev-1.2.13/icdev/tools/testing/claude_dir_validator.py +832 -0
- icdev-1.2.13/icdev/tools/testing/data_types.py +199 -0
- icdev-1.2.13/icdev/tools/testing/e2e_runner.py +715 -0
- icdev-1.2.13/icdev/tools/testing/fuzz_cli.py +306 -0
- icdev-1.2.13/icdev/tools/testing/health_check.py +483 -0
- icdev-1.2.13/icdev/tools/testing/platform_check.py +143 -0
- icdev-1.2.13/icdev/tools/testing/production_audit.py +1862 -0
- icdev-1.2.13/icdev/tools/testing/production_remediate.py +804 -0
- icdev-1.2.13/icdev/tools/testing/screenshot_validator.py +541 -0
- icdev-1.2.13/icdev/tools/testing/smoke_test.py +283 -0
- icdev-1.2.13/icdev/tools/testing/test_agent_models.py +117 -0
- icdev-1.2.13/icdev/tools/testing/test_orchestrator.py +957 -0
- icdev-1.2.13/icdev/tools/testing/utils.py +229 -0
- icdev-1.2.13/icdev/tools/translation/__init__.py +17 -0
- icdev-1.2.13/icdev/tools/translation/code_translator.py +546 -0
- icdev-1.2.13/icdev/tools/translation/dependency_mapper.py +277 -0
- icdev-1.2.13/icdev/tools/translation/feature_map.py +397 -0
- icdev-1.2.13/icdev/tools/translation/project_assembler.py +439 -0
- icdev-1.2.13/icdev/tools/translation/source_extractor.py +611 -0
- icdev-1.2.13/icdev/tools/translation/test_translator.py +333 -0
- icdev-1.2.13/icdev/tools/translation/translation_manager.py +582 -0
- icdev-1.2.13/icdev/tools/translation/translation_validator.py +658 -0
- icdev-1.2.13/icdev/tools/translation/type_checker.py +371 -0
- icdev-1.2.13/icdev.egg-info/PKG-INFO +1029 -0
- icdev-1.2.13/icdev.egg-info/SOURCES.txt +1556 -0
- icdev-1.2.13/icdev.egg-info/entry_points.txt +10 -0
- icdev-1.2.13/icdev.egg-info/requires.txt +100 -0
- icdev-1.2.13/pyproject.toml +236 -0
- icdev-1.2.13/requirements.txt +63 -0
- icdev-1.2.13/ruff.toml +17 -0
- icdev-1.2.13/tests/test_a2a_discovery.py +161 -0
- icdev-1.2.13/tests/test_a2a_trace_propagation.py +232 -0
- icdev-1.2.13/tests/test_acceptance_validator.py +370 -0
- icdev-1.2.13/tests/test_accountability_manager.py +287 -0
- icdev-1.2.13/tests/test_activity_feed.py +590 -0
- icdev-1.2.13/tests/test_agent_output_validator.py +216 -0
- icdev-1.2.13/tests/test_agent_shap.py +351 -0
- icdev-1.2.13/tests/test_agent_trust_scorer.py +289 -0
- icdev-1.2.13/tests/test_ai_accountability_audit.py +360 -0
- icdev-1.2.13/tests/test_ai_bom_generator.py +330 -0
- icdev-1.2.13/tests/test_ai_governance_chat_extension.py +462 -0
- icdev-1.2.13/tests/test_ai_governance_intake.py +433 -0
- icdev-1.2.13/tests/test_ai_impact_assessor.py +175 -0
- icdev-1.2.13/tests/test_ai_incident_response.py +285 -0
- icdev-1.2.13/tests/test_ai_reassessment_scheduler.py +279 -0
- icdev-1.2.13/tests/test_ai_telemetry.py +164 -0
- icdev-1.2.13/tests/test_ai_transparency.py +680 -0
- icdev-1.2.13/tests/test_anvil_critique.py +614 -0
- icdev-1.2.13/tests/test_api_gateway.py +372 -0
- icdev-1.2.13/tests/test_api_surface_extractor.py +756 -0
- icdev-1.2.13/tests/test_assessor_accountability_fixes.py +562 -0
- icdev-1.2.13/tests/test_atlas_assessor.py +240 -0
- icdev-1.2.13/tests/test_atlas_red_team.py +122 -0
- icdev-1.2.13/tests/test_audit_logger.py +313 -0
- icdev-1.2.13/tests/test_auto_resolver.py +442 -0
- icdev-1.2.13/tests/test_autonomy_engine.py +355 -0
- icdev-1.2.13/tests/test_autoresearch.py +526 -0
- icdev-1.2.13/tests/test_backup_manager.py +246 -0
- icdev-1.2.13/tests/test_bayesian_teacher.py +622 -0
- icdev-1.2.13/tests/test_bedrock_client.py +546 -0
- icdev-1.2.13/tests/test_behavioral_drift.py +301 -0
- icdev-1.2.13/tests/test_behavioral_red_team.py +129 -0
- icdev-1.2.13/tests/test_blueprint_verifier.py +177 -0
- icdev-1.2.13/tests/test_byok.py +387 -0
- icdev-1.2.13/tests/test_chat_manager.py +240 -0
- icdev-1.2.13/tests/test_circuit_breaker.py +329 -0
- icdev-1.2.13/tests/test_clarification_engine.py +400 -0
- icdev-1.2.13/tests/test_claude_dir_validator.py +722 -0
- icdev-1.2.13/tests/test_clawhub_connector.py +244 -0
- icdev-1.2.13/tests/test_cloud_monitoring_iam.py +251 -0
- icdev-1.2.13/tests/test_cloud_providers.py +331 -0
- icdev-1.2.13/tests/test_code_analyzer.py +457 -0
- icdev-1.2.13/tests/test_code_pattern_scanner.py +299 -0
- icdev-1.2.13/tests/test_coherence_checker.py +360 -0
- icdev-1.2.13/tests/test_companion.py +168 -0
- icdev-1.2.13/tests/test_compliance_exporter.py +346 -0
- icdev-1.2.13/tests/test_consistency_analyzer.py +372 -0
- icdev-1.2.13/tests/test_constitution_manager.py +347 -0
- icdev-1.2.13/tests/test_container_scanner.py +351 -0
- icdev-1.2.13/tests/test_context_server.py +242 -0
- icdev-1.2.13/tests/test_correlation.py +210 -0
- icdev-1.2.13/tests/test_crag_evaluator.py +453 -0
- icdev-1.2.13/tests/test_credential_broker.py +221 -0
- icdev-1.2.13/tests/test_crosswalk_integration.py +403 -0
- icdev-1.2.13/tests/test_csp_monitor.py +830 -0
- icdev-1.2.13/tests/test_dashboard_auth.py +490 -0
- icdev-1.2.13/tests/test_dashboard_kanban.py +339 -0
- icdev-1.2.13/tests/test_db_utils.py +130 -0
- icdev-1.2.13/tests/test_dependency_graph.py +317 -0
- icdev-1.2.13/tests/test_dependency_mapper.py +218 -0
- icdev-1.2.13/tests/test_dev_profile_manager.py +727 -0
- icdev-1.2.13/tests/test_devsecops_profile.py +302 -0
- icdev-1.2.13/tests/test_dispatcher_mode.py +719 -0
- icdev-1.2.13/tests/test_egress_monitor.py +461 -0
- icdev-1.2.13/tests/test_egress_policy_manager.py +176 -0
- icdev-1.2.13/tests/test_endpoint_security_scanner.py +560 -0
- icdev-1.2.13/tests/test_errors.py +153 -0
- icdev-1.2.13/tests/test_eu_ai_act_classifier.py +356 -0
- icdev-1.2.13/tests/test_event_envelope.py +875 -0
- icdev-1.2.13/tests/test_evidence_collector.py +258 -0
- icdev-1.2.13/tests/test_evolutionary_intelligence.py +401 -0
- icdev-1.2.13/tests/test_extension_manager.py +255 -0
- icdev-1.2.13/tests/test_fedramp_ksi_generator.py +184 -0
- icdev-1.2.13/tests/test_filesync.py +933 -0
- icdev-1.2.13/tests/test_finetune_cloud_providers.py +980 -0
- icdev-1.2.13/tests/test_finetune_dataset.py +480 -0
- icdev-1.2.13/tests/test_finetune_evaluator.py +1172 -0
- icdev-1.2.13/tests/test_finetune_gpu_detector.py +200 -0
- icdev-1.2.13/tests/test_finetune_provider.py +180 -0
- icdev-1.2.13/tests/test_finetune_router_integration.py +723 -0
- icdev-1.2.13/tests/test_finetune_training_engine.py +875 -0
- icdev-1.2.13/tests/test_gao_ai_assessor.py +418 -0
- icdev-1.2.13/tests/test_gateway.py +528 -0
- icdev-1.2.13/tests/test_genai_attributes.py +263 -0
- icdev-1.2.13/tests/test_genome_evolution.py +225 -0
- icdev-1.2.13/tests/test_gsd_adaptations.py +612 -0
- icdev-1.2.13/tests/test_heartbeat_daemon.py +382 -0
- icdev-1.2.13/tests/test_history_compressor.py +246 -0
- icdev-1.2.13/tests/test_ibm_providers.py +394 -0
- icdev-1.2.13/tests/test_icdev_client.py +154 -0
- icdev-1.2.13/tests/test_init_icdev_db.py +156 -0
- icdev-1.2.13/tests/test_innovation.py +841 -0
- icdev-1.2.13/tests/test_installer.py +460 -0
- icdev-1.2.13/tests/test_instruction_generator.py +148 -0
- icdev-1.2.13/tests/test_instrumentation.py +268 -0
- icdev-1.2.13/tests/test_intake_api.py +414 -0
- icdev-1.2.13/tests/test_intent_validator.py +377 -0
- icdev-1.2.13/tests/test_ironbank_generator.py +178 -0
- icdev-1.2.13/tests/test_kg_pair_generator.py +218 -0
- icdev-1.2.13/tests/test_knowledge_graph.py +445 -0
- icdev-1.2.13/tests/test_llm_router.py +420 -0
- icdev-1.2.13/tests/test_manifest_loader.py +282 -0
- icdev-1.2.13/tests/test_marketplace_publish.py +426 -0
- icdev-1.2.13/tests/test_marketplace_search.py +390 -0
- icdev-1.2.13/tests/test_mcp_config_generator.py +88 -0
- icdev-1.2.13/tests/test_mcp_http_e2e.py +341 -0
- icdev-1.2.13/tests/test_mcp_instrumentation.py +290 -0
- icdev-1.2.13/tests/test_mcp_oauth.py +399 -0
- icdev-1.2.13/tests/test_mcp_tool_authorizer.py +255 -0
- icdev-1.2.13/tests/test_memory_consolidation.py +197 -0
- icdev-1.2.13/tests/test_memory_enhancements.py +429 -0
- icdev-1.2.13/tests/test_metrics.py +302 -0
- icdev-1.2.13/tests/test_migration_runner.py +355 -0
- icdev-1.2.13/tests/test_mlflow_exporter.py +238 -0
- icdev-1.2.13/tests/test_model_card_generator.py +421 -0
- icdev-1.2.13/tests/test_modular_design_analyzer.py +211 -0
- icdev-1.2.13/tests/test_mosa_code_enforcer.py +149 -0
- icdev-1.2.13/tests/test_mosa_icd_generator.py +271 -0
- icdev-1.2.13/tests/test_narrative_generator.py +323 -0
- icdev-1.2.13/tests/test_network_intelligence.py +321 -0
- icdev-1.2.13/tests/test_nist_ai_600_1_assessor.py +404 -0
- icdev-1.2.13/tests/test_omb_m25_21_assessor.py +364 -0
- icdev-1.2.13/tests/test_omb_m26_04_assessor.py +403 -0
- icdev-1.2.13/tests/test_openapi_spec.py +156 -0
- icdev-1.2.13/tests/test_openclaw_bridge.py +716 -0
- icdev-1.2.13/tests/test_openclaw_compat.py +655 -0
- icdev-1.2.13/tests/test_oscal_tools.py +823 -0
- icdev-1.2.13/tests/test_otel_tracer.py +207 -0
- icdev-1.2.13/tests/test_output_formatter.py +748 -0
- icdev-1.2.13/tests/test_owasp_agentic_assessor.py +175 -0
- icdev-1.2.13/tests/test_owasp_asi_assessor.py +273 -0
- icdev-1.2.13/tests/test_pattern_detector.py +392 -0
- icdev-1.2.13/tests/test_phase36_phase37_integration.py +280 -0
- icdev-1.2.13/tests/test_pipeline_config_generator.py +180 -0
- icdev-1.2.13/tests/test_platform_db.py +157 -0
- icdev-1.2.13/tests/test_production_audit.py +342 -0
- icdev-1.2.13/tests/test_production_remediate.py +869 -0
- icdev-1.2.13/tests/test_project_create.py +319 -0
- icdev-1.2.13/tests/test_prompt_chain_executor.py +962 -0
- icdev-1.2.13/tests/test_prompt_injection_detector.py +393 -0
- icdev-1.2.13/tests/test_propagation_verifier.py +564 -0
- icdev-1.2.13/tests/test_proposal_genesis.py +2945 -0
- icdev-1.2.13/tests/test_prov_recorder.py +371 -0
- icdev-1.2.13/tests/test_quality_feedback_loop.py +136 -0
- icdev-1.2.13/tests/test_quality_monitor.py +156 -0
- icdev-1.2.13/tests/test_query_classifier.py +279 -0
- icdev-1.2.13/tests/test_rag_chunker.py +158 -0
- icdev-1.2.13/tests/test_rag_ft_pipeline.py +197 -0
- icdev-1.2.13/tests/test_rag_ingestion.py +130 -0
- icdev-1.2.13/tests/test_rag_retention.py +91 -0
- icdev-1.2.13/tests/test_rag_retriever.py +362 -0
- icdev-1.2.13/tests/test_rag_vector_stores.py +351 -0
- icdev-1.2.13/tests/test_rate_limiter.py +224 -0
- icdev-1.2.13/tests/test_rbac.py +272 -0
- icdev-1.2.13/tests/test_readiness_scorer.py +309 -0
- icdev-1.2.13/tests/test_region_validator.py +172 -0
- icdev-1.2.13/tests/test_register_external_patterns.py +205 -0
- icdev-1.2.13/tests/test_remediation_engine.py +446 -0
- icdev-1.2.13/tests/test_research_engine.py +1226 -0
- icdev-1.2.13/tests/test_resolve_marking.py +193 -0
- icdev-1.2.13/tests/test_rest_api.py +444 -0
- icdev-1.2.13/tests/test_rest_api_expansion.py +734 -0
- icdev-1.2.13/tests/test_retry.py +199 -0
- icdev-1.2.13/tests/test_review_board.py +580 -0
- icdev-1.2.13/tests/test_runtime_feedback.py +392 -0
- icdev-1.2.13/tests/test_saas_llm_keys.py +341 -0
- icdev-1.2.13/tests/test_saas_portal.py +617 -0
- icdev-1.2.13/tests/test_sandbox_executor.py +587 -0
- icdev-1.2.13/tests/test_sandbox_scorer.py +724 -0
- icdev-1.2.13/tests/test_schemas.py +278 -0
- icdev-1.2.13/tests/test_session_context_builder.py +595 -0
- icdev-1.2.13/tests/test_session_purpose.py +367 -0
- icdev-1.2.13/tests/test_simulation_engine.py +362 -0
- icdev-1.2.13/tests/test_skill_selector.py +248 -0
- icdev-1.2.13/tests/test_skill_translator.py +165 -0
- icdev-1.2.13/tests/test_slsa_attestation.py +270 -0
- icdev-1.2.13/tests/test_source_extractor.py +323 -0
- icdev-1.2.13/tests/test_spec_organizer.py +518 -0
- icdev-1.2.13/tests/test_spec_quality_checker.py +539 -0
- icdev-1.2.13/tests/test_sqlite_tracer.py +274 -0
- icdev-1.2.13/tests/test_state_tracker.py +159 -0
- icdev-1.2.13/tests/test_statement_extractor.py +556 -0
- icdev-1.2.13/tests/test_swagger_ui.py +87 -0
- icdev-1.2.13/tests/test_team_orchestrator.py +482 -0
- icdev-1.2.13/tests/test_terraform_generator.py +324 -0
- icdev-1.2.13/tests/test_time_decay.py +406 -0
- icdev-1.2.13/tests/test_tool_chain_validator.py +260 -0
- icdev-1.2.13/tests/test_tool_detector.py +110 -0
- icdev-1.2.13/tests/test_trace_context.py +198 -0
- icdev-1.2.13/tests/test_tracer.py +501 -0
- icdev-1.2.13/tests/test_translation_manager.py +553 -0
- icdev-1.2.13/tests/test_triad_integration.py +265 -0
- icdev-1.2.13/tests/test_unified_server.py +492 -0
- icdev-1.2.13/tests/test_usage_tracking.py +612 -0
- icdev-1.2.13/tests/test_workflow_composer.py +184 -0
- icdev-1.2.13/tests/test_workflow_loop.py +867 -0
- icdev-1.2.13/tests/test_xai_assessor.py +434 -0
- icdev-1.2.13/tests/test_zta_maturity_scorer.py +294 -0
- icdev-1.2.11/.mcp.json +0 -18
- icdev-1.2.11/CHANGELOG.md +0 -195
- icdev-1.2.11/CLAUDE.md +0 -210
- icdev-1.2.11/CONTRIBUTING.md +0 -271
- icdev-1.2.11/NOTICE +0 -268
- icdev-1.2.11/PKG-INFO +0 -981
- icdev-1.2.11/README.md +0 -879
- icdev-1.2.11/icdev/__init__.py +0 -18
- icdev-1.2.11/icdev/_paths.py +0 -85
- icdev-1.2.11/icdev/_version.py +0 -3
- icdev-1.2.11/icdev/data/__init__.py +0 -1
- icdev-1.2.11/icdev/data/args/atlas_critique_config.yaml +0 -66
- icdev-1.2.11/icdev/data/args/bedrock_models.yaml +0 -63
- icdev-1.2.11/icdev/data/args/cicd_config.yaml +0 -82
- icdev-1.2.11/icdev/data/args/context_config.yaml +0 -82
- icdev-1.2.11/icdev/data/args/cui_markings.yaml +0 -35
- icdev-1.2.11/icdev/data/args/db_config.yaml +0 -40
- icdev-1.2.11/icdev/data/args/deployment_profiles.yaml +0 -248
- icdev-1.2.11/icdev/data/args/framework_registry.yaml +0 -415
- icdev-1.2.11/icdev/data/args/innovation_config.yaml +0 -431
- icdev-1.2.11/icdev/data/args/installation_manifest.yaml +0 -1087
- icdev-1.2.11/icdev/data/args/llm_config.yaml +0 -495
- icdev-1.2.11/icdev/data/args/monitoring_config.yaml +0 -127
- icdev-1.2.11/icdev/data/args/nlq_config.yaml +0 -35
- icdev-1.2.11/icdev/data/args/observability_config.yaml +0 -39
- icdev-1.2.11/icdev/data/args/observability_tracing_config.yaml +0 -170
- icdev-1.2.11/icdev/data/args/oscal_tools_config.yaml +0 -43
- icdev-1.2.11/icdev/data/args/phase_registry.yaml +0 -618
- icdev-1.2.11/icdev/data/args/project_defaults.yaml +0 -235
- icdev-1.2.11/icdev/data/args/resilience_config.yaml +0 -50
- icdev-1.2.11/icdev/data/args/role_personas.yaml +0 -362
- icdev-1.2.11/icdev/data/args/scaling_config.yaml +0 -176
- icdev-1.2.11/icdev/data/args/security_gates.yaml +0 -685
- icdev-1.2.11/icdev/data/args/skill_injection_config.yaml +0 -322
- icdev-1.2.11/icdev/data/args/spec_config.yaml +0 -53
- icdev-1.2.11/icdev/data/args/supply_chain_config.yaml +0 -76
- icdev-1.2.11/icdev/data/args/translation_config.yaml +0 -228
- icdev-1.2.11/icdev/data/args/workflow_templates/security_hardening.yaml +0 -55
- icdev-1.2.11/icdev/data/args/worktree_config.yaml +0 -34
- icdev-1.2.11/icdev/data/args/zta_config.yaml +0 -247
- icdev-1.2.11/icdev/data/context/agent/response_schemas/task_decomposition.json +0 -82
- icdev-1.2.11/icdev/data/context/agentic/architecture_patterns.md +0 -269
- icdev-1.2.11/icdev/data/context/agentic/capability_registry.yaml +0 -202
- icdev-1.2.11/icdev/data/context/agentic/csp_mcp_registry.yaml +0 -280
- icdev-1.2.11/icdev/data/context/agentic/fitness_rubric.md +0 -56
- icdev-1.2.11/icdev/data/context/agentic/governance_baseline.md +0 -205
- icdev-1.2.11/icdev/data/context/ci/worktree_templates.json +0 -44
- icdev-1.2.11/icdev/data/context/cloud/csp_service_registry.json +0 -739
- icdev-1.2.11/icdev/data/context/compliance/cmmc_report_template.md +0 -142
- icdev-1.2.11/icdev/data/context/compliance/cui_templates/code_header.txt +0 -8
- icdev-1.2.11/icdev/data/context/compliance/dod_cssp_8530.json +0 -463
- icdev-1.2.11/icdev/data/context/compliance/fedramp_20x_ksi_schemas.json +0 -133
- icdev-1.2.11/icdev/data/context/compliance/fedramp_report_template.md +0 -181
- icdev-1.2.11/icdev/data/context/compliance/incident_response_template.md +0 -1110
- icdev-1.2.11/icdev/data/context/compliance/ivv_report_template.md +0 -116
- icdev-1.2.11/icdev/data/context/compliance/mosa_framework.json +0 -250
- icdev-1.2.11/icdev/data/context/compliance/nist_800_207_zta.json +0 -258
- icdev-1.2.11/icdev/data/context/compliance/owasp_agentic_asi.json +0 -133
- icdev-1.2.11/icdev/data/context/compliance/poam_template.md +0 -117
- icdev-1.2.11/icdev/data/context/compliance/sbd_report_template.md +0 -77
- icdev-1.2.11/icdev/data/context/compliance/siem_config_templates/filebeat.yml +0 -213
- icdev-1.2.11/icdev/data/context/compliance/ssp_template.md +0 -432
- icdev-1.2.11/icdev/data/context/compliance/xai_requirements.json +0 -108
- icdev-1.2.11/icdev/data/context/dashboard/schema_descriptions.json +0 -23
- icdev-1.2.11/icdev/data/context/integration/gitlab_field_mappings.json +0 -33
- icdev-1.2.11/icdev/data/context/integration/reqif_export_schema.json +0 -23
- icdev-1.2.11/icdev/data/context/languages/language_registry.json +0 -279
- icdev-1.2.11/icdev/data/context/llm/example_provider.py +0 -86
- icdev-1.2.11/icdev/data/context/mbse/des_report_template.md +0 -162
- icdev-1.2.11/icdev/data/context/mbse/digital_thread_patterns.json +0 -403
- icdev-1.2.11/icdev/data/context/mbse/reqif_schema.json +0 -280
- icdev-1.2.11/icdev/data/context/mbse/sysml_element_types.json +0 -432
- icdev-1.2.11/icdev/data/context/modernization/db_type_mappings.json +0 -148
- icdev-1.2.11/icdev/data/context/modernization/decomposition_patterns.json +0 -284
- icdev-1.2.11/icdev/data/context/modernization/framework_migration_patterns.json +0 -359
- icdev-1.2.11/icdev/data/context/modernization/migration_report_template.md +0 -168
- icdev-1.2.11/icdev/data/context/modernization/version_upgrade_rules.json +0 -279
- icdev-1.2.11/icdev/data/context/oscal/README.md +0 -43
- icdev-1.2.11/icdev/data/docs/README.md +0 -187
- icdev-1.2.11/icdev/data/docs/admin/gateway-guide.md +0 -338
- icdev-1.2.11/icdev/data/docs/admin/marketplace-guide.md +0 -396
- icdev-1.2.11/icdev/data/docs/admin/monitoring-guide.md +0 -509
- icdev-1.2.11/icdev/data/docs/architecture/compliance-framework.md +0 -764
- icdev-1.2.11/icdev/data/docs/architecture/database-schema.md +0 -689
- icdev-1.2.11/icdev/data/docs/architecture/forge-framework.md +0 -518
- icdev-1.2.11/icdev/data/docs/architecture/multi-agent-system.md +0 -603
- icdev-1.2.11/icdev/data/docs/dx/README.md +0 -106
- icdev-1.2.11/icdev/data/docs/dx/ci-cd-integration.md +0 -378
- icdev-1.2.11/icdev/data/docs/dx/claude-code-guide.md +0 -213
- icdev-1.2.11/icdev/data/docs/dx/companion-guide.md +0 -232
- icdev-1.2.11/icdev/data/docs/dx/dev-profiles.md +0 -309
- icdev-1.2.11/icdev/data/docs/dx/icdev-yaml-spec.md +0 -219
- icdev-1.2.11/icdev/data/docs/dx/integration-tiers.md +0 -279
- icdev-1.2.11/icdev/data/docs/dx/llm-routing-guide.md +0 -456
- icdev-1.2.11/icdev/data/docs/dx/quickstart.md +0 -192
- icdev-1.2.11/icdev/data/docs/dx/sdk-reference.md +0 -356
- icdev-1.2.11/icdev/data/docs/dx/unified-mcp-setup.md +0 -525
- icdev-1.2.11/icdev/data/docs/features/phase-01-gotcha-framework.md +0 -249
- icdev-1.2.11/icdev/data/docs/features/phase-02-atlas-build-workflow.md +0 -223
- icdev-1.2.11/icdev/data/docs/features/phase-03-tdd-bdd-testing.md +0 -261
- icdev-1.2.11/icdev/data/docs/features/phase-04-nist-compliance.md +0 -255
- icdev-1.2.11/icdev/data/docs/features/phase-05-security-scanning.md +0 -229
- icdev-1.2.11/icdev/data/docs/features/phase-06-infrastructure-deployment.md +0 -288
- icdev-1.2.11/icdev/data/docs/features/phase-07-code-review-gates.md +0 -276
- icdev-1.2.11/icdev/data/docs/features/phase-08-self-healing.md +0 -223
- icdev-1.2.11/icdev/data/docs/features/phase-09-monitoring-observability.md +0 -230
- icdev-1.2.11/icdev/data/docs/features/phase-10-dashboard-web-ui.md +0 -218
- icdev-1.2.11/icdev/data/docs/features/phase-11-multi-agent-architecture.md +0 -272
- icdev-1.2.11/icdev/data/docs/features/phase-12-integration-testing.md +0 -228
- icdev-1.2.11/icdev/data/docs/features/phase-13-cicd-integration.md +0 -257
- icdev-1.2.11/icdev/data/docs/features/phase-14-secure-by-design-ivv.md +0 -240
- icdev-1.2.11/icdev/data/docs/features/phase-15-maintenance-audit.md +0 -192
- icdev-1.2.11/icdev/data/docs/features/phase-16-ato-acceleration.md +0 -228
- icdev-1.2.11/icdev/data/docs/features/phase-17-multi-framework-compliance.md +0 -223
- icdev-1.2.11/icdev/data/docs/features/phase-18-mbse-integration.md +0 -242
- icdev-1.2.11/icdev/data/docs/features/phase-19-agentic-generation.md +0 -202
- icdev-1.2.11/icdev/data/docs/features/phase-20-fips-security-categorization.md +0 -198
- icdev-1.2.11/icdev/data/docs/features/phase-21-saas-multi-tenancy.md +0 -273
- icdev-1.2.11/icdev/data/docs/features/phase-22-federated-gotcha-marketplace.md +0 -242
- icdev-1.2.11/icdev/data/docs/features/phase-23-universal-compliance-platform.md +0 -238
- icdev-1.2.11/icdev/data/docs/features/phase-24-devsecops-pipeline-security.md +0 -198
- icdev-1.2.11/icdev/data/docs/features/phase-25-zero-trust-architecture.md +0 -220
- icdev-1.2.11/icdev/data/docs/features/phase-26-dod-mosa.md +0 -205
- icdev-1.2.11/icdev/data/docs/features/phase-27-cli-capabilities.md +0 -222
- icdev-1.2.11/icdev/data/docs/features/phase-28-remote-command-gateway.md +0 -235
- icdev-1.2.11/icdev/data/docs/features/phase-29-proactive-monitoring.md +0 -212
- icdev-1.2.11/icdev/data/docs/features/phase-30-dashboard-auth.md +0 -215
- icdev-1.2.11/icdev/data/docs/features/phase-31-dashboard-ux-low-impact.md +0 -188
- icdev-1.2.11/icdev/data/docs/features/phase-32-dashboard-ux-medium-impact.md +0 -223
- icdev-1.2.11/icdev/data/docs/features/phase-33-modular-installation.md +0 -218
- icdev-1.2.11/icdev/data/docs/features/phase-34-dev-profiles.md +0 -239
- icdev-1.2.11/icdev/data/docs/features/phase-35-innovation-engine.md +0 -257
- icdev-1.2.11/icdev/data/docs/features/phase-36-evolutionary-intelligence.md +0 -351
- icdev-1.2.11/icdev/data/docs/features/phase-37-mitre-atlas-integration.md +0 -485
- icdev-1.2.11/icdev/data/docs/features/phase-38-cloud-agnostic-architecture.md +0 -1033
- icdev-1.2.11/icdev/data/docs/features/phase-39-observability-operations.md +0 -178
- icdev-1.2.11/icdev/data/docs/features/phase-40-nlq-compliance-queries.md +0 -176
- icdev-1.2.11/icdev/data/docs/features/phase-41-parallel-cicd.md +0 -169
- icdev-1.2.11/icdev/data/docs/features/phase-42-framework-planning.md +0 -177
- icdev-1.2.11/icdev/data/docs/features/phase-43-cross-language-translation.md +0 -225
- icdev-1.2.11/icdev/data/docs/features/phase-44-innovation-adaptation.md +0 -227
- icdev-1.2.11/icdev/data/docs/features/phase-45-owasp-agentic-security.md +0 -239
- icdev-1.2.11/icdev/data/docs/features/phase-46-observability-traceability-xai.md +0 -240
- icdev-1.2.11/icdev/data/docs/features/phase-47-unified-mcp-gateway.md +0 -257
- icdev-1.2.11/icdev/data/docs/features/phase-48-ai-transparency.md +0 -203
- icdev-1.2.11/icdev/data/docs/features/phase-49-ai-accountability.md +0 -243
- icdev-1.2.11/icdev/data/docs/features/phase-50-ai-governance-intake-chat.md +0 -195
- icdev-1.2.11/icdev/data/docs/features/phase-51-unified-chat-dashboard.md +0 -240
- icdev-1.2.11/icdev/data/docs/features/phase-52-code-intelligence.md +0 -244
- icdev-1.2.11/icdev/data/docs/features/phase-53-fedramp-20x-owasp-asi.md +0 -359
- icdev-1.2.11/icdev/data/docs/features/phase-54-slsa-swft-orchestration.md +0 -379
- icdev-1.2.11/icdev/data/docs/features/phase-55-a2a-v03-mcp-oauth.md +0 -322
- icdev-1.2.11/icdev/data/docs/features/phase-56-evidence-lineage.md +0 -352
- icdev-1.2.11/icdev/data/docs/features/phase-57-eu-ai-act-iron-bank.md +0 -319
- icdev-1.2.11/icdev/data/docs/features/phase-58-creative-engine.md +0 -370
- icdev-1.2.11/icdev/data/docs/features/phase-59-govcon-intelligence.md +0 -535
- icdev-1.2.11/icdev/data/docs/features/phase-60-cpmp.md +0 -528
- icdev-1.2.11/icdev/data/docs/features/phase-61-orchestration-improvements.md +0 -534
- icdev-1.2.11/icdev/data/docs/operations/dashboard-guide.md +0 -354
- icdev-1.2.11/icdev/data/docs/operations/deployment-guide.md +0 -556
- icdev-1.2.11/icdev/data/docs/operations/saas-admin-guide.md +0 -439
- icdev-1.2.11/icdev/data/docs/operations/security-operations-guide.md +0 -733
- icdev-1.2.11/icdev/data/docs/runbooks/backup-restore.md +0 -412
- icdev-1.2.11/icdev/data/docs/runbooks/troubleshooting.md +0 -499
- icdev-1.2.11/icdev/data/features/environment.py +0 -25
- icdev-1.2.11/icdev/data/features/steps/cicd_steps.py +0 -465
- icdev-1.2.11/icdev/data/features/steps/compliance_steps.py +0 -308
- icdev-1.2.11/icdev/data/features/steps/dashboard_steps.py +0 -88
- icdev-1.2.11/icdev/data/features/steps/project_steps.py +0 -126
- icdev-1.2.11/icdev/data/features/steps/requirements_intake_steps.py +0 -689
- icdev-1.2.11/icdev/data/features/steps/saas_platform_steps.py +0 -572
- icdev-1.2.11/icdev/data/features/steps/security_steps.py +0 -236
- icdev-1.2.11/icdev/data/features/steps/testing_steps.py +0 -226
- icdev-1.2.11/icdev/data/goals/agent_management.md +0 -144
- icdev-1.2.11/icdev/data/goals/agentic_generation.md +0 -345
- icdev-1.2.11/icdev/data/goals/agentic_threat_model.md +0 -309
- icdev-1.2.11/icdev/data/goals/ai_transparency.md +0 -76
- icdev-1.2.11/icdev/data/goals/atlas_integration.md +0 -405
- icdev-1.2.11/icdev/data/goals/ato_acceleration.md +0 -139
- icdev-1.2.11/icdev/data/goals/boundary_supply_chain.md +0 -206
- icdev-1.2.11/icdev/data/goals/build_app.md +0 -544
- icdev-1.2.11/icdev/data/goals/cicd_integration.md +0 -86
- icdev-1.2.11/icdev/data/goals/claude_dir_maintenance.md +0 -77
- icdev-1.2.11/icdev/data/goals/cloud_agnostic.md +0 -312
- icdev-1.2.11/icdev/data/goals/code_intelligence.md +0 -197
- icdev-1.2.11/icdev/data/goals/compliance_workflow.md +0 -858
- icdev-1.2.11/icdev/data/goals/continuous_harmonization.md +0 -140
- icdev-1.2.11/icdev/data/goals/cross_language_translation.md +0 -171
- icdev-1.2.11/icdev/data/goals/dashboard.md +0 -142
- icdev-1.2.11/icdev/data/goals/deploy_workflow.md +0 -390
- icdev-1.2.11/icdev/data/goals/devsecops_workflow.md +0 -408
- icdev-1.2.11/icdev/data/goals/evolutionary_intelligence.md +0 -305
- icdev-1.2.11/icdev/data/goals/framework_planning.md +0 -63
- icdev-1.2.11/icdev/data/goals/init_project.md +0 -235
- icdev-1.2.11/icdev/data/goals/innovation_engine.md +0 -199
- icdev-1.2.11/icdev/data/goals/integration_testing.md +0 -189
- icdev-1.2.11/icdev/data/goals/maintenance_audit.md +0 -196
- icdev-1.2.11/icdev/data/goals/manifest.md +0 -56
- icdev-1.2.11/icdev/data/goals/mbse_integration.md +0 -504
- icdev-1.2.11/icdev/data/goals/modernization_workflow.md +0 -618
- icdev-1.2.11/icdev/data/goals/monitoring.md +0 -126
- icdev-1.2.11/icdev/data/goals/mosa_workflow.md +0 -463
- icdev-1.2.11/icdev/data/goals/nlq_compliance.md +0 -63
- icdev-1.2.11/icdev/data/goals/observability_traceability_xai.md +0 -154
- icdev-1.2.11/icdev/data/goals/owasp_agentic_security.md +0 -395
- icdev-1.2.11/icdev/data/goals/requirements_intake.md +0 -213
- icdev-1.2.11/icdev/data/goals/sbd_ivv_workflow.md +0 -195
- icdev-1.2.11/icdev/data/goals/security_categorization.md +0 -133
- icdev-1.2.11/icdev/data/goals/security_scan.md +0 -381
- icdev-1.2.11/icdev/data/goals/tdd_workflow.md +0 -403
- icdev-1.2.11/icdev/data/goals/zero_trust_architecture.md +0 -403
- icdev-1.2.11/icdev/data/hardprompts/agent/agentic_architect.md +0 -100
- icdev-1.2.11/icdev/data/hardprompts/agent/governance_review.md +0 -214
- icdev-1.2.11/icdev/data/hardprompts/agent/skill_design.md +0 -172
- icdev-1.2.11/icdev/data/hardprompts/agent/task_decomposition.md +0 -275
- icdev-1.2.11/icdev/data/hardprompts/ci/worktree_setup.md +0 -35
- icdev-1.2.11/icdev/data/hardprompts/compliance/cmmc_assessment.md +0 -63
- icdev-1.2.11/icdev/data/hardprompts/compliance/fedramp_assessment.md +0 -55
- icdev-1.2.11/icdev/data/hardprompts/dashboard/nlq_system_prompt.md +0 -26
- icdev-1.2.11/icdev/data/hardprompts/integration/approval_review.md +0 -17
- icdev-1.2.11/icdev/data/hardprompts/integration/jira_mapping.md +0 -25
- icdev-1.2.11/icdev/data/hardprompts/integration/servicenow_mapping.md +0 -14
- icdev-1.2.11/icdev/data/hardprompts/mbse/digital_thread.md +0 -67
- icdev-1.2.11/icdev/data/hardprompts/mbse/model_import.md +0 -62
- icdev-1.2.11/icdev/data/hardprompts/mbse/model_to_code.md +0 -65
- icdev-1.2.11/icdev/data/hardprompts/modernization/legacy_analysis.md +0 -93
- icdev-1.2.11/icdev/data/hardprompts/modernization/migration_planning.md +0 -150
- icdev-1.2.11/icdev/data/hardprompts/modernization/seven_r_assessment.md +0 -107
- icdev-1.2.11/icdev/data/hardprompts/requirements/clarification_prioritization.md +0 -29
- icdev-1.2.11/icdev/data/hardprompts/requirements/intake_conversation.md +0 -101
- icdev-1.2.11/icdev/data/hardprompts/requirements/spec_quality.md +0 -33
- icdev-1.2.11/icdev/data/hardprompts/security/vulnerability_assessment.md +0 -81
- icdev-1.2.11/icdev/data/hardprompts/simulation/architecture_impact.md +0 -27
- icdev-1.2.11/icdev/data/hardprompts/simulation/coa_alternative.md +0 -27
- icdev-1.2.11/icdev/data/hardprompts/simulation/coa_generation.md +0 -25
- icdev-1.2.11/icdev/data/hardprompts/simulation/compliance_impact.md +0 -28
- icdev-1.2.11/icdev/data/hardprompts/simulation/cost_estimation.md +0 -33
- icdev-1.2.11/icdev/data/hardprompts/simulation/risk_assessment.md +0 -28
- icdev-1.2.11/icdev/data/hardprompts/translation/code_translation.md +0 -68
- icdev-1.2.11/icdev/data/hardprompts/translation/dependency_suggestion.md +0 -44
- icdev-1.2.11/icdev/data/hardprompts/translation/test_translation.md +0 -64
- icdev-1.2.11/icdev/data/hardprompts/translation/translation_repair.md +0 -59
- icdev-1.2.11/icdev/tools/__init__.py +0 -27
- icdev-1.2.11/icdev/tools/a2a/agent_cards/architect.json +0 -43
- icdev-1.2.11/icdev/tools/a2a/agent_cards/builder.json +0 -50
- icdev-1.2.11/icdev/tools/a2a/agent_cards/compliance.json +0 -57
- icdev-1.2.11/icdev/tools/a2a/agent_cards/devsecops.json +0 -71
- icdev-1.2.11/icdev/tools/a2a/agent_cards/infra.json +0 -57
- icdev-1.2.11/icdev/tools/a2a/agent_cards/integration.json +0 -57
- icdev-1.2.11/icdev/tools/a2a/agent_cards/knowledge.json +0 -43
- icdev-1.2.11/icdev/tools/a2a/agent_cards/mbse.json +0 -57
- icdev-1.2.11/icdev/tools/a2a/agent_cards/modernization.json +0 -50
- icdev-1.2.11/icdev/tools/a2a/agent_cards/monitor.json +0 -43
- icdev-1.2.11/icdev/tools/a2a/agent_cards/orchestrator.json +0 -36
- icdev-1.2.11/icdev/tools/a2a/agent_cards/requirements_analyst.json +0 -64
- icdev-1.2.11/icdev/tools/a2a/agent_cards/security.json +0 -50
- icdev-1.2.11/icdev/tools/a2a/agent_cards/simulation.json +0 -57
- icdev-1.2.11/icdev/tools/a2a/agent_cards/supply_chain.json +0 -50
- icdev-1.2.11/icdev/tools/agent/__init__.py +0 -2
- icdev-1.2.11/icdev/tools/agent/a2a_agent_card_generator.py +0 -285
- icdev-1.2.11/icdev/tools/agent/a2a_discovery_server.py +0 -250
- icdev-1.2.11/icdev/tools/agent/agent_memory.py +0 -557
- icdev-1.2.11/icdev/tools/agent/anvil_critique.py +0 -910
- icdev-1.2.11/icdev/tools/agent/authority.py +0 -443
- icdev-1.2.11/icdev/tools/agent/bedrock_client.py +0 -1075
- icdev-1.2.11/icdev/tools/agent/collaboration.py +0 -871
- icdev-1.2.11/icdev/tools/agent/dispatcher_mode.py +0 -665
- icdev-1.2.11/icdev/tools/agent/mailbox.py +0 -575
- icdev-1.2.11/icdev/tools/agent/prompt_chain_executor.py +0 -1064
- icdev-1.2.11/icdev/tools/agent/session_purpose.py +0 -350
- icdev-1.2.11/icdev/tools/agent/skill_router.py +0 -638
- icdev-1.2.11/icdev/tools/agent/skill_selector.py +0 -486
- icdev-1.2.11/icdev/tools/agent/team_orchestrator.py +0 -1108
- icdev-1.2.11/icdev/tools/agent/token_tracker.py +0 -290
- icdev-1.2.11/icdev/tools/analysis/code_analyzer.py +0 -780
- icdev-1.2.11/icdev/tools/analysis/runtime_feedback.py +0 -389
- icdev-1.2.11/icdev/tools/audit/audit_logger.py +0 -196
- icdev-1.2.11/icdev/tools/audit/decision_recorder.py +0 -72
- icdev-1.2.11/icdev/tools/builder/agentic_fitness.py +0 -534
- icdev-1.2.11/icdev/tools/builder/agentic_test_templates/test_a2a_callback.py +0 -117
- icdev-1.2.11/icdev/tools/builder/app_blueprint.py +0 -1583
- icdev-1.2.11/icdev/tools/builder/child_app_generator.py +0 -2846
- icdev-1.2.11/icdev/tools/builder/claude_md_generator.py +0 -1734
- icdev-1.2.11/icdev/tools/builder/code_generator.py +0 -3704
- icdev-1.2.11/icdev/tools/builder/db_init_generator.py +0 -1709
- icdev-1.2.11/icdev/tools/builder/dev_profile_manager.py +0 -954
- icdev-1.2.11/icdev/tools/builder/forge_validator.py +0 -814
- icdev-1.2.11/icdev/tools/builder/goal_adapter.py +0 -592
- icdev-1.2.11/icdev/tools/builder/language_support.py +0 -441
- icdev-1.2.11/icdev/tools/builder/scaffolder.py +0 -1590
- icdev-1.2.11/icdev/tools/builder/scaffolder_extended.py +0 -1771
- icdev-1.2.11/icdev/tools/builder/test_writer.py +0 -950
- icdev-1.2.11/icdev/tools/ci/__init__.py +0 -2
- icdev-1.2.11/icdev/tools/ci/connectors/__init__.py +0 -2
- icdev-1.2.11/icdev/tools/ci/connectors/base_connector.py +0 -80
- icdev-1.2.11/icdev/tools/ci/connectors/connector_registry.py +0 -188
- icdev-1.2.11/icdev/tools/ci/connectors/mattermost_connector.py +0 -159
- icdev-1.2.11/icdev/tools/ci/connectors/slack_connector.py +0 -197
- icdev-1.2.11/icdev/tools/ci/core/__init__.py +0 -2
- icdev-1.2.11/icdev/tools/ci/core/air_gap_detector.py +0 -115
- icdev-1.2.11/icdev/tools/ci/core/comment_handler.py +0 -192
- icdev-1.2.11/icdev/tools/ci/core/conversation_manager.py +0 -479
- icdev-1.2.11/icdev/tools/ci/core/event_envelope.py +0 -512
- icdev-1.2.11/icdev/tools/ci/core/event_router.py +0 -443
- icdev-1.2.11/icdev/tools/ci/core/failure_parser.py +0 -397
- icdev-1.2.11/icdev/tools/ci/core/recovery_engine.py +0 -529
- icdev-1.2.11/icdev/tools/ci/modules/__init__.py +0 -2
- icdev-1.2.11/icdev/tools/ci/modules/agent.py +0 -271
- icdev-1.2.11/icdev/tools/ci/modules/git_ops.py +0 -175
- icdev-1.2.11/icdev/tools/ci/modules/state.py +0 -119
- icdev-1.2.11/icdev/tools/ci/modules/vcs.py +0 -303
- icdev-1.2.11/icdev/tools/ci/modules/workflow_ops.py +0 -295
- icdev-1.2.11/icdev/tools/ci/modules/worktree.py +0 -340
- icdev-1.2.11/icdev/tools/ci/pipeline_config_generator.py +0 -558
- icdev-1.2.11/icdev/tools/ci/triggers/__init__.py +0 -2
- icdev-1.2.11/icdev/tools/ci/triggers/gitlab_task_monitor.py +0 -330
- icdev-1.2.11/icdev/tools/ci/triggers/poll_trigger.py +0 -237
- icdev-1.2.11/icdev/tools/ci/triggers/webhook_server.py +0 -358
- icdev-1.2.11/icdev/tools/ci/workflows/__init__.py +0 -2
- icdev-1.2.11/icdev/tools/ci/workflows/icdev_build.py +0 -140
- icdev-1.2.11/icdev/tools/ci/workflows/icdev_comply.py +0 -284
- icdev-1.2.11/icdev/tools/ci/workflows/icdev_document.py +0 -152
- icdev-1.2.11/icdev/tools/ci/workflows/icdev_e2e.py +0 -188
- icdev-1.2.11/icdev/tools/ci/workflows/icdev_patch.py +0 -186
- icdev-1.2.11/icdev/tools/ci/workflows/icdev_plan.py +0 -202
- icdev-1.2.11/icdev/tools/ci/workflows/icdev_plan_build.py +0 -41
- icdev-1.2.11/icdev/tools/ci/workflows/icdev_plan_build_test.py +0 -46
- icdev-1.2.11/icdev/tools/ci/workflows/icdev_plan_build_test_review.py +0 -47
- icdev-1.2.11/icdev/tools/ci/workflows/icdev_review.py +0 -126
- icdev-1.2.11/icdev/tools/ci/workflows/icdev_sdlc.py +0 -261
- icdev-1.2.11/icdev/tools/ci/workflows/icdev_test.py +0 -240
- icdev-1.2.11/icdev/tools/cli/output_formatter.py +0 -756
- icdev-1.2.11/icdev/tools/cli_formatter.py +0 -42
- icdev-1.2.11/icdev/tools/cloud/csp_changelog.py +0 -383
- icdev-1.2.11/icdev/tools/cloud/csp_monitor.py +0 -951
- icdev-1.2.11/icdev/tools/cloud/iam_provider.py +0 -593
- icdev-1.2.11/icdev/tools/cloud/registry_provider.py +0 -563
- icdev-1.2.11/icdev/tools/compat/__init__.py +0 -21
- icdev-1.2.11/icdev/tools/compat/cli_harmonizer.py +0 -251
- icdev-1.2.11/icdev/tools/compat/datetime_utils.py +0 -18
- icdev-1.2.11/icdev/tools/compat/db_utils.py +0 -159
- icdev-1.2.11/icdev/tools/compat/platform_utils.py +0 -123
- icdev-1.2.11/icdev/tools/compliance/accountability_manager.py +0 -397
- icdev-1.2.11/icdev/tools/compliance/ai_accountability_audit.py +0 -294
- icdev-1.2.11/icdev/tools/compliance/ai_impact_assessor.py +0 -273
- icdev-1.2.11/icdev/tools/compliance/ai_incident_response.py +0 -301
- icdev-1.2.11/icdev/tools/compliance/ai_inventory_manager.py +0 -239
- icdev-1.2.11/icdev/tools/compliance/ai_reassessment_scheduler.py +0 -256
- icdev-1.2.11/icdev/tools/compliance/ai_transparency_audit.py +0 -248
- icdev-1.2.11/icdev/tools/compliance/atlas_assessor.py +0 -278
- icdev-1.2.11/icdev/tools/compliance/atlas_report_generator.py +0 -1211
- icdev-1.2.11/icdev/tools/compliance/base_assessor.py +0 -597
- icdev-1.2.11/icdev/tools/compliance/cato_monitor.py +0 -1385
- icdev-1.2.11/icdev/tools/compliance/cato_scheduler.py +0 -699
- icdev-1.2.11/icdev/tools/compliance/cjis_assessor.py +0 -76
- icdev-1.2.11/icdev/tools/compliance/classification_manager.py +0 -1353
- icdev-1.2.11/icdev/tools/compliance/cmmc_assessor.py +0 -1491
- icdev-1.2.11/icdev/tools/compliance/cmmc_report_generator.py +0 -1100
- icdev-1.2.11/icdev/tools/compliance/compliance_detector.py +0 -463
- icdev-1.2.11/icdev/tools/compliance/compliance_exporter.py +0 -427
- icdev-1.2.11/icdev/tools/compliance/crosswalk_engine.py +0 -1203
- icdev-1.2.11/icdev/tools/compliance/cssp_assessor.py +0 -1045
- icdev-1.2.11/icdev/tools/compliance/cssp_evidence_collector.py +0 -729
- icdev-1.2.11/icdev/tools/compliance/cssp_report_generator.py +0 -1116
- icdev-1.2.11/icdev/tools/compliance/cui_marker.py +0 -388
- icdev-1.2.11/icdev/tools/compliance/diagram_validator.py +0 -600
- icdev-1.2.11/icdev/tools/compliance/emass/__init__.py +0 -2
- icdev-1.2.11/icdev/tools/compliance/emass/emass_client.py +0 -840
- icdev-1.2.11/icdev/tools/compliance/emass/emass_export.py +0 -777
- icdev-1.2.11/icdev/tools/compliance/emass/emass_sync.py +0 -826
- icdev-1.2.11/icdev/tools/compliance/eu_ai_act_classifier.py +0 -194
- icdev-1.2.11/icdev/tools/compliance/fairness_assessor.py +0 -316
- icdev-1.2.11/icdev/tools/compliance/fedramp_assessor.py +0 -1808
- icdev-1.2.11/icdev/tools/compliance/fedramp_authorization_packager.py +0 -137
- icdev-1.2.11/icdev/tools/compliance/fedramp_ksi_generator.py +0 -355
- icdev-1.2.11/icdev/tools/compliance/fips199_categorizer.py +0 -881
- icdev-1.2.11/icdev/tools/compliance/fips200_validator.py +0 -315
- icdev-1.2.11/icdev/tools/compliance/gao_ai_assessor.py +0 -231
- icdev-1.2.11/icdev/tools/compliance/gao_evidence_builder.py +0 -308
- icdev-1.2.11/icdev/tools/compliance/hipaa_assessor.py +0 -78
- icdev-1.2.11/icdev/tools/compliance/hitrust_assessor.py +0 -49
- icdev-1.2.11/icdev/tools/compliance/incident_response_plan.py +0 -718
- icdev-1.2.11/icdev/tools/compliance/iso27001_assessor.py +0 -92
- icdev-1.2.11/icdev/tools/compliance/iso42001_assessor.py +0 -114
- icdev-1.2.11/icdev/tools/compliance/ivv_assessor.py +0 -2328
- icdev-1.2.11/icdev/tools/compliance/ivv_report_generator.py +0 -1662
- icdev-1.2.11/icdev/tools/compliance/model_card_generator.py +0 -297
- icdev-1.2.11/icdev/tools/compliance/mosa_assessor.py +0 -117
- icdev-1.2.11/icdev/tools/compliance/multi_regime_assessor.py +0 -451
- icdev-1.2.11/icdev/tools/compliance/nist_800_207_assessor.py +0 -191
- icdev-1.2.11/icdev/tools/compliance/nist_ai_600_1_assessor.py +0 -188
- icdev-1.2.11/icdev/tools/compliance/nist_ai_rmf_assessor.py +0 -110
- icdev-1.2.11/icdev/tools/compliance/omb_m25_21_assessor.py +0 -228
- icdev-1.2.11/icdev/tools/compliance/omb_m26_04_assessor.py +0 -188
- icdev-1.2.11/icdev/tools/compliance/oscal_catalog_adapter.py +0 -395
- icdev-1.2.11/icdev/tools/compliance/oscal_generator.py +0 -2170
- icdev-1.2.11/icdev/tools/compliance/oscal_tools.py +0 -1183
- icdev-1.2.11/icdev/tools/compliance/owasp_asi_assessor.py +0 -200
- icdev-1.2.11/icdev/tools/compliance/owasp_llm_assessor.py +0 -244
- icdev-1.2.11/icdev/tools/compliance/pci_dss_assessor.py +0 -80
- icdev-1.2.11/icdev/tools/compliance/poam_generator.py +0 -405
- icdev-1.2.11/icdev/tools/compliance/resolve_marking.py +0 -283
- icdev-1.2.11/icdev/tools/compliance/sbd_assessor.py +0 -2068
- icdev-1.2.11/icdev/tools/compliance/sbd_report_generator.py +0 -1236
- icdev-1.2.11/icdev/tools/compliance/sbom_generator.py +0 -1008
- icdev-1.2.11/icdev/tools/compliance/slsa_attestation_generator.py +0 -490
- icdev-1.2.11/icdev/tools/compliance/soc2_assessor.py +0 -77
- icdev-1.2.11/icdev/tools/compliance/ssp_generator.py +0 -573
- icdev-1.2.11/icdev/tools/compliance/stig_checker.py +0 -727
- icdev-1.2.11/icdev/tools/compliance/swft_evidence_bundler.py +0 -337
- icdev-1.2.11/icdev/tools/compliance/system_card_generator.py +0 -309
- icdev-1.2.11/icdev/tools/compliance/traceability_matrix.py +0 -1281
- icdev-1.2.11/icdev/tools/compliance/universal_classification_manager.py +0 -1172
- icdev-1.2.11/icdev/tools/compliance/xacta/__init__.py +0 -2
- icdev-1.2.11/icdev/tools/compliance/xacta/xacta_client.py +0 -449
- icdev-1.2.11/icdev/tools/compliance/xacta/xacta_export.py +0 -557
- icdev-1.2.11/icdev/tools/compliance/xacta/xacta_sync.py +0 -333
- icdev-1.2.11/icdev/tools/dashboard/api/activity.py +0 -205
- icdev-1.2.11/icdev/tools/dashboard/api/batch.py +0 -667
- icdev-1.2.11/icdev/tools/dashboard/api/cicd.py +0 -219
- icdev-1.2.11/icdev/tools/dashboard/api/cpmp.py +0 -915
- icdev-1.2.11/icdev/tools/dashboard/api/diagrams.py +0 -65
- icdev-1.2.11/icdev/tools/dashboard/api/govcon.py +0 -1095
- icdev-1.2.11/icdev/tools/dashboard/api/nlq.py +0 -72
- icdev-1.2.11/icdev/tools/dashboard/api/orchestration.py +0 -472
- icdev-1.2.11/icdev/tools/dashboard/app.py +0 -4132
- icdev-1.2.11/icdev/tools/dashboard/auth.py +0 -601
- icdev-1.2.11/icdev/tools/dashboard/byok.py +0 -264
- icdev-1.2.11/icdev/tools/dashboard/chat_manager.py +0 -676
- icdev-1.2.11/icdev/tools/dashboard/config.py +0 -131
- icdev-1.2.11/icdev/tools/dashboard/diagram_definitions.py +0 -642
- icdev-1.2.11/icdev/tools/dashboard/nlq_processor.py +0 -324
- icdev-1.2.11/icdev/tools/dashboard/phase_loader.py +0 -136
- icdev-1.2.11/icdev/tools/dashboard/sse_manager.py +0 -89
- icdev-1.2.11/icdev/tools/dashboard/state_tracker.py +0 -267
- icdev-1.2.11/icdev/tools/dashboard/static/css/style.css +0 -706
- icdev-1.2.11/icdev/tools/dashboard/static/css/ux.css +0 -2047
- icdev-1.2.11/icdev/tools/dashboard/static/js/api.js +0 -161
- icdev-1.2.11/icdev/tools/dashboard/static/js/batch.js +0 -814
- icdev-1.2.11/icdev/tools/dashboard/static/js/charts.js +0 -618
- icdev-1.2.11/icdev/tools/dashboard/static/js/chat.js +0 -1514
- icdev-1.2.11/icdev/tools/dashboard/static/js/kanban.js +0 -113
- icdev-1.2.11/icdev/tools/dashboard/static/js/live.js +0 -569
- icdev-1.2.11/icdev/tools/dashboard/static/js/mermaid-icdev.js +0 -332
- icdev-1.2.11/icdev/tools/dashboard/static/js/proposals.js +0 -588
- icdev-1.2.11/icdev/tools/dashboard/static/js/shortcuts.js +0 -544
- icdev-1.2.11/icdev/tools/dashboard/static/js/tables.js +0 -652
- icdev-1.2.11/icdev/tools/dashboard/static/js/tour.js +0 -524
- icdev-1.2.11/icdev/tools/dashboard/static/js/ux.js +0 -942
- icdev-1.2.11/icdev/tools/dashboard/templates/404.html +0 -10
- icdev-1.2.11/icdev/tools/dashboard/templates/activity.html +0 -80
- icdev-1.2.11/icdev/tools/dashboard/templates/admin/users.html +0 -144
- icdev-1.2.11/icdev/tools/dashboard/templates/ai_accountability.html +0 -235
- icdev-1.2.11/icdev/tools/dashboard/templates/ai_transparency.html +0 -263
- icdev-1.2.11/icdev/tools/dashboard/templates/base.html +0 -104
- icdev-1.2.11/icdev/tools/dashboard/templates/batch.html +0 -23
- icdev-1.2.11/icdev/tools/dashboard/templates/chat.html +0 -332
- icdev-1.2.11/icdev/tools/dashboard/templates/children.html +0 -149
- icdev-1.2.11/icdev/tools/dashboard/templates/cicd.html +0 -253
- icdev-1.2.11/icdev/tools/dashboard/templates/code_quality.html +0 -214
- icdev-1.2.11/icdev/tools/dashboard/templates/cpmp/cor_detail.html +0 -220
- icdev-1.2.11/icdev/tools/dashboard/templates/cpmp/cor_portal.html +0 -91
- icdev-1.2.11/icdev/tools/dashboard/templates/cpmp/deliverable_detail.html +0 -197
- icdev-1.2.11/icdev/tools/dashboard/templates/cpmp/detail.html +0 -578
- icdev-1.2.11/icdev/tools/dashboard/templates/cpmp/portfolio.html +0 -202
- icdev-1.2.11/icdev/tools/dashboard/templates/dev_profiles.html +0 -304
- icdev-1.2.11/icdev/tools/dashboard/templates/diagrams.html +0 -224
- icdev-1.2.11/icdev/tools/dashboard/templates/events/timeline.html +0 -232
- icdev-1.2.11/icdev/tools/dashboard/templates/evidence.html +0 -134
- icdev-1.2.11/icdev/tools/dashboard/templates/fedramp_20x.html +0 -207
- icdev-1.2.11/icdev/tools/dashboard/templates/gateway.html +0 -244
- icdev-1.2.11/icdev/tools/dashboard/templates/govcon/capabilities.html +0 -135
- icdev-1.2.11/icdev/tools/dashboard/templates/govcon/pipeline.html +0 -214
- icdev-1.2.11/icdev/tools/dashboard/templates/govcon/requirements.html +0 -120
- icdev-1.2.11/icdev/tools/dashboard/templates/index.html +0 -254
- icdev-1.2.11/icdev/tools/dashboard/templates/lineage.html +0 -141
- icdev-1.2.11/icdev/tools/dashboard/templates/login.html +0 -51
- icdev-1.2.11/icdev/tools/dashboard/templates/monitoring/overview.html +0 -193
- icdev-1.2.11/icdev/tools/dashboard/templates/orchestration/dashboard.html +0 -545
- icdev-1.2.11/icdev/tools/dashboard/templates/oscal.html +0 -263
- icdev-1.2.11/icdev/tools/dashboard/templates/phases.html +0 -150
- icdev-1.2.11/icdev/tools/dashboard/templates/prod_audit.html +0 -280
- icdev-1.2.11/icdev/tools/dashboard/templates/profile.html +0 -183
- icdev-1.2.11/icdev/tools/dashboard/templates/projects/detail.html +0 -583
- icdev-1.2.11/icdev/tools/dashboard/templates/projects/list.html +0 -47
- icdev-1.2.11/icdev/tools/dashboard/templates/proposals/detail.html +0 -1253
- icdev-1.2.11/icdev/tools/dashboard/templates/proposals/list.html +0 -179
- icdev-1.2.11/icdev/tools/dashboard/templates/proposals/section_detail.html +0 -193
- icdev-1.2.11/icdev/tools/dashboard/templates/provenance.html +0 -181
- icdev-1.2.11/icdev/tools/dashboard/templates/query/nlq.html +0 -234
- icdev-1.2.11/icdev/tools/dashboard/templates/quick_paths.html +0 -69
- icdev-1.2.11/icdev/tools/dashboard/templates/traces.html +0 -155
- icdev-1.2.11/icdev/tools/dashboard/templates/translation_detail.html +0 -199
- icdev-1.2.11/icdev/tools/dashboard/templates/translations.html +0 -162
- icdev-1.2.11/icdev/tools/dashboard/templates/usage.html +0 -225
- icdev-1.2.11/icdev/tools/dashboard/templates/wizard.html +0 -539
- icdev-1.2.11/icdev/tools/dashboard/templates/xai.html +0 -208
- icdev-1.2.11/icdev/tools/dashboard/ux_helpers.py +0 -962
- icdev-1.2.11/icdev/tools/db/backup.py +0 -312
- icdev-1.2.11/icdev/tools/db/backup_manager.py +0 -832
- icdev-1.2.11/icdev/tools/db/init_icdev_db.py +0 -5900
- icdev-1.2.11/icdev/tools/db/migrate.py +0 -178
- icdev-1.2.11/icdev/tools/db/migration_runner.py +0 -549
- icdev-1.2.11/icdev/tools/db/migrations/001_baseline/up.py +0 -68
- icdev-1.2.11/icdev/tools/db/migrations/__init__.py +0 -2
- icdev-1.2.11/icdev/tools/devsecops/__init__.py +0 -2
- icdev-1.2.11/icdev/tools/devsecops/network_segmentation_generator.py +0 -614
- icdev-1.2.11/icdev/tools/devsecops/pdp_config_generator.py +0 -1256
- icdev-1.2.11/icdev/tools/devsecops/profile_manager.py +0 -388
- icdev-1.2.11/icdev/tools/devsecops/service_mesh_generator.py +0 -1073
- icdev-1.2.11/icdev/tools/devsecops/zta_terraform_generator.py +0 -1303
- icdev-1.2.11/icdev/tools/dx/__init__.py +0 -3
- icdev-1.2.11/icdev/tools/dx/companion.py +0 -266
- icdev-1.2.11/icdev/tools/dx/instruction_generator.py +0 -753
- icdev-1.2.11/icdev/tools/dx/mcp_config_generator.py +0 -282
- icdev-1.2.11/icdev/tools/dx/skill_translator.py +0 -425
- icdev-1.2.11/icdev/tools/extensions/builtins/__init__.py +0 -2
- icdev-1.2.11/icdev/tools/extensions/extension_manager.py +0 -456
- icdev-1.2.11/icdev/tools/infra/ironbank_metadata_generator.py +0 -411
- icdev-1.2.11/icdev/tools/infra/k8s_generator.py +0 -1002
- icdev-1.2.11/icdev/tools/infra/terraform_generator.py +0 -1142
- icdev-1.2.11/icdev/tools/infra/terraform_generator_gcp.py +0 -954
- icdev-1.2.11/icdev/tools/infra/terraform_generator_onprem.py +0 -319
- icdev-1.2.11/icdev/tools/innovation/__init__.py +0 -8
- icdev-1.2.11/icdev/tools/innovation/competitive_intel.py +0 -494
- icdev-1.2.11/icdev/tools/innovation/innovation_manager.py +0 -681
- icdev-1.2.11/icdev/tools/innovation/introspective_analyzer.py +0 -774
- icdev-1.2.11/icdev/tools/innovation/signal_ranker.py +0 -1038
- icdev-1.2.11/icdev/tools/innovation/solution_generator.py +0 -697
- icdev-1.2.11/icdev/tools/innovation/standards_monitor.py +0 -466
- icdev-1.2.11/icdev/tools/innovation/trend_detector.py +0 -1046
- icdev-1.2.11/icdev/tools/innovation/triage_engine.py +0 -1149
- icdev-1.2.11/icdev/tools/innovation/web_scanner.py +0 -894
- icdev-1.2.11/icdev/tools/installer/__init__.py +0 -1
- icdev-1.2.11/icdev/tools/installer/compliance_configurator.py +0 -637
- icdev-1.2.11/icdev/tools/installer/installer.py +0 -1711
- icdev-1.2.11/icdev/tools/installer/module_registry.py +0 -805
- icdev-1.2.11/icdev/tools/installer/platform_setup.py +0 -961
- icdev-1.2.11/icdev/tools/integration/approval_manager.py +0 -561
- icdev-1.2.11/icdev/tools/integration/doors_exporter.py +0 -627
- icdev-1.2.11/icdev/tools/integration/gitlab_connector.py +0 -784
- icdev-1.2.11/icdev/tools/integration/jira_connector.py +0 -774
- icdev-1.2.11/icdev/tools/integration/servicenow_connector.py +0 -693
- icdev-1.2.11/icdev/tools/llm/__init__.py +0 -72
- icdev-1.2.11/icdev/tools/llm/azure_openai_provider.py +0 -338
- icdev-1.2.11/icdev/tools/llm/gemini_provider.py +0 -381
- icdev-1.2.11/icdev/tools/llm/oci_genai_provider.py +0 -462
- icdev-1.2.11/icdev/tools/llm/ollama_provider.py +0 -340
- icdev-1.2.11/icdev/tools/llm/provider_sdk.py +0 -175
- icdev-1.2.11/icdev/tools/llm/router.py +0 -780
- icdev-1.2.11/icdev/tools/llm/vertex_ai_provider.py +0 -374
- icdev-1.2.11/icdev/tools/maintenance/__init__.py +0 -2
- icdev-1.2.11/icdev/tools/maintenance/dependency_scanner.py +0 -1031
- icdev-1.2.11/icdev/tools/maintenance/maintenance_auditor.py +0 -815
- icdev-1.2.11/icdev/tools/maintenance/remediation_engine.py +0 -966
- icdev-1.2.11/icdev/tools/maintenance/vulnerability_checker.py +0 -987
- icdev-1.2.11/icdev/tools/mbse/__init__.py +0 -3
- icdev-1.2.11/icdev/tools/mbse/des_report_generator.py +0 -800
- icdev-1.2.11/icdev/tools/mbse/diagram_extractor.py +0 -811
- icdev-1.2.11/icdev/tools/mbse/digital_thread.py +0 -1665
- icdev-1.2.11/icdev/tools/mbse/model_code_generator.py +0 -1122
- icdev-1.2.11/icdev/tools/mbse/model_control_mapper.py +0 -420
- icdev-1.2.11/icdev/tools/mbse/reqif_parser.py +0 -1484
- icdev-1.2.11/icdev/tools/mbse/sync_engine.py +0 -1805
- icdev-1.2.11/icdev/tools/mbse/xmi_parser.py +0 -1573
- icdev-1.2.11/icdev/tools/mcp/builder_server.py +0 -725
- icdev-1.2.11/icdev/tools/mcp/compliance_server.py +0 -1407
- icdev-1.2.11/icdev/tools/mcp/context_indexer.py +0 -199
- icdev-1.2.11/icdev/tools/mcp/context_server.py +0 -305
- icdev-1.2.11/icdev/tools/mcp/core_server.py +0 -679
- icdev-1.2.11/icdev/tools/mcp/gateway_server.py +0 -339
- icdev-1.2.11/icdev/tools/mcp/generate_registry.py +0 -623
- icdev-1.2.11/icdev/tools/mcp/innovation_server.py +0 -316
- icdev-1.2.11/icdev/tools/mcp/integration_server.py +0 -527
- icdev-1.2.11/icdev/tools/mcp/knowledge_server.py +0 -429
- icdev-1.2.11/icdev/tools/mcp/marketplace_server.py +0 -499
- icdev-1.2.11/icdev/tools/mcp/mbse_server.py +0 -398
- icdev-1.2.11/icdev/tools/mcp/modernization_server.py +0 -496
- icdev-1.2.11/icdev/tools/mcp/requirements_server.py +0 -415
- icdev-1.2.11/icdev/tools/mcp/simulation_server.py +0 -468
- icdev-1.2.11/icdev/tools/mcp/standalone/__init__.py +0 -2
- icdev-1.2.11/icdev/tools/mcp/standalone/builder.py +0 -59
- icdev-1.2.11/icdev/tools/mcp/standalone/compliance.py +0 -59
- icdev-1.2.11/icdev/tools/mcp/standalone/core.py +0 -59
- icdev-1.2.11/icdev/tools/mcp/standalone/knowledge.py +0 -59
- icdev-1.2.11/icdev/tools/mcp/standalone/maintenance.py +0 -59
- icdev-1.2.11/icdev/tools/mcp/supply_chain_server.py +0 -476
- icdev-1.2.11/icdev/tools/mcp/tool_registry.py +0 -2008
- icdev-1.2.11/icdev/tools/mcp/unified_server.py +0 -158
- icdev-1.2.11/icdev/tools/memory/__init__.py +0 -2
- icdev-1.2.11/icdev/tools/memory/history_compressor.py +0 -335
- icdev-1.2.11/icdev/tools/memory/memory_consolidation.py +0 -445
- icdev-1.2.11/icdev/tools/modernization/__init__.py +0 -3
- icdev-1.2.11/icdev/tools/modernization/architecture_extractor.py +0 -736
- icdev-1.2.11/icdev/tools/modernization/compliance_bridge.py +0 -1499
- icdev-1.2.11/icdev/tools/modernization/db_migration_planner.py +0 -1386
- icdev-1.2.11/icdev/tools/modernization/doc_generator.py +0 -1428
- icdev-1.2.11/icdev/tools/modernization/framework_migrator.py +0 -1526
- icdev-1.2.11/icdev/tools/modernization/legacy_analyzer.py +0 -1949
- icdev-1.2.11/icdev/tools/modernization/migration_code_generator.py +0 -1639
- icdev-1.2.11/icdev/tools/modernization/migration_report_generator.py +0 -1653
- icdev-1.2.11/icdev/tools/modernization/migration_tracker.py +0 -1726
- icdev-1.2.11/icdev/tools/modernization/monolith_decomposer.py +0 -1508
- icdev-1.2.11/icdev/tools/modernization/seven_r_assessor.py +0 -1658
- icdev-1.2.11/icdev/tools/modernization/strangler_fig_manager.py +0 -1706
- icdev-1.2.11/icdev/tools/modernization/ui_analyzer.py +0 -771
- icdev-1.2.11/icdev/tools/modernization/version_migrator.py +0 -1394
- icdev-1.2.11/icdev/tools/monitor/auto_resolver.py +0 -612
- icdev-1.2.11/icdev/tools/monitor/heartbeat_daemon.py +0 -792
- icdev-1.2.11/icdev/tools/monitor/log_analyzer.py +0 -516
- icdev-1.2.11/icdev/tools/mosa/__init__.py +0 -10
- icdev-1.2.11/icdev/tools/mosa/icd_generator.py +0 -372
- icdev-1.2.11/icdev/tools/mosa/modular_design_analyzer.py +0 -685
- icdev-1.2.11/icdev/tools/mosa/mosa_code_enforcer.py +0 -349
- icdev-1.2.11/icdev/tools/mosa/tsp_generator.py +0 -265
- icdev-1.2.11/icdev/tools/observability/__init__.py +0 -100
- icdev-1.2.11/icdev/tools/observability/genai_attributes.py +0 -88
- icdev-1.2.11/icdev/tools/observability/instrumentation.py +0 -140
- icdev-1.2.11/icdev/tools/observability/provenance/__init__.py +0 -3
- icdev-1.2.11/icdev/tools/observability/shap/__init__.py +0 -3
- icdev-1.2.11/icdev/tools/observability/tracer.py +0 -230
- icdev-1.2.11/icdev/tools/orchestration/workflow_composer.py +0 -361
- icdev-1.2.11/icdev/tools/project/project_create.py +0 -350
- icdev-1.2.11/icdev/tools/project/project_list.py +0 -174
- icdev-1.2.11/icdev/tools/project/project_scaffold.py +0 -1715
- icdev-1.2.11/icdev/tools/project/project_status.py +0 -479
- icdev-1.2.11/icdev/tools/project/session_context_builder.py +0 -757
- icdev-1.2.11/icdev/tools/registry/__init__.py +0 -10
- icdev-1.2.11/icdev/tools/registry/absorption_engine.py +0 -832
- icdev-1.2.11/icdev/tools/registry/capability_evaluator.py +0 -668
- icdev-1.2.11/icdev/tools/registry/child_registry.py +0 -617
- icdev-1.2.11/icdev/tools/registry/cross_pollinator.py +0 -1065
- icdev-1.2.11/icdev/tools/registry/genome_manager.py +0 -671
- icdev-1.2.11/icdev/tools/registry/learning_collector.py +0 -912
- icdev-1.2.11/icdev/tools/registry/propagation_manager.py +0 -942
- icdev-1.2.11/icdev/tools/registry/staging_manager.py +0 -742
- icdev-1.2.11/icdev/tools/registry/telemetry_collector.py +0 -423
- icdev-1.2.11/icdev/tools/requirements/boundary_analyzer.py +0 -1293
- icdev-1.2.11/icdev/tools/requirements/clarification_engine.py +0 -620
- icdev-1.2.11/icdev/tools/requirements/complexity_scorer.py +0 -387
- icdev-1.2.11/icdev/tools/requirements/consistency_analyzer.py +0 -803
- icdev-1.2.11/icdev/tools/requirements/constitution_manager.py +0 -605
- icdev-1.2.11/icdev/tools/requirements/decomposition_engine.py +0 -780
- icdev-1.2.11/icdev/tools/requirements/document_extractor.py +0 -1016
- icdev-1.2.11/icdev/tools/requirements/elicitation_techniques.py +0 -519
- icdev-1.2.11/icdev/tools/requirements/gap_detector.py +0 -271
- icdev-1.2.11/icdev/tools/requirements/intake_engine.py +0 -2188
- icdev-1.2.11/icdev/tools/requirements/prd_generator.py +0 -847
- icdev-1.2.11/icdev/tools/requirements/readiness_scorer.py +0 -313
- icdev-1.2.11/icdev/tools/requirements/spec_organizer.py +0 -1029
- icdev-1.2.11/icdev/tools/requirements/spec_quality_checker.py +0 -1097
- icdev-1.2.11/icdev/tools/requirements/traceability_builder.py +0 -579
- icdev-1.2.11/icdev/tools/resilience/__init__.py +0 -34
- icdev-1.2.11/icdev/tools/resilience/circuit_breaker.py +0 -340
- icdev-1.2.11/icdev/tools/resilience/correlation.py +0 -150
- icdev-1.2.11/icdev/tools/resilience/errors.py +0 -81
- icdev-1.2.11/icdev/tools/resilience/retry.py +0 -95
- icdev-1.2.11/icdev/tools/schemas/__init__.py +0 -27
- icdev-1.2.11/icdev/tools/sdk/__init__.py +0 -3
- icdev-1.2.11/icdev/tools/sdk/icdev_client.py +0 -218
- icdev-1.2.11/icdev/tools/security/ai_bom_generator.py +0 -725
- icdev-1.2.11/icdev/tools/security/confabulation_detector.py +0 -273
- icdev-1.2.11/icdev/tools/security/prompt_injection_detector.py +0 -738
- icdev-1.2.11/icdev/tools/security/secret_detector.py +0 -379
- icdev-1.2.11/icdev/tools/security/vuln_scanner.py +0 -539
- icdev-1.2.11/icdev/tools/simulation/coa_generator.py +0 -1552
- icdev-1.2.11/icdev/tools/simulation/monte_carlo.py +0 -758
- icdev-1.2.11/icdev/tools/simulation/scenario_manager.py +0 -1073
- icdev-1.2.11/icdev/tools/simulation/simulation_engine.py +0 -1104
- icdev-1.2.11/icdev/tools/testing/__init__.py +0 -2
- icdev-1.2.11/icdev/tools/testing/acceptance_validator.py +0 -411
- icdev-1.2.11/icdev/tools/testing/claude_dir_validator.py +0 -832
- icdev-1.2.11/icdev/tools/testing/data_types.py +0 -199
- icdev-1.2.11/icdev/tools/testing/e2e_runner.py +0 -715
- icdev-1.2.11/icdev/tools/testing/fuzz_cli.py +0 -306
- icdev-1.2.11/icdev/tools/testing/health_check.py +0 -483
- icdev-1.2.11/icdev/tools/testing/platform_check.py +0 -143
- icdev-1.2.11/icdev/tools/testing/production_audit.py +0 -1862
- icdev-1.2.11/icdev/tools/testing/production_remediate.py +0 -804
- icdev-1.2.11/icdev/tools/testing/screenshot_validator.py +0 -539
- icdev-1.2.11/icdev/tools/testing/smoke_test.py +0 -283
- icdev-1.2.11/icdev/tools/testing/test_agent_models.py +0 -117
- icdev-1.2.11/icdev/tools/testing/test_orchestrator.py +0 -957
- icdev-1.2.11/icdev/tools/testing/utils.py +0 -229
- icdev-1.2.11/icdev/tools/translation/__init__.py +0 -17
- icdev-1.2.11/icdev/tools/translation/code_translator.py +0 -546
- icdev-1.2.11/icdev/tools/translation/dependency_mapper.py +0 -277
- icdev-1.2.11/icdev/tools/translation/feature_map.py +0 -397
- icdev-1.2.11/icdev/tools/translation/project_assembler.py +0 -439
- icdev-1.2.11/icdev/tools/translation/source_extractor.py +0 -611
- icdev-1.2.11/icdev/tools/translation/test_translator.py +0 -333
- icdev-1.2.11/icdev/tools/translation/translation_manager.py +0 -582
- icdev-1.2.11/icdev/tools/translation/translation_validator.py +0 -658
- icdev-1.2.11/icdev/tools/translation/type_checker.py +0 -371
- icdev-1.2.11/icdev.egg-info/PKG-INFO +0 -981
- icdev-1.2.11/icdev.egg-info/SOURCES.txt +0 -1523
- icdev-1.2.11/icdev.egg-info/entry_points.txt +0 -9
- icdev-1.2.11/icdev.egg-info/requires.txt +0 -87
- icdev-1.2.11/pyproject.toml +0 -207
- icdev-1.2.11/requirements.txt +0 -63
- icdev-1.2.11/tests/test_a2a_discovery.py +0 -144
- icdev-1.2.11/tests/test_a2a_trace_propagation.py +0 -229
- icdev-1.2.11/tests/test_acceptance_validator.py +0 -370
- icdev-1.2.11/tests/test_accountability_manager.py +0 -307
- icdev-1.2.11/tests/test_activity_feed.py +0 -522
- icdev-1.2.11/tests/test_agent_output_validator.py +0 -216
- icdev-1.2.11/tests/test_agent_shap.py +0 -323
- icdev-1.2.11/tests/test_agent_trust_scorer.py +0 -291
- icdev-1.2.11/tests/test_ai_accountability_audit.py +0 -350
- icdev-1.2.11/tests/test_ai_bom_generator.py +0 -327
- icdev-1.2.11/tests/test_ai_governance_chat_extension.py +0 -432
- icdev-1.2.11/tests/test_ai_governance_intake.py +0 -400
- icdev-1.2.11/tests/test_ai_impact_assessor.py +0 -191
- icdev-1.2.11/tests/test_ai_incident_response.py +0 -305
- icdev-1.2.11/tests/test_ai_reassessment_scheduler.py +0 -273
- icdev-1.2.11/tests/test_ai_telemetry.py +0 -140
- icdev-1.2.11/tests/test_ai_transparency.py +0 -680
- icdev-1.2.11/tests/test_anvil_critique.py +0 -580
- icdev-1.2.11/tests/test_api_gateway.py +0 -361
- icdev-1.2.11/tests/test_api_surface_extractor.py +0 -630
- icdev-1.2.11/tests/test_assessor_accountability_fixes.py +0 -490
- icdev-1.2.11/tests/test_atlas_assessor.py +0 -235
- icdev-1.2.11/tests/test_atlas_red_team.py +0 -121
- icdev-1.2.11/tests/test_audit_logger.py +0 -324
- icdev-1.2.11/tests/test_auto_resolver.py +0 -457
- icdev-1.2.11/tests/test_autonomy_engine.py +0 -334
- icdev-1.2.11/tests/test_autoresearch.py +0 -531
- icdev-1.2.11/tests/test_backup_manager.py +0 -245
- icdev-1.2.11/tests/test_bayesian_teacher.py +0 -608
- icdev-1.2.11/tests/test_bedrock_client.py +0 -510
- icdev-1.2.11/tests/test_behavioral_drift.py +0 -273
- icdev-1.2.11/tests/test_behavioral_red_team.py +0 -129
- icdev-1.2.11/tests/test_blueprint_verifier.py +0 -178
- icdev-1.2.11/tests/test_byok.py +0 -372
- icdev-1.2.11/tests/test_chat_manager.py +0 -234
- icdev-1.2.11/tests/test_circuit_breaker.py +0 -327
- icdev-1.2.11/tests/test_clarification_engine.py +0 -396
- icdev-1.2.11/tests/test_claude_dir_validator.py +0 -600
- icdev-1.2.11/tests/test_clawhub_connector.py +0 -242
- icdev-1.2.11/tests/test_cloud_monitoring_iam.py +0 -230
- icdev-1.2.11/tests/test_cloud_providers.py +0 -310
- icdev-1.2.11/tests/test_code_analyzer.py +0 -419
- icdev-1.2.11/tests/test_code_pattern_scanner.py +0 -286
- icdev-1.2.11/tests/test_coherence_checker.py +0 -341
- icdev-1.2.11/tests/test_companion.py +0 -141
- icdev-1.2.11/tests/test_compliance_exporter.py +0 -334
- icdev-1.2.11/tests/test_consistency_analyzer.py +0 -368
- icdev-1.2.11/tests/test_constitution_manager.py +0 -344
- icdev-1.2.11/tests/test_container_scanner.py +0 -340
- icdev-1.2.11/tests/test_context_server.py +0 -234
- icdev-1.2.11/tests/test_correlation.py +0 -207
- icdev-1.2.11/tests/test_crag_evaluator.py +0 -479
- icdev-1.2.11/tests/test_credential_broker.py +0 -227
- icdev-1.2.11/tests/test_crosswalk_integration.py +0 -384
- icdev-1.2.11/tests/test_csp_monitor.py +0 -763
- icdev-1.2.11/tests/test_dashboard_auth.py +0 -478
- icdev-1.2.11/tests/test_dashboard_kanban.py +0 -337
- icdev-1.2.11/tests/test_db_utils.py +0 -130
- icdev-1.2.11/tests/test_dependency_graph.py +0 -332
- icdev-1.2.11/tests/test_dependency_mapper.py +0 -207
- icdev-1.2.11/tests/test_dev_profile_manager.py +0 -644
- icdev-1.2.11/tests/test_devsecops_profile.py +0 -292
- icdev-1.2.11/tests/test_dispatcher_mode.py +0 -666
- icdev-1.2.11/tests/test_egress_monitor.py +0 -407
- icdev-1.2.11/tests/test_egress_policy_manager.py +0 -176
- icdev-1.2.11/tests/test_endpoint_security_scanner.py +0 -604
- icdev-1.2.11/tests/test_errors.py +0 -150
- icdev-1.2.11/tests/test_eu_ai_act_classifier.py +0 -357
- icdev-1.2.11/tests/test_event_envelope.py +0 -893
- icdev-1.2.11/tests/test_evidence_collector.py +0 -241
- icdev-1.2.11/tests/test_evolutionary_intelligence.py +0 -373
- icdev-1.2.11/tests/test_extension_manager.py +0 -247
- icdev-1.2.11/tests/test_fedramp_ksi_generator.py +0 -181
- icdev-1.2.11/tests/test_filesync.py +0 -866
- icdev-1.2.11/tests/test_finetune_cloud_providers.py +0 -966
- icdev-1.2.11/tests/test_finetune_dataset.py +0 -456
- icdev-1.2.11/tests/test_finetune_evaluator.py +0 -1070
- icdev-1.2.11/tests/test_finetune_gpu_detector.py +0 -191
- icdev-1.2.11/tests/test_finetune_provider.py +0 -177
- icdev-1.2.11/tests/test_finetune_router_integration.py +0 -686
- icdev-1.2.11/tests/test_finetune_training_engine.py +0 -812
- icdev-1.2.11/tests/test_forge_anvil_rename.py +0 -297
- icdev-1.2.11/tests/test_gao_ai_assessor.py +0 -421
- icdev-1.2.11/tests/test_gateway.py +0 -454
- icdev-1.2.11/tests/test_genai_attributes.py +0 -249
- icdev-1.2.11/tests/test_genome_evolution.py +0 -223
- icdev-1.2.11/tests/test_gsd_adaptations.py +0 -564
- icdev-1.2.11/tests/test_heartbeat_daemon.py +0 -396
- icdev-1.2.11/tests/test_history_compressor.py +0 -239
- icdev-1.2.11/tests/test_ibm_providers.py +0 -346
- icdev-1.2.11/tests/test_icdev_client.py +0 -150
- icdev-1.2.11/tests/test_init_icdev_db.py +0 -160
- icdev-1.2.11/tests/test_innovation.py +0 -798
- icdev-1.2.11/tests/test_installer.py +0 -477
- icdev-1.2.11/tests/test_instruction_generator.py +0 -150
- icdev-1.2.11/tests/test_instrumentation.py +0 -262
- icdev-1.2.11/tests/test_intake_api.py +0 -412
- icdev-1.2.11/tests/test_intent_validator.py +0 -303
- icdev-1.2.11/tests/test_ironbank_generator.py +0 -181
- icdev-1.2.11/tests/test_kg_pair_generator.py +0 -193
- icdev-1.2.11/tests/test_knowledge_graph.py +0 -413
- icdev-1.2.11/tests/test_llm_router.py +0 -406
- icdev-1.2.11/tests/test_manifest_loader.py +0 -289
- icdev-1.2.11/tests/test_marketplace_publish.py +0 -426
- icdev-1.2.11/tests/test_marketplace_search.py +0 -339
- icdev-1.2.11/tests/test_mcp_config_generator.py +0 -102
- icdev-1.2.11/tests/test_mcp_http_e2e.py +0 -349
- icdev-1.2.11/tests/test_mcp_instrumentation.py +0 -288
- icdev-1.2.11/tests/test_mcp_oauth.py +0 -364
- icdev-1.2.11/tests/test_mcp_tool_authorizer.py +0 -229
- icdev-1.2.11/tests/test_memory_consolidation.py +0 -191
- icdev-1.2.11/tests/test_memory_enhancements.py +0 -405
- icdev-1.2.11/tests/test_metrics.py +0 -294
- icdev-1.2.11/tests/test_migration_runner.py +0 -377
- icdev-1.2.11/tests/test_mlflow_exporter.py +0 -222
- icdev-1.2.11/tests/test_model_card_generator.py +0 -411
- icdev-1.2.11/tests/test_modular_design_analyzer.py +0 -205
- icdev-1.2.11/tests/test_mosa_code_enforcer.py +0 -145
- icdev-1.2.11/tests/test_mosa_icd_generator.py +0 -264
- icdev-1.2.11/tests/test_narrative_generator.py +0 -321
- icdev-1.2.11/tests/test_nist_ai_600_1_assessor.py +0 -404
- icdev-1.2.11/tests/test_omb_m25_21_assessor.py +0 -363
- icdev-1.2.11/tests/test_omb_m26_04_assessor.py +0 -402
- icdev-1.2.11/tests/test_openapi_spec.py +0 -157
- icdev-1.2.11/tests/test_openclaw_bridge.py +0 -704
- icdev-1.2.11/tests/test_openclaw_compat.py +0 -614
- icdev-1.2.11/tests/test_oscal_tools.py +0 -807
- icdev-1.2.11/tests/test_otel_tracer.py +0 -187
- icdev-1.2.11/tests/test_output_formatter.py +0 -731
- icdev-1.2.11/tests/test_owasp_agentic_assessor.py +0 -175
- icdev-1.2.11/tests/test_owasp_asi_assessor.py +0 -274
- icdev-1.2.11/tests/test_pattern_detector.py +0 -337
- icdev-1.2.11/tests/test_phase36_phase37_integration.py +0 -298
- icdev-1.2.11/tests/test_pipeline_config_generator.py +0 -175
- icdev-1.2.11/tests/test_platform_db.py +0 -142
- icdev-1.2.11/tests/test_production_audit.py +0 -317
- icdev-1.2.11/tests/test_production_remediate.py +0 -806
- icdev-1.2.11/tests/test_project_create.py +0 -287
- icdev-1.2.11/tests/test_prompt_chain_executor.py +0 -970
- icdev-1.2.11/tests/test_prompt_injection_detector.py +0 -397
- icdev-1.2.11/tests/test_propagation_verifier.py +0 -497
- icdev-1.2.11/tests/test_proposal_genesis.py +0 -2673
- icdev-1.2.11/tests/test_prov_recorder.py +0 -395
- icdev-1.2.11/tests/test_quality_feedback_loop.py +0 -133
- icdev-1.2.11/tests/test_quality_monitor.py +0 -148
- icdev-1.2.11/tests/test_query_classifier.py +0 -275
- icdev-1.2.11/tests/test_rag_chunker.py +0 -153
- icdev-1.2.11/tests/test_rag_ft_pipeline.py +0 -187
- icdev-1.2.11/tests/test_rag_ingestion.py +0 -122
- icdev-1.2.11/tests/test_rag_retention.py +0 -90
- icdev-1.2.11/tests/test_rag_retriever.py +0 -332
- icdev-1.2.11/tests/test_rag_vector_stores.py +0 -340
- icdev-1.2.11/tests/test_rate_limiter.py +0 -213
- icdev-1.2.11/tests/test_rbac.py +0 -262
- icdev-1.2.11/tests/test_readiness_scorer.py +0 -303
- icdev-1.2.11/tests/test_region_validator.py +0 -204
- icdev-1.2.11/tests/test_register_external_patterns.py +0 -198
- icdev-1.2.11/tests/test_remediation_engine.py +0 -419
- icdev-1.2.11/tests/test_research_engine.py +0 -1200
- icdev-1.2.11/tests/test_resolve_marking.py +0 -197
- icdev-1.2.11/tests/test_rest_api.py +0 -437
- icdev-1.2.11/tests/test_rest_api_expansion.py +0 -736
- icdev-1.2.11/tests/test_retry.py +0 -196
- icdev-1.2.11/tests/test_review_board.py +0 -561
- icdev-1.2.11/tests/test_runtime_feedback.py +0 -368
- icdev-1.2.11/tests/test_saas_llm_keys.py +0 -326
- icdev-1.2.11/tests/test_saas_portal.py +0 -599
- icdev-1.2.11/tests/test_sandbox_executor.py +0 -550
- icdev-1.2.11/tests/test_sandbox_scorer.py +0 -736
- icdev-1.2.11/tests/test_schemas.py +0 -250
- icdev-1.2.11/tests/test_session_context_builder.py +0 -571
- icdev-1.2.11/tests/test_session_purpose.py +0 -360
- icdev-1.2.11/tests/test_simulation_engine.py +0 -327
- icdev-1.2.11/tests/test_skill_selector.py +0 -255
- icdev-1.2.11/tests/test_skill_translator.py +0 -169
- icdev-1.2.11/tests/test_slsa_attestation.py +0 -246
- icdev-1.2.11/tests/test_source_extractor.py +0 -316
- icdev-1.2.11/tests/test_spec_organizer.py +0 -499
- icdev-1.2.11/tests/test_spec_quality_checker.py +0 -522
- icdev-1.2.11/tests/test_sqlite_tracer.py +0 -269
- icdev-1.2.11/tests/test_sre_modules.py +0 -253
- icdev-1.2.11/tests/test_state_tracker.py +0 -154
- icdev-1.2.11/tests/test_statement_extractor.py +0 -541
- icdev-1.2.11/tests/test_swagger_ui.py +0 -83
- icdev-1.2.11/tests/test_team_orchestrator.py +0 -474
- icdev-1.2.11/tests/test_terraform_generator.py +0 -324
- icdev-1.2.11/tests/test_time_decay.py +0 -357
- icdev-1.2.11/tests/test_tool_chain_validator.py +0 -260
- icdev-1.2.11/tests/test_tool_detector.py +0 -99
- icdev-1.2.11/tests/test_trace_context.py +0 -198
- icdev-1.2.11/tests/test_tracer.py +0 -488
- icdev-1.2.11/tests/test_translation_manager.py +0 -538
- icdev-1.2.11/tests/test_triad_integration.py +0 -243
- icdev-1.2.11/tests/test_unified_server.py +0 -407
- icdev-1.2.11/tests/test_usage_tracking.py +0 -509
- icdev-1.2.11/tests/test_workflow_composer.py +0 -171
- icdev-1.2.11/tests/test_workflow_loop.py +0 -827
- icdev-1.2.11/tests/test_xai_assessor.py +0 -432
- icdev-1.2.11/tests/test_zta_maturity_scorer.py +0 -289
- {icdev-1.2.11 → icdev-1.2.13}/LICENSE +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/MANIFEST.in +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/01507936/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/02318988/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/046eb5da/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/04f12fae/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/05d591b0/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/0acd37fb/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/0c020e0c/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/0c34199f/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/0d5bcf99/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/0f204a3f/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/0fa09722/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/122ffd27/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/15793599/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/1720a8de/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/1730e218/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/18526951/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/1a119bcb/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/1a8ffa27/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/1af97d0e/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/1e25ab93/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/1ee35f41/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/1f1f9426/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/1f2c64f3/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/1f803036/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/208f0f7f/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/21e8e411/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/222a3292/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/231b8ba0/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/23347801/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/27153b56/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/279b9d83/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/27c72a2b/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/2854e9fd/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/2882f676/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/28a365f0/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/29f12334/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/2a6071df/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/2acb453a/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/2b4e88d9/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/2bb9a5e8/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/2c1e9850/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/2e5a6f1f/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/2e5eb629/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/2faf9cd2/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/3125f333/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/32de8da3/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/32fb6c14/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/336d6177/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/34a0698d/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/358ff0dd/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/35c6a1e3/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/399f4c0f/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/3a0c75dc/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/3ada4148/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/3bdeccce/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/3ca2b7c6/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/3d2ba601/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/3f7911ea/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/42b2a256/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/4398674f/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/43e207e7/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/454bbb6c/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/4bae39b6/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/4bd08f26/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/502c2620/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/52b0c549/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/53af1c7c/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/53f10a9f/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/5591feb3/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/57cb40e0/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/592e21db/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/5a4d0d21/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/5dfb4615/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/5e7217da/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/6017008c/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/60d13eef/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/60f4d80f/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/62c363f7/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/64e2fa6e/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/65984fd2/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/6a8821ed/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/6b0b3b5e/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/6d3d8571/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/6d55504c/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/6e20acf1/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/70a40119/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/72cb131a/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/73e49da2/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/74ac7193/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/7592a3b5/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/7ae04661/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/7d1786f8/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/7e0d07d7/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/7e1a3be1/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/80fa11a9/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/843a09a4/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/8656b410/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/86ce22da/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/87246938/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/874e6f6f/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/88ef9ef2/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/896d7290/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/8a7d3117/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/8c47c21c/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/8ce89926/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/8d0cba83/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/8d891027/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/8f468952/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/905fd5d6/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/9192e9cf/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/9368263d/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/961ae00c/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/98212f4e/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/986c34d9/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/99741258/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/9c110c97/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/9cfd17e0/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/9dd72e08/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/9e29e7eb/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/9fe20d88/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/9ff4c24b/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/a344b655/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/a405ade7/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/a46f330d/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/a50299c1/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/a5404561/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/a5c09a13/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/a5f05a92/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/a7a5f384/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/a809099c/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/a81dbc43/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/ab69fef1/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/ab99467e/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/abf2c3b7/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/ada27d25/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/adc6ccc0/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/adcf6fae/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/ae9de227/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/b0cc7364/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/b1f58e42/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/b2abf015/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/b36e5371/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/b635b4ec/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/b66298ee/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/b9326710/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/ba5a3813/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/bafcf1eb/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/bc9e4dc3/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/bd46513c/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/be689f8c/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/c1222462/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/c268a5e1/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/c2d8204f/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/c30072e1/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/c3960dae/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/c3fcacfd/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/c44b4ad0/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/c4cfd0a4/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/c5ecad4f/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/c68eb013/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/c6bb08d8/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/c927c284/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/ca9363a0/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/cf576299/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/d15e50fe/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/d1a4c17b/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/d2aed45f/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/d52c2a66/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/d943a563/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/da1de751/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/da60d1c2/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/dbb51732/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/dcabf62e/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/dcb4cafe/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/dd148eb8/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/dd4f8038/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/de1830d7/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/de4fac37/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/defb3040/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/df910525/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/e0bfc5b2/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/e1182fa8/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/e3c0523b/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/e4a278c6/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/e6919a0d/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/e69b1481/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/e867501f/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/e8d46c3c/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/ea0aa1b7/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/ebf7adbf/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/ec69fbe7/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/f1e36aa8/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/f40952a9/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/f56a7f90/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/f629ed80/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/f6391bcf/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/f64433d4/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/f69ae00d/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/f8599de7/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/f9360ff8/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/f9fc7b6e/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/fb3f6362/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/fbb8b30b/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/fc8d5105/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/fe18246a/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/fec088af/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/ff126b8b/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/agents/ff2c3533/icdev_state.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/args/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/args/agent_authority.yaml +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/args/agent_config.yaml +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/args/agentic_fitness.yaml +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/args/ai_governance_config.yaml +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/args/classification_config.yaml +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/args/cli_config.yaml +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/args/cloud_config.yaml +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/args/code_pattern_config.yaml +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/args/code_quality_config.yaml +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/args/companion_registry.yaml +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/args/csp_monitor_config.yaml +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/args/dev_profile_config.yaml +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/args/devsecops_config.yaml +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/args/endpoint_security_config.yaml +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/args/extension_config.yaml +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/args/file_access_tiers.yaml +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/args/maintenance_config.yaml +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/args/memory_config.yaml +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/args/mosa_config.yaml +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/args/owasp_agentic_config.yaml +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/args/prompt_chains.yaml +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/args/ricoas_config.yaml +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/args/workflow_templates/ato_acceleration.yaml +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/args/workflow_templates/build_deploy.yaml +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/args/workflow_templates/full_compliance.yaml +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/agent/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/agent/response_schemas/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/agent/response_schemas/debate_position.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/agent/response_schemas/fitness_scorecard.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/agent/response_schemas/review_decision.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/agent/response_schemas/veto_decision.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/agentic/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/ci/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/cloud/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/compliance/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/compliance/atlas_mitigations.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/compliance/atlas_techniques.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/compliance/cisa_sbd_requirements.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/compliance/cjis_security_policy.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/compliance/cmmc_practices.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/compliance/cnssi_1253_overlay.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/compliance/control_crosswalk.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/compliance/control_families/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/compliance/csp_certifications.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/compliance/cssp_report_template.md +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/compliance/cui_templates/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/compliance/cui_templates/banner_block.txt +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/compliance/cui_templates/document_template.md +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/compliance/data_type_framework_map.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/compliance/data_type_registry.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/compliance/eu_ai_act_annex_iii.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/compliance/export_templates/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/compliance/export_templates/emass_controls.csv.j2 +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/compliance/export_templates/evidence_package.md.j2 +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/compliance/export_templates/executive_summary.md.j2 +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/compliance/export_templates/poam_tracking.csv.j2 +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/compliance/fedramp_high_baseline.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/compliance/fedramp_moderate_baseline.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/compliance/fips_200_areas.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/compliance/gao_ai_accountability.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/compliance/hipaa_security_rule.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/compliance/hitrust_csf_v11.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/compliance/impact_level_profiles.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/compliance/iso27001_2022_controls.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/compliance/iso27001_nist_bridge.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/compliance/iso42001_controls.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/compliance/ivv_checklist_template.md +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/compliance/ivv_requirements.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/compliance/mosa_crosswalk.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/compliance/narrative_templates/AC.md.j2 +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/compliance/narrative_templates/AU.md.j2 +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/compliance/narrative_templates/IA.md.j2 +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/compliance/narrative_templates/SC.md.j2 +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/compliance/narrative_templates/SI.md.j2 +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/compliance/narrative_templates/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/compliance/narrative_templates/default.md.j2 +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/compliance/narrative_templates/executive_summary.j2 +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/compliance/narrative_templates/poam_milestone.j2 +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/compliance/narrative_templates/ssp_section.j2 +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/compliance/nist_800_171_controls.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/compliance/nist_800_207_crosswalk.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/compliance/nist_800_53.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/compliance/nist_ai_600_1_genai.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/compliance/nist_ai_rmf.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/compliance/nist_sp_800_60_types.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/compliance/omb_m25_21_high_impact_ai.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/compliance/omb_m26_04_unbiased_ai.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/compliance/owasp_agentic_threats.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/compliance/owasp_llm_top10.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/compliance/pci_dss_v4.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/compliance/safeai_controls.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/compliance/siem_config_templates/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/compliance/siem_config_templates/log_sources.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/compliance/soc2_trust_criteria.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/compliance/stig_templates/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/compliance/stig_templates/webapp_stig.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/dashboard/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/dashboard/nlq_examples.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/integration/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/integration/approval_workflows.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/integration/jira_field_mappings.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/integration/servicenow_field_mappings.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/languages/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/languages/framework_patterns.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/llm/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/mbse/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/mbse/des_requirements.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/modernization/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/modernization/seven_rs_catalog.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/oscal/NIST_SP-800-53_rev5_catalog.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/patterns/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/profiles/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/profiles/dod_baseline_v1.yaml +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/profiles/fedramp_baseline_v1.yaml +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/profiles/financial_baseline_v1.yaml +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/profiles/healthcare_baseline_v1.yaml +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/profiles/law_enforcement_v1.yaml +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/profiles/startup_v1.yaml +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/requirements/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/requirements/ambiguity_patterns.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/requirements/boundary_impact_rules.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/requirements/default_constitutions.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/requirements/document_extraction_rules.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/requirements/gap_patterns.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/requirements/readiness_rubric.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/requirements/red_alternative_patterns.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/requirements/safe_templates.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/requirements/spec_quality_checklist.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/simulation/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/simulation/architecture_patterns.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/simulation/coa_templates.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/simulation/cost_models.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/simulation/risk_categories.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/supply_chain/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/supply_chain/isa_templates.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/supply_chain/nist_800_161_controls.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/supply_chain/scrm_risk_matrix.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/templates/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/templates/ansible/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/templates/ansible/playbooks/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/templates/ansible/roles/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/templates/gitlab_ci/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/templates/grafana/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/templates/kubernetes/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/templates/project/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/templates/project/api/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/templates/project/cli/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/templates/project/data_pipeline/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/templates/project/iac/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/templates/project/javascript_frontend/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/templates/project/javascript_frontend/src/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/templates/project/javascript_frontend/tests/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/templates/project/microservice/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/templates/project/python_backend/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/templates/project/python_backend/src/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/templates/project/python_backend/tests/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/templates/project/python_backend/tests/features/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/templates/project/python_backend/tests/steps/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/templates/terraform/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/templates/terraform/govcloud_base/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/templates/terraform/modules/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/tone/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/translation/dependency_mappings.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/context/translation/type_mappings.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/docs/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/docs/dx/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/docs/features/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/features/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/features/cicd_integration.feature +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/features/compliance_gates.feature +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/features/dashboard.feature +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/features/project_management.feature +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/features/requirements_intake.feature +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/features/saas_platform.feature +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/features/security_scanning.feature +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/features/steps/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/features/testing_pipeline.feature +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/goals/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/goals/ai_accountability.md +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/goals/ai_governance_intake.md +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/goals/cli_capabilities.md +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/goals/code_review.md +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/goals/external_integration.md +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/goals/multi_agent_orchestration.md +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/goals/observability.md +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/goals/parallel_cicd.md +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/goals/self_healing.md +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/goals/simulation_engine.md +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/hardprompts/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/hardprompts/agent/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/hardprompts/agent/debate_prompt.md +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/hardprompts/agent/fitness_evaluation.md +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/hardprompts/agent/reviewer_prompt.md +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/hardprompts/agent/veto_check_prompt.md +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/hardprompts/architect/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/hardprompts/architect/api_design.md +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/hardprompts/architect/data_model.md +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/hardprompts/architect/system_design.md +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/hardprompts/builder/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/hardprompts/builder/code_generation.md +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/hardprompts/builder/refactor.md +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/hardprompts/builder/scaffold_project.md +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/hardprompts/builder/test_generation.md +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/hardprompts/ci/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/hardprompts/compliance/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/hardprompts/compliance/cssp_assessment.md +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/hardprompts/compliance/cui_marking.md +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/hardprompts/compliance/ivv_assessment.md +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/hardprompts/compliance/poam_generation.md +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/hardprompts/compliance/sbd_assessment.md +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/hardprompts/compliance/security_categorization.md +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/hardprompts/compliance/ssp_generation.md +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/hardprompts/compliance/stig_evaluation.md +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/hardprompts/dashboard/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/hardprompts/infra/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/hardprompts/infra/k8s_manifests.md +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/hardprompts/infra/pipeline_generation.md +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/hardprompts/infra/terraform_generation.md +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/hardprompts/integration/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/hardprompts/knowledge/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/hardprompts/knowledge/pattern_detection.md +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/hardprompts/knowledge/recommendation_engine.md +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/hardprompts/knowledge/root_cause_analysis.md +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/hardprompts/maintenance/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/hardprompts/maintenance/maintenance_assessment.md +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/hardprompts/mbse/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/hardprompts/modernization/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/hardprompts/requirements/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/hardprompts/requirements/bdd_generation.md +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/hardprompts/requirements/decomposition.md +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/hardprompts/requirements/document_extraction.md +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/hardprompts/requirements/gap_detection.md +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/hardprompts/requirements/readiness_assessment.md +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/hardprompts/requirements/traceability_analysis.md +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/hardprompts/security/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/hardprompts/security/endpoint_security.md +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/hardprompts/security/threat_model.md +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/data/hardprompts/simulation/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/py.typed +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/_gen_formatter.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/a2a/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/a2a/agent_client.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/a2a/agent_registry.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/a2a/agent_server.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/a2a/task.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/agent/agent_executor.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/agent/agent_models.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/analysis/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/audit/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/audit/audit_query.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/builder/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/builder/agentic_test_templates/test_a2a_lifecycle.feature +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/builder/agentic_test_templates/test_agent_card.feature +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/builder/agentic_test_templates/test_agent_health.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/builder/agentic_test_templates/test_memory_system.feature +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/builder/agentic_test_templates/test_skill_execution.feature +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/builder/formatter.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/builder/linter.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/builder/profile_detector.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/builder/profile_md_generator.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/cli/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/cloud/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/cloud/cloud_mode_manager.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/cloud/csp_health_checker.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/cloud/kms_provider.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/cloud/monitoring_provider.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/cloud/provider_factory.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/cloud/region_validator.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/cloud/secrets_provider.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/cloud/storage_provider.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/compliance/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/compliance/compliance_status.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/compliance/control_mapper.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/compliance/evidence_collector.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/compliance/fedramp_report_generator.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/compliance/narrative_generator.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/compliance/nist_lookup.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/compliance/owasp_agentic_assessor.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/compliance/pi_compliance_tracker.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/compliance/siem_config_generator.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/compliance/xai_assessor.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/dashboard/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/dashboard/api/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/dashboard/api/_pipeline_state.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/dashboard/api/admin.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/dashboard/api/agents.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/dashboard/api/ai_accountability.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/dashboard/api/ai_transparency.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/dashboard/api/audit.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/dashboard/api/chat.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/dashboard/api/code_quality.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/dashboard/api/compliance.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/dashboard/api/events.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/dashboard/api/evidence.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/dashboard/api/fedramp_20x.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/dashboard/api/intake.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/dashboard/api/lineage.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/dashboard/api/metrics.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/dashboard/api/oscal.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/dashboard/api/prod_audit.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/dashboard/api/projects.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/dashboard/api/proposals.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/dashboard/api/traces.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/dashboard/api/usage.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/dashboard/static/js/activity.js +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/dashboard/websocket.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/db/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/db/migrations/001_baseline/meta.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/db/migrations/002_memory_enhancements/down.sql +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/db/migrations/002_memory_enhancements/meta.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/db/migrations/002_memory_enhancements/up.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/db/migrations/003_dev_profiles/meta.json +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/db/migrations/003_dev_profiles/up.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/db/migrations/004_innovation_engine/down.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/db/migrations/004_innovation_engine/up.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/db/migrations/005_phase_37_ai_security/down.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/db/migrations/005_phase_37_ai_security/up.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/db/migrations/006_phase_36_evolution/down.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/db/migrations/006_phase_36_evolution/up.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/db/migrations/007_phase_38_cloud/down.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/db/migrations/007_phase_38_cloud/up.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/db/migrations/008_phase36_37_integration/up.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/devsecops/attestation_manager.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/devsecops/pipeline_security_generator.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/devsecops/policy_generator.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/devsecops/zta_maturity_scorer.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/dx/tool_detector.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/extensions/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/extensions/builtins/010_ai_governance_chat.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/infra/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/infra/ansible_generator.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/infra/dockerfile_generator.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/infra/infra_status.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/infra/pipeline_generator.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/infra/rollback.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/infra/terraform_generator_azure.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/infra/terraform_generator_ibm.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/infra/terraform_generator_oci.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/innovation/register_external_patterns.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/integration/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/knowledge/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/knowledge/knowledge_ingest.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/knowledge/pattern_detector.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/knowledge/recommendation_engine.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/knowledge/self_heal_analyzer.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/llm/anthropic_provider.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/llm/bedrock_provider.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/llm/embedding_provider.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/llm/ibm_watsonx_provider.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/llm/openai_provider.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/llm/provider.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/mbse/des_assessor.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/mbse/pi_model_tracker.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/mcp/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/mcp/base_server.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/mcp/devsecops_server.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/mcp/gap_handlers.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/mcp/infra_server.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/mcp/maintenance_server.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/mcp/observability_server.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/memory/auto_capture.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/memory/embed_memory.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/memory/hybrid_search.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/memory/maintenance_cron.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/memory/memory_db.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/memory/memory_read.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/memory/memory_write.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/memory/semantic_search.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/memory/time_decay.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/monitor/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/monitor/alert_correlator.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/monitor/health_checker.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/monitor/metric_collector.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/observability/mlflow_exporter.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/observability/otel_tracer.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/observability/provenance/prov_recorder.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/observability/shap/agent_shap.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/observability/sqlite_tracer.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/observability/trace_context.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/orchestration/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/project/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/project/manifest_loader.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/project/validate_manifest.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/requirements/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/requirements/ai_governance_scorer.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/requirements/prd_validator.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/schemas/chat.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/schemas/compliance.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/schemas/core.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/schemas/innovation.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/schemas/validation.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/security/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/security/agent_output_validator.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/security/agent_trust_scorer.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/security/ai_telemetry_logger.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/security/atlas_red_team.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/security/code_pattern_scanner.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/security/container_scanner.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/security/dependency_auditor.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/security/endpoint_security_scanner.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/security/mcp_tool_authorizer.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/security/sast_runner.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/security/tool_chain_validator.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/simulation/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/supply_chain/__init__.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/supply_chain/cve_triager.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/supply_chain/dependency_graph.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/supply_chain/isa_manager.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev/tools/supply_chain/scrm_assessor.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev.egg-info/dependency_links.txt +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/icdev.egg-info/top_level.txt +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/setup.cfg +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/tests/test_rag_eval_api.py +0 -0
- {icdev-1.2.11 → icdev-1.2.13}/tests/test_scaffolder.py +0 -0
icdev-1.2.13/.mcp.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"mcpServers": {
|
|
3
|
+
"icdev-unified": {
|
|
4
|
+
"command": "python",
|
|
5
|
+
"args": [
|
|
6
|
+
"tools/mcp/unified_server.py"
|
|
7
|
+
],
|
|
8
|
+
"env": {
|
|
9
|
+
"ICDEV_DB_PATH": "data/icdev.db",
|
|
10
|
+
"ICDEV_PROJECT_ROOT": "."
|
|
11
|
+
}
|
|
12
|
+
},
|
|
13
|
+
"playwright": {
|
|
14
|
+
"command": "cmd",
|
|
15
|
+
"args": ["/c", "npx", "-y", "@playwright/mcp@latest"]
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -0,0 +1,195 @@
|
|
|
1
|
+
# [TEMPLATE: CUI // SP-CTI]
|
|
2
|
+
|
|
3
|
+
# Changelog
|
|
4
|
+
|
|
5
|
+
All notable changes to ICDEV™ are documented in this file.
|
|
6
|
+
|
|
7
|
+
Format based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
|
8
|
+
|
|
9
|
+
## [1.2.8] - 2026-03-31
|
|
10
|
+
|
|
11
|
+
### Added
|
|
12
|
+
- **Network Design Canvas** — ACAS/Nessus vulnerability scan overlay with host-to-node matching and severity heat maps
|
|
13
|
+
- **Network Design Canvas** — Natural language topology queries powered by deterministic graph algorithms (NetworkX) with local LLM fallback
|
|
14
|
+
- **Network Design Canvas** — Cloud architecture diagram generation for all 6 CSPs
|
|
15
|
+
- **Network Design Canvas** — Compliance audit page with per-device STIG tracking and exportable checklists
|
|
16
|
+
- **Network Design Canvas** — 1,000+ device types, protocols, and interface constants
|
|
17
|
+
- **Network Design Canvas** — Enhanced inventory export (CSV, JSON, YAML) with advanced filtering
|
|
18
|
+
- **IBM Cloud IaC** — New Terraform generator for IBM Cloud (VPC, IKS, KMS, COS, LogDNA, SysDig)
|
|
19
|
+
- **Azure IaC** — Major expansion: AKS, Key Vault, Front Door, Application Gateway, NSG rules
|
|
20
|
+
- **GCP IaC** — Major expansion: GKE, Cloud KMS, Cloud Armor, VPC Service Controls
|
|
21
|
+
- **OCI IaC** — Major expansion: OKE, Vault, WAF, Network Security Groups, Bastion
|
|
22
|
+
- **SRE Operations** — Dashboard, runbook library, incident tracking, toil budgets, SLO monitoring
|
|
23
|
+
- **Pipeline Canvas** — Visual CI/CD pipeline designer with drag-and-drop stages and YAML export
|
|
24
|
+
|
|
25
|
+
## [Unreleased]
|
|
26
|
+
|
|
27
|
+
### Added
|
|
28
|
+
- Comprehensive test suite expansion (324+ new tests across 21 test files)
|
|
29
|
+
- CI/CD pipeline for ICDEV™ itself (GitHub Actions + GitLab CI)
|
|
30
|
+
- REST API endpoints for Phases 22-28 capabilities
|
|
31
|
+
- Helm chart completion for all 15 agents
|
|
32
|
+
- Project documentation (README, CONTRIBUTING, CHANGELOG)
|
|
33
|
+
|
|
34
|
+
## [Phase 29-32] - 2026-02-XX
|
|
35
|
+
|
|
36
|
+
### Added
|
|
37
|
+
- Dashboard authentication with per-user API keys and SHA-256 hashing (D169-D172)
|
|
38
|
+
- RBAC with 5 roles: admin, pm, developer, isso, co (D172)
|
|
39
|
+
- Activity feed merging audit trail and hook events via UNION ALL query (D174)
|
|
40
|
+
- BYOK (Bring Your Own Key) LLM key management with Fernet AES-256 encryption (D175-D178)
|
|
41
|
+
- Usage tracking and cost dashboard per-user and per-provider (D177)
|
|
42
|
+
- Spec-kit pattern tools: quality checker, consistency analyzer, constitution manager, clarification engine, spec organizer (D156-D161)
|
|
43
|
+
- Proactive monitoring heartbeat daemon with 7 configurable checks (D162-D163)
|
|
44
|
+
- Auto-resolver for webhook-triggered issue fix with branch/PR creation (D164-D166)
|
|
45
|
+
- Selective skill injection via deterministic keyword-based category matching (D167)
|
|
46
|
+
- Time-decay memory ranking with exponential formula and per-type half-lives (D168)
|
|
47
|
+
- Resilience patterns: circuit breaker (3-state machine), retry with exponential backoff, correlation IDs (D146-D149)
|
|
48
|
+
- Database migration runner with checksum validation and multi-tenant support (D150-D151)
|
|
49
|
+
- Database backup and restore with optional AES-256-CBC encryption (D152)
|
|
50
|
+
- OpenAPI 3.0.3 spec with Swagger UI for the API gateway (D153)
|
|
51
|
+
- Prometheus metrics endpoint with 8 metrics (D154)
|
|
52
|
+
- Cross-platform compatibility module for Windows, macOS, Linux (D145)
|
|
53
|
+
- CUI markings added to all Python files
|
|
54
|
+
|
|
55
|
+
### Changed
|
|
56
|
+
- Dashboard login page updated for API key authentication flow
|
|
57
|
+
- Settings page expanded with LLM key management section
|
|
58
|
+
- Team management page updated with role-based controls
|
|
59
|
+
|
|
60
|
+
## [Phase 23-28] - 2026-01-XX
|
|
61
|
+
|
|
62
|
+
### Added
|
|
63
|
+
- Universal Compliance Platform with 10 data categories and composable markings (D109)
|
|
64
|
+
- Dual-hub crosswalk model: NIST 800-53 (US) + ISO 27001 (international) with bidirectional bridge (D111)
|
|
65
|
+
- 6 Wave 1 compliance frameworks: CJIS, HIPAA, HITRUST CSF v11, SOC 2 Type II, PCI DSS v4.0, ISO/IEC 27001:2022 (D116)
|
|
66
|
+
- Compliance auto-detection from data types with ISSO confirmation gate (D110)
|
|
67
|
+
- Multi-regime assessment with crosswalk deduplication (D113)
|
|
68
|
+
- BaseAssessor ABC pattern reducing per-framework code to approximately 60 LOC (D116)
|
|
69
|
+
- DevSecOps profile management with 10 stages and 5 maturity levels (D119)
|
|
70
|
+
- Pipeline security generation with Kyverno and OPA policy-as-code (D121)
|
|
71
|
+
- Image signing and attestation management
|
|
72
|
+
- Zero Trust Architecture: 7-pillar maturity scoring aligned to DoD ZTA Strategy (D120)
|
|
73
|
+
- NIST SP 800-207 compliance assessment and gate (D118)
|
|
74
|
+
- Service mesh generation for Istio and Linkerd (D121)
|
|
75
|
+
- Network segmentation with namespace isolation and microsegmentation
|
|
76
|
+
- PDP/PEP configuration for DISA ICAM, Zscaler, Palo Alto (D124)
|
|
77
|
+
- ZTA posture score as cATO evidence dimension (D123)
|
|
78
|
+
- DoD MOSA compliance framework (10 U.S.C. section 4401) via BaseAssessor pattern (D127)
|
|
79
|
+
- Modularity analysis: coupling, cohesion, circular dependency detection (D129)
|
|
80
|
+
- ICD and TSP document generation with CUI markings (D128)
|
|
81
|
+
- MOSA code enforcement via static analysis (D129)
|
|
82
|
+
- MOSA auto-trigger for DoD/IC customers during intake (D125)
|
|
83
|
+
- CLI capabilities with 4 independent optional toggles and tenant ceiling (D132)
|
|
84
|
+
- Remote Command Gateway with 5 channel adapters: Telegram, Slack, Teams, Mattermost, internal chat (D133)
|
|
85
|
+
- 8-gate security chain for remote commands (D136)
|
|
86
|
+
- IL-aware response filtering (D135)
|
|
87
|
+
- User binding ceremony for remote command authorization (D136)
|
|
88
|
+
- Air-gapped mode auto-disabling internet-dependent channels (D139)
|
|
89
|
+
- Command allowlist with per-channel overrides (D137)
|
|
90
|
+
- Auto-scaling: HPA manifests for all 15 agents + dashboard + API gateway (D141)
|
|
91
|
+
- Pod Disruption Budgets with tier-based policies (D143)
|
|
92
|
+
- Cross-AZ topology spread constraints (D144)
|
|
93
|
+
- Cloud-agnostic node autoscaler reference (D142)
|
|
94
|
+
|
|
95
|
+
## [Phase 19-22] - 2026-01-XX
|
|
96
|
+
|
|
97
|
+
### Added
|
|
98
|
+
- Agentic application generation producing mini-ICDEV™ clone child applications (D44-D53)
|
|
99
|
+
- 6-dimension fitness scoring for agentic suitability assessment (D46)
|
|
100
|
+
- Blueprint-driven generation with 12-step pipeline (D47)
|
|
101
|
+
- Grandchild prevention mechanism (D52)
|
|
102
|
+
- CSP MCP integration registry for AWS, GCP, Azure, Oracle
|
|
103
|
+
- FIPS 199 security categorization with SP 800-60 information types and high watermark (D54)
|
|
104
|
+
- FIPS 200 validation across all 17 minimum security areas (D55)
|
|
105
|
+
- CNSSI 1253 overlay auto-application for IL6/SECRET (D57)
|
|
106
|
+
- Dynamic SSP baseline selection from categorization (D56)
|
|
107
|
+
- SaaS multi-tenancy platform with API gateway (D58-D65)
|
|
108
|
+
- Per-tenant database isolation with strongest isolation model (D60)
|
|
109
|
+
- 3 authentication methods: API key, OAuth 2.0/OIDC, CAC/PIV
|
|
110
|
+
- 3 subscription tiers: Starter, Professional, Enterprise
|
|
111
|
+
- REST API and MCP Streamable HTTP transport (D62)
|
|
112
|
+
- Per-tenant K8s namespace provisioning (D63)
|
|
113
|
+
- Offline license keys with RSA-SHA256 signatures for on-prem (D64)
|
|
114
|
+
- Helm chart for on-prem deployment (D65)
|
|
115
|
+
- Federated FORGE marketplace with 3-tier catalog (D74-D81)
|
|
116
|
+
- 7-gate automated security scanning for marketplace assets (D76)
|
|
117
|
+
- IL-aware compatibility checking with high-watermark consumption rule (D77)
|
|
118
|
+
- Community ratings and reviews for marketplace assets
|
|
119
|
+
- Marketplace SBOM generation for executable assets (D81)
|
|
120
|
+
- LLM provider abstraction with vendor-agnostic routing (D66-D73)
|
|
121
|
+
- Function-level LLM routing for best-of-breed model selection (D68)
|
|
122
|
+
- Ollama support for air-gapped environments (D69)
|
|
123
|
+
- Vision LLM support for diagram extraction and UI analysis (D82-D87)
|
|
124
|
+
|
|
125
|
+
## [Phase 13-18] - 2025-XX-XX
|
|
126
|
+
|
|
127
|
+
### Added
|
|
128
|
+
- ATO acceleration: FedRAMP Moderate/High, CMMC Level 2/3, OSCAL generation (Phase 17)
|
|
129
|
+
- eMASS bidirectional sync with hybrid mode
|
|
130
|
+
- cATO continuous monitoring with evidence freshness tracking
|
|
131
|
+
- PI compliance velocity tracking
|
|
132
|
+
- Control crosswalk engine with dual-hub model
|
|
133
|
+
- Classification manager for IL2 through IL6
|
|
134
|
+
- MBSE integration: SysML XMI import, DOORS NG ReqIF import (Phase 18)
|
|
135
|
+
- Digital thread with auto-linking and coverage reporting
|
|
136
|
+
- Model-code generation from SysML block definitions
|
|
137
|
+
- Model-code drift detection and sync engine
|
|
138
|
+
- DoDI 5000.87 Digital Engineering Strategy compliance assessment
|
|
139
|
+
- Diagram extraction from SysML screenshots via vision LLM
|
|
140
|
+
- Application modernization: 7Rs assessment framework
|
|
141
|
+
- Version migration (Python 2.7 to 3.11, Java 8 to 17, etc.)
|
|
142
|
+
- Framework migration (Struts to Spring Boot, etc.)
|
|
143
|
+
- Monolith decomposition with microservice extraction
|
|
144
|
+
- Database migration DDL planning
|
|
145
|
+
- Strangler fig pattern management
|
|
146
|
+
- ATO compliance bridge for migration tracking
|
|
147
|
+
|
|
148
|
+
## [Phase 7-12] - 2025-XX-XX
|
|
149
|
+
|
|
150
|
+
### Added
|
|
151
|
+
- RICOAS Requirements Intake: conversational AI-driven intake with 5-stage pipeline
|
|
152
|
+
- Gap detection across 5 dimensions (completeness, clarity, feasibility, compliance, testability)
|
|
153
|
+
- SAFe decomposition: Epic, Capability, Feature, Story, Enabler with WSJF scoring
|
|
154
|
+
- Document extraction from SOW/CDD/CONOPS (shall/must/should statements)
|
|
155
|
+
- ATO boundary impact assessment with 4-tier classification (GREEN/YELLOW/ORANGE/RED)
|
|
156
|
+
- Supply chain intelligence: dependency graph, ISA lifecycle, SCRM assessment, CVE triage
|
|
157
|
+
- Digital Program Twin simulation: 6-dimension what-if analysis
|
|
158
|
+
- Monte Carlo estimation for schedule and cost
|
|
159
|
+
- COA generation (Speed/Balanced/Comprehensive) with comparison and selection
|
|
160
|
+
- External integration: bidirectional Jira, ServiceNow, GitLab sync
|
|
161
|
+
- DOORS NG ReqIF export
|
|
162
|
+
- Approval workflow management
|
|
163
|
+
- RTM traceability builder
|
|
164
|
+
- CI/CD integration: GitHub webhooks, GitLab webhooks, issue polling
|
|
165
|
+
- Observability: hook-based agent monitoring, HMAC-signed events, SIEM forwarding
|
|
166
|
+
- NLQ compliance queries via Bedrock with read-only SQL enforcement
|
|
167
|
+
- Parallel CI/CD via git worktree task isolation
|
|
168
|
+
|
|
169
|
+
## [Phase 1-6] - 2025-XX-XX
|
|
170
|
+
|
|
171
|
+
### Added
|
|
172
|
+
- Initial ICDEV™ platform with FORGE 6-layer agentic framework
|
|
173
|
+
- ANVIL and M-ANVIL build workflows (Architect, Navigate, Verify, Integrate, Launch)
|
|
174
|
+
- 15 multi-agent architecture across 3 tiers (Core, Domain, Support)
|
|
175
|
+
- A2A protocol (JSON-RPC 2.0 over mutual TLS) for inter-agent communication
|
|
176
|
+
- 14 MCP servers for Claude Code integration (stdio transport)
|
|
177
|
+
- Memory system: dual storage (markdown + SQLite), hybrid search (BM25 + semantic)
|
|
178
|
+
- Project management: create, list, status tracking
|
|
179
|
+
- TDD workflow: RED, GREEN, REFACTOR cycle with 6 language support
|
|
180
|
+
- Builder tools: scaffolding, code generation, linting, formatting
|
|
181
|
+
- NIST 800-53 Rev 5 compliance: SSP, POAM, STIG checklist, SBOM generation
|
|
182
|
+
- CUI marking system for IL4/IL5/IL6 artifacts
|
|
183
|
+
- DoD CSSP (DI 8530.01) compliance assessment
|
|
184
|
+
- CISA Secure by Design assessment
|
|
185
|
+
- IEEE 1012 IV&V assessment
|
|
186
|
+
- Security scanning: SAST (Bandit), dependency audit, secret detection, container scanning
|
|
187
|
+
- Infrastructure generation: Terraform, Ansible, K8s manifests, CI/CD pipelines
|
|
188
|
+
- Knowledge base with self-healing pattern detection
|
|
189
|
+
- Monitoring: log analysis, metrics, alerts, health checks
|
|
190
|
+
- Web dashboard with Flask (project status, compliance, security, agent management)
|
|
191
|
+
- STIG-hardened Docker containers for all agents
|
|
192
|
+
- Kubernetes manifests with network policies (default deny)
|
|
193
|
+
- Audit trail: append-only, immutable, NIST AU compliant
|
|
194
|
+
|
|
195
|
+
# [TEMPLATE: CUI // SP-CTI]
|
icdev-1.2.13/CLAUDE.md
ADDED
|
@@ -0,0 +1,210 @@
|
|
|
1
|
+
# CLAUDE.md
|
|
2
|
+
|
|
3
|
+
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## Quick Reference
|
|
8
|
+
|
|
9
|
+
### Essential Commands
|
|
10
|
+
```bash
|
|
11
|
+
# Initialize framework (first run)
|
|
12
|
+
/initialize
|
|
13
|
+
|
|
14
|
+
# Session start
|
|
15
|
+
python tools/memory/memory_read.py --format markdown
|
|
16
|
+
python tools/project/session_context_builder.py --format markdown
|
|
17
|
+
|
|
18
|
+
# Memory
|
|
19
|
+
python tools/memory/memory_write.py --content "text" --type event
|
|
20
|
+
python tools/memory/hybrid_search.py --query "query"
|
|
21
|
+
|
|
22
|
+
# LLM Provider
|
|
23
|
+
python -c "from tools.llm.router import LLMRouter; r = LLMRouter(); print(r.get_provider_for_function('code_generation'))"
|
|
24
|
+
# Config: args/llm_config.yaml — providers, models, routing, embeddings
|
|
25
|
+
|
|
26
|
+
# Database
|
|
27
|
+
python tools/db/init_icdev_db.py
|
|
28
|
+
python tools/db/storage.py --health --json
|
|
29
|
+
|
|
30
|
+
# Testing
|
|
31
|
+
python tools/testing/health_check.py --json
|
|
32
|
+
python tools/testing/test_orchestrator.py --project-dir /path/to/project
|
|
33
|
+
python tools/testing/e2e_runner.py --run-all
|
|
34
|
+
|
|
35
|
+
# Companion sync (ALWAYS after code changes)
|
|
36
|
+
python tools/dx/companion.py --sync --write --json
|
|
37
|
+
|
|
38
|
+
# Coherence check
|
|
39
|
+
python tools/workflow/coherence_checker.py --all --fix --gate
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
### Python Dependencies
|
|
43
|
+
See `requirements.txt`. Key: sqlite3, pathlib, json (stdlib); openai, anthropic, python-dotenv (optional); pyyaml, jinja2, flask, pytest (ICDEV™).
|
|
44
|
+
|
|
45
|
+
> **Full command reference:** See [docs/reference/commands.md](docs/reference/commands.md) for all CLI commands across every ICDEV™ module.
|
|
46
|
+
|
|
47
|
+
---
|
|
48
|
+
|
|
49
|
+
## Architecture: FORGE Framework
|
|
50
|
+
|
|
51
|
+
6-layer agentic system. AI orchestrates; tools execute deterministically.
|
|
52
|
+
|
|
53
|
+
| Layer | Directory | Role |
|
|
54
|
+
|-------|-----------|------|
|
|
55
|
+
| **Goals** | `goals/` | Process definitions — what to achieve, which tools, expected outputs |
|
|
56
|
+
| **Orchestration** | *(you)* | Read goal → decide tool order → apply args → handle errors |
|
|
57
|
+
| **Tools** | `tools/` | Python scripts, one job each. Deterministic. Don't think, just execute. |
|
|
58
|
+
| **Args** | `args/` | YAML/JSON behavior settings. Change behavior without editing goals/tools |
|
|
59
|
+
| **Context** | `context/` | Static reference material (tone rules, writing samples, case studies) |
|
|
60
|
+
| **Hard Prompts** | `hardprompts/` | Reusable LLM instruction templates |
|
|
61
|
+
|
|
62
|
+
**Why:** LLMs are probabilistic. Business logic must be deterministic. 90% accuracy/step = ~59% over 5 steps.
|
|
63
|
+
|
|
64
|
+
### Key Files
|
|
65
|
+
- `goals/manifest.md` — Index of all goal workflows. Check before starting any task.
|
|
66
|
+
- `tools/manifest.md` — Master list of all tools. Check before writing a new script.
|
|
67
|
+
- `memory/MEMORY.md` — Curated long-term facts/preferences.
|
|
68
|
+
- `.env` — API keys, LLM model names. **Admins configure LLM here, not in code.**
|
|
69
|
+
- `.tmp/` — Disposable scratch work. Never store important data here.
|
|
70
|
+
|
|
71
|
+
---
|
|
72
|
+
|
|
73
|
+
## How to Operate
|
|
74
|
+
|
|
75
|
+
1. **Check goals first** — Read `goals/manifest.md` before starting a task. If a goal exists, follow it.
|
|
76
|
+
2. **Check tools first** — Read `tools/manifest.md` before writing new code. If you create a new tool, add it to the manifest.
|
|
77
|
+
3. **When tools fail** — Read the error, fix the tool, update the goal with what you learned.
|
|
78
|
+
4. **Goals are living docs** — Update when better approaches emerge. Never modify/create without permission.
|
|
79
|
+
5. **When stuck** — Explain what's missing. Don't guess or invent capabilities.
|
|
80
|
+
|
|
81
|
+
### Session Start Protocol
|
|
82
|
+
1. Read `memory/MEMORY.md` for long-term context
|
|
83
|
+
2. Read today's daily log (`memory/logs/YYYY-MM-DD.md`)
|
|
84
|
+
3. Read yesterday's log for continuity
|
|
85
|
+
4. Or run: `python tools/memory/memory_read.py --format markdown`
|
|
86
|
+
5. Load project context: `python tools/project/session_context_builder.py --format markdown`
|
|
87
|
+
|
|
88
|
+
### First Run
|
|
89
|
+
If `memory/MEMORY.md` doesn't exist, this is a fresh environment. Run `/initialize`.
|
|
90
|
+
|
|
91
|
+
---
|
|
92
|
+
|
|
93
|
+
## Guardrails
|
|
94
|
+
|
|
95
|
+
- Always check `tools/manifest.md` before writing a new script
|
|
96
|
+
- Verify tool output format before chaining into another tool
|
|
97
|
+
- Don't assume APIs support batch operations — check first
|
|
98
|
+
- When a workflow fails mid-execution, preserve intermediate outputs before retrying
|
|
99
|
+
- Read the full goal before starting a task — don't skim
|
|
100
|
+
- **NEVER DELETE YOUTUBE VIDEOS** — Irreversible.
|
|
101
|
+
- When adding an append-only/immutable DB table, ALWAYS add it to `APPEND_ONLY_TABLES` in `.claude/hooks/pre_tool_use.py`
|
|
102
|
+
- When adding a new dashboard page route, ALWAYS add it to the `Pages:` line in `.claude/commands/start.md`
|
|
103
|
+
- Screenshots: ALWAYS use `playwright/screenshots/<name>.png` as the filename
|
|
104
|
+
- In Jinja2 templates, NEVER use `'%%.0f'|format(value)` — use `value|round(0)|int`
|
|
105
|
+
- In Behave step definitions, match step text to tool return signatures
|
|
106
|
+
- SQL CHECK constraints: derive from Python constants, never hardcode
|
|
107
|
+
- Entity types: add to BOTH the Python constant AND the SQL CHECK constraint
|
|
108
|
+
- Child apps: ALWAYS use `child_app_generator.py` + `forge_validator.py --gate`
|
|
109
|
+
- Before writing tests: ALWAYS run `api_surface_extractor.py --file <module> --json`
|
|
110
|
+
- **Cross-platform:** pathlib.Path, `encoding='utf-8'`, `tempfile.gettempdir()`, `datetime.now(timezone.utc)`, `hashlib.sha256` not md5
|
|
111
|
+
- **LLM config via `.env`**, never hardcode model IDs in Python
|
|
112
|
+
- **New tool/module registration checklist (8 points):**
|
|
113
|
+
1. `tools/manifest.md` — add tool entry
|
|
114
|
+
2. `CLAUDE.md` — add CLI commands to [docs/reference/commands.md](docs/reference/commands.md)
|
|
115
|
+
3. `args/security_gates.yaml` — add gate if blocking/warning conditions
|
|
116
|
+
4. `tools/mcp/tool_registry.py` + `gap_handlers.py` — register in MCP gateway
|
|
117
|
+
5. `.claude/hooks/pre_tool_use.py` — add append-only tables
|
|
118
|
+
6. `tests/conftest.py` — add new table schemas to MINIMAL_ICDEV_SCHEMA
|
|
119
|
+
7. `python tools/dx/companion.py --sync --write --json` — sync to all AI platforms
|
|
120
|
+
8. `python tools/workflow/coherence_checker.py --all --fix --gate` — coherence validation
|
|
121
|
+
|
|
122
|
+
---
|
|
123
|
+
|
|
124
|
+
## ICDEV™ System — Intelligent Certified Development
|
|
125
|
+
|
|
126
|
+
Meta-builder that autonomously builds Gov/DoD applications using FORGE + ANVIL workflow. Full SDLC with TDD/BDD, NIST 800-53 RMF compliance, and self-healing.
|
|
127
|
+
|
|
128
|
+
### Environment
|
|
129
|
+
- **Classification:** CUI // SP-CTI (IL4/IL5), SECRET (IL6)
|
|
130
|
+
- **Impact Levels:** IL2 (Public), IL4 (CUI/GovCloud), IL5 (CUI/Dedicated), IL6 (SECRET/SIPR)
|
|
131
|
+
- **Cloud:** Multi-cloud — AWS GovCloud, Azure Government, GCP, OCI, IBM, Local
|
|
132
|
+
- **LLM:** Multi-cloud — Bedrock, Azure OpenAI, Vertex AI, OCI GenAI, watsonx.ai, Ollama
|
|
133
|
+
- **Languages:** Python, Java, JavaScript/TS, Go, Rust, C# (6 first-class)
|
|
134
|
+
- **CI/CD:** GitLab | **Orchestration:** K8s/OpenShift | **IaC:** Terraform + Ansible
|
|
135
|
+
|
|
136
|
+
### Multi-Agent Architecture
|
|
137
|
+
15 agents across 3 tiers (Core, Domain, Support) on ports 8443-8458. See [docs/reference/architecture.md](docs/reference/architecture.md).
|
|
138
|
+
|
|
139
|
+
### Memory System
|
|
140
|
+
Dual storage: markdown (human-readable) + SQLite (searchable).
|
|
141
|
+
- `data/memory.db` — entries, daily logs, access log
|
|
142
|
+
- `data/activity.db` — task tracking
|
|
143
|
+
- Types: fact, preference, event, insight, task, relationship
|
|
144
|
+
- Search: hybrid_search.py (0.7 BM25 + 0.3 semantic)
|
|
145
|
+
|
|
146
|
+
### Self-Healing
|
|
147
|
+
- **≥ 0.7** confidence → auto-remediate (max 5/hour)
|
|
148
|
+
- **0.3–0.7** → suggest fix, require approval
|
|
149
|
+
- **< 0.3** → escalate with full context
|
|
150
|
+
|
|
151
|
+
### Databases
|
|
152
|
+
| Database | Purpose |
|
|
153
|
+
|----------|---------|
|
|
154
|
+
| `data/icdev.db` | Main operational DB (391 tables) |
|
|
155
|
+
| `data/platform.db` | SaaS platform DB |
|
|
156
|
+
| `data/tenants/{slug}.db` | Per-tenant isolated DB |
|
|
157
|
+
| `data/memory.db` | Memory system |
|
|
158
|
+
| `data/activity.db` | Task tracking |
|
|
159
|
+
|
|
160
|
+
Audit trail is **append-only/immutable** (NIST AU). Full schema: [docs/reference/databases.md](docs/reference/databases.md).
|
|
161
|
+
|
|
162
|
+
---
|
|
163
|
+
|
|
164
|
+
## ICDEV™ Guardrails
|
|
165
|
+
|
|
166
|
+
- All artifacts MUST include classification markings (CUI for IL4/IL5, SECRET for IL6)
|
|
167
|
+
- Use `classification_manager.py` for markings — don't hard-code CUI banners
|
|
168
|
+
- Audit trail is append-only — NEVER UPDATE/DELETE audit tables
|
|
169
|
+
- Security gates block on: CAT1 STIG, critical/high vulns, failed tests, missing markings
|
|
170
|
+
- When implementing NIST 800-53 control, call crosswalk engine for FedRAMP/CMMC auto-populate
|
|
171
|
+
- Self-healing limited to confidence ≥ 0.7 and max 5/hour
|
|
172
|
+
- All A2A uses mutual TLS; never store secrets in code
|
|
173
|
+
- SBOM regenerated on every build; containers non-root, read-only rootfs
|
|
174
|
+
- IL6/SECRET: SIPR-only, NSA Type 1 encryption, air-gapped CI/CD
|
|
175
|
+
- **V&V before handoff** — if change affects UI, verify with Playwright MCP before reporting
|
|
176
|
+
- **Playwright E2E after dashboard changes** — mandatory post-implementation verification
|
|
177
|
+
- **Feature docs** — create `docs/features/phase-{N}-{slug}.md` after each phase
|
|
178
|
+
|
|
179
|
+
---
|
|
180
|
+
|
|
181
|
+
## Security Gates (Summary)
|
|
182
|
+
|
|
183
|
+
Gates block on critical conditions. Full definitions: [docs/reference/compliance-security.md](docs/reference/compliance-security.md).
|
|
184
|
+
|
|
185
|
+
Key gates: Code Review, Merge, Deploy, FedRAMP, CMMC, cATO, DES, Migration, RICOAS, Supply Chain, FIPS 199/200, Marketplace, Multi-Regime, DevSecOps, ZTA, MOSA, AI Security, RAG, Fine-Tuning, Coherence, Acceptance Validation.
|
|
186
|
+
|
|
187
|
+
---
|
|
188
|
+
|
|
189
|
+
## Reference Documentation
|
|
190
|
+
|
|
191
|
+
Detailed reference material (read on-demand, not loaded automatically):
|
|
192
|
+
|
|
193
|
+
| File | Contents |
|
|
194
|
+
|------|----------|
|
|
195
|
+
| [commands.md](docs/reference/commands.md) | All CLI commands for every ICDEV™ module |
|
|
196
|
+
| [architecture.md](docs/reference/architecture.md) | Agents, MCP servers, languages, skills, deployment, scaling, installation |
|
|
197
|
+
| [adrs.md](docs/reference/adrs.md) | All architecture decision records (D1–D360+) |
|
|
198
|
+
| [compliance-security.md](docs/reference/compliance-security.md) | Compliance frameworks, crosswalk, security gates, args config |
|
|
199
|
+
| [subsystems.md](docs/reference/subsystems.md) | Innovation, Creative, Research engines; RICOAS; SaaS; Marketplace; CI/CD |
|
|
200
|
+
| [goals.md](docs/reference/goals.md) | All existing goal workflows with descriptions |
|
|
201
|
+
| [testing.md](docs/reference/testing.md) | Testing framework, test commands, E2E specs |
|
|
202
|
+
| [databases.md](docs/reference/databases.md) | Database tables, schemas, migration commands |
|
|
203
|
+
|
|
204
|
+
---
|
|
205
|
+
|
|
206
|
+
## Continuous Improvement
|
|
207
|
+
|
|
208
|
+
Every failure strengthens the system: identify what broke → fix the tool → test it → update the goal → next run succeeds automatically.
|
|
209
|
+
|
|
210
|
+
Be direct. Be reliable. Get shit done.
|