icdev 1.2.11__tar.gz → 1.2.12__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.
Files changed (2452) hide show
  1. icdev-1.2.12/CHANGELOG.md +195 -0
  2. icdev-1.2.12/CLAUDE.md +210 -0
  3. icdev-1.2.12/CONTRIBUTING.md +271 -0
  4. icdev-1.2.12/NOTICE +268 -0
  5. icdev-1.2.12/PKG-INFO +981 -0
  6. icdev-1.2.12/README.md +879 -0
  7. icdev-1.2.12/icdev/__init__.py +18 -0
  8. icdev-1.2.12/icdev/_paths.py +85 -0
  9. icdev-1.2.12/icdev/_version.py +3 -0
  10. icdev-1.2.12/icdev/agents/033c117d/icdev_state.json +6 -0
  11. icdev-1.2.12/icdev/agents/04a72ea9/icdev_state.json +6 -0
  12. icdev-1.2.12/icdev/agents/06449236/icdev_state.json +6 -0
  13. icdev-1.2.12/icdev/agents/0e320c0c/icdev_state.json +6 -0
  14. icdev-1.2.12/icdev/agents/0e95535d/icdev_state.json +6 -0
  15. icdev-1.2.12/icdev/agents/1487d9d5/icdev_state.json +6 -0
  16. icdev-1.2.12/icdev/agents/18d533aa/icdev_state.json +6 -0
  17. icdev-1.2.12/icdev/agents/2438d669/icdev_state.json +6 -0
  18. icdev-1.2.12/icdev/agents/2f1b1ac6/icdev_state.json +6 -0
  19. icdev-1.2.12/icdev/agents/333e3aef/icdev_state.json +6 -0
  20. icdev-1.2.12/icdev/agents/3c1c7935/icdev_state.json +6 -0
  21. icdev-1.2.12/icdev/agents/4e25243f/icdev_state.json +6 -0
  22. icdev-1.2.12/icdev/agents/6129ab8e/icdev_state.json +6 -0
  23. icdev-1.2.12/icdev/agents/81c530fc/icdev_state.json +6 -0
  24. icdev-1.2.12/icdev/agents/8410b2aa/icdev_state.json +6 -0
  25. icdev-1.2.12/icdev/agents/851f3b45/icdev_state.json +6 -0
  26. icdev-1.2.12/icdev/agents/89a46585/icdev_state.json +6 -0
  27. icdev-1.2.12/icdev/agents/942da444/icdev_state.json +6 -0
  28. icdev-1.2.12/icdev/agents/9493afcc/icdev_state.json +6 -0
  29. icdev-1.2.12/icdev/agents/97e4ee12/icdev_state.json +6 -0
  30. icdev-1.2.12/icdev/agents/9a25af7c/icdev_state.json +6 -0
  31. icdev-1.2.12/icdev/agents/b3b3bba2/icdev_state.json +6 -0
  32. icdev-1.2.12/icdev/agents/b6a0eba7/icdev_state.json +6 -0
  33. icdev-1.2.12/icdev/agents/cc4d1626/icdev_state.json +6 -0
  34. icdev-1.2.12/icdev/agents/ccfcc1ad/icdev_state.json +6 -0
  35. icdev-1.2.12/icdev/agents/d10e5fa4/icdev_state.json +6 -0
  36. icdev-1.2.12/icdev/agents/d3df43d0/icdev_state.json +6 -0
  37. icdev-1.2.12/icdev/agents/dcd83f5b/icdev_state.json +6 -0
  38. icdev-1.2.12/icdev/agents/e2366fdc/icdev_state.json +6 -0
  39. icdev-1.2.12/icdev/agents/e2c3aba2/icdev_state.json +6 -0
  40. icdev-1.2.12/icdev/agents/ec8ed920/icdev_state.json +6 -0
  41. icdev-1.2.12/icdev/agents/f904fc82/icdev_state.json +6 -0
  42. icdev-1.2.12/icdev/data/__init__.py +1 -0
  43. icdev-1.2.12/icdev/data/args/atlas_critique_config.yaml +66 -0
  44. icdev-1.2.12/icdev/data/args/bedrock_models.yaml +63 -0
  45. icdev-1.2.12/icdev/data/args/cicd_config.yaml +82 -0
  46. icdev-1.2.12/icdev/data/args/context_config.yaml +82 -0
  47. icdev-1.2.12/icdev/data/args/cui_markings.yaml +35 -0
  48. icdev-1.2.12/icdev/data/args/db_config.yaml +40 -0
  49. icdev-1.2.12/icdev/data/args/deployment_profiles.yaml +248 -0
  50. icdev-1.2.12/icdev/data/args/framework_registry.yaml +415 -0
  51. icdev-1.2.12/icdev/data/args/innovation_config.yaml +431 -0
  52. icdev-1.2.12/icdev/data/args/installation_manifest.yaml +1087 -0
  53. icdev-1.2.12/icdev/data/args/llm_config.yaml +495 -0
  54. icdev-1.2.12/icdev/data/args/monitoring_config.yaml +127 -0
  55. icdev-1.2.12/icdev/data/args/nlq_config.yaml +35 -0
  56. icdev-1.2.12/icdev/data/args/observability_config.yaml +39 -0
  57. icdev-1.2.12/icdev/data/args/observability_tracing_config.yaml +170 -0
  58. icdev-1.2.12/icdev/data/args/oscal_tools_config.yaml +43 -0
  59. icdev-1.2.12/icdev/data/args/phase_registry.yaml +618 -0
  60. icdev-1.2.12/icdev/data/args/project_defaults.yaml +235 -0
  61. icdev-1.2.12/icdev/data/args/resilience_config.yaml +50 -0
  62. icdev-1.2.12/icdev/data/args/role_personas.yaml +362 -0
  63. icdev-1.2.12/icdev/data/args/scaling_config.yaml +176 -0
  64. icdev-1.2.12/icdev/data/args/security_gates.yaml +685 -0
  65. icdev-1.2.12/icdev/data/args/skill_injection_config.yaml +322 -0
  66. icdev-1.2.12/icdev/data/args/spec_config.yaml +53 -0
  67. icdev-1.2.12/icdev/data/args/supply_chain_config.yaml +76 -0
  68. icdev-1.2.12/icdev/data/args/translation_config.yaml +228 -0
  69. icdev-1.2.12/icdev/data/args/workflow_templates/security_hardening.yaml +55 -0
  70. icdev-1.2.12/icdev/data/args/worktree_config.yaml +34 -0
  71. icdev-1.2.12/icdev/data/args/zta_config.yaml +247 -0
  72. icdev-1.2.12/icdev/data/context/agent/response_schemas/task_decomposition.json +82 -0
  73. icdev-1.2.12/icdev/data/context/agentic/architecture_patterns.md +269 -0
  74. icdev-1.2.12/icdev/data/context/agentic/capability_registry.yaml +202 -0
  75. icdev-1.2.12/icdev/data/context/agentic/csp_mcp_registry.yaml +280 -0
  76. icdev-1.2.12/icdev/data/context/agentic/fitness_rubric.md +56 -0
  77. icdev-1.2.12/icdev/data/context/agentic/governance_baseline.md +205 -0
  78. icdev-1.2.12/icdev/data/context/ci/worktree_templates.json +44 -0
  79. icdev-1.2.12/icdev/data/context/cloud/csp_service_registry.json +739 -0
  80. icdev-1.2.12/icdev/data/context/compliance/cmmc_report_template.md +142 -0
  81. icdev-1.2.12/icdev/data/context/compliance/cui_templates/code_header.txt +8 -0
  82. icdev-1.2.12/icdev/data/context/compliance/dod_cssp_8530.json +463 -0
  83. icdev-1.2.12/icdev/data/context/compliance/fedramp_20x_ksi_schemas.json +133 -0
  84. icdev-1.2.12/icdev/data/context/compliance/fedramp_report_template.md +181 -0
  85. icdev-1.2.12/icdev/data/context/compliance/incident_response_template.md +1110 -0
  86. icdev-1.2.12/icdev/data/context/compliance/ivv_report_template.md +116 -0
  87. icdev-1.2.12/icdev/data/context/compliance/mosa_framework.json +250 -0
  88. icdev-1.2.12/icdev/data/context/compliance/nist_800_207_zta.json +258 -0
  89. icdev-1.2.12/icdev/data/context/compliance/owasp_agentic_asi.json +133 -0
  90. icdev-1.2.12/icdev/data/context/compliance/poam_template.md +117 -0
  91. icdev-1.2.12/icdev/data/context/compliance/sbd_report_template.md +77 -0
  92. icdev-1.2.12/icdev/data/context/compliance/siem_config_templates/filebeat.yml +213 -0
  93. icdev-1.2.12/icdev/data/context/compliance/ssp_template.md +432 -0
  94. icdev-1.2.12/icdev/data/context/compliance/xai_requirements.json +108 -0
  95. icdev-1.2.12/icdev/data/context/dashboard/schema_descriptions.json +23 -0
  96. icdev-1.2.12/icdev/data/context/integration/gitlab_field_mappings.json +33 -0
  97. icdev-1.2.12/icdev/data/context/integration/reqif_export_schema.json +23 -0
  98. icdev-1.2.12/icdev/data/context/languages/language_registry.json +279 -0
  99. icdev-1.2.12/icdev/data/context/llm/example_provider.py +86 -0
  100. icdev-1.2.12/icdev/data/context/mbse/des_report_template.md +162 -0
  101. icdev-1.2.12/icdev/data/context/mbse/digital_thread_patterns.json +403 -0
  102. icdev-1.2.12/icdev/data/context/mbse/reqif_schema.json +280 -0
  103. icdev-1.2.12/icdev/data/context/mbse/sysml_element_types.json +432 -0
  104. icdev-1.2.12/icdev/data/context/modernization/db_type_mappings.json +148 -0
  105. icdev-1.2.12/icdev/data/context/modernization/decomposition_patterns.json +284 -0
  106. icdev-1.2.12/icdev/data/context/modernization/framework_migration_patterns.json +359 -0
  107. icdev-1.2.12/icdev/data/context/modernization/migration_report_template.md +168 -0
  108. icdev-1.2.12/icdev/data/context/modernization/version_upgrade_rules.json +279 -0
  109. icdev-1.2.12/icdev/data/context/oscal/README.md +43 -0
  110. icdev-1.2.12/icdev/data/docs/README.md +187 -0
  111. icdev-1.2.12/icdev/data/docs/admin/gateway-guide.md +338 -0
  112. icdev-1.2.12/icdev/data/docs/admin/marketplace-guide.md +396 -0
  113. icdev-1.2.12/icdev/data/docs/admin/monitoring-guide.md +509 -0
  114. icdev-1.2.12/icdev/data/docs/architecture/compliance-framework.md +764 -0
  115. icdev-1.2.12/icdev/data/docs/architecture/database-schema.md +689 -0
  116. icdev-1.2.12/icdev/data/docs/architecture/forge-framework.md +518 -0
  117. icdev-1.2.12/icdev/data/docs/architecture/multi-agent-system.md +603 -0
  118. icdev-1.2.12/icdev/data/docs/dx/README.md +106 -0
  119. icdev-1.2.12/icdev/data/docs/dx/ci-cd-integration.md +378 -0
  120. icdev-1.2.12/icdev/data/docs/dx/claude-code-guide.md +213 -0
  121. icdev-1.2.12/icdev/data/docs/dx/companion-guide.md +232 -0
  122. icdev-1.2.12/icdev/data/docs/dx/dev-profiles.md +309 -0
  123. icdev-1.2.12/icdev/data/docs/dx/icdev-yaml-spec.md +219 -0
  124. icdev-1.2.12/icdev/data/docs/dx/integration-tiers.md +279 -0
  125. icdev-1.2.12/icdev/data/docs/dx/llm-routing-guide.md +456 -0
  126. icdev-1.2.12/icdev/data/docs/dx/quickstart.md +192 -0
  127. icdev-1.2.12/icdev/data/docs/dx/sdk-reference.md +356 -0
  128. icdev-1.2.12/icdev/data/docs/dx/unified-mcp-setup.md +525 -0
  129. icdev-1.2.12/icdev/data/docs/features/phase-01-gotcha-framework.md +249 -0
  130. icdev-1.2.12/icdev/data/docs/features/phase-02-atlas-build-workflow.md +223 -0
  131. icdev-1.2.12/icdev/data/docs/features/phase-03-tdd-bdd-testing.md +261 -0
  132. icdev-1.2.12/icdev/data/docs/features/phase-04-nist-compliance.md +255 -0
  133. icdev-1.2.12/icdev/data/docs/features/phase-05-security-scanning.md +229 -0
  134. icdev-1.2.12/icdev/data/docs/features/phase-06-infrastructure-deployment.md +288 -0
  135. icdev-1.2.12/icdev/data/docs/features/phase-07-code-review-gates.md +276 -0
  136. icdev-1.2.12/icdev/data/docs/features/phase-08-self-healing.md +223 -0
  137. icdev-1.2.12/icdev/data/docs/features/phase-09-monitoring-observability.md +230 -0
  138. icdev-1.2.12/icdev/data/docs/features/phase-10-dashboard-web-ui.md +218 -0
  139. icdev-1.2.12/icdev/data/docs/features/phase-11-multi-agent-architecture.md +272 -0
  140. icdev-1.2.12/icdev/data/docs/features/phase-12-integration-testing.md +228 -0
  141. icdev-1.2.12/icdev/data/docs/features/phase-13-cicd-integration.md +257 -0
  142. icdev-1.2.12/icdev/data/docs/features/phase-14-secure-by-design-ivv.md +240 -0
  143. icdev-1.2.12/icdev/data/docs/features/phase-15-maintenance-audit.md +192 -0
  144. icdev-1.2.12/icdev/data/docs/features/phase-16-ato-acceleration.md +228 -0
  145. icdev-1.2.12/icdev/data/docs/features/phase-17-multi-framework-compliance.md +223 -0
  146. icdev-1.2.12/icdev/data/docs/features/phase-18-mbse-integration.md +242 -0
  147. icdev-1.2.12/icdev/data/docs/features/phase-19-agentic-generation.md +202 -0
  148. icdev-1.2.12/icdev/data/docs/features/phase-20-fips-security-categorization.md +198 -0
  149. icdev-1.2.12/icdev/data/docs/features/phase-21-saas-multi-tenancy.md +273 -0
  150. icdev-1.2.12/icdev/data/docs/features/phase-22-federated-gotcha-marketplace.md +242 -0
  151. icdev-1.2.12/icdev/data/docs/features/phase-23-universal-compliance-platform.md +238 -0
  152. icdev-1.2.12/icdev/data/docs/features/phase-24-devsecops-pipeline-security.md +198 -0
  153. icdev-1.2.12/icdev/data/docs/features/phase-25-zero-trust-architecture.md +220 -0
  154. icdev-1.2.12/icdev/data/docs/features/phase-26-dod-mosa.md +205 -0
  155. icdev-1.2.12/icdev/data/docs/features/phase-27-cli-capabilities.md +222 -0
  156. icdev-1.2.12/icdev/data/docs/features/phase-28-remote-command-gateway.md +235 -0
  157. icdev-1.2.12/icdev/data/docs/features/phase-29-proactive-monitoring.md +212 -0
  158. icdev-1.2.12/icdev/data/docs/features/phase-30-dashboard-auth.md +215 -0
  159. icdev-1.2.12/icdev/data/docs/features/phase-31-dashboard-ux-low-impact.md +188 -0
  160. icdev-1.2.12/icdev/data/docs/features/phase-32-dashboard-ux-medium-impact.md +223 -0
  161. icdev-1.2.12/icdev/data/docs/features/phase-33-modular-installation.md +218 -0
  162. icdev-1.2.12/icdev/data/docs/features/phase-34-dev-profiles.md +239 -0
  163. icdev-1.2.12/icdev/data/docs/features/phase-35-innovation-engine.md +257 -0
  164. icdev-1.2.12/icdev/data/docs/features/phase-36-evolutionary-intelligence.md +351 -0
  165. icdev-1.2.12/icdev/data/docs/features/phase-37-mitre-atlas-integration.md +485 -0
  166. icdev-1.2.12/icdev/data/docs/features/phase-38-cloud-agnostic-architecture.md +1033 -0
  167. icdev-1.2.12/icdev/data/docs/features/phase-39-observability-operations.md +178 -0
  168. icdev-1.2.12/icdev/data/docs/features/phase-40-nlq-compliance-queries.md +176 -0
  169. icdev-1.2.12/icdev/data/docs/features/phase-41-parallel-cicd.md +169 -0
  170. icdev-1.2.12/icdev/data/docs/features/phase-42-framework-planning.md +177 -0
  171. icdev-1.2.12/icdev/data/docs/features/phase-43-cross-language-translation.md +225 -0
  172. icdev-1.2.12/icdev/data/docs/features/phase-44-innovation-adaptation.md +227 -0
  173. icdev-1.2.12/icdev/data/docs/features/phase-45-owasp-agentic-security.md +239 -0
  174. icdev-1.2.12/icdev/data/docs/features/phase-46-observability-traceability-xai.md +240 -0
  175. icdev-1.2.12/icdev/data/docs/features/phase-47-unified-mcp-gateway.md +257 -0
  176. icdev-1.2.12/icdev/data/docs/features/phase-48-ai-transparency.md +203 -0
  177. icdev-1.2.12/icdev/data/docs/features/phase-49-ai-accountability.md +243 -0
  178. icdev-1.2.12/icdev/data/docs/features/phase-50-ai-governance-intake-chat.md +195 -0
  179. icdev-1.2.12/icdev/data/docs/features/phase-51-unified-chat-dashboard.md +240 -0
  180. icdev-1.2.12/icdev/data/docs/features/phase-52-code-intelligence.md +244 -0
  181. icdev-1.2.12/icdev/data/docs/features/phase-53-fedramp-20x-owasp-asi.md +359 -0
  182. icdev-1.2.12/icdev/data/docs/features/phase-54-slsa-swft-orchestration.md +379 -0
  183. icdev-1.2.12/icdev/data/docs/features/phase-55-a2a-v03-mcp-oauth.md +322 -0
  184. icdev-1.2.12/icdev/data/docs/features/phase-56-evidence-lineage.md +352 -0
  185. icdev-1.2.12/icdev/data/docs/features/phase-57-eu-ai-act-iron-bank.md +319 -0
  186. icdev-1.2.12/icdev/data/docs/features/phase-58-creative-engine.md +370 -0
  187. icdev-1.2.12/icdev/data/docs/features/phase-59-govcon-intelligence.md +535 -0
  188. icdev-1.2.12/icdev/data/docs/features/phase-60-cpmp.md +528 -0
  189. icdev-1.2.12/icdev/data/docs/features/phase-61-orchestration-improvements.md +534 -0
  190. icdev-1.2.12/icdev/data/docs/operations/dashboard-guide.md +354 -0
  191. icdev-1.2.12/icdev/data/docs/operations/deployment-guide.md +556 -0
  192. icdev-1.2.12/icdev/data/docs/operations/saas-admin-guide.md +439 -0
  193. icdev-1.2.12/icdev/data/docs/operations/security-operations-guide.md +733 -0
  194. icdev-1.2.12/icdev/data/docs/runbooks/backup-restore.md +412 -0
  195. icdev-1.2.12/icdev/data/docs/runbooks/troubleshooting.md +499 -0
  196. icdev-1.2.12/icdev/data/features/environment.py +25 -0
  197. icdev-1.2.12/icdev/data/features/steps/cicd_steps.py +465 -0
  198. icdev-1.2.12/icdev/data/features/steps/compliance_steps.py +308 -0
  199. icdev-1.2.12/icdev/data/features/steps/dashboard_steps.py +88 -0
  200. icdev-1.2.12/icdev/data/features/steps/project_steps.py +126 -0
  201. icdev-1.2.12/icdev/data/features/steps/requirements_intake_steps.py +689 -0
  202. icdev-1.2.12/icdev/data/features/steps/saas_platform_steps.py +572 -0
  203. icdev-1.2.12/icdev/data/features/steps/security_steps.py +236 -0
  204. icdev-1.2.12/icdev/data/features/steps/testing_steps.py +226 -0
  205. icdev-1.2.12/icdev/data/goals/agent_management.md +144 -0
  206. icdev-1.2.12/icdev/data/goals/agentic_generation.md +345 -0
  207. icdev-1.2.12/icdev/data/goals/agentic_threat_model.md +309 -0
  208. icdev-1.2.12/icdev/data/goals/ai_transparency.md +76 -0
  209. icdev-1.2.12/icdev/data/goals/atlas_integration.md +405 -0
  210. icdev-1.2.12/icdev/data/goals/ato_acceleration.md +139 -0
  211. icdev-1.2.12/icdev/data/goals/boundary_supply_chain.md +206 -0
  212. icdev-1.2.12/icdev/data/goals/build_app.md +544 -0
  213. icdev-1.2.12/icdev/data/goals/cicd_integration.md +86 -0
  214. icdev-1.2.12/icdev/data/goals/claude_dir_maintenance.md +77 -0
  215. icdev-1.2.12/icdev/data/goals/cloud_agnostic.md +312 -0
  216. icdev-1.2.12/icdev/data/goals/code_intelligence.md +197 -0
  217. icdev-1.2.12/icdev/data/goals/compliance_workflow.md +858 -0
  218. icdev-1.2.12/icdev/data/goals/continuous_harmonization.md +140 -0
  219. icdev-1.2.12/icdev/data/goals/cross_language_translation.md +171 -0
  220. icdev-1.2.12/icdev/data/goals/dashboard.md +142 -0
  221. icdev-1.2.12/icdev/data/goals/deploy_workflow.md +390 -0
  222. icdev-1.2.12/icdev/data/goals/devsecops_workflow.md +408 -0
  223. icdev-1.2.12/icdev/data/goals/evolutionary_intelligence.md +305 -0
  224. icdev-1.2.12/icdev/data/goals/framework_planning.md +63 -0
  225. icdev-1.2.12/icdev/data/goals/init_project.md +235 -0
  226. icdev-1.2.12/icdev/data/goals/innovation_engine.md +199 -0
  227. icdev-1.2.12/icdev/data/goals/integration_testing.md +189 -0
  228. icdev-1.2.12/icdev/data/goals/maintenance_audit.md +196 -0
  229. icdev-1.2.12/icdev/data/goals/manifest.md +56 -0
  230. icdev-1.2.12/icdev/data/goals/mbse_integration.md +504 -0
  231. icdev-1.2.12/icdev/data/goals/modernization_workflow.md +618 -0
  232. icdev-1.2.12/icdev/data/goals/monitoring.md +126 -0
  233. icdev-1.2.12/icdev/data/goals/mosa_workflow.md +463 -0
  234. icdev-1.2.12/icdev/data/goals/nlq_compliance.md +63 -0
  235. icdev-1.2.12/icdev/data/goals/observability_traceability_xai.md +154 -0
  236. icdev-1.2.12/icdev/data/goals/owasp_agentic_security.md +395 -0
  237. icdev-1.2.12/icdev/data/goals/requirements_intake.md +213 -0
  238. icdev-1.2.12/icdev/data/goals/sbd_ivv_workflow.md +195 -0
  239. icdev-1.2.12/icdev/data/goals/security_categorization.md +133 -0
  240. icdev-1.2.12/icdev/data/goals/security_scan.md +381 -0
  241. icdev-1.2.12/icdev/data/goals/tdd_workflow.md +403 -0
  242. icdev-1.2.12/icdev/data/goals/zero_trust_architecture.md +403 -0
  243. icdev-1.2.12/icdev/data/hardprompts/agent/agentic_architect.md +100 -0
  244. icdev-1.2.12/icdev/data/hardprompts/agent/governance_review.md +214 -0
  245. icdev-1.2.12/icdev/data/hardprompts/agent/skill_design.md +172 -0
  246. icdev-1.2.12/icdev/data/hardprompts/agent/task_decomposition.md +275 -0
  247. icdev-1.2.12/icdev/data/hardprompts/ci/worktree_setup.md +35 -0
  248. icdev-1.2.12/icdev/data/hardprompts/compliance/cmmc_assessment.md +63 -0
  249. icdev-1.2.12/icdev/data/hardprompts/compliance/fedramp_assessment.md +55 -0
  250. icdev-1.2.12/icdev/data/hardprompts/dashboard/nlq_system_prompt.md +26 -0
  251. icdev-1.2.12/icdev/data/hardprompts/integration/approval_review.md +17 -0
  252. icdev-1.2.12/icdev/data/hardprompts/integration/jira_mapping.md +25 -0
  253. icdev-1.2.12/icdev/data/hardprompts/integration/servicenow_mapping.md +14 -0
  254. icdev-1.2.12/icdev/data/hardprompts/mbse/digital_thread.md +67 -0
  255. icdev-1.2.12/icdev/data/hardprompts/mbse/model_import.md +62 -0
  256. icdev-1.2.12/icdev/data/hardprompts/mbse/model_to_code.md +65 -0
  257. icdev-1.2.12/icdev/data/hardprompts/modernization/legacy_analysis.md +93 -0
  258. icdev-1.2.12/icdev/data/hardprompts/modernization/migration_planning.md +150 -0
  259. icdev-1.2.12/icdev/data/hardprompts/modernization/seven_r_assessment.md +107 -0
  260. icdev-1.2.12/icdev/data/hardprompts/requirements/clarification_prioritization.md +29 -0
  261. icdev-1.2.12/icdev/data/hardprompts/requirements/intake_conversation.md +101 -0
  262. icdev-1.2.12/icdev/data/hardprompts/requirements/spec_quality.md +33 -0
  263. icdev-1.2.12/icdev/data/hardprompts/security/vulnerability_assessment.md +81 -0
  264. icdev-1.2.12/icdev/data/hardprompts/simulation/architecture_impact.md +27 -0
  265. icdev-1.2.12/icdev/data/hardprompts/simulation/coa_alternative.md +27 -0
  266. icdev-1.2.12/icdev/data/hardprompts/simulation/coa_generation.md +25 -0
  267. icdev-1.2.12/icdev/data/hardprompts/simulation/compliance_impact.md +28 -0
  268. icdev-1.2.12/icdev/data/hardprompts/simulation/cost_estimation.md +33 -0
  269. icdev-1.2.12/icdev/data/hardprompts/simulation/risk_assessment.md +28 -0
  270. icdev-1.2.12/icdev/data/hardprompts/translation/code_translation.md +68 -0
  271. icdev-1.2.12/icdev/data/hardprompts/translation/dependency_suggestion.md +44 -0
  272. icdev-1.2.12/icdev/data/hardprompts/translation/test_translation.md +64 -0
  273. icdev-1.2.12/icdev/data/hardprompts/translation/translation_repair.md +59 -0
  274. icdev-1.2.12/icdev/tools/__init__.py +27 -0
  275. icdev-1.2.12/icdev/tools/a2a/agent_cards/architect.json +43 -0
  276. icdev-1.2.12/icdev/tools/a2a/agent_cards/builder.json +50 -0
  277. icdev-1.2.12/icdev/tools/a2a/agent_cards/compliance.json +57 -0
  278. icdev-1.2.12/icdev/tools/a2a/agent_cards/devsecops.json +71 -0
  279. icdev-1.2.12/icdev/tools/a2a/agent_cards/infra.json +57 -0
  280. icdev-1.2.12/icdev/tools/a2a/agent_cards/integration.json +57 -0
  281. icdev-1.2.12/icdev/tools/a2a/agent_cards/knowledge.json +43 -0
  282. icdev-1.2.12/icdev/tools/a2a/agent_cards/mbse.json +57 -0
  283. icdev-1.2.12/icdev/tools/a2a/agent_cards/modernization.json +50 -0
  284. icdev-1.2.12/icdev/tools/a2a/agent_cards/monitor.json +43 -0
  285. icdev-1.2.12/icdev/tools/a2a/agent_cards/orchestrator.json +36 -0
  286. icdev-1.2.12/icdev/tools/a2a/agent_cards/requirements_analyst.json +64 -0
  287. icdev-1.2.12/icdev/tools/a2a/agent_cards/security.json +50 -0
  288. icdev-1.2.12/icdev/tools/a2a/agent_cards/simulation.json +57 -0
  289. icdev-1.2.12/icdev/tools/a2a/agent_cards/supply_chain.json +50 -0
  290. icdev-1.2.12/icdev/tools/agent/__init__.py +2 -0
  291. icdev-1.2.12/icdev/tools/agent/a2a_agent_card_generator.py +285 -0
  292. icdev-1.2.12/icdev/tools/agent/a2a_discovery_server.py +250 -0
  293. icdev-1.2.12/icdev/tools/agent/agent_memory.py +557 -0
  294. icdev-1.2.12/icdev/tools/agent/anvil_critique.py +910 -0
  295. icdev-1.2.12/icdev/tools/agent/authority.py +443 -0
  296. icdev-1.2.12/icdev/tools/agent/bedrock_client.py +1075 -0
  297. icdev-1.2.12/icdev/tools/agent/collaboration.py +871 -0
  298. icdev-1.2.12/icdev/tools/agent/dispatcher_mode.py +665 -0
  299. icdev-1.2.12/icdev/tools/agent/mailbox.py +575 -0
  300. icdev-1.2.12/icdev/tools/agent/prompt_chain_executor.py +1064 -0
  301. icdev-1.2.12/icdev/tools/agent/session_purpose.py +350 -0
  302. icdev-1.2.12/icdev/tools/agent/skill_router.py +638 -0
  303. icdev-1.2.12/icdev/tools/agent/skill_selector.py +486 -0
  304. icdev-1.2.12/icdev/tools/agent/team_orchestrator.py +1108 -0
  305. icdev-1.2.12/icdev/tools/agent/token_tracker.py +290 -0
  306. icdev-1.2.12/icdev/tools/analysis/code_analyzer.py +780 -0
  307. icdev-1.2.12/icdev/tools/analysis/runtime_feedback.py +389 -0
  308. icdev-1.2.12/icdev/tools/audit/audit_logger.py +196 -0
  309. icdev-1.2.12/icdev/tools/audit/decision_recorder.py +72 -0
  310. icdev-1.2.12/icdev/tools/builder/agentic_fitness.py +534 -0
  311. icdev-1.2.12/icdev/tools/builder/agentic_test_templates/test_a2a_callback.py +117 -0
  312. icdev-1.2.12/icdev/tools/builder/app_blueprint.py +1583 -0
  313. icdev-1.2.12/icdev/tools/builder/child_app_generator.py +2846 -0
  314. icdev-1.2.12/icdev/tools/builder/claude_md_generator.py +1734 -0
  315. icdev-1.2.12/icdev/tools/builder/code_generator.py +3704 -0
  316. icdev-1.2.12/icdev/tools/builder/db_init_generator.py +1709 -0
  317. icdev-1.2.12/icdev/tools/builder/dev_profile_manager.py +954 -0
  318. icdev-1.2.12/icdev/tools/builder/forge_validator.py +814 -0
  319. icdev-1.2.12/icdev/tools/builder/goal_adapter.py +592 -0
  320. icdev-1.2.12/icdev/tools/builder/language_support.py +441 -0
  321. icdev-1.2.12/icdev/tools/builder/scaffolder.py +1590 -0
  322. icdev-1.2.12/icdev/tools/builder/scaffolder_extended.py +1771 -0
  323. icdev-1.2.12/icdev/tools/builder/test_writer.py +950 -0
  324. icdev-1.2.12/icdev/tools/ci/__init__.py +2 -0
  325. icdev-1.2.12/icdev/tools/ci/connectors/__init__.py +2 -0
  326. icdev-1.2.12/icdev/tools/ci/connectors/base_connector.py +80 -0
  327. icdev-1.2.12/icdev/tools/ci/connectors/connector_registry.py +188 -0
  328. icdev-1.2.12/icdev/tools/ci/connectors/mattermost_connector.py +159 -0
  329. icdev-1.2.12/icdev/tools/ci/connectors/slack_connector.py +197 -0
  330. icdev-1.2.12/icdev/tools/ci/core/__init__.py +2 -0
  331. icdev-1.2.12/icdev/tools/ci/core/air_gap_detector.py +115 -0
  332. icdev-1.2.12/icdev/tools/ci/core/comment_handler.py +192 -0
  333. icdev-1.2.12/icdev/tools/ci/core/conversation_manager.py +479 -0
  334. icdev-1.2.12/icdev/tools/ci/core/event_envelope.py +512 -0
  335. icdev-1.2.12/icdev/tools/ci/core/event_router.py +443 -0
  336. icdev-1.2.12/icdev/tools/ci/core/failure_parser.py +397 -0
  337. icdev-1.2.12/icdev/tools/ci/core/recovery_engine.py +529 -0
  338. icdev-1.2.12/icdev/tools/ci/modules/__init__.py +2 -0
  339. icdev-1.2.12/icdev/tools/ci/modules/agent.py +271 -0
  340. icdev-1.2.12/icdev/tools/ci/modules/git_ops.py +175 -0
  341. icdev-1.2.12/icdev/tools/ci/modules/state.py +119 -0
  342. icdev-1.2.12/icdev/tools/ci/modules/vcs.py +303 -0
  343. icdev-1.2.12/icdev/tools/ci/modules/workflow_ops.py +295 -0
  344. icdev-1.2.12/icdev/tools/ci/modules/worktree.py +340 -0
  345. icdev-1.2.12/icdev/tools/ci/pipeline_config_generator.py +558 -0
  346. icdev-1.2.12/icdev/tools/ci/triggers/__init__.py +2 -0
  347. icdev-1.2.12/icdev/tools/ci/triggers/gitlab_task_monitor.py +330 -0
  348. icdev-1.2.12/icdev/tools/ci/triggers/poll_trigger.py +237 -0
  349. icdev-1.2.12/icdev/tools/ci/triggers/webhook_server.py +358 -0
  350. icdev-1.2.12/icdev/tools/ci/workflows/__init__.py +2 -0
  351. icdev-1.2.12/icdev/tools/ci/workflows/icdev_build.py +140 -0
  352. icdev-1.2.12/icdev/tools/ci/workflows/icdev_comply.py +284 -0
  353. icdev-1.2.12/icdev/tools/ci/workflows/icdev_document.py +152 -0
  354. icdev-1.2.12/icdev/tools/ci/workflows/icdev_e2e.py +188 -0
  355. icdev-1.2.12/icdev/tools/ci/workflows/icdev_patch.py +186 -0
  356. icdev-1.2.12/icdev/tools/ci/workflows/icdev_plan.py +202 -0
  357. icdev-1.2.12/icdev/tools/ci/workflows/icdev_plan_build.py +41 -0
  358. icdev-1.2.12/icdev/tools/ci/workflows/icdev_plan_build_test.py +46 -0
  359. icdev-1.2.12/icdev/tools/ci/workflows/icdev_plan_build_test_review.py +47 -0
  360. icdev-1.2.12/icdev/tools/ci/workflows/icdev_review.py +126 -0
  361. icdev-1.2.12/icdev/tools/ci/workflows/icdev_sdlc.py +261 -0
  362. icdev-1.2.12/icdev/tools/ci/workflows/icdev_test.py +240 -0
  363. icdev-1.2.12/icdev/tools/cli/output_formatter.py +756 -0
  364. icdev-1.2.12/icdev/tools/cli_formatter.py +42 -0
  365. icdev-1.2.12/icdev/tools/cloud/csp_changelog.py +383 -0
  366. icdev-1.2.12/icdev/tools/cloud/csp_monitor.py +951 -0
  367. icdev-1.2.12/icdev/tools/cloud/iam_provider.py +593 -0
  368. icdev-1.2.12/icdev/tools/cloud/registry_provider.py +563 -0
  369. icdev-1.2.12/icdev/tools/compat/__init__.py +21 -0
  370. icdev-1.2.12/icdev/tools/compat/cli_harmonizer.py +251 -0
  371. icdev-1.2.12/icdev/tools/compat/datetime_utils.py +18 -0
  372. icdev-1.2.12/icdev/tools/compat/db_utils.py +159 -0
  373. icdev-1.2.12/icdev/tools/compat/platform_utils.py +123 -0
  374. icdev-1.2.12/icdev/tools/compliance/accountability_manager.py +397 -0
  375. icdev-1.2.12/icdev/tools/compliance/ai_accountability_audit.py +294 -0
  376. icdev-1.2.12/icdev/tools/compliance/ai_impact_assessor.py +273 -0
  377. icdev-1.2.12/icdev/tools/compliance/ai_incident_response.py +301 -0
  378. icdev-1.2.12/icdev/tools/compliance/ai_inventory_manager.py +239 -0
  379. icdev-1.2.12/icdev/tools/compliance/ai_reassessment_scheduler.py +256 -0
  380. icdev-1.2.12/icdev/tools/compliance/ai_transparency_audit.py +248 -0
  381. icdev-1.2.12/icdev/tools/compliance/atlas_assessor.py +278 -0
  382. icdev-1.2.12/icdev/tools/compliance/atlas_report_generator.py +1211 -0
  383. icdev-1.2.12/icdev/tools/compliance/base_assessor.py +597 -0
  384. icdev-1.2.12/icdev/tools/compliance/cato_monitor.py +1385 -0
  385. icdev-1.2.12/icdev/tools/compliance/cato_scheduler.py +699 -0
  386. icdev-1.2.12/icdev/tools/compliance/cjis_assessor.py +76 -0
  387. icdev-1.2.12/icdev/tools/compliance/classification_manager.py +1353 -0
  388. icdev-1.2.12/icdev/tools/compliance/cmmc_assessor.py +1491 -0
  389. icdev-1.2.12/icdev/tools/compliance/cmmc_report_generator.py +1100 -0
  390. icdev-1.2.12/icdev/tools/compliance/compliance_detector.py +463 -0
  391. icdev-1.2.12/icdev/tools/compliance/compliance_exporter.py +427 -0
  392. icdev-1.2.12/icdev/tools/compliance/crosswalk_engine.py +1203 -0
  393. icdev-1.2.12/icdev/tools/compliance/cssp_assessor.py +1045 -0
  394. icdev-1.2.12/icdev/tools/compliance/cssp_evidence_collector.py +729 -0
  395. icdev-1.2.12/icdev/tools/compliance/cssp_report_generator.py +1116 -0
  396. icdev-1.2.12/icdev/tools/compliance/cui_marker.py +388 -0
  397. icdev-1.2.12/icdev/tools/compliance/diagram_validator.py +600 -0
  398. icdev-1.2.12/icdev/tools/compliance/emass/__init__.py +2 -0
  399. icdev-1.2.12/icdev/tools/compliance/emass/emass_client.py +840 -0
  400. icdev-1.2.12/icdev/tools/compliance/emass/emass_export.py +777 -0
  401. icdev-1.2.12/icdev/tools/compliance/emass/emass_sync.py +826 -0
  402. icdev-1.2.12/icdev/tools/compliance/eu_ai_act_classifier.py +194 -0
  403. icdev-1.2.12/icdev/tools/compliance/fairness_assessor.py +316 -0
  404. icdev-1.2.12/icdev/tools/compliance/fedramp_assessor.py +1808 -0
  405. icdev-1.2.12/icdev/tools/compliance/fedramp_authorization_packager.py +137 -0
  406. icdev-1.2.12/icdev/tools/compliance/fedramp_ksi_generator.py +355 -0
  407. icdev-1.2.12/icdev/tools/compliance/fips199_categorizer.py +881 -0
  408. icdev-1.2.12/icdev/tools/compliance/fips200_validator.py +315 -0
  409. icdev-1.2.12/icdev/tools/compliance/gao_ai_assessor.py +231 -0
  410. icdev-1.2.12/icdev/tools/compliance/gao_evidence_builder.py +308 -0
  411. icdev-1.2.12/icdev/tools/compliance/hipaa_assessor.py +78 -0
  412. icdev-1.2.12/icdev/tools/compliance/hitrust_assessor.py +49 -0
  413. icdev-1.2.12/icdev/tools/compliance/incident_response_plan.py +718 -0
  414. icdev-1.2.12/icdev/tools/compliance/iso27001_assessor.py +92 -0
  415. icdev-1.2.12/icdev/tools/compliance/iso42001_assessor.py +114 -0
  416. icdev-1.2.12/icdev/tools/compliance/ivv_assessor.py +2328 -0
  417. icdev-1.2.12/icdev/tools/compliance/ivv_report_generator.py +1662 -0
  418. icdev-1.2.12/icdev/tools/compliance/model_card_generator.py +297 -0
  419. icdev-1.2.12/icdev/tools/compliance/mosa_assessor.py +117 -0
  420. icdev-1.2.12/icdev/tools/compliance/multi_regime_assessor.py +451 -0
  421. icdev-1.2.12/icdev/tools/compliance/nist_800_207_assessor.py +191 -0
  422. icdev-1.2.12/icdev/tools/compliance/nist_ai_600_1_assessor.py +188 -0
  423. icdev-1.2.12/icdev/tools/compliance/nist_ai_rmf_assessor.py +110 -0
  424. icdev-1.2.12/icdev/tools/compliance/omb_m25_21_assessor.py +228 -0
  425. icdev-1.2.12/icdev/tools/compliance/omb_m26_04_assessor.py +188 -0
  426. icdev-1.2.12/icdev/tools/compliance/oscal_catalog_adapter.py +395 -0
  427. icdev-1.2.12/icdev/tools/compliance/oscal_generator.py +2170 -0
  428. icdev-1.2.12/icdev/tools/compliance/oscal_tools.py +1183 -0
  429. icdev-1.2.12/icdev/tools/compliance/owasp_asi_assessor.py +200 -0
  430. icdev-1.2.12/icdev/tools/compliance/owasp_llm_assessor.py +244 -0
  431. icdev-1.2.12/icdev/tools/compliance/pci_dss_assessor.py +80 -0
  432. icdev-1.2.12/icdev/tools/compliance/poam_generator.py +405 -0
  433. icdev-1.2.12/icdev/tools/compliance/resolve_marking.py +283 -0
  434. icdev-1.2.12/icdev/tools/compliance/sbd_assessor.py +2068 -0
  435. icdev-1.2.12/icdev/tools/compliance/sbd_report_generator.py +1236 -0
  436. icdev-1.2.12/icdev/tools/compliance/sbom_generator.py +1008 -0
  437. icdev-1.2.12/icdev/tools/compliance/slsa_attestation_generator.py +490 -0
  438. icdev-1.2.12/icdev/tools/compliance/soc2_assessor.py +77 -0
  439. icdev-1.2.12/icdev/tools/compliance/ssp_generator.py +573 -0
  440. icdev-1.2.12/icdev/tools/compliance/stig_checker.py +727 -0
  441. icdev-1.2.12/icdev/tools/compliance/swft_evidence_bundler.py +337 -0
  442. icdev-1.2.12/icdev/tools/compliance/system_card_generator.py +309 -0
  443. icdev-1.2.12/icdev/tools/compliance/traceability_matrix.py +1281 -0
  444. icdev-1.2.12/icdev/tools/compliance/universal_classification_manager.py +1172 -0
  445. icdev-1.2.12/icdev/tools/compliance/xacta/__init__.py +2 -0
  446. icdev-1.2.12/icdev/tools/compliance/xacta/xacta_client.py +449 -0
  447. icdev-1.2.12/icdev/tools/compliance/xacta/xacta_export.py +557 -0
  448. icdev-1.2.12/icdev/tools/compliance/xacta/xacta_sync.py +333 -0
  449. icdev-1.2.12/icdev/tools/dashboard/api/activity.py +205 -0
  450. icdev-1.2.12/icdev/tools/dashboard/api/batch.py +667 -0
  451. icdev-1.2.12/icdev/tools/dashboard/api/cicd.py +219 -0
  452. icdev-1.2.12/icdev/tools/dashboard/api/cpmp.py +915 -0
  453. icdev-1.2.12/icdev/tools/dashboard/api/diagrams.py +65 -0
  454. icdev-1.2.12/icdev/tools/dashboard/api/govcon.py +1095 -0
  455. icdev-1.2.12/icdev/tools/dashboard/api/nlq.py +72 -0
  456. icdev-1.2.12/icdev/tools/dashboard/api/orchestration.py +472 -0
  457. icdev-1.2.12/icdev/tools/dashboard/app.py +4132 -0
  458. icdev-1.2.12/icdev/tools/dashboard/auth.py +601 -0
  459. icdev-1.2.12/icdev/tools/dashboard/byok.py +264 -0
  460. icdev-1.2.12/icdev/tools/dashboard/chat_manager.py +676 -0
  461. icdev-1.2.12/icdev/tools/dashboard/config.py +131 -0
  462. icdev-1.2.12/icdev/tools/dashboard/diagram_definitions.py +642 -0
  463. icdev-1.2.12/icdev/tools/dashboard/nlq_processor.py +324 -0
  464. icdev-1.2.12/icdev/tools/dashboard/phase_loader.py +136 -0
  465. icdev-1.2.12/icdev/tools/dashboard/sse_manager.py +89 -0
  466. icdev-1.2.12/icdev/tools/dashboard/state_tracker.py +267 -0
  467. icdev-1.2.12/icdev/tools/dashboard/static/css/style.css +706 -0
  468. icdev-1.2.12/icdev/tools/dashboard/static/css/ux.css +2047 -0
  469. icdev-1.2.12/icdev/tools/dashboard/static/js/api.js +161 -0
  470. icdev-1.2.12/icdev/tools/dashboard/static/js/batch.js +814 -0
  471. icdev-1.2.12/icdev/tools/dashboard/static/js/charts.js +618 -0
  472. icdev-1.2.12/icdev/tools/dashboard/static/js/chat.js +1514 -0
  473. icdev-1.2.12/icdev/tools/dashboard/static/js/kanban.js +113 -0
  474. icdev-1.2.12/icdev/tools/dashboard/static/js/live.js +569 -0
  475. icdev-1.2.12/icdev/tools/dashboard/static/js/mermaid-icdev.js +332 -0
  476. icdev-1.2.12/icdev/tools/dashboard/static/js/proposals.js +588 -0
  477. icdev-1.2.12/icdev/tools/dashboard/static/js/shortcuts.js +544 -0
  478. icdev-1.2.12/icdev/tools/dashboard/static/js/tables.js +652 -0
  479. icdev-1.2.12/icdev/tools/dashboard/static/js/tour.js +524 -0
  480. icdev-1.2.12/icdev/tools/dashboard/static/js/ux.js +942 -0
  481. icdev-1.2.12/icdev/tools/dashboard/templates/404.html +10 -0
  482. icdev-1.2.12/icdev/tools/dashboard/templates/activity.html +80 -0
  483. icdev-1.2.12/icdev/tools/dashboard/templates/admin/users.html +144 -0
  484. icdev-1.2.12/icdev/tools/dashboard/templates/ai_accountability.html +235 -0
  485. icdev-1.2.12/icdev/tools/dashboard/templates/ai_transparency.html +263 -0
  486. icdev-1.2.12/icdev/tools/dashboard/templates/base.html +104 -0
  487. icdev-1.2.12/icdev/tools/dashboard/templates/batch.html +23 -0
  488. icdev-1.2.12/icdev/tools/dashboard/templates/chat.html +332 -0
  489. icdev-1.2.12/icdev/tools/dashboard/templates/children.html +149 -0
  490. icdev-1.2.12/icdev/tools/dashboard/templates/cicd.html +253 -0
  491. icdev-1.2.12/icdev/tools/dashboard/templates/code_quality.html +214 -0
  492. icdev-1.2.12/icdev/tools/dashboard/templates/cpmp/cor_detail.html +220 -0
  493. icdev-1.2.12/icdev/tools/dashboard/templates/cpmp/cor_portal.html +91 -0
  494. icdev-1.2.12/icdev/tools/dashboard/templates/cpmp/deliverable_detail.html +197 -0
  495. icdev-1.2.12/icdev/tools/dashboard/templates/cpmp/detail.html +578 -0
  496. icdev-1.2.12/icdev/tools/dashboard/templates/cpmp/portfolio.html +202 -0
  497. icdev-1.2.12/icdev/tools/dashboard/templates/dev_profiles.html +304 -0
  498. icdev-1.2.12/icdev/tools/dashboard/templates/diagrams.html +224 -0
  499. icdev-1.2.12/icdev/tools/dashboard/templates/events/timeline.html +232 -0
  500. icdev-1.2.12/icdev/tools/dashboard/templates/evidence.html +134 -0
  501. icdev-1.2.12/icdev/tools/dashboard/templates/fedramp_20x.html +207 -0
  502. icdev-1.2.12/icdev/tools/dashboard/templates/gateway.html +244 -0
  503. icdev-1.2.12/icdev/tools/dashboard/templates/govcon/capabilities.html +135 -0
  504. icdev-1.2.12/icdev/tools/dashboard/templates/govcon/pipeline.html +214 -0
  505. icdev-1.2.12/icdev/tools/dashboard/templates/govcon/requirements.html +120 -0
  506. icdev-1.2.12/icdev/tools/dashboard/templates/index.html +254 -0
  507. icdev-1.2.12/icdev/tools/dashboard/templates/lineage.html +141 -0
  508. icdev-1.2.12/icdev/tools/dashboard/templates/login.html +51 -0
  509. icdev-1.2.12/icdev/tools/dashboard/templates/monitoring/overview.html +193 -0
  510. icdev-1.2.12/icdev/tools/dashboard/templates/orchestration/dashboard.html +545 -0
  511. icdev-1.2.12/icdev/tools/dashboard/templates/oscal.html +263 -0
  512. icdev-1.2.12/icdev/tools/dashboard/templates/phases.html +150 -0
  513. icdev-1.2.12/icdev/tools/dashboard/templates/prod_audit.html +280 -0
  514. icdev-1.2.12/icdev/tools/dashboard/templates/profile.html +183 -0
  515. icdev-1.2.12/icdev/tools/dashboard/templates/projects/detail.html +583 -0
  516. icdev-1.2.12/icdev/tools/dashboard/templates/projects/list.html +47 -0
  517. icdev-1.2.12/icdev/tools/dashboard/templates/proposals/detail.html +1253 -0
  518. icdev-1.2.12/icdev/tools/dashboard/templates/proposals/list.html +179 -0
  519. icdev-1.2.12/icdev/tools/dashboard/templates/proposals/section_detail.html +193 -0
  520. icdev-1.2.12/icdev/tools/dashboard/templates/provenance.html +181 -0
  521. icdev-1.2.12/icdev/tools/dashboard/templates/query/nlq.html +234 -0
  522. icdev-1.2.12/icdev/tools/dashboard/templates/quick_paths.html +69 -0
  523. icdev-1.2.12/icdev/tools/dashboard/templates/traces.html +155 -0
  524. icdev-1.2.12/icdev/tools/dashboard/templates/translation_detail.html +199 -0
  525. icdev-1.2.12/icdev/tools/dashboard/templates/translations.html +162 -0
  526. icdev-1.2.12/icdev/tools/dashboard/templates/usage.html +225 -0
  527. icdev-1.2.12/icdev/tools/dashboard/templates/wizard.html +539 -0
  528. icdev-1.2.12/icdev/tools/dashboard/templates/xai.html +208 -0
  529. icdev-1.2.12/icdev/tools/dashboard/ux_helpers.py +962 -0
  530. icdev-1.2.12/icdev/tools/db/backup.py +312 -0
  531. icdev-1.2.12/icdev/tools/db/backup_manager.py +832 -0
  532. icdev-1.2.12/icdev/tools/db/init_icdev_db.py +5900 -0
  533. icdev-1.2.12/icdev/tools/db/migrate.py +178 -0
  534. icdev-1.2.12/icdev/tools/db/migration_runner.py +549 -0
  535. icdev-1.2.12/icdev/tools/db/migrations/001_baseline/up.py +68 -0
  536. icdev-1.2.12/icdev/tools/db/migrations/__init__.py +2 -0
  537. icdev-1.2.12/icdev/tools/devsecops/__init__.py +2 -0
  538. icdev-1.2.12/icdev/tools/devsecops/network_segmentation_generator.py +614 -0
  539. icdev-1.2.12/icdev/tools/devsecops/pdp_config_generator.py +1256 -0
  540. icdev-1.2.12/icdev/tools/devsecops/profile_manager.py +388 -0
  541. icdev-1.2.12/icdev/tools/devsecops/service_mesh_generator.py +1073 -0
  542. icdev-1.2.12/icdev/tools/devsecops/zta_terraform_generator.py +1303 -0
  543. icdev-1.2.12/icdev/tools/dx/__init__.py +3 -0
  544. icdev-1.2.12/icdev/tools/dx/companion.py +266 -0
  545. icdev-1.2.12/icdev/tools/dx/instruction_generator.py +753 -0
  546. icdev-1.2.12/icdev/tools/dx/mcp_config_generator.py +282 -0
  547. icdev-1.2.12/icdev/tools/dx/skill_translator.py +425 -0
  548. icdev-1.2.12/icdev/tools/extensions/builtins/__init__.py +2 -0
  549. icdev-1.2.12/icdev/tools/extensions/extension_manager.py +456 -0
  550. icdev-1.2.12/icdev/tools/infra/ironbank_metadata_generator.py +411 -0
  551. icdev-1.2.12/icdev/tools/infra/k8s_generator.py +1002 -0
  552. icdev-1.2.12/icdev/tools/infra/terraform_generator.py +1142 -0
  553. icdev-1.2.12/icdev/tools/infra/terraform_generator_gcp.py +954 -0
  554. icdev-1.2.12/icdev/tools/infra/terraform_generator_onprem.py +319 -0
  555. icdev-1.2.12/icdev/tools/innovation/__init__.py +8 -0
  556. icdev-1.2.12/icdev/tools/innovation/competitive_intel.py +494 -0
  557. icdev-1.2.12/icdev/tools/innovation/innovation_manager.py +681 -0
  558. icdev-1.2.12/icdev/tools/innovation/introspective_analyzer.py +774 -0
  559. icdev-1.2.12/icdev/tools/innovation/signal_ranker.py +1038 -0
  560. icdev-1.2.12/icdev/tools/innovation/solution_generator.py +697 -0
  561. icdev-1.2.12/icdev/tools/innovation/standards_monitor.py +466 -0
  562. icdev-1.2.12/icdev/tools/innovation/trend_detector.py +1046 -0
  563. icdev-1.2.12/icdev/tools/innovation/triage_engine.py +1149 -0
  564. icdev-1.2.12/icdev/tools/innovation/web_scanner.py +894 -0
  565. icdev-1.2.12/icdev/tools/installer/__init__.py +1 -0
  566. icdev-1.2.12/icdev/tools/installer/compliance_configurator.py +637 -0
  567. icdev-1.2.12/icdev/tools/installer/installer.py +1711 -0
  568. icdev-1.2.12/icdev/tools/installer/module_registry.py +805 -0
  569. icdev-1.2.12/icdev/tools/installer/platform_setup.py +961 -0
  570. icdev-1.2.12/icdev/tools/integration/approval_manager.py +561 -0
  571. icdev-1.2.12/icdev/tools/integration/doors_exporter.py +627 -0
  572. icdev-1.2.12/icdev/tools/integration/gitlab_connector.py +784 -0
  573. icdev-1.2.12/icdev/tools/integration/jira_connector.py +774 -0
  574. icdev-1.2.12/icdev/tools/integration/servicenow_connector.py +693 -0
  575. icdev-1.2.12/icdev/tools/llm/__init__.py +72 -0
  576. icdev-1.2.12/icdev/tools/llm/azure_openai_provider.py +338 -0
  577. icdev-1.2.12/icdev/tools/llm/gemini_provider.py +381 -0
  578. icdev-1.2.12/icdev/tools/llm/oci_genai_provider.py +462 -0
  579. icdev-1.2.12/icdev/tools/llm/ollama_provider.py +340 -0
  580. icdev-1.2.12/icdev/tools/llm/provider_sdk.py +175 -0
  581. icdev-1.2.12/icdev/tools/llm/router.py +780 -0
  582. icdev-1.2.12/icdev/tools/llm/vertex_ai_provider.py +374 -0
  583. icdev-1.2.12/icdev/tools/maintenance/__init__.py +2 -0
  584. icdev-1.2.12/icdev/tools/maintenance/dependency_scanner.py +1031 -0
  585. icdev-1.2.12/icdev/tools/maintenance/maintenance_auditor.py +815 -0
  586. icdev-1.2.12/icdev/tools/maintenance/remediation_engine.py +966 -0
  587. icdev-1.2.12/icdev/tools/maintenance/vulnerability_checker.py +987 -0
  588. icdev-1.2.12/icdev/tools/mbse/__init__.py +3 -0
  589. icdev-1.2.12/icdev/tools/mbse/des_report_generator.py +800 -0
  590. icdev-1.2.12/icdev/tools/mbse/diagram_extractor.py +811 -0
  591. icdev-1.2.12/icdev/tools/mbse/digital_thread.py +1665 -0
  592. icdev-1.2.12/icdev/tools/mbse/model_code_generator.py +1122 -0
  593. icdev-1.2.12/icdev/tools/mbse/model_control_mapper.py +420 -0
  594. icdev-1.2.12/icdev/tools/mbse/reqif_parser.py +1484 -0
  595. icdev-1.2.12/icdev/tools/mbse/sync_engine.py +1805 -0
  596. icdev-1.2.12/icdev/tools/mbse/xmi_parser.py +1573 -0
  597. icdev-1.2.12/icdev/tools/mcp/builder_server.py +725 -0
  598. icdev-1.2.12/icdev/tools/mcp/compliance_server.py +1407 -0
  599. icdev-1.2.12/icdev/tools/mcp/context_indexer.py +199 -0
  600. icdev-1.2.12/icdev/tools/mcp/context_server.py +305 -0
  601. icdev-1.2.12/icdev/tools/mcp/core_server.py +679 -0
  602. icdev-1.2.12/icdev/tools/mcp/gateway_server.py +339 -0
  603. icdev-1.2.12/icdev/tools/mcp/generate_registry.py +623 -0
  604. icdev-1.2.12/icdev/tools/mcp/innovation_server.py +316 -0
  605. icdev-1.2.12/icdev/tools/mcp/integration_server.py +527 -0
  606. icdev-1.2.12/icdev/tools/mcp/knowledge_server.py +429 -0
  607. icdev-1.2.12/icdev/tools/mcp/marketplace_server.py +499 -0
  608. icdev-1.2.12/icdev/tools/mcp/mbse_server.py +398 -0
  609. icdev-1.2.12/icdev/tools/mcp/modernization_server.py +496 -0
  610. icdev-1.2.12/icdev/tools/mcp/requirements_server.py +415 -0
  611. icdev-1.2.12/icdev/tools/mcp/simulation_server.py +468 -0
  612. icdev-1.2.12/icdev/tools/mcp/standalone/__init__.py +2 -0
  613. icdev-1.2.12/icdev/tools/mcp/standalone/builder.py +59 -0
  614. icdev-1.2.12/icdev/tools/mcp/standalone/compliance.py +59 -0
  615. icdev-1.2.12/icdev/tools/mcp/standalone/core.py +59 -0
  616. icdev-1.2.12/icdev/tools/mcp/standalone/knowledge.py +59 -0
  617. icdev-1.2.12/icdev/tools/mcp/standalone/maintenance.py +59 -0
  618. icdev-1.2.12/icdev/tools/mcp/supply_chain_server.py +476 -0
  619. icdev-1.2.12/icdev/tools/mcp/tool_registry.py +2008 -0
  620. icdev-1.2.12/icdev/tools/mcp/unified_server.py +158 -0
  621. icdev-1.2.12/icdev/tools/memory/__init__.py +2 -0
  622. icdev-1.2.12/icdev/tools/memory/history_compressor.py +335 -0
  623. icdev-1.2.12/icdev/tools/memory/memory_consolidation.py +445 -0
  624. icdev-1.2.12/icdev/tools/modernization/__init__.py +3 -0
  625. icdev-1.2.12/icdev/tools/modernization/architecture_extractor.py +736 -0
  626. icdev-1.2.12/icdev/tools/modernization/compliance_bridge.py +1499 -0
  627. icdev-1.2.12/icdev/tools/modernization/db_migration_planner.py +1386 -0
  628. icdev-1.2.12/icdev/tools/modernization/doc_generator.py +1428 -0
  629. icdev-1.2.12/icdev/tools/modernization/framework_migrator.py +1526 -0
  630. icdev-1.2.12/icdev/tools/modernization/legacy_analyzer.py +1949 -0
  631. icdev-1.2.12/icdev/tools/modernization/migration_code_generator.py +1639 -0
  632. icdev-1.2.12/icdev/tools/modernization/migration_report_generator.py +1653 -0
  633. icdev-1.2.12/icdev/tools/modernization/migration_tracker.py +1726 -0
  634. icdev-1.2.12/icdev/tools/modernization/monolith_decomposer.py +1508 -0
  635. icdev-1.2.12/icdev/tools/modernization/seven_r_assessor.py +1658 -0
  636. icdev-1.2.12/icdev/tools/modernization/strangler_fig_manager.py +1706 -0
  637. icdev-1.2.12/icdev/tools/modernization/ui_analyzer.py +771 -0
  638. icdev-1.2.12/icdev/tools/modernization/version_migrator.py +1394 -0
  639. icdev-1.2.12/icdev/tools/monitor/auto_resolver.py +612 -0
  640. icdev-1.2.12/icdev/tools/monitor/heartbeat_daemon.py +792 -0
  641. icdev-1.2.12/icdev/tools/monitor/log_analyzer.py +516 -0
  642. icdev-1.2.12/icdev/tools/mosa/__init__.py +10 -0
  643. icdev-1.2.12/icdev/tools/mosa/icd_generator.py +372 -0
  644. icdev-1.2.12/icdev/tools/mosa/modular_design_analyzer.py +685 -0
  645. icdev-1.2.12/icdev/tools/mosa/mosa_code_enforcer.py +349 -0
  646. icdev-1.2.12/icdev/tools/mosa/tsp_generator.py +265 -0
  647. icdev-1.2.12/icdev/tools/observability/__init__.py +100 -0
  648. icdev-1.2.12/icdev/tools/observability/genai_attributes.py +88 -0
  649. icdev-1.2.12/icdev/tools/observability/instrumentation.py +140 -0
  650. icdev-1.2.12/icdev/tools/observability/provenance/__init__.py +3 -0
  651. icdev-1.2.12/icdev/tools/observability/shap/__init__.py +3 -0
  652. icdev-1.2.12/icdev/tools/observability/tracer.py +230 -0
  653. icdev-1.2.12/icdev/tools/orchestration/workflow_composer.py +361 -0
  654. icdev-1.2.12/icdev/tools/project/project_create.py +350 -0
  655. icdev-1.2.12/icdev/tools/project/project_list.py +174 -0
  656. icdev-1.2.12/icdev/tools/project/project_scaffold.py +1715 -0
  657. icdev-1.2.12/icdev/tools/project/project_status.py +479 -0
  658. icdev-1.2.12/icdev/tools/project/session_context_builder.py +757 -0
  659. icdev-1.2.12/icdev/tools/registry/__init__.py +10 -0
  660. icdev-1.2.12/icdev/tools/registry/absorption_engine.py +832 -0
  661. icdev-1.2.12/icdev/tools/registry/capability_evaluator.py +668 -0
  662. icdev-1.2.12/icdev/tools/registry/child_registry.py +617 -0
  663. icdev-1.2.12/icdev/tools/registry/cross_pollinator.py +1065 -0
  664. icdev-1.2.12/icdev/tools/registry/genome_manager.py +671 -0
  665. icdev-1.2.12/icdev/tools/registry/learning_collector.py +912 -0
  666. icdev-1.2.12/icdev/tools/registry/propagation_manager.py +942 -0
  667. icdev-1.2.12/icdev/tools/registry/staging_manager.py +742 -0
  668. icdev-1.2.12/icdev/tools/registry/telemetry_collector.py +423 -0
  669. icdev-1.2.12/icdev/tools/requirements/boundary_analyzer.py +1293 -0
  670. icdev-1.2.12/icdev/tools/requirements/clarification_engine.py +620 -0
  671. icdev-1.2.12/icdev/tools/requirements/complexity_scorer.py +387 -0
  672. icdev-1.2.12/icdev/tools/requirements/consistency_analyzer.py +803 -0
  673. icdev-1.2.12/icdev/tools/requirements/constitution_manager.py +605 -0
  674. icdev-1.2.12/icdev/tools/requirements/decomposition_engine.py +780 -0
  675. icdev-1.2.12/icdev/tools/requirements/document_extractor.py +1016 -0
  676. icdev-1.2.12/icdev/tools/requirements/elicitation_techniques.py +519 -0
  677. icdev-1.2.12/icdev/tools/requirements/gap_detector.py +271 -0
  678. icdev-1.2.12/icdev/tools/requirements/intake_engine.py +2188 -0
  679. icdev-1.2.12/icdev/tools/requirements/prd_generator.py +847 -0
  680. icdev-1.2.12/icdev/tools/requirements/readiness_scorer.py +313 -0
  681. icdev-1.2.12/icdev/tools/requirements/spec_organizer.py +1029 -0
  682. icdev-1.2.12/icdev/tools/requirements/spec_quality_checker.py +1097 -0
  683. icdev-1.2.12/icdev/tools/requirements/traceability_builder.py +579 -0
  684. icdev-1.2.12/icdev/tools/resilience/__init__.py +34 -0
  685. icdev-1.2.12/icdev/tools/resilience/circuit_breaker.py +340 -0
  686. icdev-1.2.12/icdev/tools/resilience/correlation.py +150 -0
  687. icdev-1.2.12/icdev/tools/resilience/errors.py +81 -0
  688. icdev-1.2.12/icdev/tools/resilience/retry.py +95 -0
  689. icdev-1.2.12/icdev/tools/schemas/__init__.py +27 -0
  690. icdev-1.2.12/icdev/tools/sdk/__init__.py +3 -0
  691. icdev-1.2.12/icdev/tools/sdk/icdev_client.py +218 -0
  692. icdev-1.2.12/icdev/tools/security/ai_bom_generator.py +725 -0
  693. icdev-1.2.12/icdev/tools/security/confabulation_detector.py +273 -0
  694. icdev-1.2.12/icdev/tools/security/prompt_injection_detector.py +738 -0
  695. icdev-1.2.12/icdev/tools/security/secret_detector.py +379 -0
  696. icdev-1.2.12/icdev/tools/security/vuln_scanner.py +539 -0
  697. icdev-1.2.12/icdev/tools/simulation/coa_generator.py +1552 -0
  698. icdev-1.2.12/icdev/tools/simulation/monte_carlo.py +758 -0
  699. icdev-1.2.12/icdev/tools/simulation/scenario_manager.py +1073 -0
  700. icdev-1.2.12/icdev/tools/simulation/simulation_engine.py +1104 -0
  701. icdev-1.2.12/icdev/tools/testing/__init__.py +2 -0
  702. icdev-1.2.12/icdev/tools/testing/acceptance_validator.py +411 -0
  703. icdev-1.2.12/icdev/tools/testing/claude_dir_validator.py +832 -0
  704. icdev-1.2.12/icdev/tools/testing/data_types.py +199 -0
  705. icdev-1.2.12/icdev/tools/testing/e2e_runner.py +715 -0
  706. icdev-1.2.12/icdev/tools/testing/fuzz_cli.py +306 -0
  707. icdev-1.2.12/icdev/tools/testing/health_check.py +483 -0
  708. icdev-1.2.12/icdev/tools/testing/platform_check.py +143 -0
  709. icdev-1.2.12/icdev/tools/testing/production_audit.py +1862 -0
  710. icdev-1.2.12/icdev/tools/testing/production_remediate.py +804 -0
  711. icdev-1.2.12/icdev/tools/testing/screenshot_validator.py +539 -0
  712. icdev-1.2.12/icdev/tools/testing/smoke_test.py +283 -0
  713. icdev-1.2.12/icdev/tools/testing/test_agent_models.py +117 -0
  714. icdev-1.2.12/icdev/tools/testing/test_orchestrator.py +957 -0
  715. icdev-1.2.12/icdev/tools/testing/utils.py +229 -0
  716. icdev-1.2.12/icdev/tools/translation/__init__.py +17 -0
  717. icdev-1.2.12/icdev/tools/translation/code_translator.py +546 -0
  718. icdev-1.2.12/icdev/tools/translation/dependency_mapper.py +277 -0
  719. icdev-1.2.12/icdev/tools/translation/feature_map.py +397 -0
  720. icdev-1.2.12/icdev/tools/translation/project_assembler.py +439 -0
  721. icdev-1.2.12/icdev/tools/translation/source_extractor.py +611 -0
  722. icdev-1.2.12/icdev/tools/translation/test_translator.py +333 -0
  723. icdev-1.2.12/icdev/tools/translation/translation_manager.py +582 -0
  724. icdev-1.2.12/icdev/tools/translation/translation_validator.py +658 -0
  725. icdev-1.2.12/icdev/tools/translation/type_checker.py +371 -0
  726. icdev-1.2.12/icdev.egg-info/PKG-INFO +981 -0
  727. icdev-1.2.12/icdev.egg-info/SOURCES.txt +1554 -0
  728. icdev-1.2.12/pyproject.toml +207 -0
  729. icdev-1.2.12/requirements.txt +63 -0
  730. icdev-1.2.12/ruff.toml +17 -0
  731. icdev-1.2.12/tests/test_a2a_discovery.py +161 -0
  732. icdev-1.2.12/tests/test_a2a_trace_propagation.py +232 -0
  733. icdev-1.2.12/tests/test_acceptance_validator.py +370 -0
  734. icdev-1.2.12/tests/test_accountability_manager.py +287 -0
  735. icdev-1.2.12/tests/test_activity_feed.py +590 -0
  736. icdev-1.2.12/tests/test_agent_output_validator.py +216 -0
  737. icdev-1.2.12/tests/test_agent_shap.py +351 -0
  738. icdev-1.2.12/tests/test_agent_trust_scorer.py +289 -0
  739. icdev-1.2.12/tests/test_ai_accountability_audit.py +360 -0
  740. icdev-1.2.12/tests/test_ai_bom_generator.py +330 -0
  741. icdev-1.2.12/tests/test_ai_governance_chat_extension.py +462 -0
  742. icdev-1.2.12/tests/test_ai_governance_intake.py +433 -0
  743. icdev-1.2.12/tests/test_ai_impact_assessor.py +175 -0
  744. icdev-1.2.12/tests/test_ai_incident_response.py +285 -0
  745. icdev-1.2.12/tests/test_ai_reassessment_scheduler.py +279 -0
  746. icdev-1.2.12/tests/test_ai_telemetry.py +164 -0
  747. icdev-1.2.12/tests/test_ai_transparency.py +680 -0
  748. icdev-1.2.12/tests/test_anvil_critique.py +614 -0
  749. icdev-1.2.12/tests/test_api_gateway.py +372 -0
  750. icdev-1.2.12/tests/test_api_surface_extractor.py +756 -0
  751. icdev-1.2.12/tests/test_assessor_accountability_fixes.py +562 -0
  752. icdev-1.2.12/tests/test_atlas_assessor.py +240 -0
  753. icdev-1.2.12/tests/test_atlas_red_team.py +122 -0
  754. icdev-1.2.12/tests/test_audit_logger.py +313 -0
  755. icdev-1.2.12/tests/test_auto_resolver.py +442 -0
  756. icdev-1.2.12/tests/test_autonomy_engine.py +355 -0
  757. icdev-1.2.12/tests/test_autoresearch.py +526 -0
  758. icdev-1.2.12/tests/test_backup_manager.py +246 -0
  759. icdev-1.2.12/tests/test_bayesian_teacher.py +622 -0
  760. icdev-1.2.12/tests/test_bedrock_client.py +546 -0
  761. icdev-1.2.12/tests/test_behavioral_drift.py +301 -0
  762. icdev-1.2.12/tests/test_behavioral_red_team.py +129 -0
  763. icdev-1.2.12/tests/test_blueprint_verifier.py +177 -0
  764. icdev-1.2.12/tests/test_byok.py +387 -0
  765. icdev-1.2.12/tests/test_chat_manager.py +240 -0
  766. icdev-1.2.12/tests/test_circuit_breaker.py +329 -0
  767. icdev-1.2.12/tests/test_clarification_engine.py +400 -0
  768. icdev-1.2.12/tests/test_claude_dir_validator.py +722 -0
  769. icdev-1.2.12/tests/test_clawhub_connector.py +244 -0
  770. icdev-1.2.12/tests/test_cloud_monitoring_iam.py +251 -0
  771. icdev-1.2.12/tests/test_cloud_providers.py +331 -0
  772. icdev-1.2.12/tests/test_code_analyzer.py +457 -0
  773. icdev-1.2.12/tests/test_code_pattern_scanner.py +299 -0
  774. icdev-1.2.12/tests/test_coherence_checker.py +360 -0
  775. icdev-1.2.12/tests/test_companion.py +168 -0
  776. icdev-1.2.12/tests/test_compliance_exporter.py +346 -0
  777. icdev-1.2.12/tests/test_consistency_analyzer.py +372 -0
  778. icdev-1.2.12/tests/test_constitution_manager.py +347 -0
  779. icdev-1.2.12/tests/test_container_scanner.py +351 -0
  780. icdev-1.2.12/tests/test_context_server.py +242 -0
  781. icdev-1.2.12/tests/test_correlation.py +210 -0
  782. icdev-1.2.12/tests/test_crag_evaluator.py +453 -0
  783. icdev-1.2.12/tests/test_credential_broker.py +221 -0
  784. icdev-1.2.12/tests/test_crosswalk_integration.py +403 -0
  785. icdev-1.2.12/tests/test_csp_monitor.py +830 -0
  786. icdev-1.2.12/tests/test_dashboard_auth.py +490 -0
  787. icdev-1.2.12/tests/test_dashboard_kanban.py +339 -0
  788. icdev-1.2.12/tests/test_db_utils.py +130 -0
  789. icdev-1.2.12/tests/test_dependency_graph.py +317 -0
  790. icdev-1.2.12/tests/test_dependency_mapper.py +218 -0
  791. icdev-1.2.12/tests/test_dev_profile_manager.py +727 -0
  792. icdev-1.2.12/tests/test_devsecops_profile.py +302 -0
  793. icdev-1.2.12/tests/test_dispatcher_mode.py +719 -0
  794. icdev-1.2.12/tests/test_egress_monitor.py +461 -0
  795. icdev-1.2.12/tests/test_egress_policy_manager.py +176 -0
  796. icdev-1.2.12/tests/test_endpoint_security_scanner.py +560 -0
  797. icdev-1.2.12/tests/test_errors.py +153 -0
  798. icdev-1.2.12/tests/test_eu_ai_act_classifier.py +356 -0
  799. icdev-1.2.12/tests/test_event_envelope.py +875 -0
  800. icdev-1.2.12/tests/test_evidence_collector.py +258 -0
  801. icdev-1.2.12/tests/test_evolutionary_intelligence.py +401 -0
  802. icdev-1.2.12/tests/test_extension_manager.py +255 -0
  803. icdev-1.2.12/tests/test_fedramp_ksi_generator.py +184 -0
  804. icdev-1.2.12/tests/test_filesync.py +933 -0
  805. icdev-1.2.12/tests/test_finetune_cloud_providers.py +980 -0
  806. icdev-1.2.12/tests/test_finetune_dataset.py +480 -0
  807. icdev-1.2.12/tests/test_finetune_evaluator.py +1172 -0
  808. icdev-1.2.12/tests/test_finetune_gpu_detector.py +200 -0
  809. icdev-1.2.12/tests/test_finetune_provider.py +180 -0
  810. icdev-1.2.12/tests/test_finetune_router_integration.py +723 -0
  811. icdev-1.2.12/tests/test_finetune_training_engine.py +875 -0
  812. icdev-1.2.12/tests/test_gao_ai_assessor.py +418 -0
  813. icdev-1.2.12/tests/test_gateway.py +528 -0
  814. icdev-1.2.12/tests/test_genai_attributes.py +263 -0
  815. icdev-1.2.12/tests/test_genome_evolution.py +225 -0
  816. icdev-1.2.12/tests/test_gsd_adaptations.py +612 -0
  817. icdev-1.2.12/tests/test_heartbeat_daemon.py +382 -0
  818. icdev-1.2.12/tests/test_history_compressor.py +246 -0
  819. icdev-1.2.12/tests/test_ibm_providers.py +394 -0
  820. icdev-1.2.12/tests/test_icdev_client.py +154 -0
  821. icdev-1.2.12/tests/test_init_icdev_db.py +156 -0
  822. icdev-1.2.12/tests/test_innovation.py +841 -0
  823. icdev-1.2.12/tests/test_installer.py +460 -0
  824. icdev-1.2.12/tests/test_instruction_generator.py +148 -0
  825. icdev-1.2.12/tests/test_instrumentation.py +268 -0
  826. icdev-1.2.12/tests/test_intake_api.py +414 -0
  827. icdev-1.2.12/tests/test_intent_validator.py +377 -0
  828. icdev-1.2.12/tests/test_ironbank_generator.py +178 -0
  829. icdev-1.2.12/tests/test_kg_pair_generator.py +218 -0
  830. icdev-1.2.12/tests/test_knowledge_graph.py +445 -0
  831. icdev-1.2.12/tests/test_llm_router.py +420 -0
  832. icdev-1.2.12/tests/test_manifest_loader.py +282 -0
  833. icdev-1.2.12/tests/test_marketplace_publish.py +426 -0
  834. icdev-1.2.12/tests/test_marketplace_search.py +390 -0
  835. icdev-1.2.12/tests/test_mcp_config_generator.py +88 -0
  836. icdev-1.2.12/tests/test_mcp_http_e2e.py +341 -0
  837. icdev-1.2.12/tests/test_mcp_instrumentation.py +290 -0
  838. icdev-1.2.12/tests/test_mcp_oauth.py +399 -0
  839. icdev-1.2.12/tests/test_mcp_tool_authorizer.py +255 -0
  840. icdev-1.2.12/tests/test_memory_consolidation.py +197 -0
  841. icdev-1.2.12/tests/test_memory_enhancements.py +429 -0
  842. icdev-1.2.12/tests/test_metrics.py +302 -0
  843. icdev-1.2.12/tests/test_migration_runner.py +355 -0
  844. icdev-1.2.12/tests/test_mlflow_exporter.py +238 -0
  845. icdev-1.2.12/tests/test_model_card_generator.py +421 -0
  846. icdev-1.2.12/tests/test_modular_design_analyzer.py +211 -0
  847. icdev-1.2.12/tests/test_mosa_code_enforcer.py +149 -0
  848. icdev-1.2.12/tests/test_mosa_icd_generator.py +271 -0
  849. icdev-1.2.12/tests/test_narrative_generator.py +323 -0
  850. icdev-1.2.12/tests/test_nist_ai_600_1_assessor.py +404 -0
  851. icdev-1.2.12/tests/test_omb_m25_21_assessor.py +364 -0
  852. icdev-1.2.12/tests/test_omb_m26_04_assessor.py +403 -0
  853. icdev-1.2.12/tests/test_openapi_spec.py +156 -0
  854. icdev-1.2.12/tests/test_openclaw_bridge.py +716 -0
  855. icdev-1.2.12/tests/test_openclaw_compat.py +655 -0
  856. icdev-1.2.12/tests/test_oscal_tools.py +823 -0
  857. icdev-1.2.12/tests/test_otel_tracer.py +207 -0
  858. icdev-1.2.12/tests/test_output_formatter.py +748 -0
  859. icdev-1.2.12/tests/test_owasp_agentic_assessor.py +175 -0
  860. icdev-1.2.12/tests/test_owasp_asi_assessor.py +273 -0
  861. icdev-1.2.12/tests/test_pattern_detector.py +392 -0
  862. icdev-1.2.12/tests/test_phase36_phase37_integration.py +280 -0
  863. icdev-1.2.12/tests/test_pipeline_config_generator.py +180 -0
  864. icdev-1.2.12/tests/test_platform_db.py +157 -0
  865. icdev-1.2.12/tests/test_production_audit.py +342 -0
  866. icdev-1.2.12/tests/test_production_remediate.py +869 -0
  867. icdev-1.2.12/tests/test_project_create.py +319 -0
  868. icdev-1.2.12/tests/test_prompt_chain_executor.py +962 -0
  869. icdev-1.2.12/tests/test_prompt_injection_detector.py +393 -0
  870. icdev-1.2.12/tests/test_propagation_verifier.py +564 -0
  871. icdev-1.2.12/tests/test_proposal_genesis.py +2945 -0
  872. icdev-1.2.12/tests/test_prov_recorder.py +371 -0
  873. icdev-1.2.12/tests/test_quality_feedback_loop.py +136 -0
  874. icdev-1.2.12/tests/test_quality_monitor.py +156 -0
  875. icdev-1.2.12/tests/test_query_classifier.py +279 -0
  876. icdev-1.2.12/tests/test_rag_chunker.py +158 -0
  877. icdev-1.2.12/tests/test_rag_ft_pipeline.py +197 -0
  878. icdev-1.2.12/tests/test_rag_ingestion.py +130 -0
  879. icdev-1.2.12/tests/test_rag_retention.py +91 -0
  880. icdev-1.2.12/tests/test_rag_retriever.py +362 -0
  881. icdev-1.2.12/tests/test_rag_vector_stores.py +351 -0
  882. icdev-1.2.12/tests/test_rate_limiter.py +224 -0
  883. icdev-1.2.12/tests/test_rbac.py +272 -0
  884. icdev-1.2.12/tests/test_readiness_scorer.py +309 -0
  885. icdev-1.2.12/tests/test_region_validator.py +172 -0
  886. icdev-1.2.12/tests/test_register_external_patterns.py +205 -0
  887. icdev-1.2.12/tests/test_remediation_engine.py +446 -0
  888. icdev-1.2.12/tests/test_research_engine.py +1226 -0
  889. icdev-1.2.12/tests/test_resolve_marking.py +193 -0
  890. icdev-1.2.12/tests/test_rest_api.py +444 -0
  891. icdev-1.2.12/tests/test_rest_api_expansion.py +734 -0
  892. icdev-1.2.12/tests/test_retry.py +199 -0
  893. icdev-1.2.12/tests/test_review_board.py +580 -0
  894. icdev-1.2.12/tests/test_runtime_feedback.py +392 -0
  895. icdev-1.2.12/tests/test_saas_llm_keys.py +341 -0
  896. icdev-1.2.12/tests/test_saas_portal.py +617 -0
  897. icdev-1.2.12/tests/test_sandbox_executor.py +587 -0
  898. icdev-1.2.12/tests/test_sandbox_scorer.py +724 -0
  899. icdev-1.2.12/tests/test_schemas.py +278 -0
  900. icdev-1.2.12/tests/test_session_context_builder.py +595 -0
  901. icdev-1.2.12/tests/test_session_purpose.py +367 -0
  902. icdev-1.2.12/tests/test_simulation_engine.py +362 -0
  903. icdev-1.2.12/tests/test_skill_selector.py +248 -0
  904. icdev-1.2.12/tests/test_skill_translator.py +165 -0
  905. icdev-1.2.12/tests/test_slsa_attestation.py +270 -0
  906. icdev-1.2.12/tests/test_source_extractor.py +323 -0
  907. icdev-1.2.12/tests/test_spec_organizer.py +518 -0
  908. icdev-1.2.12/tests/test_spec_quality_checker.py +539 -0
  909. icdev-1.2.12/tests/test_sqlite_tracer.py +274 -0
  910. icdev-1.2.12/tests/test_state_tracker.py +159 -0
  911. icdev-1.2.12/tests/test_statement_extractor.py +556 -0
  912. icdev-1.2.12/tests/test_swagger_ui.py +87 -0
  913. icdev-1.2.12/tests/test_team_orchestrator.py +482 -0
  914. icdev-1.2.12/tests/test_terraform_generator.py +324 -0
  915. icdev-1.2.12/tests/test_time_decay.py +406 -0
  916. icdev-1.2.12/tests/test_tool_chain_validator.py +260 -0
  917. icdev-1.2.12/tests/test_tool_detector.py +110 -0
  918. icdev-1.2.12/tests/test_trace_context.py +198 -0
  919. icdev-1.2.12/tests/test_tracer.py +501 -0
  920. icdev-1.2.12/tests/test_translation_manager.py +553 -0
  921. icdev-1.2.12/tests/test_triad_integration.py +265 -0
  922. icdev-1.2.12/tests/test_unified_server.py +492 -0
  923. icdev-1.2.12/tests/test_usage_tracking.py +612 -0
  924. icdev-1.2.12/tests/test_workflow_composer.py +184 -0
  925. icdev-1.2.12/tests/test_workflow_loop.py +867 -0
  926. icdev-1.2.12/tests/test_xai_assessor.py +434 -0
  927. icdev-1.2.12/tests/test_zta_maturity_scorer.py +294 -0
  928. icdev-1.2.11/CHANGELOG.md +0 -195
  929. icdev-1.2.11/CLAUDE.md +0 -210
  930. icdev-1.2.11/CONTRIBUTING.md +0 -271
  931. icdev-1.2.11/NOTICE +0 -268
  932. icdev-1.2.11/PKG-INFO +0 -981
  933. icdev-1.2.11/README.md +0 -879
  934. icdev-1.2.11/icdev/__init__.py +0 -18
  935. icdev-1.2.11/icdev/_paths.py +0 -85
  936. icdev-1.2.11/icdev/_version.py +0 -3
  937. icdev-1.2.11/icdev/data/__init__.py +0 -1
  938. icdev-1.2.11/icdev/data/args/atlas_critique_config.yaml +0 -66
  939. icdev-1.2.11/icdev/data/args/bedrock_models.yaml +0 -63
  940. icdev-1.2.11/icdev/data/args/cicd_config.yaml +0 -82
  941. icdev-1.2.11/icdev/data/args/context_config.yaml +0 -82
  942. icdev-1.2.11/icdev/data/args/cui_markings.yaml +0 -35
  943. icdev-1.2.11/icdev/data/args/db_config.yaml +0 -40
  944. icdev-1.2.11/icdev/data/args/deployment_profiles.yaml +0 -248
  945. icdev-1.2.11/icdev/data/args/framework_registry.yaml +0 -415
  946. icdev-1.2.11/icdev/data/args/innovation_config.yaml +0 -431
  947. icdev-1.2.11/icdev/data/args/installation_manifest.yaml +0 -1087
  948. icdev-1.2.11/icdev/data/args/llm_config.yaml +0 -495
  949. icdev-1.2.11/icdev/data/args/monitoring_config.yaml +0 -127
  950. icdev-1.2.11/icdev/data/args/nlq_config.yaml +0 -35
  951. icdev-1.2.11/icdev/data/args/observability_config.yaml +0 -39
  952. icdev-1.2.11/icdev/data/args/observability_tracing_config.yaml +0 -170
  953. icdev-1.2.11/icdev/data/args/oscal_tools_config.yaml +0 -43
  954. icdev-1.2.11/icdev/data/args/phase_registry.yaml +0 -618
  955. icdev-1.2.11/icdev/data/args/project_defaults.yaml +0 -235
  956. icdev-1.2.11/icdev/data/args/resilience_config.yaml +0 -50
  957. icdev-1.2.11/icdev/data/args/role_personas.yaml +0 -362
  958. icdev-1.2.11/icdev/data/args/scaling_config.yaml +0 -176
  959. icdev-1.2.11/icdev/data/args/security_gates.yaml +0 -685
  960. icdev-1.2.11/icdev/data/args/skill_injection_config.yaml +0 -322
  961. icdev-1.2.11/icdev/data/args/spec_config.yaml +0 -53
  962. icdev-1.2.11/icdev/data/args/supply_chain_config.yaml +0 -76
  963. icdev-1.2.11/icdev/data/args/translation_config.yaml +0 -228
  964. icdev-1.2.11/icdev/data/args/workflow_templates/security_hardening.yaml +0 -55
  965. icdev-1.2.11/icdev/data/args/worktree_config.yaml +0 -34
  966. icdev-1.2.11/icdev/data/args/zta_config.yaml +0 -247
  967. icdev-1.2.11/icdev/data/context/agent/response_schemas/task_decomposition.json +0 -82
  968. icdev-1.2.11/icdev/data/context/agentic/architecture_patterns.md +0 -269
  969. icdev-1.2.11/icdev/data/context/agentic/capability_registry.yaml +0 -202
  970. icdev-1.2.11/icdev/data/context/agentic/csp_mcp_registry.yaml +0 -280
  971. icdev-1.2.11/icdev/data/context/agentic/fitness_rubric.md +0 -56
  972. icdev-1.2.11/icdev/data/context/agentic/governance_baseline.md +0 -205
  973. icdev-1.2.11/icdev/data/context/ci/worktree_templates.json +0 -44
  974. icdev-1.2.11/icdev/data/context/cloud/csp_service_registry.json +0 -739
  975. icdev-1.2.11/icdev/data/context/compliance/cmmc_report_template.md +0 -142
  976. icdev-1.2.11/icdev/data/context/compliance/cui_templates/code_header.txt +0 -8
  977. icdev-1.2.11/icdev/data/context/compliance/dod_cssp_8530.json +0 -463
  978. icdev-1.2.11/icdev/data/context/compliance/fedramp_20x_ksi_schemas.json +0 -133
  979. icdev-1.2.11/icdev/data/context/compliance/fedramp_report_template.md +0 -181
  980. icdev-1.2.11/icdev/data/context/compliance/incident_response_template.md +0 -1110
  981. icdev-1.2.11/icdev/data/context/compliance/ivv_report_template.md +0 -116
  982. icdev-1.2.11/icdev/data/context/compliance/mosa_framework.json +0 -250
  983. icdev-1.2.11/icdev/data/context/compliance/nist_800_207_zta.json +0 -258
  984. icdev-1.2.11/icdev/data/context/compliance/owasp_agentic_asi.json +0 -133
  985. icdev-1.2.11/icdev/data/context/compliance/poam_template.md +0 -117
  986. icdev-1.2.11/icdev/data/context/compliance/sbd_report_template.md +0 -77
  987. icdev-1.2.11/icdev/data/context/compliance/siem_config_templates/filebeat.yml +0 -213
  988. icdev-1.2.11/icdev/data/context/compliance/ssp_template.md +0 -432
  989. icdev-1.2.11/icdev/data/context/compliance/xai_requirements.json +0 -108
  990. icdev-1.2.11/icdev/data/context/dashboard/schema_descriptions.json +0 -23
  991. icdev-1.2.11/icdev/data/context/integration/gitlab_field_mappings.json +0 -33
  992. icdev-1.2.11/icdev/data/context/integration/reqif_export_schema.json +0 -23
  993. icdev-1.2.11/icdev/data/context/languages/language_registry.json +0 -279
  994. icdev-1.2.11/icdev/data/context/llm/example_provider.py +0 -86
  995. icdev-1.2.11/icdev/data/context/mbse/des_report_template.md +0 -162
  996. icdev-1.2.11/icdev/data/context/mbse/digital_thread_patterns.json +0 -403
  997. icdev-1.2.11/icdev/data/context/mbse/reqif_schema.json +0 -280
  998. icdev-1.2.11/icdev/data/context/mbse/sysml_element_types.json +0 -432
  999. icdev-1.2.11/icdev/data/context/modernization/db_type_mappings.json +0 -148
  1000. icdev-1.2.11/icdev/data/context/modernization/decomposition_patterns.json +0 -284
  1001. icdev-1.2.11/icdev/data/context/modernization/framework_migration_patterns.json +0 -359
  1002. icdev-1.2.11/icdev/data/context/modernization/migration_report_template.md +0 -168
  1003. icdev-1.2.11/icdev/data/context/modernization/version_upgrade_rules.json +0 -279
  1004. icdev-1.2.11/icdev/data/context/oscal/README.md +0 -43
  1005. icdev-1.2.11/icdev/data/docs/README.md +0 -187
  1006. icdev-1.2.11/icdev/data/docs/admin/gateway-guide.md +0 -338
  1007. icdev-1.2.11/icdev/data/docs/admin/marketplace-guide.md +0 -396
  1008. icdev-1.2.11/icdev/data/docs/admin/monitoring-guide.md +0 -509
  1009. icdev-1.2.11/icdev/data/docs/architecture/compliance-framework.md +0 -764
  1010. icdev-1.2.11/icdev/data/docs/architecture/database-schema.md +0 -689
  1011. icdev-1.2.11/icdev/data/docs/architecture/forge-framework.md +0 -518
  1012. icdev-1.2.11/icdev/data/docs/architecture/multi-agent-system.md +0 -603
  1013. icdev-1.2.11/icdev/data/docs/dx/README.md +0 -106
  1014. icdev-1.2.11/icdev/data/docs/dx/ci-cd-integration.md +0 -378
  1015. icdev-1.2.11/icdev/data/docs/dx/claude-code-guide.md +0 -213
  1016. icdev-1.2.11/icdev/data/docs/dx/companion-guide.md +0 -232
  1017. icdev-1.2.11/icdev/data/docs/dx/dev-profiles.md +0 -309
  1018. icdev-1.2.11/icdev/data/docs/dx/icdev-yaml-spec.md +0 -219
  1019. icdev-1.2.11/icdev/data/docs/dx/integration-tiers.md +0 -279
  1020. icdev-1.2.11/icdev/data/docs/dx/llm-routing-guide.md +0 -456
  1021. icdev-1.2.11/icdev/data/docs/dx/quickstart.md +0 -192
  1022. icdev-1.2.11/icdev/data/docs/dx/sdk-reference.md +0 -356
  1023. icdev-1.2.11/icdev/data/docs/dx/unified-mcp-setup.md +0 -525
  1024. icdev-1.2.11/icdev/data/docs/features/phase-01-gotcha-framework.md +0 -249
  1025. icdev-1.2.11/icdev/data/docs/features/phase-02-atlas-build-workflow.md +0 -223
  1026. icdev-1.2.11/icdev/data/docs/features/phase-03-tdd-bdd-testing.md +0 -261
  1027. icdev-1.2.11/icdev/data/docs/features/phase-04-nist-compliance.md +0 -255
  1028. icdev-1.2.11/icdev/data/docs/features/phase-05-security-scanning.md +0 -229
  1029. icdev-1.2.11/icdev/data/docs/features/phase-06-infrastructure-deployment.md +0 -288
  1030. icdev-1.2.11/icdev/data/docs/features/phase-07-code-review-gates.md +0 -276
  1031. icdev-1.2.11/icdev/data/docs/features/phase-08-self-healing.md +0 -223
  1032. icdev-1.2.11/icdev/data/docs/features/phase-09-monitoring-observability.md +0 -230
  1033. icdev-1.2.11/icdev/data/docs/features/phase-10-dashboard-web-ui.md +0 -218
  1034. icdev-1.2.11/icdev/data/docs/features/phase-11-multi-agent-architecture.md +0 -272
  1035. icdev-1.2.11/icdev/data/docs/features/phase-12-integration-testing.md +0 -228
  1036. icdev-1.2.11/icdev/data/docs/features/phase-13-cicd-integration.md +0 -257
  1037. icdev-1.2.11/icdev/data/docs/features/phase-14-secure-by-design-ivv.md +0 -240
  1038. icdev-1.2.11/icdev/data/docs/features/phase-15-maintenance-audit.md +0 -192
  1039. icdev-1.2.11/icdev/data/docs/features/phase-16-ato-acceleration.md +0 -228
  1040. icdev-1.2.11/icdev/data/docs/features/phase-17-multi-framework-compliance.md +0 -223
  1041. icdev-1.2.11/icdev/data/docs/features/phase-18-mbse-integration.md +0 -242
  1042. icdev-1.2.11/icdev/data/docs/features/phase-19-agentic-generation.md +0 -202
  1043. icdev-1.2.11/icdev/data/docs/features/phase-20-fips-security-categorization.md +0 -198
  1044. icdev-1.2.11/icdev/data/docs/features/phase-21-saas-multi-tenancy.md +0 -273
  1045. icdev-1.2.11/icdev/data/docs/features/phase-22-federated-gotcha-marketplace.md +0 -242
  1046. icdev-1.2.11/icdev/data/docs/features/phase-23-universal-compliance-platform.md +0 -238
  1047. icdev-1.2.11/icdev/data/docs/features/phase-24-devsecops-pipeline-security.md +0 -198
  1048. icdev-1.2.11/icdev/data/docs/features/phase-25-zero-trust-architecture.md +0 -220
  1049. icdev-1.2.11/icdev/data/docs/features/phase-26-dod-mosa.md +0 -205
  1050. icdev-1.2.11/icdev/data/docs/features/phase-27-cli-capabilities.md +0 -222
  1051. icdev-1.2.11/icdev/data/docs/features/phase-28-remote-command-gateway.md +0 -235
  1052. icdev-1.2.11/icdev/data/docs/features/phase-29-proactive-monitoring.md +0 -212
  1053. icdev-1.2.11/icdev/data/docs/features/phase-30-dashboard-auth.md +0 -215
  1054. icdev-1.2.11/icdev/data/docs/features/phase-31-dashboard-ux-low-impact.md +0 -188
  1055. icdev-1.2.11/icdev/data/docs/features/phase-32-dashboard-ux-medium-impact.md +0 -223
  1056. icdev-1.2.11/icdev/data/docs/features/phase-33-modular-installation.md +0 -218
  1057. icdev-1.2.11/icdev/data/docs/features/phase-34-dev-profiles.md +0 -239
  1058. icdev-1.2.11/icdev/data/docs/features/phase-35-innovation-engine.md +0 -257
  1059. icdev-1.2.11/icdev/data/docs/features/phase-36-evolutionary-intelligence.md +0 -351
  1060. icdev-1.2.11/icdev/data/docs/features/phase-37-mitre-atlas-integration.md +0 -485
  1061. icdev-1.2.11/icdev/data/docs/features/phase-38-cloud-agnostic-architecture.md +0 -1033
  1062. icdev-1.2.11/icdev/data/docs/features/phase-39-observability-operations.md +0 -178
  1063. icdev-1.2.11/icdev/data/docs/features/phase-40-nlq-compliance-queries.md +0 -176
  1064. icdev-1.2.11/icdev/data/docs/features/phase-41-parallel-cicd.md +0 -169
  1065. icdev-1.2.11/icdev/data/docs/features/phase-42-framework-planning.md +0 -177
  1066. icdev-1.2.11/icdev/data/docs/features/phase-43-cross-language-translation.md +0 -225
  1067. icdev-1.2.11/icdev/data/docs/features/phase-44-innovation-adaptation.md +0 -227
  1068. icdev-1.2.11/icdev/data/docs/features/phase-45-owasp-agentic-security.md +0 -239
  1069. icdev-1.2.11/icdev/data/docs/features/phase-46-observability-traceability-xai.md +0 -240
  1070. icdev-1.2.11/icdev/data/docs/features/phase-47-unified-mcp-gateway.md +0 -257
  1071. icdev-1.2.11/icdev/data/docs/features/phase-48-ai-transparency.md +0 -203
  1072. icdev-1.2.11/icdev/data/docs/features/phase-49-ai-accountability.md +0 -243
  1073. icdev-1.2.11/icdev/data/docs/features/phase-50-ai-governance-intake-chat.md +0 -195
  1074. icdev-1.2.11/icdev/data/docs/features/phase-51-unified-chat-dashboard.md +0 -240
  1075. icdev-1.2.11/icdev/data/docs/features/phase-52-code-intelligence.md +0 -244
  1076. icdev-1.2.11/icdev/data/docs/features/phase-53-fedramp-20x-owasp-asi.md +0 -359
  1077. icdev-1.2.11/icdev/data/docs/features/phase-54-slsa-swft-orchestration.md +0 -379
  1078. icdev-1.2.11/icdev/data/docs/features/phase-55-a2a-v03-mcp-oauth.md +0 -322
  1079. icdev-1.2.11/icdev/data/docs/features/phase-56-evidence-lineage.md +0 -352
  1080. icdev-1.2.11/icdev/data/docs/features/phase-57-eu-ai-act-iron-bank.md +0 -319
  1081. icdev-1.2.11/icdev/data/docs/features/phase-58-creative-engine.md +0 -370
  1082. icdev-1.2.11/icdev/data/docs/features/phase-59-govcon-intelligence.md +0 -535
  1083. icdev-1.2.11/icdev/data/docs/features/phase-60-cpmp.md +0 -528
  1084. icdev-1.2.11/icdev/data/docs/features/phase-61-orchestration-improvements.md +0 -534
  1085. icdev-1.2.11/icdev/data/docs/operations/dashboard-guide.md +0 -354
  1086. icdev-1.2.11/icdev/data/docs/operations/deployment-guide.md +0 -556
  1087. icdev-1.2.11/icdev/data/docs/operations/saas-admin-guide.md +0 -439
  1088. icdev-1.2.11/icdev/data/docs/operations/security-operations-guide.md +0 -733
  1089. icdev-1.2.11/icdev/data/docs/runbooks/backup-restore.md +0 -412
  1090. icdev-1.2.11/icdev/data/docs/runbooks/troubleshooting.md +0 -499
  1091. icdev-1.2.11/icdev/data/features/environment.py +0 -25
  1092. icdev-1.2.11/icdev/data/features/steps/cicd_steps.py +0 -465
  1093. icdev-1.2.11/icdev/data/features/steps/compliance_steps.py +0 -308
  1094. icdev-1.2.11/icdev/data/features/steps/dashboard_steps.py +0 -88
  1095. icdev-1.2.11/icdev/data/features/steps/project_steps.py +0 -126
  1096. icdev-1.2.11/icdev/data/features/steps/requirements_intake_steps.py +0 -689
  1097. icdev-1.2.11/icdev/data/features/steps/saas_platform_steps.py +0 -572
  1098. icdev-1.2.11/icdev/data/features/steps/security_steps.py +0 -236
  1099. icdev-1.2.11/icdev/data/features/steps/testing_steps.py +0 -226
  1100. icdev-1.2.11/icdev/data/goals/agent_management.md +0 -144
  1101. icdev-1.2.11/icdev/data/goals/agentic_generation.md +0 -345
  1102. icdev-1.2.11/icdev/data/goals/agentic_threat_model.md +0 -309
  1103. icdev-1.2.11/icdev/data/goals/ai_transparency.md +0 -76
  1104. icdev-1.2.11/icdev/data/goals/atlas_integration.md +0 -405
  1105. icdev-1.2.11/icdev/data/goals/ato_acceleration.md +0 -139
  1106. icdev-1.2.11/icdev/data/goals/boundary_supply_chain.md +0 -206
  1107. icdev-1.2.11/icdev/data/goals/build_app.md +0 -544
  1108. icdev-1.2.11/icdev/data/goals/cicd_integration.md +0 -86
  1109. icdev-1.2.11/icdev/data/goals/claude_dir_maintenance.md +0 -77
  1110. icdev-1.2.11/icdev/data/goals/cloud_agnostic.md +0 -312
  1111. icdev-1.2.11/icdev/data/goals/code_intelligence.md +0 -197
  1112. icdev-1.2.11/icdev/data/goals/compliance_workflow.md +0 -858
  1113. icdev-1.2.11/icdev/data/goals/continuous_harmonization.md +0 -140
  1114. icdev-1.2.11/icdev/data/goals/cross_language_translation.md +0 -171
  1115. icdev-1.2.11/icdev/data/goals/dashboard.md +0 -142
  1116. icdev-1.2.11/icdev/data/goals/deploy_workflow.md +0 -390
  1117. icdev-1.2.11/icdev/data/goals/devsecops_workflow.md +0 -408
  1118. icdev-1.2.11/icdev/data/goals/evolutionary_intelligence.md +0 -305
  1119. icdev-1.2.11/icdev/data/goals/framework_planning.md +0 -63
  1120. icdev-1.2.11/icdev/data/goals/init_project.md +0 -235
  1121. icdev-1.2.11/icdev/data/goals/innovation_engine.md +0 -199
  1122. icdev-1.2.11/icdev/data/goals/integration_testing.md +0 -189
  1123. icdev-1.2.11/icdev/data/goals/maintenance_audit.md +0 -196
  1124. icdev-1.2.11/icdev/data/goals/manifest.md +0 -56
  1125. icdev-1.2.11/icdev/data/goals/mbse_integration.md +0 -504
  1126. icdev-1.2.11/icdev/data/goals/modernization_workflow.md +0 -618
  1127. icdev-1.2.11/icdev/data/goals/monitoring.md +0 -126
  1128. icdev-1.2.11/icdev/data/goals/mosa_workflow.md +0 -463
  1129. icdev-1.2.11/icdev/data/goals/nlq_compliance.md +0 -63
  1130. icdev-1.2.11/icdev/data/goals/observability_traceability_xai.md +0 -154
  1131. icdev-1.2.11/icdev/data/goals/owasp_agentic_security.md +0 -395
  1132. icdev-1.2.11/icdev/data/goals/requirements_intake.md +0 -213
  1133. icdev-1.2.11/icdev/data/goals/sbd_ivv_workflow.md +0 -195
  1134. icdev-1.2.11/icdev/data/goals/security_categorization.md +0 -133
  1135. icdev-1.2.11/icdev/data/goals/security_scan.md +0 -381
  1136. icdev-1.2.11/icdev/data/goals/tdd_workflow.md +0 -403
  1137. icdev-1.2.11/icdev/data/goals/zero_trust_architecture.md +0 -403
  1138. icdev-1.2.11/icdev/data/hardprompts/agent/agentic_architect.md +0 -100
  1139. icdev-1.2.11/icdev/data/hardprompts/agent/governance_review.md +0 -214
  1140. icdev-1.2.11/icdev/data/hardprompts/agent/skill_design.md +0 -172
  1141. icdev-1.2.11/icdev/data/hardprompts/agent/task_decomposition.md +0 -275
  1142. icdev-1.2.11/icdev/data/hardprompts/ci/worktree_setup.md +0 -35
  1143. icdev-1.2.11/icdev/data/hardprompts/compliance/cmmc_assessment.md +0 -63
  1144. icdev-1.2.11/icdev/data/hardprompts/compliance/fedramp_assessment.md +0 -55
  1145. icdev-1.2.11/icdev/data/hardprompts/dashboard/nlq_system_prompt.md +0 -26
  1146. icdev-1.2.11/icdev/data/hardprompts/integration/approval_review.md +0 -17
  1147. icdev-1.2.11/icdev/data/hardprompts/integration/jira_mapping.md +0 -25
  1148. icdev-1.2.11/icdev/data/hardprompts/integration/servicenow_mapping.md +0 -14
  1149. icdev-1.2.11/icdev/data/hardprompts/mbse/digital_thread.md +0 -67
  1150. icdev-1.2.11/icdev/data/hardprompts/mbse/model_import.md +0 -62
  1151. icdev-1.2.11/icdev/data/hardprompts/mbse/model_to_code.md +0 -65
  1152. icdev-1.2.11/icdev/data/hardprompts/modernization/legacy_analysis.md +0 -93
  1153. icdev-1.2.11/icdev/data/hardprompts/modernization/migration_planning.md +0 -150
  1154. icdev-1.2.11/icdev/data/hardprompts/modernization/seven_r_assessment.md +0 -107
  1155. icdev-1.2.11/icdev/data/hardprompts/requirements/clarification_prioritization.md +0 -29
  1156. icdev-1.2.11/icdev/data/hardprompts/requirements/intake_conversation.md +0 -101
  1157. icdev-1.2.11/icdev/data/hardprompts/requirements/spec_quality.md +0 -33
  1158. icdev-1.2.11/icdev/data/hardprompts/security/vulnerability_assessment.md +0 -81
  1159. icdev-1.2.11/icdev/data/hardprompts/simulation/architecture_impact.md +0 -27
  1160. icdev-1.2.11/icdev/data/hardprompts/simulation/coa_alternative.md +0 -27
  1161. icdev-1.2.11/icdev/data/hardprompts/simulation/coa_generation.md +0 -25
  1162. icdev-1.2.11/icdev/data/hardprompts/simulation/compliance_impact.md +0 -28
  1163. icdev-1.2.11/icdev/data/hardprompts/simulation/cost_estimation.md +0 -33
  1164. icdev-1.2.11/icdev/data/hardprompts/simulation/risk_assessment.md +0 -28
  1165. icdev-1.2.11/icdev/data/hardprompts/translation/code_translation.md +0 -68
  1166. icdev-1.2.11/icdev/data/hardprompts/translation/dependency_suggestion.md +0 -44
  1167. icdev-1.2.11/icdev/data/hardprompts/translation/test_translation.md +0 -64
  1168. icdev-1.2.11/icdev/data/hardprompts/translation/translation_repair.md +0 -59
  1169. icdev-1.2.11/icdev/tools/__init__.py +0 -27
  1170. icdev-1.2.11/icdev/tools/a2a/agent_cards/architect.json +0 -43
  1171. icdev-1.2.11/icdev/tools/a2a/agent_cards/builder.json +0 -50
  1172. icdev-1.2.11/icdev/tools/a2a/agent_cards/compliance.json +0 -57
  1173. icdev-1.2.11/icdev/tools/a2a/agent_cards/devsecops.json +0 -71
  1174. icdev-1.2.11/icdev/tools/a2a/agent_cards/infra.json +0 -57
  1175. icdev-1.2.11/icdev/tools/a2a/agent_cards/integration.json +0 -57
  1176. icdev-1.2.11/icdev/tools/a2a/agent_cards/knowledge.json +0 -43
  1177. icdev-1.2.11/icdev/tools/a2a/agent_cards/mbse.json +0 -57
  1178. icdev-1.2.11/icdev/tools/a2a/agent_cards/modernization.json +0 -50
  1179. icdev-1.2.11/icdev/tools/a2a/agent_cards/monitor.json +0 -43
  1180. icdev-1.2.11/icdev/tools/a2a/agent_cards/orchestrator.json +0 -36
  1181. icdev-1.2.11/icdev/tools/a2a/agent_cards/requirements_analyst.json +0 -64
  1182. icdev-1.2.11/icdev/tools/a2a/agent_cards/security.json +0 -50
  1183. icdev-1.2.11/icdev/tools/a2a/agent_cards/simulation.json +0 -57
  1184. icdev-1.2.11/icdev/tools/a2a/agent_cards/supply_chain.json +0 -50
  1185. icdev-1.2.11/icdev/tools/agent/__init__.py +0 -2
  1186. icdev-1.2.11/icdev/tools/agent/a2a_agent_card_generator.py +0 -285
  1187. icdev-1.2.11/icdev/tools/agent/a2a_discovery_server.py +0 -250
  1188. icdev-1.2.11/icdev/tools/agent/agent_memory.py +0 -557
  1189. icdev-1.2.11/icdev/tools/agent/anvil_critique.py +0 -910
  1190. icdev-1.2.11/icdev/tools/agent/authority.py +0 -443
  1191. icdev-1.2.11/icdev/tools/agent/bedrock_client.py +0 -1075
  1192. icdev-1.2.11/icdev/tools/agent/collaboration.py +0 -871
  1193. icdev-1.2.11/icdev/tools/agent/dispatcher_mode.py +0 -665
  1194. icdev-1.2.11/icdev/tools/agent/mailbox.py +0 -575
  1195. icdev-1.2.11/icdev/tools/agent/prompt_chain_executor.py +0 -1064
  1196. icdev-1.2.11/icdev/tools/agent/session_purpose.py +0 -350
  1197. icdev-1.2.11/icdev/tools/agent/skill_router.py +0 -638
  1198. icdev-1.2.11/icdev/tools/agent/skill_selector.py +0 -486
  1199. icdev-1.2.11/icdev/tools/agent/team_orchestrator.py +0 -1108
  1200. icdev-1.2.11/icdev/tools/agent/token_tracker.py +0 -290
  1201. icdev-1.2.11/icdev/tools/analysis/code_analyzer.py +0 -780
  1202. icdev-1.2.11/icdev/tools/analysis/runtime_feedback.py +0 -389
  1203. icdev-1.2.11/icdev/tools/audit/audit_logger.py +0 -196
  1204. icdev-1.2.11/icdev/tools/audit/decision_recorder.py +0 -72
  1205. icdev-1.2.11/icdev/tools/builder/agentic_fitness.py +0 -534
  1206. icdev-1.2.11/icdev/tools/builder/agentic_test_templates/test_a2a_callback.py +0 -117
  1207. icdev-1.2.11/icdev/tools/builder/app_blueprint.py +0 -1583
  1208. icdev-1.2.11/icdev/tools/builder/child_app_generator.py +0 -2846
  1209. icdev-1.2.11/icdev/tools/builder/claude_md_generator.py +0 -1734
  1210. icdev-1.2.11/icdev/tools/builder/code_generator.py +0 -3704
  1211. icdev-1.2.11/icdev/tools/builder/db_init_generator.py +0 -1709
  1212. icdev-1.2.11/icdev/tools/builder/dev_profile_manager.py +0 -954
  1213. icdev-1.2.11/icdev/tools/builder/forge_validator.py +0 -814
  1214. icdev-1.2.11/icdev/tools/builder/goal_adapter.py +0 -592
  1215. icdev-1.2.11/icdev/tools/builder/language_support.py +0 -441
  1216. icdev-1.2.11/icdev/tools/builder/scaffolder.py +0 -1590
  1217. icdev-1.2.11/icdev/tools/builder/scaffolder_extended.py +0 -1771
  1218. icdev-1.2.11/icdev/tools/builder/test_writer.py +0 -950
  1219. icdev-1.2.11/icdev/tools/ci/__init__.py +0 -2
  1220. icdev-1.2.11/icdev/tools/ci/connectors/__init__.py +0 -2
  1221. icdev-1.2.11/icdev/tools/ci/connectors/base_connector.py +0 -80
  1222. icdev-1.2.11/icdev/tools/ci/connectors/connector_registry.py +0 -188
  1223. icdev-1.2.11/icdev/tools/ci/connectors/mattermost_connector.py +0 -159
  1224. icdev-1.2.11/icdev/tools/ci/connectors/slack_connector.py +0 -197
  1225. icdev-1.2.11/icdev/tools/ci/core/__init__.py +0 -2
  1226. icdev-1.2.11/icdev/tools/ci/core/air_gap_detector.py +0 -115
  1227. icdev-1.2.11/icdev/tools/ci/core/comment_handler.py +0 -192
  1228. icdev-1.2.11/icdev/tools/ci/core/conversation_manager.py +0 -479
  1229. icdev-1.2.11/icdev/tools/ci/core/event_envelope.py +0 -512
  1230. icdev-1.2.11/icdev/tools/ci/core/event_router.py +0 -443
  1231. icdev-1.2.11/icdev/tools/ci/core/failure_parser.py +0 -397
  1232. icdev-1.2.11/icdev/tools/ci/core/recovery_engine.py +0 -529
  1233. icdev-1.2.11/icdev/tools/ci/modules/__init__.py +0 -2
  1234. icdev-1.2.11/icdev/tools/ci/modules/agent.py +0 -271
  1235. icdev-1.2.11/icdev/tools/ci/modules/git_ops.py +0 -175
  1236. icdev-1.2.11/icdev/tools/ci/modules/state.py +0 -119
  1237. icdev-1.2.11/icdev/tools/ci/modules/vcs.py +0 -303
  1238. icdev-1.2.11/icdev/tools/ci/modules/workflow_ops.py +0 -295
  1239. icdev-1.2.11/icdev/tools/ci/modules/worktree.py +0 -340
  1240. icdev-1.2.11/icdev/tools/ci/pipeline_config_generator.py +0 -558
  1241. icdev-1.2.11/icdev/tools/ci/triggers/__init__.py +0 -2
  1242. icdev-1.2.11/icdev/tools/ci/triggers/gitlab_task_monitor.py +0 -330
  1243. icdev-1.2.11/icdev/tools/ci/triggers/poll_trigger.py +0 -237
  1244. icdev-1.2.11/icdev/tools/ci/triggers/webhook_server.py +0 -358
  1245. icdev-1.2.11/icdev/tools/ci/workflows/__init__.py +0 -2
  1246. icdev-1.2.11/icdev/tools/ci/workflows/icdev_build.py +0 -140
  1247. icdev-1.2.11/icdev/tools/ci/workflows/icdev_comply.py +0 -284
  1248. icdev-1.2.11/icdev/tools/ci/workflows/icdev_document.py +0 -152
  1249. icdev-1.2.11/icdev/tools/ci/workflows/icdev_e2e.py +0 -188
  1250. icdev-1.2.11/icdev/tools/ci/workflows/icdev_patch.py +0 -186
  1251. icdev-1.2.11/icdev/tools/ci/workflows/icdev_plan.py +0 -202
  1252. icdev-1.2.11/icdev/tools/ci/workflows/icdev_plan_build.py +0 -41
  1253. icdev-1.2.11/icdev/tools/ci/workflows/icdev_plan_build_test.py +0 -46
  1254. icdev-1.2.11/icdev/tools/ci/workflows/icdev_plan_build_test_review.py +0 -47
  1255. icdev-1.2.11/icdev/tools/ci/workflows/icdev_review.py +0 -126
  1256. icdev-1.2.11/icdev/tools/ci/workflows/icdev_sdlc.py +0 -261
  1257. icdev-1.2.11/icdev/tools/ci/workflows/icdev_test.py +0 -240
  1258. icdev-1.2.11/icdev/tools/cli/output_formatter.py +0 -756
  1259. icdev-1.2.11/icdev/tools/cli_formatter.py +0 -42
  1260. icdev-1.2.11/icdev/tools/cloud/csp_changelog.py +0 -383
  1261. icdev-1.2.11/icdev/tools/cloud/csp_monitor.py +0 -951
  1262. icdev-1.2.11/icdev/tools/cloud/iam_provider.py +0 -593
  1263. icdev-1.2.11/icdev/tools/cloud/registry_provider.py +0 -563
  1264. icdev-1.2.11/icdev/tools/compat/__init__.py +0 -21
  1265. icdev-1.2.11/icdev/tools/compat/cli_harmonizer.py +0 -251
  1266. icdev-1.2.11/icdev/tools/compat/datetime_utils.py +0 -18
  1267. icdev-1.2.11/icdev/tools/compat/db_utils.py +0 -159
  1268. icdev-1.2.11/icdev/tools/compat/platform_utils.py +0 -123
  1269. icdev-1.2.11/icdev/tools/compliance/accountability_manager.py +0 -397
  1270. icdev-1.2.11/icdev/tools/compliance/ai_accountability_audit.py +0 -294
  1271. icdev-1.2.11/icdev/tools/compliance/ai_impact_assessor.py +0 -273
  1272. icdev-1.2.11/icdev/tools/compliance/ai_incident_response.py +0 -301
  1273. icdev-1.2.11/icdev/tools/compliance/ai_inventory_manager.py +0 -239
  1274. icdev-1.2.11/icdev/tools/compliance/ai_reassessment_scheduler.py +0 -256
  1275. icdev-1.2.11/icdev/tools/compliance/ai_transparency_audit.py +0 -248
  1276. icdev-1.2.11/icdev/tools/compliance/atlas_assessor.py +0 -278
  1277. icdev-1.2.11/icdev/tools/compliance/atlas_report_generator.py +0 -1211
  1278. icdev-1.2.11/icdev/tools/compliance/base_assessor.py +0 -597
  1279. icdev-1.2.11/icdev/tools/compliance/cato_monitor.py +0 -1385
  1280. icdev-1.2.11/icdev/tools/compliance/cato_scheduler.py +0 -699
  1281. icdev-1.2.11/icdev/tools/compliance/cjis_assessor.py +0 -76
  1282. icdev-1.2.11/icdev/tools/compliance/classification_manager.py +0 -1353
  1283. icdev-1.2.11/icdev/tools/compliance/cmmc_assessor.py +0 -1491
  1284. icdev-1.2.11/icdev/tools/compliance/cmmc_report_generator.py +0 -1100
  1285. icdev-1.2.11/icdev/tools/compliance/compliance_detector.py +0 -463
  1286. icdev-1.2.11/icdev/tools/compliance/compliance_exporter.py +0 -427
  1287. icdev-1.2.11/icdev/tools/compliance/crosswalk_engine.py +0 -1203
  1288. icdev-1.2.11/icdev/tools/compliance/cssp_assessor.py +0 -1045
  1289. icdev-1.2.11/icdev/tools/compliance/cssp_evidence_collector.py +0 -729
  1290. icdev-1.2.11/icdev/tools/compliance/cssp_report_generator.py +0 -1116
  1291. icdev-1.2.11/icdev/tools/compliance/cui_marker.py +0 -388
  1292. icdev-1.2.11/icdev/tools/compliance/diagram_validator.py +0 -600
  1293. icdev-1.2.11/icdev/tools/compliance/emass/__init__.py +0 -2
  1294. icdev-1.2.11/icdev/tools/compliance/emass/emass_client.py +0 -840
  1295. icdev-1.2.11/icdev/tools/compliance/emass/emass_export.py +0 -777
  1296. icdev-1.2.11/icdev/tools/compliance/emass/emass_sync.py +0 -826
  1297. icdev-1.2.11/icdev/tools/compliance/eu_ai_act_classifier.py +0 -194
  1298. icdev-1.2.11/icdev/tools/compliance/fairness_assessor.py +0 -316
  1299. icdev-1.2.11/icdev/tools/compliance/fedramp_assessor.py +0 -1808
  1300. icdev-1.2.11/icdev/tools/compliance/fedramp_authorization_packager.py +0 -137
  1301. icdev-1.2.11/icdev/tools/compliance/fedramp_ksi_generator.py +0 -355
  1302. icdev-1.2.11/icdev/tools/compliance/fips199_categorizer.py +0 -881
  1303. icdev-1.2.11/icdev/tools/compliance/fips200_validator.py +0 -315
  1304. icdev-1.2.11/icdev/tools/compliance/gao_ai_assessor.py +0 -231
  1305. icdev-1.2.11/icdev/tools/compliance/gao_evidence_builder.py +0 -308
  1306. icdev-1.2.11/icdev/tools/compliance/hipaa_assessor.py +0 -78
  1307. icdev-1.2.11/icdev/tools/compliance/hitrust_assessor.py +0 -49
  1308. icdev-1.2.11/icdev/tools/compliance/incident_response_plan.py +0 -718
  1309. icdev-1.2.11/icdev/tools/compliance/iso27001_assessor.py +0 -92
  1310. icdev-1.2.11/icdev/tools/compliance/iso42001_assessor.py +0 -114
  1311. icdev-1.2.11/icdev/tools/compliance/ivv_assessor.py +0 -2328
  1312. icdev-1.2.11/icdev/tools/compliance/ivv_report_generator.py +0 -1662
  1313. icdev-1.2.11/icdev/tools/compliance/model_card_generator.py +0 -297
  1314. icdev-1.2.11/icdev/tools/compliance/mosa_assessor.py +0 -117
  1315. icdev-1.2.11/icdev/tools/compliance/multi_regime_assessor.py +0 -451
  1316. icdev-1.2.11/icdev/tools/compliance/nist_800_207_assessor.py +0 -191
  1317. icdev-1.2.11/icdev/tools/compliance/nist_ai_600_1_assessor.py +0 -188
  1318. icdev-1.2.11/icdev/tools/compliance/nist_ai_rmf_assessor.py +0 -110
  1319. icdev-1.2.11/icdev/tools/compliance/omb_m25_21_assessor.py +0 -228
  1320. icdev-1.2.11/icdev/tools/compliance/omb_m26_04_assessor.py +0 -188
  1321. icdev-1.2.11/icdev/tools/compliance/oscal_catalog_adapter.py +0 -395
  1322. icdev-1.2.11/icdev/tools/compliance/oscal_generator.py +0 -2170
  1323. icdev-1.2.11/icdev/tools/compliance/oscal_tools.py +0 -1183
  1324. icdev-1.2.11/icdev/tools/compliance/owasp_asi_assessor.py +0 -200
  1325. icdev-1.2.11/icdev/tools/compliance/owasp_llm_assessor.py +0 -244
  1326. icdev-1.2.11/icdev/tools/compliance/pci_dss_assessor.py +0 -80
  1327. icdev-1.2.11/icdev/tools/compliance/poam_generator.py +0 -405
  1328. icdev-1.2.11/icdev/tools/compliance/resolve_marking.py +0 -283
  1329. icdev-1.2.11/icdev/tools/compliance/sbd_assessor.py +0 -2068
  1330. icdev-1.2.11/icdev/tools/compliance/sbd_report_generator.py +0 -1236
  1331. icdev-1.2.11/icdev/tools/compliance/sbom_generator.py +0 -1008
  1332. icdev-1.2.11/icdev/tools/compliance/slsa_attestation_generator.py +0 -490
  1333. icdev-1.2.11/icdev/tools/compliance/soc2_assessor.py +0 -77
  1334. icdev-1.2.11/icdev/tools/compliance/ssp_generator.py +0 -573
  1335. icdev-1.2.11/icdev/tools/compliance/stig_checker.py +0 -727
  1336. icdev-1.2.11/icdev/tools/compliance/swft_evidence_bundler.py +0 -337
  1337. icdev-1.2.11/icdev/tools/compliance/system_card_generator.py +0 -309
  1338. icdev-1.2.11/icdev/tools/compliance/traceability_matrix.py +0 -1281
  1339. icdev-1.2.11/icdev/tools/compliance/universal_classification_manager.py +0 -1172
  1340. icdev-1.2.11/icdev/tools/compliance/xacta/__init__.py +0 -2
  1341. icdev-1.2.11/icdev/tools/compliance/xacta/xacta_client.py +0 -449
  1342. icdev-1.2.11/icdev/tools/compliance/xacta/xacta_export.py +0 -557
  1343. icdev-1.2.11/icdev/tools/compliance/xacta/xacta_sync.py +0 -333
  1344. icdev-1.2.11/icdev/tools/dashboard/api/activity.py +0 -205
  1345. icdev-1.2.11/icdev/tools/dashboard/api/batch.py +0 -667
  1346. icdev-1.2.11/icdev/tools/dashboard/api/cicd.py +0 -219
  1347. icdev-1.2.11/icdev/tools/dashboard/api/cpmp.py +0 -915
  1348. icdev-1.2.11/icdev/tools/dashboard/api/diagrams.py +0 -65
  1349. icdev-1.2.11/icdev/tools/dashboard/api/govcon.py +0 -1095
  1350. icdev-1.2.11/icdev/tools/dashboard/api/nlq.py +0 -72
  1351. icdev-1.2.11/icdev/tools/dashboard/api/orchestration.py +0 -472
  1352. icdev-1.2.11/icdev/tools/dashboard/app.py +0 -4132
  1353. icdev-1.2.11/icdev/tools/dashboard/auth.py +0 -601
  1354. icdev-1.2.11/icdev/tools/dashboard/byok.py +0 -264
  1355. icdev-1.2.11/icdev/tools/dashboard/chat_manager.py +0 -676
  1356. icdev-1.2.11/icdev/tools/dashboard/config.py +0 -131
  1357. icdev-1.2.11/icdev/tools/dashboard/diagram_definitions.py +0 -642
  1358. icdev-1.2.11/icdev/tools/dashboard/nlq_processor.py +0 -324
  1359. icdev-1.2.11/icdev/tools/dashboard/phase_loader.py +0 -136
  1360. icdev-1.2.11/icdev/tools/dashboard/sse_manager.py +0 -89
  1361. icdev-1.2.11/icdev/tools/dashboard/state_tracker.py +0 -267
  1362. icdev-1.2.11/icdev/tools/dashboard/static/css/style.css +0 -706
  1363. icdev-1.2.11/icdev/tools/dashboard/static/css/ux.css +0 -2047
  1364. icdev-1.2.11/icdev/tools/dashboard/static/js/api.js +0 -161
  1365. icdev-1.2.11/icdev/tools/dashboard/static/js/batch.js +0 -814
  1366. icdev-1.2.11/icdev/tools/dashboard/static/js/charts.js +0 -618
  1367. icdev-1.2.11/icdev/tools/dashboard/static/js/chat.js +0 -1514
  1368. icdev-1.2.11/icdev/tools/dashboard/static/js/kanban.js +0 -113
  1369. icdev-1.2.11/icdev/tools/dashboard/static/js/live.js +0 -569
  1370. icdev-1.2.11/icdev/tools/dashboard/static/js/mermaid-icdev.js +0 -332
  1371. icdev-1.2.11/icdev/tools/dashboard/static/js/proposals.js +0 -588
  1372. icdev-1.2.11/icdev/tools/dashboard/static/js/shortcuts.js +0 -544
  1373. icdev-1.2.11/icdev/tools/dashboard/static/js/tables.js +0 -652
  1374. icdev-1.2.11/icdev/tools/dashboard/static/js/tour.js +0 -524
  1375. icdev-1.2.11/icdev/tools/dashboard/static/js/ux.js +0 -942
  1376. icdev-1.2.11/icdev/tools/dashboard/templates/404.html +0 -10
  1377. icdev-1.2.11/icdev/tools/dashboard/templates/activity.html +0 -80
  1378. icdev-1.2.11/icdev/tools/dashboard/templates/admin/users.html +0 -144
  1379. icdev-1.2.11/icdev/tools/dashboard/templates/ai_accountability.html +0 -235
  1380. icdev-1.2.11/icdev/tools/dashboard/templates/ai_transparency.html +0 -263
  1381. icdev-1.2.11/icdev/tools/dashboard/templates/base.html +0 -104
  1382. icdev-1.2.11/icdev/tools/dashboard/templates/batch.html +0 -23
  1383. icdev-1.2.11/icdev/tools/dashboard/templates/chat.html +0 -332
  1384. icdev-1.2.11/icdev/tools/dashboard/templates/children.html +0 -149
  1385. icdev-1.2.11/icdev/tools/dashboard/templates/cicd.html +0 -253
  1386. icdev-1.2.11/icdev/tools/dashboard/templates/code_quality.html +0 -214
  1387. icdev-1.2.11/icdev/tools/dashboard/templates/cpmp/cor_detail.html +0 -220
  1388. icdev-1.2.11/icdev/tools/dashboard/templates/cpmp/cor_portal.html +0 -91
  1389. icdev-1.2.11/icdev/tools/dashboard/templates/cpmp/deliverable_detail.html +0 -197
  1390. icdev-1.2.11/icdev/tools/dashboard/templates/cpmp/detail.html +0 -578
  1391. icdev-1.2.11/icdev/tools/dashboard/templates/cpmp/portfolio.html +0 -202
  1392. icdev-1.2.11/icdev/tools/dashboard/templates/dev_profiles.html +0 -304
  1393. icdev-1.2.11/icdev/tools/dashboard/templates/diagrams.html +0 -224
  1394. icdev-1.2.11/icdev/tools/dashboard/templates/events/timeline.html +0 -232
  1395. icdev-1.2.11/icdev/tools/dashboard/templates/evidence.html +0 -134
  1396. icdev-1.2.11/icdev/tools/dashboard/templates/fedramp_20x.html +0 -207
  1397. icdev-1.2.11/icdev/tools/dashboard/templates/gateway.html +0 -244
  1398. icdev-1.2.11/icdev/tools/dashboard/templates/govcon/capabilities.html +0 -135
  1399. icdev-1.2.11/icdev/tools/dashboard/templates/govcon/pipeline.html +0 -214
  1400. icdev-1.2.11/icdev/tools/dashboard/templates/govcon/requirements.html +0 -120
  1401. icdev-1.2.11/icdev/tools/dashboard/templates/index.html +0 -254
  1402. icdev-1.2.11/icdev/tools/dashboard/templates/lineage.html +0 -141
  1403. icdev-1.2.11/icdev/tools/dashboard/templates/login.html +0 -51
  1404. icdev-1.2.11/icdev/tools/dashboard/templates/monitoring/overview.html +0 -193
  1405. icdev-1.2.11/icdev/tools/dashboard/templates/orchestration/dashboard.html +0 -545
  1406. icdev-1.2.11/icdev/tools/dashboard/templates/oscal.html +0 -263
  1407. icdev-1.2.11/icdev/tools/dashboard/templates/phases.html +0 -150
  1408. icdev-1.2.11/icdev/tools/dashboard/templates/prod_audit.html +0 -280
  1409. icdev-1.2.11/icdev/tools/dashboard/templates/profile.html +0 -183
  1410. icdev-1.2.11/icdev/tools/dashboard/templates/projects/detail.html +0 -583
  1411. icdev-1.2.11/icdev/tools/dashboard/templates/projects/list.html +0 -47
  1412. icdev-1.2.11/icdev/tools/dashboard/templates/proposals/detail.html +0 -1253
  1413. icdev-1.2.11/icdev/tools/dashboard/templates/proposals/list.html +0 -179
  1414. icdev-1.2.11/icdev/tools/dashboard/templates/proposals/section_detail.html +0 -193
  1415. icdev-1.2.11/icdev/tools/dashboard/templates/provenance.html +0 -181
  1416. icdev-1.2.11/icdev/tools/dashboard/templates/query/nlq.html +0 -234
  1417. icdev-1.2.11/icdev/tools/dashboard/templates/quick_paths.html +0 -69
  1418. icdev-1.2.11/icdev/tools/dashboard/templates/traces.html +0 -155
  1419. icdev-1.2.11/icdev/tools/dashboard/templates/translation_detail.html +0 -199
  1420. icdev-1.2.11/icdev/tools/dashboard/templates/translations.html +0 -162
  1421. icdev-1.2.11/icdev/tools/dashboard/templates/usage.html +0 -225
  1422. icdev-1.2.11/icdev/tools/dashboard/templates/wizard.html +0 -539
  1423. icdev-1.2.11/icdev/tools/dashboard/templates/xai.html +0 -208
  1424. icdev-1.2.11/icdev/tools/dashboard/ux_helpers.py +0 -962
  1425. icdev-1.2.11/icdev/tools/db/backup.py +0 -312
  1426. icdev-1.2.11/icdev/tools/db/backup_manager.py +0 -832
  1427. icdev-1.2.11/icdev/tools/db/init_icdev_db.py +0 -5900
  1428. icdev-1.2.11/icdev/tools/db/migrate.py +0 -178
  1429. icdev-1.2.11/icdev/tools/db/migration_runner.py +0 -549
  1430. icdev-1.2.11/icdev/tools/db/migrations/001_baseline/up.py +0 -68
  1431. icdev-1.2.11/icdev/tools/db/migrations/__init__.py +0 -2
  1432. icdev-1.2.11/icdev/tools/devsecops/__init__.py +0 -2
  1433. icdev-1.2.11/icdev/tools/devsecops/network_segmentation_generator.py +0 -614
  1434. icdev-1.2.11/icdev/tools/devsecops/pdp_config_generator.py +0 -1256
  1435. icdev-1.2.11/icdev/tools/devsecops/profile_manager.py +0 -388
  1436. icdev-1.2.11/icdev/tools/devsecops/service_mesh_generator.py +0 -1073
  1437. icdev-1.2.11/icdev/tools/devsecops/zta_terraform_generator.py +0 -1303
  1438. icdev-1.2.11/icdev/tools/dx/__init__.py +0 -3
  1439. icdev-1.2.11/icdev/tools/dx/companion.py +0 -266
  1440. icdev-1.2.11/icdev/tools/dx/instruction_generator.py +0 -753
  1441. icdev-1.2.11/icdev/tools/dx/mcp_config_generator.py +0 -282
  1442. icdev-1.2.11/icdev/tools/dx/skill_translator.py +0 -425
  1443. icdev-1.2.11/icdev/tools/extensions/builtins/__init__.py +0 -2
  1444. icdev-1.2.11/icdev/tools/extensions/extension_manager.py +0 -456
  1445. icdev-1.2.11/icdev/tools/infra/ironbank_metadata_generator.py +0 -411
  1446. icdev-1.2.11/icdev/tools/infra/k8s_generator.py +0 -1002
  1447. icdev-1.2.11/icdev/tools/infra/terraform_generator.py +0 -1142
  1448. icdev-1.2.11/icdev/tools/infra/terraform_generator_gcp.py +0 -954
  1449. icdev-1.2.11/icdev/tools/infra/terraform_generator_onprem.py +0 -319
  1450. icdev-1.2.11/icdev/tools/innovation/__init__.py +0 -8
  1451. icdev-1.2.11/icdev/tools/innovation/competitive_intel.py +0 -494
  1452. icdev-1.2.11/icdev/tools/innovation/innovation_manager.py +0 -681
  1453. icdev-1.2.11/icdev/tools/innovation/introspective_analyzer.py +0 -774
  1454. icdev-1.2.11/icdev/tools/innovation/signal_ranker.py +0 -1038
  1455. icdev-1.2.11/icdev/tools/innovation/solution_generator.py +0 -697
  1456. icdev-1.2.11/icdev/tools/innovation/standards_monitor.py +0 -466
  1457. icdev-1.2.11/icdev/tools/innovation/trend_detector.py +0 -1046
  1458. icdev-1.2.11/icdev/tools/innovation/triage_engine.py +0 -1149
  1459. icdev-1.2.11/icdev/tools/innovation/web_scanner.py +0 -894
  1460. icdev-1.2.11/icdev/tools/installer/__init__.py +0 -1
  1461. icdev-1.2.11/icdev/tools/installer/compliance_configurator.py +0 -637
  1462. icdev-1.2.11/icdev/tools/installer/installer.py +0 -1711
  1463. icdev-1.2.11/icdev/tools/installer/module_registry.py +0 -805
  1464. icdev-1.2.11/icdev/tools/installer/platform_setup.py +0 -961
  1465. icdev-1.2.11/icdev/tools/integration/approval_manager.py +0 -561
  1466. icdev-1.2.11/icdev/tools/integration/doors_exporter.py +0 -627
  1467. icdev-1.2.11/icdev/tools/integration/gitlab_connector.py +0 -784
  1468. icdev-1.2.11/icdev/tools/integration/jira_connector.py +0 -774
  1469. icdev-1.2.11/icdev/tools/integration/servicenow_connector.py +0 -693
  1470. icdev-1.2.11/icdev/tools/llm/__init__.py +0 -72
  1471. icdev-1.2.11/icdev/tools/llm/azure_openai_provider.py +0 -338
  1472. icdev-1.2.11/icdev/tools/llm/gemini_provider.py +0 -381
  1473. icdev-1.2.11/icdev/tools/llm/oci_genai_provider.py +0 -462
  1474. icdev-1.2.11/icdev/tools/llm/ollama_provider.py +0 -340
  1475. icdev-1.2.11/icdev/tools/llm/provider_sdk.py +0 -175
  1476. icdev-1.2.11/icdev/tools/llm/router.py +0 -780
  1477. icdev-1.2.11/icdev/tools/llm/vertex_ai_provider.py +0 -374
  1478. icdev-1.2.11/icdev/tools/maintenance/__init__.py +0 -2
  1479. icdev-1.2.11/icdev/tools/maintenance/dependency_scanner.py +0 -1031
  1480. icdev-1.2.11/icdev/tools/maintenance/maintenance_auditor.py +0 -815
  1481. icdev-1.2.11/icdev/tools/maintenance/remediation_engine.py +0 -966
  1482. icdev-1.2.11/icdev/tools/maintenance/vulnerability_checker.py +0 -987
  1483. icdev-1.2.11/icdev/tools/mbse/__init__.py +0 -3
  1484. icdev-1.2.11/icdev/tools/mbse/des_report_generator.py +0 -800
  1485. icdev-1.2.11/icdev/tools/mbse/diagram_extractor.py +0 -811
  1486. icdev-1.2.11/icdev/tools/mbse/digital_thread.py +0 -1665
  1487. icdev-1.2.11/icdev/tools/mbse/model_code_generator.py +0 -1122
  1488. icdev-1.2.11/icdev/tools/mbse/model_control_mapper.py +0 -420
  1489. icdev-1.2.11/icdev/tools/mbse/reqif_parser.py +0 -1484
  1490. icdev-1.2.11/icdev/tools/mbse/sync_engine.py +0 -1805
  1491. icdev-1.2.11/icdev/tools/mbse/xmi_parser.py +0 -1573
  1492. icdev-1.2.11/icdev/tools/mcp/builder_server.py +0 -725
  1493. icdev-1.2.11/icdev/tools/mcp/compliance_server.py +0 -1407
  1494. icdev-1.2.11/icdev/tools/mcp/context_indexer.py +0 -199
  1495. icdev-1.2.11/icdev/tools/mcp/context_server.py +0 -305
  1496. icdev-1.2.11/icdev/tools/mcp/core_server.py +0 -679
  1497. icdev-1.2.11/icdev/tools/mcp/gateway_server.py +0 -339
  1498. icdev-1.2.11/icdev/tools/mcp/generate_registry.py +0 -623
  1499. icdev-1.2.11/icdev/tools/mcp/innovation_server.py +0 -316
  1500. icdev-1.2.11/icdev/tools/mcp/integration_server.py +0 -527
  1501. icdev-1.2.11/icdev/tools/mcp/knowledge_server.py +0 -429
  1502. icdev-1.2.11/icdev/tools/mcp/marketplace_server.py +0 -499
  1503. icdev-1.2.11/icdev/tools/mcp/mbse_server.py +0 -398
  1504. icdev-1.2.11/icdev/tools/mcp/modernization_server.py +0 -496
  1505. icdev-1.2.11/icdev/tools/mcp/requirements_server.py +0 -415
  1506. icdev-1.2.11/icdev/tools/mcp/simulation_server.py +0 -468
  1507. icdev-1.2.11/icdev/tools/mcp/standalone/__init__.py +0 -2
  1508. icdev-1.2.11/icdev/tools/mcp/standalone/builder.py +0 -59
  1509. icdev-1.2.11/icdev/tools/mcp/standalone/compliance.py +0 -59
  1510. icdev-1.2.11/icdev/tools/mcp/standalone/core.py +0 -59
  1511. icdev-1.2.11/icdev/tools/mcp/standalone/knowledge.py +0 -59
  1512. icdev-1.2.11/icdev/tools/mcp/standalone/maintenance.py +0 -59
  1513. icdev-1.2.11/icdev/tools/mcp/supply_chain_server.py +0 -476
  1514. icdev-1.2.11/icdev/tools/mcp/tool_registry.py +0 -2008
  1515. icdev-1.2.11/icdev/tools/mcp/unified_server.py +0 -158
  1516. icdev-1.2.11/icdev/tools/memory/__init__.py +0 -2
  1517. icdev-1.2.11/icdev/tools/memory/history_compressor.py +0 -335
  1518. icdev-1.2.11/icdev/tools/memory/memory_consolidation.py +0 -445
  1519. icdev-1.2.11/icdev/tools/modernization/__init__.py +0 -3
  1520. icdev-1.2.11/icdev/tools/modernization/architecture_extractor.py +0 -736
  1521. icdev-1.2.11/icdev/tools/modernization/compliance_bridge.py +0 -1499
  1522. icdev-1.2.11/icdev/tools/modernization/db_migration_planner.py +0 -1386
  1523. icdev-1.2.11/icdev/tools/modernization/doc_generator.py +0 -1428
  1524. icdev-1.2.11/icdev/tools/modernization/framework_migrator.py +0 -1526
  1525. icdev-1.2.11/icdev/tools/modernization/legacy_analyzer.py +0 -1949
  1526. icdev-1.2.11/icdev/tools/modernization/migration_code_generator.py +0 -1639
  1527. icdev-1.2.11/icdev/tools/modernization/migration_report_generator.py +0 -1653
  1528. icdev-1.2.11/icdev/tools/modernization/migration_tracker.py +0 -1726
  1529. icdev-1.2.11/icdev/tools/modernization/monolith_decomposer.py +0 -1508
  1530. icdev-1.2.11/icdev/tools/modernization/seven_r_assessor.py +0 -1658
  1531. icdev-1.2.11/icdev/tools/modernization/strangler_fig_manager.py +0 -1706
  1532. icdev-1.2.11/icdev/tools/modernization/ui_analyzer.py +0 -771
  1533. icdev-1.2.11/icdev/tools/modernization/version_migrator.py +0 -1394
  1534. icdev-1.2.11/icdev/tools/monitor/auto_resolver.py +0 -612
  1535. icdev-1.2.11/icdev/tools/monitor/heartbeat_daemon.py +0 -792
  1536. icdev-1.2.11/icdev/tools/monitor/log_analyzer.py +0 -516
  1537. icdev-1.2.11/icdev/tools/mosa/__init__.py +0 -10
  1538. icdev-1.2.11/icdev/tools/mosa/icd_generator.py +0 -372
  1539. icdev-1.2.11/icdev/tools/mosa/modular_design_analyzer.py +0 -685
  1540. icdev-1.2.11/icdev/tools/mosa/mosa_code_enforcer.py +0 -349
  1541. icdev-1.2.11/icdev/tools/mosa/tsp_generator.py +0 -265
  1542. icdev-1.2.11/icdev/tools/observability/__init__.py +0 -100
  1543. icdev-1.2.11/icdev/tools/observability/genai_attributes.py +0 -88
  1544. icdev-1.2.11/icdev/tools/observability/instrumentation.py +0 -140
  1545. icdev-1.2.11/icdev/tools/observability/provenance/__init__.py +0 -3
  1546. icdev-1.2.11/icdev/tools/observability/shap/__init__.py +0 -3
  1547. icdev-1.2.11/icdev/tools/observability/tracer.py +0 -230
  1548. icdev-1.2.11/icdev/tools/orchestration/workflow_composer.py +0 -361
  1549. icdev-1.2.11/icdev/tools/project/project_create.py +0 -350
  1550. icdev-1.2.11/icdev/tools/project/project_list.py +0 -174
  1551. icdev-1.2.11/icdev/tools/project/project_scaffold.py +0 -1715
  1552. icdev-1.2.11/icdev/tools/project/project_status.py +0 -479
  1553. icdev-1.2.11/icdev/tools/project/session_context_builder.py +0 -757
  1554. icdev-1.2.11/icdev/tools/registry/__init__.py +0 -10
  1555. icdev-1.2.11/icdev/tools/registry/absorption_engine.py +0 -832
  1556. icdev-1.2.11/icdev/tools/registry/capability_evaluator.py +0 -668
  1557. icdev-1.2.11/icdev/tools/registry/child_registry.py +0 -617
  1558. icdev-1.2.11/icdev/tools/registry/cross_pollinator.py +0 -1065
  1559. icdev-1.2.11/icdev/tools/registry/genome_manager.py +0 -671
  1560. icdev-1.2.11/icdev/tools/registry/learning_collector.py +0 -912
  1561. icdev-1.2.11/icdev/tools/registry/propagation_manager.py +0 -942
  1562. icdev-1.2.11/icdev/tools/registry/staging_manager.py +0 -742
  1563. icdev-1.2.11/icdev/tools/registry/telemetry_collector.py +0 -423
  1564. icdev-1.2.11/icdev/tools/requirements/boundary_analyzer.py +0 -1293
  1565. icdev-1.2.11/icdev/tools/requirements/clarification_engine.py +0 -620
  1566. icdev-1.2.11/icdev/tools/requirements/complexity_scorer.py +0 -387
  1567. icdev-1.2.11/icdev/tools/requirements/consistency_analyzer.py +0 -803
  1568. icdev-1.2.11/icdev/tools/requirements/constitution_manager.py +0 -605
  1569. icdev-1.2.11/icdev/tools/requirements/decomposition_engine.py +0 -780
  1570. icdev-1.2.11/icdev/tools/requirements/document_extractor.py +0 -1016
  1571. icdev-1.2.11/icdev/tools/requirements/elicitation_techniques.py +0 -519
  1572. icdev-1.2.11/icdev/tools/requirements/gap_detector.py +0 -271
  1573. icdev-1.2.11/icdev/tools/requirements/intake_engine.py +0 -2188
  1574. icdev-1.2.11/icdev/tools/requirements/prd_generator.py +0 -847
  1575. icdev-1.2.11/icdev/tools/requirements/readiness_scorer.py +0 -313
  1576. icdev-1.2.11/icdev/tools/requirements/spec_organizer.py +0 -1029
  1577. icdev-1.2.11/icdev/tools/requirements/spec_quality_checker.py +0 -1097
  1578. icdev-1.2.11/icdev/tools/requirements/traceability_builder.py +0 -579
  1579. icdev-1.2.11/icdev/tools/resilience/__init__.py +0 -34
  1580. icdev-1.2.11/icdev/tools/resilience/circuit_breaker.py +0 -340
  1581. icdev-1.2.11/icdev/tools/resilience/correlation.py +0 -150
  1582. icdev-1.2.11/icdev/tools/resilience/errors.py +0 -81
  1583. icdev-1.2.11/icdev/tools/resilience/retry.py +0 -95
  1584. icdev-1.2.11/icdev/tools/schemas/__init__.py +0 -27
  1585. icdev-1.2.11/icdev/tools/sdk/__init__.py +0 -3
  1586. icdev-1.2.11/icdev/tools/sdk/icdev_client.py +0 -218
  1587. icdev-1.2.11/icdev/tools/security/ai_bom_generator.py +0 -725
  1588. icdev-1.2.11/icdev/tools/security/confabulation_detector.py +0 -273
  1589. icdev-1.2.11/icdev/tools/security/prompt_injection_detector.py +0 -738
  1590. icdev-1.2.11/icdev/tools/security/secret_detector.py +0 -379
  1591. icdev-1.2.11/icdev/tools/security/vuln_scanner.py +0 -539
  1592. icdev-1.2.11/icdev/tools/simulation/coa_generator.py +0 -1552
  1593. icdev-1.2.11/icdev/tools/simulation/monte_carlo.py +0 -758
  1594. icdev-1.2.11/icdev/tools/simulation/scenario_manager.py +0 -1073
  1595. icdev-1.2.11/icdev/tools/simulation/simulation_engine.py +0 -1104
  1596. icdev-1.2.11/icdev/tools/testing/__init__.py +0 -2
  1597. icdev-1.2.11/icdev/tools/testing/acceptance_validator.py +0 -411
  1598. icdev-1.2.11/icdev/tools/testing/claude_dir_validator.py +0 -832
  1599. icdev-1.2.11/icdev/tools/testing/data_types.py +0 -199
  1600. icdev-1.2.11/icdev/tools/testing/e2e_runner.py +0 -715
  1601. icdev-1.2.11/icdev/tools/testing/fuzz_cli.py +0 -306
  1602. icdev-1.2.11/icdev/tools/testing/health_check.py +0 -483
  1603. icdev-1.2.11/icdev/tools/testing/platform_check.py +0 -143
  1604. icdev-1.2.11/icdev/tools/testing/production_audit.py +0 -1862
  1605. icdev-1.2.11/icdev/tools/testing/production_remediate.py +0 -804
  1606. icdev-1.2.11/icdev/tools/testing/screenshot_validator.py +0 -539
  1607. icdev-1.2.11/icdev/tools/testing/smoke_test.py +0 -283
  1608. icdev-1.2.11/icdev/tools/testing/test_agent_models.py +0 -117
  1609. icdev-1.2.11/icdev/tools/testing/test_orchestrator.py +0 -957
  1610. icdev-1.2.11/icdev/tools/testing/utils.py +0 -229
  1611. icdev-1.2.11/icdev/tools/translation/__init__.py +0 -17
  1612. icdev-1.2.11/icdev/tools/translation/code_translator.py +0 -546
  1613. icdev-1.2.11/icdev/tools/translation/dependency_mapper.py +0 -277
  1614. icdev-1.2.11/icdev/tools/translation/feature_map.py +0 -397
  1615. icdev-1.2.11/icdev/tools/translation/project_assembler.py +0 -439
  1616. icdev-1.2.11/icdev/tools/translation/source_extractor.py +0 -611
  1617. icdev-1.2.11/icdev/tools/translation/test_translator.py +0 -333
  1618. icdev-1.2.11/icdev/tools/translation/translation_manager.py +0 -582
  1619. icdev-1.2.11/icdev/tools/translation/translation_validator.py +0 -658
  1620. icdev-1.2.11/icdev/tools/translation/type_checker.py +0 -371
  1621. icdev-1.2.11/icdev.egg-info/PKG-INFO +0 -981
  1622. icdev-1.2.11/icdev.egg-info/SOURCES.txt +0 -1523
  1623. icdev-1.2.11/pyproject.toml +0 -207
  1624. icdev-1.2.11/requirements.txt +0 -63
  1625. icdev-1.2.11/tests/test_a2a_discovery.py +0 -144
  1626. icdev-1.2.11/tests/test_a2a_trace_propagation.py +0 -229
  1627. icdev-1.2.11/tests/test_acceptance_validator.py +0 -370
  1628. icdev-1.2.11/tests/test_accountability_manager.py +0 -307
  1629. icdev-1.2.11/tests/test_activity_feed.py +0 -522
  1630. icdev-1.2.11/tests/test_agent_output_validator.py +0 -216
  1631. icdev-1.2.11/tests/test_agent_shap.py +0 -323
  1632. icdev-1.2.11/tests/test_agent_trust_scorer.py +0 -291
  1633. icdev-1.2.11/tests/test_ai_accountability_audit.py +0 -350
  1634. icdev-1.2.11/tests/test_ai_bom_generator.py +0 -327
  1635. icdev-1.2.11/tests/test_ai_governance_chat_extension.py +0 -432
  1636. icdev-1.2.11/tests/test_ai_governance_intake.py +0 -400
  1637. icdev-1.2.11/tests/test_ai_impact_assessor.py +0 -191
  1638. icdev-1.2.11/tests/test_ai_incident_response.py +0 -305
  1639. icdev-1.2.11/tests/test_ai_reassessment_scheduler.py +0 -273
  1640. icdev-1.2.11/tests/test_ai_telemetry.py +0 -140
  1641. icdev-1.2.11/tests/test_ai_transparency.py +0 -680
  1642. icdev-1.2.11/tests/test_anvil_critique.py +0 -580
  1643. icdev-1.2.11/tests/test_api_gateway.py +0 -361
  1644. icdev-1.2.11/tests/test_api_surface_extractor.py +0 -630
  1645. icdev-1.2.11/tests/test_assessor_accountability_fixes.py +0 -490
  1646. icdev-1.2.11/tests/test_atlas_assessor.py +0 -235
  1647. icdev-1.2.11/tests/test_atlas_red_team.py +0 -121
  1648. icdev-1.2.11/tests/test_audit_logger.py +0 -324
  1649. icdev-1.2.11/tests/test_auto_resolver.py +0 -457
  1650. icdev-1.2.11/tests/test_autonomy_engine.py +0 -334
  1651. icdev-1.2.11/tests/test_autoresearch.py +0 -531
  1652. icdev-1.2.11/tests/test_backup_manager.py +0 -245
  1653. icdev-1.2.11/tests/test_bayesian_teacher.py +0 -608
  1654. icdev-1.2.11/tests/test_bedrock_client.py +0 -510
  1655. icdev-1.2.11/tests/test_behavioral_drift.py +0 -273
  1656. icdev-1.2.11/tests/test_behavioral_red_team.py +0 -129
  1657. icdev-1.2.11/tests/test_blueprint_verifier.py +0 -178
  1658. icdev-1.2.11/tests/test_byok.py +0 -372
  1659. icdev-1.2.11/tests/test_chat_manager.py +0 -234
  1660. icdev-1.2.11/tests/test_circuit_breaker.py +0 -327
  1661. icdev-1.2.11/tests/test_clarification_engine.py +0 -396
  1662. icdev-1.2.11/tests/test_claude_dir_validator.py +0 -600
  1663. icdev-1.2.11/tests/test_clawhub_connector.py +0 -242
  1664. icdev-1.2.11/tests/test_cloud_monitoring_iam.py +0 -230
  1665. icdev-1.2.11/tests/test_cloud_providers.py +0 -310
  1666. icdev-1.2.11/tests/test_code_analyzer.py +0 -419
  1667. icdev-1.2.11/tests/test_code_pattern_scanner.py +0 -286
  1668. icdev-1.2.11/tests/test_coherence_checker.py +0 -341
  1669. icdev-1.2.11/tests/test_companion.py +0 -141
  1670. icdev-1.2.11/tests/test_compliance_exporter.py +0 -334
  1671. icdev-1.2.11/tests/test_consistency_analyzer.py +0 -368
  1672. icdev-1.2.11/tests/test_constitution_manager.py +0 -344
  1673. icdev-1.2.11/tests/test_container_scanner.py +0 -340
  1674. icdev-1.2.11/tests/test_context_server.py +0 -234
  1675. icdev-1.2.11/tests/test_correlation.py +0 -207
  1676. icdev-1.2.11/tests/test_crag_evaluator.py +0 -479
  1677. icdev-1.2.11/tests/test_credential_broker.py +0 -227
  1678. icdev-1.2.11/tests/test_crosswalk_integration.py +0 -384
  1679. icdev-1.2.11/tests/test_csp_monitor.py +0 -763
  1680. icdev-1.2.11/tests/test_dashboard_auth.py +0 -478
  1681. icdev-1.2.11/tests/test_dashboard_kanban.py +0 -337
  1682. icdev-1.2.11/tests/test_db_utils.py +0 -130
  1683. icdev-1.2.11/tests/test_dependency_graph.py +0 -332
  1684. icdev-1.2.11/tests/test_dependency_mapper.py +0 -207
  1685. icdev-1.2.11/tests/test_dev_profile_manager.py +0 -644
  1686. icdev-1.2.11/tests/test_devsecops_profile.py +0 -292
  1687. icdev-1.2.11/tests/test_dispatcher_mode.py +0 -666
  1688. icdev-1.2.11/tests/test_egress_monitor.py +0 -407
  1689. icdev-1.2.11/tests/test_egress_policy_manager.py +0 -176
  1690. icdev-1.2.11/tests/test_endpoint_security_scanner.py +0 -604
  1691. icdev-1.2.11/tests/test_errors.py +0 -150
  1692. icdev-1.2.11/tests/test_eu_ai_act_classifier.py +0 -357
  1693. icdev-1.2.11/tests/test_event_envelope.py +0 -893
  1694. icdev-1.2.11/tests/test_evidence_collector.py +0 -241
  1695. icdev-1.2.11/tests/test_evolutionary_intelligence.py +0 -373
  1696. icdev-1.2.11/tests/test_extension_manager.py +0 -247
  1697. icdev-1.2.11/tests/test_fedramp_ksi_generator.py +0 -181
  1698. icdev-1.2.11/tests/test_filesync.py +0 -866
  1699. icdev-1.2.11/tests/test_finetune_cloud_providers.py +0 -966
  1700. icdev-1.2.11/tests/test_finetune_dataset.py +0 -456
  1701. icdev-1.2.11/tests/test_finetune_evaluator.py +0 -1070
  1702. icdev-1.2.11/tests/test_finetune_gpu_detector.py +0 -191
  1703. icdev-1.2.11/tests/test_finetune_provider.py +0 -177
  1704. icdev-1.2.11/tests/test_finetune_router_integration.py +0 -686
  1705. icdev-1.2.11/tests/test_finetune_training_engine.py +0 -812
  1706. icdev-1.2.11/tests/test_forge_anvil_rename.py +0 -297
  1707. icdev-1.2.11/tests/test_gao_ai_assessor.py +0 -421
  1708. icdev-1.2.11/tests/test_gateway.py +0 -454
  1709. icdev-1.2.11/tests/test_genai_attributes.py +0 -249
  1710. icdev-1.2.11/tests/test_genome_evolution.py +0 -223
  1711. icdev-1.2.11/tests/test_gsd_adaptations.py +0 -564
  1712. icdev-1.2.11/tests/test_heartbeat_daemon.py +0 -396
  1713. icdev-1.2.11/tests/test_history_compressor.py +0 -239
  1714. icdev-1.2.11/tests/test_ibm_providers.py +0 -346
  1715. icdev-1.2.11/tests/test_icdev_client.py +0 -150
  1716. icdev-1.2.11/tests/test_init_icdev_db.py +0 -160
  1717. icdev-1.2.11/tests/test_innovation.py +0 -798
  1718. icdev-1.2.11/tests/test_installer.py +0 -477
  1719. icdev-1.2.11/tests/test_instruction_generator.py +0 -150
  1720. icdev-1.2.11/tests/test_instrumentation.py +0 -262
  1721. icdev-1.2.11/tests/test_intake_api.py +0 -412
  1722. icdev-1.2.11/tests/test_intent_validator.py +0 -303
  1723. icdev-1.2.11/tests/test_ironbank_generator.py +0 -181
  1724. icdev-1.2.11/tests/test_kg_pair_generator.py +0 -193
  1725. icdev-1.2.11/tests/test_knowledge_graph.py +0 -413
  1726. icdev-1.2.11/tests/test_llm_router.py +0 -406
  1727. icdev-1.2.11/tests/test_manifest_loader.py +0 -289
  1728. icdev-1.2.11/tests/test_marketplace_publish.py +0 -426
  1729. icdev-1.2.11/tests/test_marketplace_search.py +0 -339
  1730. icdev-1.2.11/tests/test_mcp_config_generator.py +0 -102
  1731. icdev-1.2.11/tests/test_mcp_http_e2e.py +0 -349
  1732. icdev-1.2.11/tests/test_mcp_instrumentation.py +0 -288
  1733. icdev-1.2.11/tests/test_mcp_oauth.py +0 -364
  1734. icdev-1.2.11/tests/test_mcp_tool_authorizer.py +0 -229
  1735. icdev-1.2.11/tests/test_memory_consolidation.py +0 -191
  1736. icdev-1.2.11/tests/test_memory_enhancements.py +0 -405
  1737. icdev-1.2.11/tests/test_metrics.py +0 -294
  1738. icdev-1.2.11/tests/test_migration_runner.py +0 -377
  1739. icdev-1.2.11/tests/test_mlflow_exporter.py +0 -222
  1740. icdev-1.2.11/tests/test_model_card_generator.py +0 -411
  1741. icdev-1.2.11/tests/test_modular_design_analyzer.py +0 -205
  1742. icdev-1.2.11/tests/test_mosa_code_enforcer.py +0 -145
  1743. icdev-1.2.11/tests/test_mosa_icd_generator.py +0 -264
  1744. icdev-1.2.11/tests/test_narrative_generator.py +0 -321
  1745. icdev-1.2.11/tests/test_nist_ai_600_1_assessor.py +0 -404
  1746. icdev-1.2.11/tests/test_omb_m25_21_assessor.py +0 -363
  1747. icdev-1.2.11/tests/test_omb_m26_04_assessor.py +0 -402
  1748. icdev-1.2.11/tests/test_openapi_spec.py +0 -157
  1749. icdev-1.2.11/tests/test_openclaw_bridge.py +0 -704
  1750. icdev-1.2.11/tests/test_openclaw_compat.py +0 -614
  1751. icdev-1.2.11/tests/test_oscal_tools.py +0 -807
  1752. icdev-1.2.11/tests/test_otel_tracer.py +0 -187
  1753. icdev-1.2.11/tests/test_output_formatter.py +0 -731
  1754. icdev-1.2.11/tests/test_owasp_agentic_assessor.py +0 -175
  1755. icdev-1.2.11/tests/test_owasp_asi_assessor.py +0 -274
  1756. icdev-1.2.11/tests/test_pattern_detector.py +0 -337
  1757. icdev-1.2.11/tests/test_phase36_phase37_integration.py +0 -298
  1758. icdev-1.2.11/tests/test_pipeline_config_generator.py +0 -175
  1759. icdev-1.2.11/tests/test_platform_db.py +0 -142
  1760. icdev-1.2.11/tests/test_production_audit.py +0 -317
  1761. icdev-1.2.11/tests/test_production_remediate.py +0 -806
  1762. icdev-1.2.11/tests/test_project_create.py +0 -287
  1763. icdev-1.2.11/tests/test_prompt_chain_executor.py +0 -970
  1764. icdev-1.2.11/tests/test_prompt_injection_detector.py +0 -397
  1765. icdev-1.2.11/tests/test_propagation_verifier.py +0 -497
  1766. icdev-1.2.11/tests/test_proposal_genesis.py +0 -2673
  1767. icdev-1.2.11/tests/test_prov_recorder.py +0 -395
  1768. icdev-1.2.11/tests/test_quality_feedback_loop.py +0 -133
  1769. icdev-1.2.11/tests/test_quality_monitor.py +0 -148
  1770. icdev-1.2.11/tests/test_query_classifier.py +0 -275
  1771. icdev-1.2.11/tests/test_rag_chunker.py +0 -153
  1772. icdev-1.2.11/tests/test_rag_ft_pipeline.py +0 -187
  1773. icdev-1.2.11/tests/test_rag_ingestion.py +0 -122
  1774. icdev-1.2.11/tests/test_rag_retention.py +0 -90
  1775. icdev-1.2.11/tests/test_rag_retriever.py +0 -332
  1776. icdev-1.2.11/tests/test_rag_vector_stores.py +0 -340
  1777. icdev-1.2.11/tests/test_rate_limiter.py +0 -213
  1778. icdev-1.2.11/tests/test_rbac.py +0 -262
  1779. icdev-1.2.11/tests/test_readiness_scorer.py +0 -303
  1780. icdev-1.2.11/tests/test_region_validator.py +0 -204
  1781. icdev-1.2.11/tests/test_register_external_patterns.py +0 -198
  1782. icdev-1.2.11/tests/test_remediation_engine.py +0 -419
  1783. icdev-1.2.11/tests/test_research_engine.py +0 -1200
  1784. icdev-1.2.11/tests/test_resolve_marking.py +0 -197
  1785. icdev-1.2.11/tests/test_rest_api.py +0 -437
  1786. icdev-1.2.11/tests/test_rest_api_expansion.py +0 -736
  1787. icdev-1.2.11/tests/test_retry.py +0 -196
  1788. icdev-1.2.11/tests/test_review_board.py +0 -561
  1789. icdev-1.2.11/tests/test_runtime_feedback.py +0 -368
  1790. icdev-1.2.11/tests/test_saas_llm_keys.py +0 -326
  1791. icdev-1.2.11/tests/test_saas_portal.py +0 -599
  1792. icdev-1.2.11/tests/test_sandbox_executor.py +0 -550
  1793. icdev-1.2.11/tests/test_sandbox_scorer.py +0 -736
  1794. icdev-1.2.11/tests/test_schemas.py +0 -250
  1795. icdev-1.2.11/tests/test_session_context_builder.py +0 -571
  1796. icdev-1.2.11/tests/test_session_purpose.py +0 -360
  1797. icdev-1.2.11/tests/test_simulation_engine.py +0 -327
  1798. icdev-1.2.11/tests/test_skill_selector.py +0 -255
  1799. icdev-1.2.11/tests/test_skill_translator.py +0 -169
  1800. icdev-1.2.11/tests/test_slsa_attestation.py +0 -246
  1801. icdev-1.2.11/tests/test_source_extractor.py +0 -316
  1802. icdev-1.2.11/tests/test_spec_organizer.py +0 -499
  1803. icdev-1.2.11/tests/test_spec_quality_checker.py +0 -522
  1804. icdev-1.2.11/tests/test_sqlite_tracer.py +0 -269
  1805. icdev-1.2.11/tests/test_sre_modules.py +0 -253
  1806. icdev-1.2.11/tests/test_state_tracker.py +0 -154
  1807. icdev-1.2.11/tests/test_statement_extractor.py +0 -541
  1808. icdev-1.2.11/tests/test_swagger_ui.py +0 -83
  1809. icdev-1.2.11/tests/test_team_orchestrator.py +0 -474
  1810. icdev-1.2.11/tests/test_terraform_generator.py +0 -324
  1811. icdev-1.2.11/tests/test_time_decay.py +0 -357
  1812. icdev-1.2.11/tests/test_tool_chain_validator.py +0 -260
  1813. icdev-1.2.11/tests/test_tool_detector.py +0 -99
  1814. icdev-1.2.11/tests/test_trace_context.py +0 -198
  1815. icdev-1.2.11/tests/test_tracer.py +0 -488
  1816. icdev-1.2.11/tests/test_translation_manager.py +0 -538
  1817. icdev-1.2.11/tests/test_triad_integration.py +0 -243
  1818. icdev-1.2.11/tests/test_unified_server.py +0 -407
  1819. icdev-1.2.11/tests/test_usage_tracking.py +0 -509
  1820. icdev-1.2.11/tests/test_workflow_composer.py +0 -171
  1821. icdev-1.2.11/tests/test_workflow_loop.py +0 -827
  1822. icdev-1.2.11/tests/test_xai_assessor.py +0 -432
  1823. icdev-1.2.11/tests/test_zta_maturity_scorer.py +0 -289
  1824. {icdev-1.2.11 → icdev-1.2.12}/.mcp.json +0 -0
  1825. {icdev-1.2.11 → icdev-1.2.12}/LICENSE +0 -0
  1826. {icdev-1.2.11 → icdev-1.2.12}/MANIFEST.in +0 -0
  1827. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/01507936/icdev_state.json +0 -0
  1828. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/02318988/icdev_state.json +0 -0
  1829. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/046eb5da/icdev_state.json +0 -0
  1830. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/04f12fae/icdev_state.json +0 -0
  1831. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/05d591b0/icdev_state.json +0 -0
  1832. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/0acd37fb/icdev_state.json +0 -0
  1833. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/0c020e0c/icdev_state.json +0 -0
  1834. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/0c34199f/icdev_state.json +0 -0
  1835. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/0d5bcf99/icdev_state.json +0 -0
  1836. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/0f204a3f/icdev_state.json +0 -0
  1837. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/0fa09722/icdev_state.json +0 -0
  1838. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/122ffd27/icdev_state.json +0 -0
  1839. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/15793599/icdev_state.json +0 -0
  1840. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/1720a8de/icdev_state.json +0 -0
  1841. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/1730e218/icdev_state.json +0 -0
  1842. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/18526951/icdev_state.json +0 -0
  1843. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/1a119bcb/icdev_state.json +0 -0
  1844. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/1a8ffa27/icdev_state.json +0 -0
  1845. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/1af97d0e/icdev_state.json +0 -0
  1846. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/1e25ab93/icdev_state.json +0 -0
  1847. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/1ee35f41/icdev_state.json +0 -0
  1848. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/1f1f9426/icdev_state.json +0 -0
  1849. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/1f2c64f3/icdev_state.json +0 -0
  1850. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/1f803036/icdev_state.json +0 -0
  1851. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/208f0f7f/icdev_state.json +0 -0
  1852. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/21e8e411/icdev_state.json +0 -0
  1853. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/222a3292/icdev_state.json +0 -0
  1854. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/231b8ba0/icdev_state.json +0 -0
  1855. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/23347801/icdev_state.json +0 -0
  1856. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/27153b56/icdev_state.json +0 -0
  1857. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/279b9d83/icdev_state.json +0 -0
  1858. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/27c72a2b/icdev_state.json +0 -0
  1859. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/2854e9fd/icdev_state.json +0 -0
  1860. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/2882f676/icdev_state.json +0 -0
  1861. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/28a365f0/icdev_state.json +0 -0
  1862. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/29f12334/icdev_state.json +0 -0
  1863. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/2a6071df/icdev_state.json +0 -0
  1864. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/2acb453a/icdev_state.json +0 -0
  1865. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/2b4e88d9/icdev_state.json +0 -0
  1866. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/2bb9a5e8/icdev_state.json +0 -0
  1867. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/2c1e9850/icdev_state.json +0 -0
  1868. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/2e5a6f1f/icdev_state.json +0 -0
  1869. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/2e5eb629/icdev_state.json +0 -0
  1870. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/2faf9cd2/icdev_state.json +0 -0
  1871. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/3125f333/icdev_state.json +0 -0
  1872. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/32de8da3/icdev_state.json +0 -0
  1873. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/32fb6c14/icdev_state.json +0 -0
  1874. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/336d6177/icdev_state.json +0 -0
  1875. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/34a0698d/icdev_state.json +0 -0
  1876. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/358ff0dd/icdev_state.json +0 -0
  1877. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/35c6a1e3/icdev_state.json +0 -0
  1878. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/399f4c0f/icdev_state.json +0 -0
  1879. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/3a0c75dc/icdev_state.json +0 -0
  1880. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/3ada4148/icdev_state.json +0 -0
  1881. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/3bdeccce/icdev_state.json +0 -0
  1882. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/3ca2b7c6/icdev_state.json +0 -0
  1883. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/3d2ba601/icdev_state.json +0 -0
  1884. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/3f7911ea/icdev_state.json +0 -0
  1885. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/42b2a256/icdev_state.json +0 -0
  1886. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/4398674f/icdev_state.json +0 -0
  1887. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/43e207e7/icdev_state.json +0 -0
  1888. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/454bbb6c/icdev_state.json +0 -0
  1889. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/4bae39b6/icdev_state.json +0 -0
  1890. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/4bd08f26/icdev_state.json +0 -0
  1891. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/502c2620/icdev_state.json +0 -0
  1892. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/52b0c549/icdev_state.json +0 -0
  1893. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/53af1c7c/icdev_state.json +0 -0
  1894. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/53f10a9f/icdev_state.json +0 -0
  1895. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/5591feb3/icdev_state.json +0 -0
  1896. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/57cb40e0/icdev_state.json +0 -0
  1897. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/592e21db/icdev_state.json +0 -0
  1898. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/5a4d0d21/icdev_state.json +0 -0
  1899. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/5dfb4615/icdev_state.json +0 -0
  1900. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/5e7217da/icdev_state.json +0 -0
  1901. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/6017008c/icdev_state.json +0 -0
  1902. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/60d13eef/icdev_state.json +0 -0
  1903. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/60f4d80f/icdev_state.json +0 -0
  1904. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/62c363f7/icdev_state.json +0 -0
  1905. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/64e2fa6e/icdev_state.json +0 -0
  1906. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/65984fd2/icdev_state.json +0 -0
  1907. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/6a8821ed/icdev_state.json +0 -0
  1908. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/6b0b3b5e/icdev_state.json +0 -0
  1909. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/6d3d8571/icdev_state.json +0 -0
  1910. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/6d55504c/icdev_state.json +0 -0
  1911. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/6e20acf1/icdev_state.json +0 -0
  1912. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/70a40119/icdev_state.json +0 -0
  1913. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/72cb131a/icdev_state.json +0 -0
  1914. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/73e49da2/icdev_state.json +0 -0
  1915. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/74ac7193/icdev_state.json +0 -0
  1916. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/7592a3b5/icdev_state.json +0 -0
  1917. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/7ae04661/icdev_state.json +0 -0
  1918. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/7d1786f8/icdev_state.json +0 -0
  1919. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/7e0d07d7/icdev_state.json +0 -0
  1920. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/7e1a3be1/icdev_state.json +0 -0
  1921. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/80fa11a9/icdev_state.json +0 -0
  1922. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/843a09a4/icdev_state.json +0 -0
  1923. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/8656b410/icdev_state.json +0 -0
  1924. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/86ce22da/icdev_state.json +0 -0
  1925. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/87246938/icdev_state.json +0 -0
  1926. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/874e6f6f/icdev_state.json +0 -0
  1927. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/88ef9ef2/icdev_state.json +0 -0
  1928. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/896d7290/icdev_state.json +0 -0
  1929. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/8a7d3117/icdev_state.json +0 -0
  1930. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/8c47c21c/icdev_state.json +0 -0
  1931. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/8ce89926/icdev_state.json +0 -0
  1932. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/8d0cba83/icdev_state.json +0 -0
  1933. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/8d891027/icdev_state.json +0 -0
  1934. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/8f468952/icdev_state.json +0 -0
  1935. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/905fd5d6/icdev_state.json +0 -0
  1936. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/9192e9cf/icdev_state.json +0 -0
  1937. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/9368263d/icdev_state.json +0 -0
  1938. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/961ae00c/icdev_state.json +0 -0
  1939. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/98212f4e/icdev_state.json +0 -0
  1940. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/986c34d9/icdev_state.json +0 -0
  1941. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/99741258/icdev_state.json +0 -0
  1942. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/9c110c97/icdev_state.json +0 -0
  1943. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/9cfd17e0/icdev_state.json +0 -0
  1944. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/9dd72e08/icdev_state.json +0 -0
  1945. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/9e29e7eb/icdev_state.json +0 -0
  1946. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/9fe20d88/icdev_state.json +0 -0
  1947. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/9ff4c24b/icdev_state.json +0 -0
  1948. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/a344b655/icdev_state.json +0 -0
  1949. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/a405ade7/icdev_state.json +0 -0
  1950. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/a46f330d/icdev_state.json +0 -0
  1951. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/a50299c1/icdev_state.json +0 -0
  1952. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/a5404561/icdev_state.json +0 -0
  1953. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/a5c09a13/icdev_state.json +0 -0
  1954. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/a5f05a92/icdev_state.json +0 -0
  1955. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/a7a5f384/icdev_state.json +0 -0
  1956. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/a809099c/icdev_state.json +0 -0
  1957. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/a81dbc43/icdev_state.json +0 -0
  1958. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/ab69fef1/icdev_state.json +0 -0
  1959. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/ab99467e/icdev_state.json +0 -0
  1960. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/abf2c3b7/icdev_state.json +0 -0
  1961. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/ada27d25/icdev_state.json +0 -0
  1962. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/adc6ccc0/icdev_state.json +0 -0
  1963. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/adcf6fae/icdev_state.json +0 -0
  1964. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/ae9de227/icdev_state.json +0 -0
  1965. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/b0cc7364/icdev_state.json +0 -0
  1966. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/b1f58e42/icdev_state.json +0 -0
  1967. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/b2abf015/icdev_state.json +0 -0
  1968. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/b36e5371/icdev_state.json +0 -0
  1969. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/b635b4ec/icdev_state.json +0 -0
  1970. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/b66298ee/icdev_state.json +0 -0
  1971. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/b9326710/icdev_state.json +0 -0
  1972. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/ba5a3813/icdev_state.json +0 -0
  1973. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/bafcf1eb/icdev_state.json +0 -0
  1974. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/bc9e4dc3/icdev_state.json +0 -0
  1975. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/bd46513c/icdev_state.json +0 -0
  1976. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/be689f8c/icdev_state.json +0 -0
  1977. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/c1222462/icdev_state.json +0 -0
  1978. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/c268a5e1/icdev_state.json +0 -0
  1979. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/c2d8204f/icdev_state.json +0 -0
  1980. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/c30072e1/icdev_state.json +0 -0
  1981. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/c3960dae/icdev_state.json +0 -0
  1982. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/c3fcacfd/icdev_state.json +0 -0
  1983. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/c44b4ad0/icdev_state.json +0 -0
  1984. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/c4cfd0a4/icdev_state.json +0 -0
  1985. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/c5ecad4f/icdev_state.json +0 -0
  1986. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/c68eb013/icdev_state.json +0 -0
  1987. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/c6bb08d8/icdev_state.json +0 -0
  1988. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/c927c284/icdev_state.json +0 -0
  1989. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/ca9363a0/icdev_state.json +0 -0
  1990. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/cf576299/icdev_state.json +0 -0
  1991. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/d15e50fe/icdev_state.json +0 -0
  1992. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/d1a4c17b/icdev_state.json +0 -0
  1993. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/d2aed45f/icdev_state.json +0 -0
  1994. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/d52c2a66/icdev_state.json +0 -0
  1995. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/d943a563/icdev_state.json +0 -0
  1996. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/da1de751/icdev_state.json +0 -0
  1997. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/da60d1c2/icdev_state.json +0 -0
  1998. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/dbb51732/icdev_state.json +0 -0
  1999. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/dcabf62e/icdev_state.json +0 -0
  2000. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/dcb4cafe/icdev_state.json +0 -0
  2001. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/dd148eb8/icdev_state.json +0 -0
  2002. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/dd4f8038/icdev_state.json +0 -0
  2003. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/de1830d7/icdev_state.json +0 -0
  2004. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/de4fac37/icdev_state.json +0 -0
  2005. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/defb3040/icdev_state.json +0 -0
  2006. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/df910525/icdev_state.json +0 -0
  2007. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/e0bfc5b2/icdev_state.json +0 -0
  2008. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/e1182fa8/icdev_state.json +0 -0
  2009. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/e3c0523b/icdev_state.json +0 -0
  2010. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/e4a278c6/icdev_state.json +0 -0
  2011. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/e6919a0d/icdev_state.json +0 -0
  2012. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/e69b1481/icdev_state.json +0 -0
  2013. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/e867501f/icdev_state.json +0 -0
  2014. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/e8d46c3c/icdev_state.json +0 -0
  2015. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/ea0aa1b7/icdev_state.json +0 -0
  2016. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/ebf7adbf/icdev_state.json +0 -0
  2017. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/ec69fbe7/icdev_state.json +0 -0
  2018. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/f1e36aa8/icdev_state.json +0 -0
  2019. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/f40952a9/icdev_state.json +0 -0
  2020. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/f56a7f90/icdev_state.json +0 -0
  2021. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/f629ed80/icdev_state.json +0 -0
  2022. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/f6391bcf/icdev_state.json +0 -0
  2023. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/f64433d4/icdev_state.json +0 -0
  2024. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/f69ae00d/icdev_state.json +0 -0
  2025. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/f8599de7/icdev_state.json +0 -0
  2026. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/f9360ff8/icdev_state.json +0 -0
  2027. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/f9fc7b6e/icdev_state.json +0 -0
  2028. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/fb3f6362/icdev_state.json +0 -0
  2029. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/fbb8b30b/icdev_state.json +0 -0
  2030. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/fc8d5105/icdev_state.json +0 -0
  2031. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/fe18246a/icdev_state.json +0 -0
  2032. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/fec088af/icdev_state.json +0 -0
  2033. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/ff126b8b/icdev_state.json +0 -0
  2034. {icdev-1.2.11 → icdev-1.2.12}/icdev/agents/ff2c3533/icdev_state.json +0 -0
  2035. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/args/__init__.py +0 -0
  2036. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/args/agent_authority.yaml +0 -0
  2037. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/args/agent_config.yaml +0 -0
  2038. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/args/agentic_fitness.yaml +0 -0
  2039. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/args/ai_governance_config.yaml +0 -0
  2040. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/args/classification_config.yaml +0 -0
  2041. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/args/cli_config.yaml +0 -0
  2042. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/args/cloud_config.yaml +0 -0
  2043. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/args/code_pattern_config.yaml +0 -0
  2044. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/args/code_quality_config.yaml +0 -0
  2045. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/args/companion_registry.yaml +0 -0
  2046. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/args/csp_monitor_config.yaml +0 -0
  2047. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/args/dev_profile_config.yaml +0 -0
  2048. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/args/devsecops_config.yaml +0 -0
  2049. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/args/endpoint_security_config.yaml +0 -0
  2050. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/args/extension_config.yaml +0 -0
  2051. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/args/file_access_tiers.yaml +0 -0
  2052. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/args/maintenance_config.yaml +0 -0
  2053. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/args/memory_config.yaml +0 -0
  2054. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/args/mosa_config.yaml +0 -0
  2055. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/args/owasp_agentic_config.yaml +0 -0
  2056. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/args/prompt_chains.yaml +0 -0
  2057. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/args/ricoas_config.yaml +0 -0
  2058. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/args/workflow_templates/ato_acceleration.yaml +0 -0
  2059. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/args/workflow_templates/build_deploy.yaml +0 -0
  2060. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/args/workflow_templates/full_compliance.yaml +0 -0
  2061. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/__init__.py +0 -0
  2062. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/agent/__init__.py +0 -0
  2063. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/agent/response_schemas/__init__.py +0 -0
  2064. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/agent/response_schemas/debate_position.json +0 -0
  2065. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/agent/response_schemas/fitness_scorecard.json +0 -0
  2066. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/agent/response_schemas/review_decision.json +0 -0
  2067. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/agent/response_schemas/veto_decision.json +0 -0
  2068. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/agentic/__init__.py +0 -0
  2069. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/ci/__init__.py +0 -0
  2070. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/cloud/__init__.py +0 -0
  2071. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/compliance/__init__.py +0 -0
  2072. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/compliance/atlas_mitigations.json +0 -0
  2073. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/compliance/atlas_techniques.json +0 -0
  2074. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/compliance/cisa_sbd_requirements.json +0 -0
  2075. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/compliance/cjis_security_policy.json +0 -0
  2076. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/compliance/cmmc_practices.json +0 -0
  2077. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/compliance/cnssi_1253_overlay.json +0 -0
  2078. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/compliance/control_crosswalk.json +0 -0
  2079. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/compliance/control_families/__init__.py +0 -0
  2080. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/compliance/csp_certifications.json +0 -0
  2081. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/compliance/cssp_report_template.md +0 -0
  2082. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/compliance/cui_templates/__init__.py +0 -0
  2083. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/compliance/cui_templates/banner_block.txt +0 -0
  2084. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/compliance/cui_templates/document_template.md +0 -0
  2085. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/compliance/data_type_framework_map.json +0 -0
  2086. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/compliance/data_type_registry.json +0 -0
  2087. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/compliance/eu_ai_act_annex_iii.json +0 -0
  2088. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/compliance/export_templates/__init__.py +0 -0
  2089. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/compliance/export_templates/emass_controls.csv.j2 +0 -0
  2090. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/compliance/export_templates/evidence_package.md.j2 +0 -0
  2091. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/compliance/export_templates/executive_summary.md.j2 +0 -0
  2092. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/compliance/export_templates/poam_tracking.csv.j2 +0 -0
  2093. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/compliance/fedramp_high_baseline.json +0 -0
  2094. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/compliance/fedramp_moderate_baseline.json +0 -0
  2095. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/compliance/fips_200_areas.json +0 -0
  2096. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/compliance/gao_ai_accountability.json +0 -0
  2097. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/compliance/hipaa_security_rule.json +0 -0
  2098. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/compliance/hitrust_csf_v11.json +0 -0
  2099. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/compliance/impact_level_profiles.json +0 -0
  2100. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/compliance/iso27001_2022_controls.json +0 -0
  2101. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/compliance/iso27001_nist_bridge.json +0 -0
  2102. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/compliance/iso42001_controls.json +0 -0
  2103. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/compliance/ivv_checklist_template.md +0 -0
  2104. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/compliance/ivv_requirements.json +0 -0
  2105. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/compliance/mosa_crosswalk.json +0 -0
  2106. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/compliance/narrative_templates/AC.md.j2 +0 -0
  2107. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/compliance/narrative_templates/AU.md.j2 +0 -0
  2108. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/compliance/narrative_templates/IA.md.j2 +0 -0
  2109. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/compliance/narrative_templates/SC.md.j2 +0 -0
  2110. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/compliance/narrative_templates/SI.md.j2 +0 -0
  2111. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/compliance/narrative_templates/__init__.py +0 -0
  2112. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/compliance/narrative_templates/default.md.j2 +0 -0
  2113. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/compliance/narrative_templates/executive_summary.j2 +0 -0
  2114. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/compliance/narrative_templates/poam_milestone.j2 +0 -0
  2115. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/compliance/narrative_templates/ssp_section.j2 +0 -0
  2116. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/compliance/nist_800_171_controls.json +0 -0
  2117. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/compliance/nist_800_207_crosswalk.json +0 -0
  2118. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/compliance/nist_800_53.json +0 -0
  2119. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/compliance/nist_ai_600_1_genai.json +0 -0
  2120. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/compliance/nist_ai_rmf.json +0 -0
  2121. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/compliance/nist_sp_800_60_types.json +0 -0
  2122. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/compliance/omb_m25_21_high_impact_ai.json +0 -0
  2123. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/compliance/omb_m26_04_unbiased_ai.json +0 -0
  2124. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/compliance/owasp_agentic_threats.json +0 -0
  2125. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/compliance/owasp_llm_top10.json +0 -0
  2126. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/compliance/pci_dss_v4.json +0 -0
  2127. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/compliance/safeai_controls.json +0 -0
  2128. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/compliance/siem_config_templates/__init__.py +0 -0
  2129. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/compliance/siem_config_templates/log_sources.json +0 -0
  2130. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/compliance/soc2_trust_criteria.json +0 -0
  2131. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/compliance/stig_templates/__init__.py +0 -0
  2132. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/compliance/stig_templates/webapp_stig.json +0 -0
  2133. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/dashboard/__init__.py +0 -0
  2134. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/dashboard/nlq_examples.json +0 -0
  2135. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/integration/__init__.py +0 -0
  2136. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/integration/approval_workflows.json +0 -0
  2137. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/integration/jira_field_mappings.json +0 -0
  2138. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/integration/servicenow_field_mappings.json +0 -0
  2139. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/languages/__init__.py +0 -0
  2140. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/languages/framework_patterns.json +0 -0
  2141. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/llm/__init__.py +0 -0
  2142. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/mbse/__init__.py +0 -0
  2143. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/mbse/des_requirements.json +0 -0
  2144. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/modernization/__init__.py +0 -0
  2145. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/modernization/seven_rs_catalog.json +0 -0
  2146. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/oscal/NIST_SP-800-53_rev5_catalog.json +0 -0
  2147. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/patterns/__init__.py +0 -0
  2148. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/profiles/__init__.py +0 -0
  2149. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/profiles/dod_baseline_v1.yaml +0 -0
  2150. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/profiles/fedramp_baseline_v1.yaml +0 -0
  2151. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/profiles/financial_baseline_v1.yaml +0 -0
  2152. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/profiles/healthcare_baseline_v1.yaml +0 -0
  2153. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/profiles/law_enforcement_v1.yaml +0 -0
  2154. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/profiles/startup_v1.yaml +0 -0
  2155. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/requirements/__init__.py +0 -0
  2156. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/requirements/ambiguity_patterns.json +0 -0
  2157. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/requirements/boundary_impact_rules.json +0 -0
  2158. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/requirements/default_constitutions.json +0 -0
  2159. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/requirements/document_extraction_rules.json +0 -0
  2160. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/requirements/gap_patterns.json +0 -0
  2161. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/requirements/readiness_rubric.json +0 -0
  2162. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/requirements/red_alternative_patterns.json +0 -0
  2163. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/requirements/safe_templates.json +0 -0
  2164. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/requirements/spec_quality_checklist.json +0 -0
  2165. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/simulation/__init__.py +0 -0
  2166. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/simulation/architecture_patterns.json +0 -0
  2167. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/simulation/coa_templates.json +0 -0
  2168. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/simulation/cost_models.json +0 -0
  2169. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/simulation/risk_categories.json +0 -0
  2170. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/supply_chain/__init__.py +0 -0
  2171. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/supply_chain/isa_templates.json +0 -0
  2172. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/supply_chain/nist_800_161_controls.json +0 -0
  2173. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/supply_chain/scrm_risk_matrix.json +0 -0
  2174. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/templates/__init__.py +0 -0
  2175. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/templates/ansible/__init__.py +0 -0
  2176. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/templates/ansible/playbooks/__init__.py +0 -0
  2177. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/templates/ansible/roles/__init__.py +0 -0
  2178. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/templates/gitlab_ci/__init__.py +0 -0
  2179. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/templates/grafana/__init__.py +0 -0
  2180. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/templates/kubernetes/__init__.py +0 -0
  2181. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/templates/project/__init__.py +0 -0
  2182. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/templates/project/api/__init__.py +0 -0
  2183. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/templates/project/cli/__init__.py +0 -0
  2184. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/templates/project/data_pipeline/__init__.py +0 -0
  2185. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/templates/project/iac/__init__.py +0 -0
  2186. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/templates/project/javascript_frontend/__init__.py +0 -0
  2187. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/templates/project/javascript_frontend/src/__init__.py +0 -0
  2188. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/templates/project/javascript_frontend/tests/__init__.py +0 -0
  2189. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/templates/project/microservice/__init__.py +0 -0
  2190. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/templates/project/python_backend/__init__.py +0 -0
  2191. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/templates/project/python_backend/src/__init__.py +0 -0
  2192. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/templates/project/python_backend/tests/__init__.py +0 -0
  2193. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/templates/project/python_backend/tests/features/__init__.py +0 -0
  2194. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/templates/project/python_backend/tests/steps/__init__.py +0 -0
  2195. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/templates/terraform/__init__.py +0 -0
  2196. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/templates/terraform/govcloud_base/__init__.py +0 -0
  2197. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/templates/terraform/modules/__init__.py +0 -0
  2198. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/tone/__init__.py +0 -0
  2199. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/translation/dependency_mappings.json +0 -0
  2200. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/context/translation/type_mappings.json +0 -0
  2201. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/docs/__init__.py +0 -0
  2202. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/docs/dx/__init__.py +0 -0
  2203. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/docs/features/__init__.py +0 -0
  2204. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/features/__init__.py +0 -0
  2205. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/features/cicd_integration.feature +0 -0
  2206. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/features/compliance_gates.feature +0 -0
  2207. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/features/dashboard.feature +0 -0
  2208. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/features/project_management.feature +0 -0
  2209. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/features/requirements_intake.feature +0 -0
  2210. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/features/saas_platform.feature +0 -0
  2211. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/features/security_scanning.feature +0 -0
  2212. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/features/steps/__init__.py +0 -0
  2213. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/features/testing_pipeline.feature +0 -0
  2214. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/goals/__init__.py +0 -0
  2215. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/goals/ai_accountability.md +0 -0
  2216. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/goals/ai_governance_intake.md +0 -0
  2217. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/goals/cli_capabilities.md +0 -0
  2218. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/goals/code_review.md +0 -0
  2219. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/goals/external_integration.md +0 -0
  2220. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/goals/multi_agent_orchestration.md +0 -0
  2221. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/goals/observability.md +0 -0
  2222. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/goals/parallel_cicd.md +0 -0
  2223. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/goals/self_healing.md +0 -0
  2224. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/goals/simulation_engine.md +0 -0
  2225. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/hardprompts/__init__.py +0 -0
  2226. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/hardprompts/agent/__init__.py +0 -0
  2227. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/hardprompts/agent/debate_prompt.md +0 -0
  2228. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/hardprompts/agent/fitness_evaluation.md +0 -0
  2229. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/hardprompts/agent/reviewer_prompt.md +0 -0
  2230. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/hardprompts/agent/veto_check_prompt.md +0 -0
  2231. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/hardprompts/architect/__init__.py +0 -0
  2232. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/hardprompts/architect/api_design.md +0 -0
  2233. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/hardprompts/architect/data_model.md +0 -0
  2234. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/hardprompts/architect/system_design.md +0 -0
  2235. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/hardprompts/builder/__init__.py +0 -0
  2236. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/hardprompts/builder/code_generation.md +0 -0
  2237. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/hardprompts/builder/refactor.md +0 -0
  2238. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/hardprompts/builder/scaffold_project.md +0 -0
  2239. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/hardprompts/builder/test_generation.md +0 -0
  2240. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/hardprompts/ci/__init__.py +0 -0
  2241. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/hardprompts/compliance/__init__.py +0 -0
  2242. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/hardprompts/compliance/cssp_assessment.md +0 -0
  2243. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/hardprompts/compliance/cui_marking.md +0 -0
  2244. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/hardprompts/compliance/ivv_assessment.md +0 -0
  2245. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/hardprompts/compliance/poam_generation.md +0 -0
  2246. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/hardprompts/compliance/sbd_assessment.md +0 -0
  2247. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/hardprompts/compliance/security_categorization.md +0 -0
  2248. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/hardprompts/compliance/ssp_generation.md +0 -0
  2249. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/hardprompts/compliance/stig_evaluation.md +0 -0
  2250. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/hardprompts/dashboard/__init__.py +0 -0
  2251. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/hardprompts/infra/__init__.py +0 -0
  2252. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/hardprompts/infra/k8s_manifests.md +0 -0
  2253. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/hardprompts/infra/pipeline_generation.md +0 -0
  2254. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/hardprompts/infra/terraform_generation.md +0 -0
  2255. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/hardprompts/integration/__init__.py +0 -0
  2256. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/hardprompts/knowledge/__init__.py +0 -0
  2257. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/hardprompts/knowledge/pattern_detection.md +0 -0
  2258. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/hardprompts/knowledge/recommendation_engine.md +0 -0
  2259. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/hardprompts/knowledge/root_cause_analysis.md +0 -0
  2260. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/hardprompts/maintenance/__init__.py +0 -0
  2261. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/hardprompts/maintenance/maintenance_assessment.md +0 -0
  2262. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/hardprompts/mbse/__init__.py +0 -0
  2263. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/hardprompts/modernization/__init__.py +0 -0
  2264. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/hardprompts/requirements/__init__.py +0 -0
  2265. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/hardprompts/requirements/bdd_generation.md +0 -0
  2266. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/hardprompts/requirements/decomposition.md +0 -0
  2267. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/hardprompts/requirements/document_extraction.md +0 -0
  2268. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/hardprompts/requirements/gap_detection.md +0 -0
  2269. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/hardprompts/requirements/readiness_assessment.md +0 -0
  2270. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/hardprompts/requirements/traceability_analysis.md +0 -0
  2271. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/hardprompts/security/__init__.py +0 -0
  2272. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/hardprompts/security/endpoint_security.md +0 -0
  2273. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/hardprompts/security/threat_model.md +0 -0
  2274. {icdev-1.2.11 → icdev-1.2.12}/icdev/data/hardprompts/simulation/__init__.py +0 -0
  2275. {icdev-1.2.11 → icdev-1.2.12}/icdev/py.typed +0 -0
  2276. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/_gen_formatter.py +0 -0
  2277. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/a2a/__init__.py +0 -0
  2278. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/a2a/agent_client.py +0 -0
  2279. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/a2a/agent_registry.py +0 -0
  2280. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/a2a/agent_server.py +0 -0
  2281. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/a2a/task.py +0 -0
  2282. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/agent/agent_executor.py +0 -0
  2283. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/agent/agent_models.py +0 -0
  2284. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/analysis/__init__.py +0 -0
  2285. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/audit/__init__.py +0 -0
  2286. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/audit/audit_query.py +0 -0
  2287. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/builder/__init__.py +0 -0
  2288. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/builder/agentic_test_templates/test_a2a_lifecycle.feature +0 -0
  2289. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/builder/agentic_test_templates/test_agent_card.feature +0 -0
  2290. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/builder/agentic_test_templates/test_agent_health.py +0 -0
  2291. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/builder/agentic_test_templates/test_memory_system.feature +0 -0
  2292. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/builder/agentic_test_templates/test_skill_execution.feature +0 -0
  2293. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/builder/formatter.py +0 -0
  2294. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/builder/linter.py +0 -0
  2295. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/builder/profile_detector.py +0 -0
  2296. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/builder/profile_md_generator.py +0 -0
  2297. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/cli/__init__.py +0 -0
  2298. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/cloud/__init__.py +0 -0
  2299. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/cloud/cloud_mode_manager.py +0 -0
  2300. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/cloud/csp_health_checker.py +0 -0
  2301. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/cloud/kms_provider.py +0 -0
  2302. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/cloud/monitoring_provider.py +0 -0
  2303. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/cloud/provider_factory.py +0 -0
  2304. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/cloud/region_validator.py +0 -0
  2305. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/cloud/secrets_provider.py +0 -0
  2306. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/cloud/storage_provider.py +0 -0
  2307. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/compliance/__init__.py +0 -0
  2308. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/compliance/compliance_status.py +0 -0
  2309. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/compliance/control_mapper.py +0 -0
  2310. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/compliance/evidence_collector.py +0 -0
  2311. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/compliance/fedramp_report_generator.py +0 -0
  2312. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/compliance/narrative_generator.py +0 -0
  2313. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/compliance/nist_lookup.py +0 -0
  2314. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/compliance/owasp_agentic_assessor.py +0 -0
  2315. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/compliance/pi_compliance_tracker.py +0 -0
  2316. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/compliance/siem_config_generator.py +0 -0
  2317. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/compliance/xai_assessor.py +0 -0
  2318. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/dashboard/__init__.py +0 -0
  2319. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/dashboard/api/__init__.py +0 -0
  2320. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/dashboard/api/_pipeline_state.py +0 -0
  2321. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/dashboard/api/admin.py +0 -0
  2322. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/dashboard/api/agents.py +0 -0
  2323. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/dashboard/api/ai_accountability.py +0 -0
  2324. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/dashboard/api/ai_transparency.py +0 -0
  2325. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/dashboard/api/audit.py +0 -0
  2326. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/dashboard/api/chat.py +0 -0
  2327. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/dashboard/api/code_quality.py +0 -0
  2328. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/dashboard/api/compliance.py +0 -0
  2329. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/dashboard/api/events.py +0 -0
  2330. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/dashboard/api/evidence.py +0 -0
  2331. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/dashboard/api/fedramp_20x.py +0 -0
  2332. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/dashboard/api/intake.py +0 -0
  2333. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/dashboard/api/lineage.py +0 -0
  2334. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/dashboard/api/metrics.py +0 -0
  2335. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/dashboard/api/oscal.py +0 -0
  2336. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/dashboard/api/prod_audit.py +0 -0
  2337. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/dashboard/api/projects.py +0 -0
  2338. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/dashboard/api/proposals.py +0 -0
  2339. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/dashboard/api/traces.py +0 -0
  2340. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/dashboard/api/usage.py +0 -0
  2341. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/dashboard/static/js/activity.js +0 -0
  2342. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/dashboard/websocket.py +0 -0
  2343. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/db/__init__.py +0 -0
  2344. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/db/migrations/001_baseline/meta.json +0 -0
  2345. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/db/migrations/002_memory_enhancements/down.sql +0 -0
  2346. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/db/migrations/002_memory_enhancements/meta.json +0 -0
  2347. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/db/migrations/002_memory_enhancements/up.py +0 -0
  2348. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/db/migrations/003_dev_profiles/meta.json +0 -0
  2349. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/db/migrations/003_dev_profiles/up.py +0 -0
  2350. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/db/migrations/004_innovation_engine/down.py +0 -0
  2351. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/db/migrations/004_innovation_engine/up.py +0 -0
  2352. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/db/migrations/005_phase_37_ai_security/down.py +0 -0
  2353. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/db/migrations/005_phase_37_ai_security/up.py +0 -0
  2354. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/db/migrations/006_phase_36_evolution/down.py +0 -0
  2355. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/db/migrations/006_phase_36_evolution/up.py +0 -0
  2356. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/db/migrations/007_phase_38_cloud/down.py +0 -0
  2357. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/db/migrations/007_phase_38_cloud/up.py +0 -0
  2358. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/db/migrations/008_phase36_37_integration/up.py +0 -0
  2359. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/devsecops/attestation_manager.py +0 -0
  2360. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/devsecops/pipeline_security_generator.py +0 -0
  2361. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/devsecops/policy_generator.py +0 -0
  2362. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/devsecops/zta_maturity_scorer.py +0 -0
  2363. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/dx/tool_detector.py +0 -0
  2364. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/extensions/__init__.py +0 -0
  2365. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/extensions/builtins/010_ai_governance_chat.py +0 -0
  2366. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/infra/__init__.py +0 -0
  2367. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/infra/ansible_generator.py +0 -0
  2368. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/infra/dockerfile_generator.py +0 -0
  2369. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/infra/infra_status.py +0 -0
  2370. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/infra/pipeline_generator.py +0 -0
  2371. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/infra/rollback.py +0 -0
  2372. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/infra/terraform_generator_azure.py +0 -0
  2373. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/infra/terraform_generator_ibm.py +0 -0
  2374. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/infra/terraform_generator_oci.py +0 -0
  2375. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/innovation/register_external_patterns.py +0 -0
  2376. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/integration/__init__.py +0 -0
  2377. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/knowledge/__init__.py +0 -0
  2378. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/knowledge/knowledge_ingest.py +0 -0
  2379. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/knowledge/pattern_detector.py +0 -0
  2380. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/knowledge/recommendation_engine.py +0 -0
  2381. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/knowledge/self_heal_analyzer.py +0 -0
  2382. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/llm/anthropic_provider.py +0 -0
  2383. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/llm/bedrock_provider.py +0 -0
  2384. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/llm/embedding_provider.py +0 -0
  2385. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/llm/ibm_watsonx_provider.py +0 -0
  2386. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/llm/openai_provider.py +0 -0
  2387. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/llm/provider.py +0 -0
  2388. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/mbse/des_assessor.py +0 -0
  2389. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/mbse/pi_model_tracker.py +0 -0
  2390. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/mcp/__init__.py +0 -0
  2391. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/mcp/base_server.py +0 -0
  2392. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/mcp/devsecops_server.py +0 -0
  2393. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/mcp/gap_handlers.py +0 -0
  2394. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/mcp/infra_server.py +0 -0
  2395. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/mcp/maintenance_server.py +0 -0
  2396. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/mcp/observability_server.py +0 -0
  2397. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/memory/auto_capture.py +0 -0
  2398. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/memory/embed_memory.py +0 -0
  2399. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/memory/hybrid_search.py +0 -0
  2400. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/memory/maintenance_cron.py +0 -0
  2401. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/memory/memory_db.py +0 -0
  2402. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/memory/memory_read.py +0 -0
  2403. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/memory/memory_write.py +0 -0
  2404. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/memory/semantic_search.py +0 -0
  2405. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/memory/time_decay.py +0 -0
  2406. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/monitor/__init__.py +0 -0
  2407. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/monitor/alert_correlator.py +0 -0
  2408. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/monitor/health_checker.py +0 -0
  2409. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/monitor/metric_collector.py +0 -0
  2410. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/observability/mlflow_exporter.py +0 -0
  2411. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/observability/otel_tracer.py +0 -0
  2412. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/observability/provenance/prov_recorder.py +0 -0
  2413. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/observability/shap/agent_shap.py +0 -0
  2414. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/observability/sqlite_tracer.py +0 -0
  2415. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/observability/trace_context.py +0 -0
  2416. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/orchestration/__init__.py +0 -0
  2417. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/project/__init__.py +0 -0
  2418. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/project/manifest_loader.py +0 -0
  2419. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/project/validate_manifest.py +0 -0
  2420. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/requirements/__init__.py +0 -0
  2421. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/requirements/ai_governance_scorer.py +0 -0
  2422. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/requirements/prd_validator.py +0 -0
  2423. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/schemas/chat.py +0 -0
  2424. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/schemas/compliance.py +0 -0
  2425. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/schemas/core.py +0 -0
  2426. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/schemas/innovation.py +0 -0
  2427. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/schemas/validation.py +0 -0
  2428. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/security/__init__.py +0 -0
  2429. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/security/agent_output_validator.py +0 -0
  2430. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/security/agent_trust_scorer.py +0 -0
  2431. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/security/ai_telemetry_logger.py +0 -0
  2432. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/security/atlas_red_team.py +0 -0
  2433. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/security/code_pattern_scanner.py +0 -0
  2434. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/security/container_scanner.py +0 -0
  2435. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/security/dependency_auditor.py +0 -0
  2436. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/security/endpoint_security_scanner.py +0 -0
  2437. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/security/mcp_tool_authorizer.py +0 -0
  2438. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/security/sast_runner.py +0 -0
  2439. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/security/tool_chain_validator.py +0 -0
  2440. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/simulation/__init__.py +0 -0
  2441. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/supply_chain/__init__.py +0 -0
  2442. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/supply_chain/cve_triager.py +0 -0
  2443. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/supply_chain/dependency_graph.py +0 -0
  2444. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/supply_chain/isa_manager.py +0 -0
  2445. {icdev-1.2.11 → icdev-1.2.12}/icdev/tools/supply_chain/scrm_assessor.py +0 -0
  2446. {icdev-1.2.11 → icdev-1.2.12}/icdev.egg-info/dependency_links.txt +0 -0
  2447. {icdev-1.2.11 → icdev-1.2.12}/icdev.egg-info/entry_points.txt +0 -0
  2448. {icdev-1.2.11 → icdev-1.2.12}/icdev.egg-info/requires.txt +0 -0
  2449. {icdev-1.2.11 → icdev-1.2.12}/icdev.egg-info/top_level.txt +0 -0
  2450. {icdev-1.2.11 → icdev-1.2.12}/setup.cfg +0 -0
  2451. {icdev-1.2.11 → icdev-1.2.12}/tests/test_rag_eval_api.py +0 -0
  2452. {icdev-1.2.11 → icdev-1.2.12}/tests/test_scaffolder.py +0 -0
@@ -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.12/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.
@@ -0,0 +1,271 @@
1
+ # Contributing to ICDEV™
2
+
3
+ Thank you for contributing to ICDEV™. This document covers the development setup,
4
+ coding standards, testing patterns, and contribution workflow.
5
+
6
+ ## Developer Certificate of Origin (DCO)
7
+
8
+ All contributions to this project **must** be signed off under the
9
+ [Developer Certificate of Origin (DCO) v1.1](https://developercertificate.org/).
10
+
11
+ By making a contribution, you certify that you have the right to submit it
12
+ under the Apache 2.0 license and that you have not incorporated code from
13
+ incompatible licenses (GPL, AGPL, SSPL — see [Dependency Guidelines](#dependency-guidelines)).
14
+
15
+ ### How to Sign Off
16
+
17
+ Add a `Signed-off-by` line to every commit message:
18
+
19
+ ```
20
+ Signed-off-by: Your Name <your.email@example.com>
21
+ ```
22
+
23
+ You can do this automatically with `git commit -s`:
24
+
25
+ ```bash
26
+ git commit -s -m "feat: add new compliance framework assessor"
27
+ ```
28
+
29
+ **Commits without a DCO sign-off will not be accepted.**
30
+
31
+ ## Development Setup
32
+
33
+ ### Prerequisites
34
+
35
+ - Python 3.9 or later
36
+ - Git
37
+ - (Optional) Node.js 18+ for Playwright E2E tests
38
+
39
+ ### Installation
40
+
41
+ ```bash
42
+ git clone <repository-url>
43
+ cd ICDev
44
+ pip install -r requirements.txt
45
+ ```
46
+
47
+ ### First Run
48
+
49
+ If `memory/MEMORY.md` does not exist, this is a fresh environment. Run `/initialize` in Claude Code to set up all directories, manifests, memory files, and databases.
50
+
51
+ ### Verify Installation
52
+
53
+ ```bash
54
+ # Run the test suite
55
+ pytest tests/ -v --tb=short
56
+
57
+ # Check platform compatibility
58
+ python tools/testing/platform_check.py
59
+
60
+ # Full system health check
61
+ python tools/testing/health_check.py
62
+ ```
63
+
64
+ ## Adding a New Tool
65
+
66
+ 1. **Check the manifest first.** Read `tools/manifest.md` to confirm a similar tool does not already exist.
67
+ 2. **Create the tool** in the appropriate domain directory under `tools/<domain>/`.
68
+ 3. **Add a template classification header** as the first line of the file:
69
+ ```python
70
+ # [TEMPLATE: CUI // SP-CTI]
71
+ ```
72
+ This is a template marker showing the format ICDEV™ applies to generated
73
+ artifacts. It does NOT indicate the file itself is CUI. See
74
+ [Classification Markers](#classification-markers) below.
75
+ 4. **Add the tool to `tools/manifest.md`** with its name, path, purpose, and CLI usage.
76
+ 5. **Write tests** in `tests/test_<name>.py`.
77
+ 6. **Update `CLAUDE.md`** — add the tool's CLI commands to the appropriate section.
78
+ 7. **Support `--json` output** for programmatic usage and `--human` for colored terminal output.
79
+
80
+ ### Tool Design Principles
81
+
82
+ - **One job per tool.** Tools are deterministic Python scripts. They do not think; they execute.
83
+ - **No side effects.** Tools should not modify state outside their declared scope.
84
+ - **Audit trail.** Any state-changing operation must log to the append-only audit trail.
85
+ - **Air-gap safe.** Use only Python stdlib or approved dependencies. No internet-dependent features in core logic.
86
+ - **Classification markings for generated output.** Use `classification_manager.py` for all marking generation in artifacts ICDEV™ produces — do not hard-code CUI banners.
87
+
88
+ ## Test Patterns
89
+
90
+ ICDEV™ uses a 9-step testing pipeline:
91
+
92
+ 1. **py_compile** — Python syntax validation (catches missing colons, bad indentation before tests run)
93
+ 2. **Ruff** (`ruff>=0.12`) — Ultra-fast Python linter (replaces flake8+isort+black)
94
+ 3. **pytest** (`tests/`) — Unit and integration tests with coverage
95
+ 4. **behave/Gherkin** (`features/`) — BDD scenario tests for business requirements
96
+ 5. **Bandit** — SAST security scan (SQL injection, XSS, hardcoded secrets)
97
+ 6. **Playwright MCP** (`.claude/commands/e2e/*.md`) — Browser automation E2E tests
98
+ 7. **Vision validation** (optional) — LLM-based screenshot analysis
99
+ 8. **Acceptance validation** (V&V) — Deterministic acceptance criteria verification
100
+ 9. **Security + Compliance gates** — CUI markings on generated artifacts, STIG (0 CAT1), secret detection
101
+
102
+ ### Writing a Test File
103
+
104
+ ```python
105
+ # [TEMPLATE: CUI // SP-CTI]
106
+ """Tests for <module_name>."""
107
+
108
+ import os
109
+ import sys
110
+ import pytest
111
+
112
+ # Import guard for optional dependencies
113
+ try:
114
+ from tools.some_module import SomeClass
115
+ except ImportError:
116
+ pytestmark = pytest.mark.skip(reason="Missing dependency")
117
+
118
+
119
+ class TestSomeFeature:
120
+ """Tests for the SomeFeature behavior group."""
121
+
122
+ def test_basic_operation(self, tmp_path):
123
+ """Verify basic operation succeeds."""
124
+ result = SomeClass().do_something(tmp_path)
125
+ assert result["status"] == "success"
126
+
127
+ def test_error_handling(self, tmp_path):
128
+ """Verify errors are handled gracefully."""
129
+ result = SomeClass().do_something_invalid(tmp_path)
130
+ assert result["status"] == "error"
131
+ assert "message" in result
132
+ ```
133
+
134
+ **Key conventions:**
135
+
136
+ - **Header:** `# [TEMPLATE: CUI // SP-CTI]` as the first line.
137
+ - **Import guard:** Use `try/except ImportError` with `pytestmark = pytest.mark.skip()` for optional dependencies.
138
+ - **One class per behavior group.** Group related tests in a class.
139
+ - **Plain assert statements.** Do not use `unittest`-style `self.assert*` methods.
140
+ - **Use `tmp_path`** for filesystem operations. Use the `icdev_db` fixture for database tests.
141
+ - **Use the shared fixtures** from `conftest.py`: `icdev_db`, `platform_db`, `api_gateway_app`, `dashboard_app`, `auth_headers`.
142
+
143
+ ### Running Tests
144
+
145
+ ```bash
146
+ # All tests
147
+ pytest tests/ -v --tb=short
148
+
149
+ # Single test file
150
+ pytest tests/test_rest_api.py -v
151
+
152
+ # Single test
153
+ pytest tests/test_rest_api.py::TestSomeClass::test_method -v
154
+
155
+ # With coverage
156
+ pytest tests/ --cov=tools --cov-report=term-missing
157
+
158
+ # BDD tests
159
+ behave features/
160
+
161
+ # E2E tests
162
+ python tools/testing/e2e_runner.py --run-all
163
+ ```
164
+
165
+ ## Adding BDD Scenarios
166
+
167
+ 1. **Add a scenario** to `features/<name>.feature` using Gherkin syntax:
168
+ ```gherkin
169
+ Feature: User authentication
170
+ Scenario: Valid API key grants access
171
+ Given a valid API key exists
172
+ When the user authenticates with the key
173
+ Then the response status is 200
174
+ ```
175
+
176
+ 2. **Create or update step definitions** in `features/steps/<name>_steps.py`.
177
+
178
+ 3. **Use `subprocess.run`** for tool invocation in step definitions to keep BDD tests isolated from internal imports.
179
+
180
+ 4. **Run BDD tests:**
181
+ ```bash
182
+ behave features/
183
+ behave features/<name>.feature
184
+ ```
185
+
186
+ ## Adding a Compliance Framework
187
+
188
+ 1. **Create the catalog** as a JSON file in `context/compliance/`.
189
+ 2. **Create an assessor** that inherits from `BaseAssessor` (see `tools/compliance/base_assessor.py`).
190
+ 3. **Add crosswalk mappings** to the dual-hub model (NIST 800-53 US hub or ISO 27001 international hub).
191
+ 4. **Register in `args/framework_registry.yaml`**.
192
+ 5. **Add data type triggers** in `args/classification_config.yaml` if applicable.
193
+ 6. **Write tests** in `tests/test_<framework>_assessor.py`.
194
+ 7. **Update `CLAUDE.md`** with the new framework's commands and gate conditions.
195
+
196
+ The `BaseAssessor` pattern (D116) provides crosswalk integration, gate evaluation, and CLI support in approximately 60 lines of code per new framework.
197
+
198
+ ## Commit Message Format
199
+
200
+ ```
201
+ <agent>: <type>: <message>
202
+
203
+ Signed-off-by: Your Name <your.email@example.com>
204
+ ```
205
+
206
+ **Types:**
207
+ - `feat` — A new feature
208
+ - `fix` — A bug fix
209
+ - `chore` — Maintenance, refactoring, documentation
210
+
211
+ **Examples:**
212
+ ```
213
+ icdev_builder: feat: Add CJIS assessor framework
214
+
215
+ Signed-off-by: Jane Doe <jane@example.com>
216
+ ```
217
+
218
+ ## Classification Markers
219
+
220
+ ICDEV™ source files use **template markers** in their headers:
221
+
222
+ ```python
223
+ # [TEMPLATE: CUI // SP-CTI]
224
+ ```
225
+
226
+ These template markers demonstrate the classification format that ICDEV™ applies
227
+ to artifacts it generates for its users. **They do NOT indicate that the source
228
+ file itself is CUI or classified.** See the [README.md](README.md) disclaimer.
229
+
230
+ When ICDEV™ generates artifacts for a project (SSPs, POAMs, code files, etc.),
231
+ it applies actual classification markings appropriate to the project's impact
232
+ level using `tools/compliance/classification_manager.py`. The template markers
233
+ in the ICDEV™ source code itself serve as documentation of this format.
234
+
235
+ ## Dependency Guidelines
236
+
237
+ - Prefer Python stdlib where possible (air-gap safe)
238
+ - **Do not add GPL, AGPL, or SSPL licensed dependencies** without explicit
239
+ discussion and approval. ICDEV™ blocks copyleft licenses (see D202 in CLAUDE.md).
240
+ - New dependencies must be added to `requirements.txt` with version pins.
241
+ - Run `pip-licenses -f markdown` to verify license compatibility before submitting.
242
+
243
+ ## Security Guidelines
244
+
245
+ - **Never store secrets** in code or config files. Use AWS Secrets Manager or K8s secrets.
246
+ - **Audit trail is append-only.** Never add UPDATE or DELETE operations to audit tables.
247
+ - **All containers** must run as non-root with read-only root filesystem.
248
+ - **SBOM** must be regenerated on every build.
249
+ - **Security gates block on:** CAT1 STIG findings, critical/high vulnerabilities, failed tests, detected secrets.
250
+
251
+ ## Architecture Decision Records
252
+
253
+ Key decisions are documented as numbered records (D1, D2, ...) in `CLAUDE.md`. When making architectural choices, reference existing ADRs or propose new ones. Important patterns:
254
+
255
+ - **D6:** Audit trail is append-only/immutable (no UPDATE/DELETE)
256
+ - **D26:** Declarative JSON/YAML for configuration (add rules without code changes)
257
+ - **D58:** SaaS layer wraps existing tools, does not rewrite them
258
+ - **D66:** Provider abstraction pattern (ABC + implementations)
259
+ - **D116:** BaseAssessor ABC pattern for compliance frameworks
260
+
261
+ ## Getting Help
262
+
263
+ - Read `CLAUDE.md` for the complete architecture documentation and command reference.
264
+ - Read `goals/manifest.md` for the index of all workflow goals.
265
+ - Read `tools/manifest.md` for the master list of all tools.
266
+ - Open an issue for questions or proposals.
267
+
268
+ ## License
269
+
270
+ By contributing, you agree that your contributions will be licensed under the
271
+ Apache License, Version 2.0. See [LICENSE](LICENSE).