@chongyan/autospec 1.0.3 → 1.0.5

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 (366) hide show
  1. package/LICENSE +3 -5
  2. package/README.md +19 -25
  3. package/dist/README.md +19 -25
  4. package/dist/adapters/claude-code/README.md.enc +4 -4
  5. package/dist/adapters/claude-code/agents.js +1 -1
  6. package/dist/adapters/claude-code/commands.config.js +1 -1
  7. package/dist/adapters/claude-code/commands.js +1 -1
  8. package/dist/adapters/claude-code/hooks.config.js +1 -1
  9. package/dist/adapters/claude-code/hooks.js +1 -1
  10. package/dist/adapters/claude-code/install.js +1 -1
  11. package/dist/adapters/claude-code/skills.js +1 -1
  12. package/dist/adapters/codex/README.md.enc +4 -4
  13. package/dist/adapters/codex/install.js +1 -1
  14. package/dist/adapters/codex/prompts/env-learn.md.enc +4 -4
  15. package/dist/adapters/codex/prompts/review.md.enc +4 -4
  16. package/dist/adapters/shared/command-catalog.js +1 -0
  17. package/dist/adapters/shared/skills.js +1 -0
  18. package/dist/bin/autospec.js +1 -1
  19. package/dist/knowledge/README.md.enc +4 -4
  20. package/dist/knowledge/change-management.md.enc +4 -4
  21. package/dist/knowledge/cognition-engine.md.enc +4 -4
  22. package/dist/knowledge/config/baseline-permissions.md.enc +4 -4
  23. package/dist/knowledge/config/external-mounts.yaml.enc +4 -4
  24. package/dist/knowledge/config/model-profiles.yaml.enc +4 -4
  25. package/dist/knowledge/config/role-composition.yaml.enc +4 -4
  26. package/dist/knowledge/config/token-optimization.yaml.enc +4 -4
  27. package/dist/knowledge/config/validation-patterns.yaml.enc +4 -4
  28. package/dist/knowledge/constitution.md.enc +4 -4
  29. package/dist/knowledge/core-rules.md.enc +4 -4
  30. package/dist/knowledge/environment/adapters/README.md.enc +4 -4
  31. package/dist/knowledge/environment/detection-patterns.yaml.enc +4 -4
  32. package/dist/knowledge/memory/README.md.enc +4 -4
  33. package/dist/knowledge/memory/field/README.md.enc +4 -4
  34. package/dist/knowledge/memory/project/decisions/README.md.enc +4 -4
  35. package/dist/knowledge/memory/project/evolution-log.md.enc +4 -4
  36. package/dist/knowledge/memory/project/health-metrics.md.enc +4 -4
  37. package/dist/knowledge/memory/team/best-practices.md.enc +4 -4
  38. package/dist/knowledge/pipeline/code.md.enc +4 -4
  39. package/dist/knowledge/pipeline/explore.md.enc +4 -4
  40. package/dist/knowledge/pipeline/plan.md.enc +4 -4
  41. package/dist/knowledge/pipeline/protocol.md.enc +4 -4
  42. package/dist/knowledge/protocol/capabilities.yaml.enc +4 -4
  43. package/dist/knowledge/protocol/evolve-integration.md.enc +4 -4
  44. package/dist/knowledge/skills/README.md.enc +4 -4
  45. package/dist/knowledge/skills/adversarial-review.md.enc +4 -4
  46. package/dist/knowledge/skills/analyze-requirement.md.enc +4 -4
  47. package/dist/knowledge/skills/channel-operations.md.enc +4 -4
  48. package/dist/knowledge/skills/content-operations.md.enc +4 -4
  49. package/dist/knowledge/skills/content-prompts.md.enc +4 -4
  50. package/dist/knowledge/skills/conversion-optimization.md.enc +4 -4
  51. package/dist/knowledge/skills/data-operations.md.enc +4 -4
  52. package/dist/knowledge/skills/design-solution.md.enc +4 -4
  53. package/dist/knowledge/skills/growth-strategies.md.enc +4 -4
  54. package/dist/knowledge/skills/implement-code.md.enc +4 -4
  55. package/dist/knowledge/skills/knowledge-distill.md.enc +4 -4
  56. package/dist/knowledge/skills/parallel-dev.md.enc +4 -4
  57. package/dist/knowledge/skills/private-domain-traffic.md.enc +4 -4
  58. package/dist/knowledge/skills/skill-format.md.enc +4 -4
  59. package/dist/knowledge/skills/social-commerce.md.enc +4 -4
  60. package/dist/knowledge/skills/team-orchestration.md.enc +4 -4
  61. package/dist/knowledge/skills/unified-review.md.enc +4 -4
  62. package/dist/knowledge/skills/user-operations.md.enc +4 -4
  63. package/dist/knowledge/templates/autospec-config.yaml.enc +4 -4
  64. package/dist/knowledge/templates/smoke-test.md.enc +4 -4
  65. package/dist/knowledge/templates/spec/SPEC.md.enc +4 -4
  66. package/dist/knowledge/templates/spec/layers/delta.md.enc +4 -4
  67. package/dist/knowledge/templates/spec/layers/how.md.enc +4 -4
  68. package/dist/knowledge/templates/spec/layers/plan.md.enc +4 -4
  69. package/dist/knowledge/templates/spec/layers/what.md.enc +4 -4
  70. package/dist/knowledge/templates/spec/layers/why.md.enc +4 -4
  71. package/dist/knowledge/templates/wiki/catalog.yaml.enc +4 -4
  72. package/dist/knowledge/templates/wiki/content.md.enc +4 -4
  73. package/dist/knowledge/templates/wiki/meta.yaml.enc +4 -4
  74. package/dist/package.json +14 -22
  75. package/dist/plugins/agents/roles/ai-engineer.md.enc +4 -4
  76. package/dist/plugins/agents/roles/backend-engineer.md.enc +4 -4
  77. package/dist/plugins/agents/roles/ceo.md.enc +4 -4
  78. package/dist/plugins/agents/roles/channel-ops.md.enc +4 -4
  79. package/dist/plugins/agents/roles/content-ops.md.enc +4 -4
  80. package/dist/plugins/agents/roles/conversion-ops.md.enc +4 -4
  81. package/dist/plugins/agents/roles/data-engineer.md.enc +4 -4
  82. package/dist/plugins/agents/roles/data-ops.md.enc +4 -4
  83. package/dist/plugins/agents/roles/devops-engineer.md.enc +4 -4
  84. package/dist/plugins/agents/roles/frontend-engineer.md.enc +4 -4
  85. package/dist/plugins/agents/roles/marketing-director.md.enc +4 -4
  86. package/dist/plugins/agents/roles/operations-director.md.enc +4 -4
  87. package/dist/plugins/agents/roles/private-traffic.md.enc +4 -4
  88. package/dist/plugins/agents/roles/product-owner.md.enc +4 -4
  89. package/dist/plugins/agents/roles/quality-engineer.md.enc +4 -4
  90. package/dist/plugins/agents/roles/security-engineer.md.enc +4 -4
  91. package/dist/plugins/agents/roles/tech-lead.md.enc +4 -4
  92. package/dist/plugins/agents/roles/user-ops.md.enc +4 -4
  93. package/dist/plugins/agents/support/blind-comparator.md.enc +4 -4
  94. package/dist/plugins/agents/support/consistency-checker.md.enc +4 -4
  95. package/dist/plugins/agents/support/experiment-evaluator.md.enc +4 -4
  96. package/dist/plugins/agents/support/failure-diagnostician.md.enc +4 -4
  97. package/dist/plugins/agents/support/independent-reviewer.md.enc +4 -4
  98. package/dist/plugins/agents/support/memory-curator.md.enc +4 -4
  99. package/dist/plugins/agents/support/monitoring-agent.md.enc +4 -4
  100. package/dist/plugins/agents/support/safety-auditor.md.enc +4 -4
  101. package/dist/plugins/agents/support/skill-benchmarker.md.enc +4 -4
  102. package/dist/plugins/agents/support/skill-forger.md.enc +4 -4
  103. package/dist/plugins/agents/support/stage-gate-evaluator.md.enc +4 -4
  104. package/dist/plugins/agents/support/team-orchestrator.md.enc +4 -4
  105. package/dist/plugins/agents/support/test-coverage-reviewer.md.enc +4 -4
  106. package/dist/plugins/benchmarks/templates/README.md.enc +4 -4
  107. package/dist/plugins/benchmarks/templates/commands/code-template.yaml.enc +4 -4
  108. package/dist/plugins/benchmarks/templates/commands/explore-template.yaml.enc +4 -4
  109. package/dist/plugins/benchmarks/templates/commands/field-evolve-template.yaml.enc +4 -4
  110. package/dist/plugins/benchmarks/templates/commands/plan-template.yaml.enc +4 -4
  111. package/dist/plugins/benchmarks/templates/commands/project-evolve-template.yaml.enc +4 -4
  112. package/dist/plugins/benchmarks/templates/commands/review-template.yaml.enc +4 -4
  113. package/dist/plugins/benchmarks/templates/commands/run-template.yaml.enc +4 -4
  114. package/dist/plugins/benchmarks/templates/skills/benchmark-executor-template.yaml.enc +4 -4
  115. package/dist/plugins/benchmarks/templates/skills/benchmark-generator-template.yaml.enc +4 -4
  116. package/dist/plugins/benchmarks/templates/skills/delivery-stage-template.yaml.enc +4 -4
  117. package/dist/plugins/benchmarks/templates/skills/design-stage-template.yaml.enc +4 -4
  118. package/dist/plugins/benchmarks/templates/skills/exploration-phase-template.yaml.enc +4 -4
  119. package/dist/plugins/benchmarks/templates/skills/field-evolve-analyzer-template.yaml.enc +4 -4
  120. package/dist/plugins/benchmarks/templates/skills/field-evolve-distiller-template.yaml.enc +4 -4
  121. package/dist/plugins/benchmarks/templates/skills/field-evolve-executor-template.yaml.enc +4 -4
  122. package/dist/plugins/benchmarks/templates/skills/field-evolve-fixer-template.yaml.enc +4 -4
  123. package/dist/plugins/benchmarks/templates/skills/field-evolve-learner-template.yaml.enc +4 -4
  124. package/dist/plugins/benchmarks/templates/skills/field-evolve-scanner-template.yaml.enc +4 -4
  125. package/dist/plugins/benchmarks/templates/skills/field-evolve-template.yaml.enc +4 -4
  126. package/dist/plugins/benchmarks/templates/skills/field-evolve-verifier-template.yaml.enc +4 -4
  127. package/dist/plugins/benchmarks/templates/skills/implementation-stage-template.yaml.enc +4 -4
  128. package/dist/plugins/benchmarks/templates/skills/layer1-validation-template.yaml.enc +4 -4
  129. package/dist/plugins/benchmarks/templates/skills/project-evolve-analyzer-template.yaml.enc +4 -4
  130. package/dist/plugins/benchmarks/templates/skills/project-evolve-fixer-template.yaml.enc +4 -4
  131. package/dist/plugins/benchmarks/templates/skills/project-evolve-generator-template.yaml.enc +4 -4
  132. package/dist/plugins/benchmarks/templates/skills/project-evolve-learner-template.yaml.enc +4 -4
  133. package/dist/plugins/benchmarks/templates/skills/project-evolve-reviewer-template.yaml.enc +4 -4
  134. package/dist/plugins/benchmarks/templates/skills/project-evolve-scanner-template.yaml.enc +4 -4
  135. package/dist/plugins/benchmarks/templates/skills/project-evolve-template.yaml.enc +4 -4
  136. package/dist/plugins/benchmarks/templates/skills/project-evolve-verifier-template.yaml.enc +4 -4
  137. package/dist/plugins/benchmarks/templates/skills/requirement-analyzer-template.yaml.enc +4 -4
  138. package/dist/plugins/benchmarks/templates/skills/skill-forge-template.yaml.enc +4 -4
  139. package/dist/plugins/benchmarks/templates/skills/startup-guard-template.yaml.enc +4 -4
  140. package/dist/plugins/benchmarks/templates/skills/testing-stage-template.yaml.enc +4 -4
  141. package/dist/plugins/commands/README.md.enc +4 -4
  142. package/dist/plugins/commands/automation.md.enc +4 -4
  143. package/dist/plugins/commands/code.md.enc +4 -4
  144. package/dist/plugins/commands/contribute.md.enc +4 -4
  145. package/dist/plugins/commands/dashboard.md.enc +4 -4
  146. package/dist/plugins/commands/env.md.enc +4 -4
  147. package/dist/plugins/commands/explore.md.enc +4 -4
  148. package/dist/plugins/commands/field-evolve.md.enc +4 -4
  149. package/dist/plugins/commands/global.md.enc +4 -4
  150. package/dist/plugins/commands/init.md.enc +4 -4
  151. package/dist/plugins/commands/list.md.enc +4 -4
  152. package/dist/plugins/commands/memory.md.enc +4 -4
  153. package/dist/plugins/commands/monitor.md.enc +4 -4
  154. package/dist/plugins/commands/org.md.enc +4 -4
  155. package/dist/plugins/commands/persist.md.enc +4 -4
  156. package/dist/plugins/commands/plan.md.enc +4 -4
  157. package/dist/plugins/commands/plugin.md.enc +4 -4
  158. package/dist/plugins/commands/project-evolve.md.enc +4 -4
  159. package/dist/plugins/commands/review.md.enc +4 -4
  160. package/dist/plugins/commands/run.md.enc +4 -4
  161. package/dist/plugins/commands/status.md.enc +4 -4
  162. package/dist/plugins/commands/sync.md.enc +4 -4
  163. package/dist/plugins/commands/update.md.enc +4 -4
  164. package/dist/plugins/env-capabilities/env-core/plugin.json +1 -1
  165. package/dist/plugins/hooks/README.md.enc +4 -4
  166. package/dist/plugins/hooks/artifact-evaluation-hook.js +1 -1
  167. package/dist/plugins/hooks/cognitive-dreamer.js +1 -1
  168. package/dist/plugins/hooks/cognitive-sync.js +1 -1
  169. package/dist/plugins/hooks/cognitive-tracker.js +1 -1
  170. package/dist/plugins/hooks/config/detection-patterns.yaml.enc +4 -4
  171. package/dist/plugins/hooks/constitution-guard.js +1 -1
  172. package/dist/plugins/hooks/do-review-separation-guard.js +1 -1
  173. package/dist/plugins/hooks/environment-autocommit.js +1 -1
  174. package/dist/plugins/hooks/environment-doctor.js +1 -1
  175. package/dist/plugins/hooks/environment-startup-scan.js +1 -1
  176. package/dist/plugins/hooks/execution-tracker.js +1 -1
  177. package/dist/plugins/hooks/frozen-zone-guard.js +1 -1
  178. package/dist/plugins/hooks/layer1-validator.js +1 -1
  179. package/dist/plugins/hooks/lib/artifact-evaluator.js +1 -1
  180. package/dist/plugins/hooks/lib/assets/asset-decision-store.js +1 -0
  181. package/dist/plugins/hooks/lib/assets/asset-graph.js +1 -0
  182. package/dist/plugins/hooks/lib/assets/asset-hydrator.js +1 -0
  183. package/dist/plugins/hooks/lib/assets/asset-outcome-store.js +1 -0
  184. package/dist/plugins/hooks/lib/assets/asset-projection-compiler.js +1 -0
  185. package/dist/plugins/hooks/lib/assets/asset-registry.js +1 -0
  186. package/dist/plugins/hooks/lib/assets/asset-selector.js +1 -0
  187. package/dist/plugins/hooks/lib/assets/index.js +1 -0
  188. package/dist/plugins/hooks/lib/assets/paths.js +1 -0
  189. package/dist/plugins/hooks/lib/assets/projection-targets/claude-code.js +1 -0
  190. package/dist/plugins/hooks/lib/assets/projection-targets/codex.js +1 -0
  191. package/dist/plugins/hooks/lib/auto-fix-loop.js +1 -1
  192. package/dist/plugins/hooks/lib/benchmarks/change-detector.js +1 -1
  193. package/dist/plugins/hooks/lib/benchmarks/evaluator.js +1 -1
  194. package/dist/plugins/hooks/lib/benchmarks/integration-example.js +1 -1
  195. package/dist/plugins/hooks/lib/cognitive/adaptive-matcher.js +1 -1
  196. package/dist/plugins/hooks/lib/cognitive/base-store.js +1 -1
  197. package/dist/plugins/hooks/lib/cognitive/causal-engine.js +1 -1
  198. package/dist/plugins/hooks/lib/cognitive/cognitive-config.js +1 -1
  199. package/dist/plugins/hooks/lib/cognitive/cognitive-fingerprint.js +1 -1
  200. package/dist/plugins/hooks/lib/cognitive/collective-sync.js +1 -1
  201. package/dist/plugins/hooks/lib/cognitive/confidence-engine.js +1 -1
  202. package/dist/plugins/hooks/lib/cognitive/dream-engine.js +1 -1
  203. package/dist/plugins/hooks/lib/cognitive/episodic-store.js +1 -1
  204. package/dist/plugins/hooks/lib/cognitive/index.js +1 -1
  205. package/dist/plugins/hooks/lib/cognitive/kernel.js +1 -1
  206. package/dist/plugins/hooks/lib/cognitive/knowledge-distiller.js +1 -1
  207. package/dist/plugins/hooks/lib/cognitive/memory-transport.js +1 -1
  208. package/dist/plugins/hooks/lib/cognitive/persistence-manager.js +1 -1
  209. package/dist/plugins/hooks/lib/cognitive/priority-store.js +1 -1
  210. package/dist/plugins/hooks/lib/cognitive/procedural-store.js +1 -1
  211. package/dist/plugins/hooks/lib/cognitive/semantic-store.js +1 -1
  212. package/dist/plugins/hooks/lib/cognitive/skill-forge-candidate-loader.js +1 -0
  213. package/dist/plugins/hooks/lib/cognitive/skill-forge-draft.js +1 -0
  214. package/dist/plugins/hooks/lib/cognitive/skill-forge-proposal.js +1 -0
  215. package/dist/plugins/hooks/lib/cognitive/skill-forge-queue.js +1 -0
  216. package/dist/plugins/hooks/lib/cognitive/skill-tuner.js +1 -1
  217. package/dist/plugins/hooks/lib/cognitive/wiki-materializer.js +1 -1
  218. package/dist/plugins/hooks/lib/detection-pattern-loader.js +1 -1
  219. package/dist/plugins/hooks/lib/directory-discovery.js +1 -1
  220. package/dist/plugins/hooks/lib/environment-capability-package.js +1 -1
  221. package/dist/plugins/hooks/lib/environment-capability-probe.js +1 -1
  222. package/dist/plugins/hooks/lib/environment-config-loader.js +1 -1
  223. package/dist/plugins/hooks/lib/environment-executor.js +1 -1
  224. package/dist/plugins/hooks/lib/environment-feedback.js +1 -1
  225. package/dist/plugins/hooks/lib/environment-health-monitor.js +1 -1
  226. package/dist/plugins/hooks/lib/environment-knowledge-synthesizer.js +1 -1
  227. package/dist/plugins/hooks/lib/environment-knowledge-validator.js +1 -1
  228. package/dist/plugins/hooks/lib/environment-learning-discoverer.js +1 -1
  229. package/dist/plugins/hooks/lib/environment-learning-engine.js +1 -1
  230. package/dist/plugins/hooks/lib/environment-module-repository.js +1 -1
  231. package/dist/plugins/hooks/lib/environment-planner.js +1 -1
  232. package/dist/plugins/hooks/lib/environment-plugin-registry.js +1 -1
  233. package/dist/plugins/hooks/lib/environment-readiness.js +1 -1
  234. package/dist/plugins/hooks/lib/environment-route-ranking.js +1 -1
  235. package/dist/plugins/hooks/lib/environment-strategy-overlay.js +1 -1
  236. package/dist/plugins/hooks/lib/execution-path.js +1 -1
  237. package/dist/plugins/hooks/lib/external-mount-adapter.js +1 -1
  238. package/dist/plugins/hooks/lib/external-scanner.js +1 -1
  239. package/dist/plugins/hooks/lib/hook-error-recorder.js +1 -1
  240. package/dist/plugins/hooks/lib/hook-logger.js +1 -1
  241. package/dist/plugins/hooks/lib/hook-runner.js +1 -1
  242. package/dist/plugins/hooks/lib/hook-state-manager.js +1 -1
  243. package/dist/plugins/hooks/lib/memory-extractor.js +1 -1
  244. package/dist/plugins/hooks/lib/memory-manager.js +1 -1
  245. package/dist/plugins/hooks/lib/metrics-analyzer.js +1 -1
  246. package/dist/plugins/hooks/lib/mount-manager.js +1 -1
  247. package/dist/plugins/hooks/lib/plugin-activation-registry.js +1 -1
  248. package/dist/plugins/hooks/lib/plugin-selector.js +1 -1
  249. package/dist/plugins/hooks/lib/plugin-source-registry.js +1 -1
  250. package/dist/plugins/hooks/lib/plugin-workspace-registry.js +1 -1
  251. package/dist/plugins/hooks/lib/project-evolution/auto-fixer.js +1 -1
  252. package/dist/plugins/hooks/lib/project-evolution/memory-manager.js +1 -1
  253. package/dist/plugins/hooks/lib/project-evolution/pattern-detector.js +1 -1
  254. package/dist/plugins/hooks/lib/project-evolution/semantic-indexer.js +1 -1
  255. package/dist/plugins/hooks/lib/rollback-tracker.js +1 -1
  256. package/dist/plugins/hooks/lib/source-code-scanner.js +1 -1
  257. package/dist/plugins/hooks/lib/technology-stack-detector.js +1 -1
  258. package/dist/plugins/hooks/lib/test-failure-analyzer.js +1 -1
  259. package/dist/plugins/hooks/lib/test-failure-fixer.js +1 -1
  260. package/dist/plugins/hooks/lib/trace-context.js +1 -1
  261. package/dist/plugins/hooks/lib/validation-patterns.js +1 -1
  262. package/dist/plugins/hooks/memory-sync.js +1 -1
  263. package/dist/plugins/hooks/pipeline-observer.js +1 -1
  264. package/dist/plugins/hooks/retry-limit-guard.js +1 -1
  265. package/dist/plugins/hooks/scope-sentinel.js +1 -1
  266. package/dist/plugins/hooks/secret-scanner.js +1 -1
  267. package/dist/plugins/hooks/stop-evolve-prompt.js +1 -1
  268. package/dist/plugins/hooks/trace-initialization.js +1 -1
  269. package/dist/plugins/hooks/version-checker.js +1 -1
  270. package/dist/plugins/memory/templates/code-quality.yaml.enc +4 -4
  271. package/dist/plugins/memory/templates/multi-system.yaml.enc +4 -4
  272. package/dist/plugins/memory/templates/team-habits.yaml.enc +4 -4
  273. package/dist/plugins/memory/templates/testing.yaml.enc +4 -4
  274. package/dist/plugins/skills/README.md.enc +4 -4
  275. package/dist/plugins/skills/ab-test-executor/SKILL.md.enc +4 -4
  276. package/dist/plugins/skills/benchmark-executor/SKILL.md.enc +4 -4
  277. package/dist/plugins/skills/benchmark-generator/SKILL.md.enc +4 -4
  278. package/dist/plugins/skills/content-prompts/SKILL.md.enc +4 -4
  279. package/dist/plugins/skills/delivery-stage/SKILL.md.enc +4 -4
  280. package/dist/plugins/skills/design-stage/SKILL.md.enc +4 -4
  281. package/dist/plugins/skills/environment-learning/SKILL.md.enc +4 -4
  282. package/dist/plugins/skills/environment-resilience/build-failure-doctor.md.enc +4 -4
  283. package/dist/plugins/skills/environment-resilience/environment-repair.md.enc +4 -4
  284. package/dist/plugins/skills/environment-resilience/pre-flight-check.md.enc +4 -4
  285. package/dist/plugins/skills/experiment-evaluator/SKILL.md.enc +4 -4
  286. package/dist/plugins/skills/exploration-phase/SKILL.md.enc +4 -4
  287. package/dist/plugins/skills/field-evolve-analyzer/SKILL.md.enc +4 -4
  288. package/dist/plugins/skills/field-evolve-distiller/SKILL.md.enc +4 -4
  289. package/dist/plugins/skills/field-evolve-executor/SKILL.md.enc +4 -4
  290. package/dist/plugins/skills/field-evolve-executor/executor.js +1 -1
  291. package/dist/plugins/skills/field-evolve-fixer/SKILL.md.enc +4 -4
  292. package/dist/plugins/skills/field-evolve-learner/SKILL.md.enc +4 -4
  293. package/dist/plugins/skills/field-evolve-scanner/SKILL.md.enc +4 -4
  294. package/dist/plugins/skills/field-evolve-scanner/scripts/fallback-scanner.js +1 -1
  295. package/dist/plugins/skills/field-evolve-verifier/SKILL.md.enc +4 -4
  296. package/dist/plugins/skills/heartbeat-monitor/SKILL.md.enc +4 -4
  297. package/dist/plugins/skills/implementation-stage/SKILL.md.enc +4 -4
  298. package/dist/plugins/skills/layer1-validation/SKILL.md.enc +4 -4
  299. package/dist/plugins/skills/multi-role-orchestration/SKILL.md.enc +4 -4
  300. package/dist/plugins/skills/ops-content-marketing/SKILL.md.enc +4 -4
  301. package/dist/plugins/skills/ops-conversion/SKILL.md.enc +4 -4
  302. package/dist/plugins/skills/ops-data-driven/SKILL.md.enc +4 -4
  303. package/dist/plugins/skills/ops-growth-strategies/SKILL.md.enc +4 -4
  304. package/dist/plugins/skills/ops-private-domain/SKILL.md.enc +4 -4
  305. package/dist/plugins/skills/ops-social-commerce/SKILL.md.enc +4 -4
  306. package/dist/plugins/skills/ops-user-growth/SKILL.md.enc +4 -4
  307. package/dist/plugins/skills/pending-dashboard/SKILL.md.enc +4 -4
  308. package/dist/plugins/skills/project-evolve-analyzer/SKILL.md.enc +4 -4
  309. package/dist/plugins/skills/project-evolve-fixer/SKILL.md.enc +4 -4
  310. package/dist/plugins/skills/project-evolve-generator/SKILL.md.enc +4 -4
  311. package/dist/plugins/skills/project-evolve-learner/SKILL.md.enc +4 -4
  312. package/dist/plugins/skills/project-evolve-reviewer/SKILL.md.enc +4 -4
  313. package/dist/plugins/skills/project-evolve-scanner/SKILL.md.enc +4 -4
  314. package/dist/plugins/skills/project-evolve-scanner/scripts/dependency-reuse-checker.js +1 -1
  315. package/dist/plugins/skills/project-evolve-scanner/scripts/subsystem-coverage.js +1 -1
  316. package/dist/plugins/skills/project-evolve-verifier/SKILL.md.enc +4 -4
  317. package/dist/plugins/skills/requirement-stage/SKILL.md.enc +4 -4
  318. package/dist/plugins/skills/secret-scanner/SKILL.md.enc +4 -4
  319. package/dist/plugins/skills/skill-forge/SKILL.md.enc +4 -4
  320. package/dist/plugins/skills/skill-forge/references/description-guide.md.enc +4 -4
  321. package/dist/plugins/skills/skill-forge/references/quality-rubric.md.enc +4 -4
  322. package/dist/plugins/skills/skill-forge/references/skill-template.md.enc +4 -4
  323. package/dist/plugins/skills/startup-guard/SKILL.md.enc +4 -4
  324. package/dist/plugins/skills/tdd-workflow/SKILL.md.enc +4 -4
  325. package/dist/plugins/skills/testing-stage/SKILL.md.enc +4 -4
  326. package/dist/plugins/skills/tracking-validator/SKILL.md.enc +4 -4
  327. package/dist/scripts/build-crypto.js +1 -1
  328. package/dist/scripts/cli/assets.js +1 -0
  329. package/dist/scripts/cli/contribute.js +1 -1
  330. package/dist/scripts/cli/dashboard.js +1 -1
  331. package/dist/scripts/cli/env.js +1 -1
  332. package/dist/scripts/cli/global-init.js +1 -1
  333. package/dist/scripts/cli/global.js +1 -1
  334. package/dist/scripts/cli/index.js +1 -1
  335. package/dist/scripts/cli/init.js +1 -1
  336. package/dist/scripts/cli/list.js +1 -1
  337. package/dist/scripts/cli/memory.js +1 -1
  338. package/dist/scripts/cli/org.js +1 -1
  339. package/dist/scripts/cli/plugin.js +1 -1
  340. package/dist/scripts/cli/practice-report.js +1 -1
  341. package/dist/scripts/cli/runtime-governance.js +1 -1
  342. package/dist/scripts/cli/system.js +1 -1
  343. package/dist/scripts/cli/update.js +1 -1
  344. package/dist/scripts/commands/catalog.js +1 -1
  345. package/dist/scripts/commands/slash-command-docs.js +1 -1
  346. package/dist/scripts/config/external-mounts.config.js +1 -1
  347. package/dist/scripts/heartbeat/check.js +1 -1
  348. package/dist/scripts/heartbeat/setup-cron.js +1 -1
  349. package/dist/scripts/install/adapters.js +1 -1
  350. package/dist/scripts/install/constants.js +1 -1
  351. package/dist/scripts/install/file-reader.js +1 -1
  352. package/dist/scripts/install/index.js +1 -1
  353. package/dist/scripts/install/shards/constants-shard.js +1 -1
  354. package/dist/scripts/install/shards/crypto-config-shard.js +1 -1
  355. package/dist/scripts/install/shards/error-messages-shard.js +1 -1
  356. package/dist/scripts/install/shards/reassemble.js +1 -1
  357. package/dist/scripts/install/shards/utils-shard.js +1 -1
  358. package/dist/scripts/install/shards/version-info-shard.js +1 -1
  359. package/dist/scripts/postinstall.js +1 -1
  360. package/dist/scripts/state.js +1 -1
  361. package/package.json +14 -22
  362. package/dist/knowledge/README.en.md.enc +0 -6
  363. package/dist/plugins/benchmarks/templates/README.en.md.enc +0 -6
  364. package/dist/plugins/commands/README.en.md.enc +0 -6
  365. package/dist/plugins/hooks/README.en.md.enc +0 -6
  366. package/dist/plugins/skills/README.en.md.enc +0 -6
@@ -1 +1 @@
1
- (function(_0x40b659,_0x35a40b){const _0x114eeb={_0x4f1e85:0x9d,_0x5bd388:0xa7,_0x3c4bdc:0xe1,_0x48043c:0xea},_0x25f554=_0x42d7,_0x52d45a=_0x40b659();while(!![]){try{const _0x1b4e2e=parseInt(_0x25f554(0x91))/0x1*(parseInt(_0x25f554(0xe8))/0x2)+-parseInt(_0x25f554(_0x114eeb._0x4f1e85))/0x3+parseInt(_0x25f554(0xcf))/0x4*(parseInt(_0x25f554(_0x114eeb._0x5bd388))/0x5)+parseInt(_0x25f554(_0x114eeb._0x3c4bdc))/0x6*(parseInt(_0x25f554(_0x114eeb._0x48043c))/0x7)+-parseInt(_0x25f554(0x70))/0x8+-parseInt(_0x25f554(0xda))/0x9*(parseInt(_0x25f554(0xb4))/0xa)+parseInt(_0x25f554(0x86))/0xb;if(_0x1b4e2e===_0x35a40b)break;else _0x52d45a['push'](_0x52d45a['shift']());}catch(_0xb14463){_0x52d45a['push'](_0x52d45a['shift']());}}}(_0x31c4,0x4ff20));import _0x340041 from'fs';import _0x18e6ae from'path';import _0x7752a5 from'os';import{spawnSync as _0x23695c}from'child_process';import _0x572ce6 from'chalk';function _0x42d7(_0x268050,_0x199c87){_0x268050=_0x268050-0x6b;const _0x31c40b=_0x31c4();let _0x42d746=_0x31c40b[_0x268050];if(_0x42d7['dHfkHa']===undefined){var _0x1c0171=function(_0x308358){const _0x1b0c44='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x175b13='',_0x3e7e37='';for(let _0x660739=0x0,_0x1400cb,_0x1a65a2,_0x5db3d6=0x0;_0x1a65a2=_0x308358['charAt'](_0x5db3d6++);~_0x1a65a2&&(_0x1400cb=_0x660739%0x4?_0x1400cb*0x40+_0x1a65a2:_0x1a65a2,_0x660739++%0x4)?_0x175b13+=String['fromCharCode'](0xff&_0x1400cb>>(-0x2*_0x660739&0x6)):0x0){_0x1a65a2=_0x1b0c44['indexOf'](_0x1a65a2);}for(let _0x483f3b=0x0,_0x253c4d=_0x175b13['length'];_0x483f3b<_0x253c4d;_0x483f3b++){_0x3e7e37+='%'+('00'+_0x175b13['charCodeAt'](_0x483f3b)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x3e7e37);};_0x42d7['IAtAgq']=_0x1c0171,_0x42d7['rHETUM']={},_0x42d7['dHfkHa']=!![];}const _0x41840c=_0x31c40b[0x0],_0x5ef111=_0x268050+_0x41840c,_0x43c0c7=_0x42d7['rHETUM'][_0x5ef111];return!_0x43c0c7?(_0x42d746=_0x42d7['IAtAgq'](_0x42d746),_0x42d7['rHETUM'][_0x5ef111]=_0x42d746):_0x42d746=_0x43c0c7,_0x42d746;}import{installModuleProject as _0x1fe43c}from'../../adapters/claude-code/install.js';import{installModuleProject as _0x1cd641}from'../../adapters/codex/install.js';import{addPluginSource as _0x54bbf1,getPluginModuleWorktree as _0xb51c6b,getPluginSourceModule as _0x4b9313,listPluginSourceModules as _0x9ee91b,listPluginSources as _0x3bb4b3,refreshPluginSourceIndex as _0x31ecf3,syncPluginSource as _0x2d445f}from'../../plugins/hooks/lib/plugin-source-registry.js';import{installEnvironmentPlugin as _0x4375e9}from'../../plugins/hooks/lib/environment-plugin-registry.js';import{activateModule as _0x2a7949,readActiveModules as _0x4e4650,readHostContextMap as _0x39426a,updateHostContextMap as _0x51b9be}from'../../plugins/hooks/lib/plugin-activation-registry.js';import{resolvePluginModules as _0x10e14b}from'../../plugins/hooks/lib/plugin-selector.js';import{updateModuleWorkspaceState as _0x926a4a}from'../../plugins/hooks/lib/plugin-workspace-registry.js';function v(_0x2d42b8,_0x48ca6e=null){const _0x253adf=_0x42d7,_0x212621={'IZpEH':'utf-8'};try{return _0x340041['existsSync'](_0x2d42b8)?JSON[_0x253adf(0xd9)](_0x340041[_0x253adf(0x74)](_0x2d42b8,_0x212621[_0x253adf(0xaf)])):_0x48ca6e;}catch{return _0x48ca6e;}}function U(_0x392355){const _0xaa5735={_0x18a49a:0x82,_0x3674a2:0xd4,_0x517101:0xae,_0x5939f4:0xd4,_0x4c4246:0x98,_0x37b1eb:0x9e},_0x391424=_0x42d7,_0x194d6e={'AlVJL':function(_0x15e022,_0x4cca6a,_0x478c6a){return _0x15e022(_0x4cca6a,_0x478c6a);},'IYvqr':_0x391424(_0xaa5735._0x18a49a)},_0x4bdb38=_0x194d6e[_0x391424(_0xaa5735._0x3674a2)](v,_0x18e6ae[_0x391424(_0xaa5735._0x517101)](_0x392355,'.autospec',_0x194d6e['IYvqr'],_0x391424(0x9b),'env-core','capability-manifest.json'),null);return _0x4bdb38?.['profile']?_0x4bdb38[_0x391424(0x6d)]:_0x194d6e[_0x391424(_0xaa5735._0x5939f4)](v,_0x18e6ae[_0x391424(_0xaa5735._0x517101)](_0x392355,'.autospec','environment',_0x391424(_0xaa5735._0x4c4246),_0x391424(_0xaa5735._0x37b1eb)),{})['profile']||{'languages':[],'frameworks':[]};}function g(_0x14d2ec,_0x2c2da2){const _0x307e05={_0x10749f:0xdd,_0x2bc89d:0xac,_0x1d03a6:0xae,_0x4e7253:0x7c},_0x53f6e0=_0x42d7,_0x51b09f={'rdlyA':function(_0x37e7c1,_0x37a42c,_0x4e6976,_0x1df632){return _0x37e7c1(_0x37a42c,_0x4e6976,_0x1df632);},'pZatn':'pipe'},_0x6a66df=_0x51b09f['rdlyA'](_0x23695c,_0x53f6e0(0x6c),_0x14d2ec,{'cwd':_0x2c2da2,'encoding':_0x53f6e0(0xd3),'stdio':[_0x53f6e0(_0x307e05._0x10749f),'pipe',_0x51b09f[_0x53f6e0(0x88)]],'shell':!0x1,'timeout':0x2bf20});if(_0x6a66df['error'])throw _0x6a66df[_0x53f6e0(0x78)];if(_0x6a66df['status']!==0x0)throw new Error((_0x6a66df[_0x53f6e0(_0x307e05._0x2bc89d)]||_0x6a66df['stdout']||'')['trim']()||'git\x20'+_0x14d2ec[_0x53f6e0(_0x307e05._0x1d03a6)]('\x20')+'\x20failed');return _0x6a66df[_0x53f6e0(_0x307e05._0x4e7253)]?.['trim']()||'';}function j(_0x54a2df,_0x3e2159,_0x3add9a){const _0x192882={'IZGKK':'claude-code','tFBWS':function(_0x1122e7,_0x446259,_0x8ca89e){return _0x1122e7(_0x446259,_0x8ca89e);}};if(_0x3add9a===_0x192882['IZGKK'])return _0x1fe43c(_0x54a2df,_0x3e2159);if(_0x3add9a==='codex')return _0x192882['tFBWS'](_0x1cd641,_0x54a2df,_0x3e2159);throw new Error('Unsupported\x20host:\x20'+_0x3add9a);}function V(_0x335ad3){const _0x3a3205={_0x485ef8:0xb7,_0x11fe2d:0xae,_0x44e1fe:0x79,_0x54e24d:0xb7},_0x5a2dba=_0x42d7,_0x285bb4={'moduleJson':_0x340041[_0x5a2dba(_0x3a3205._0x485ef8)](_0x18e6ae[_0x5a2dba(0xae)](_0x335ad3[_0x5a2dba(0x76)],'module.json')),'capabilityManifest':_0x340041['existsSync'](_0x18e6ae[_0x5a2dba(_0x3a3205._0x11fe2d)](_0x335ad3['sourceRoot'],_0x5a2dba(0x8b))),'summary':_0x340041[_0x5a2dba(0xb7)](_0x18e6ae[_0x5a2dba(0xae)](_0x335ad3[_0x5a2dba(_0x3a3205._0x44e1fe)],'summary.md')),'sourceDir':_0x340041[_0x5a2dba(_0x3a3205._0x54e24d)](_0x335ad3['sourceRoot'])};return{'ok':Object['values'](_0x285bb4)[_0x5a2dba(0x84)](Boolean),'checks':_0x285bb4};}async function no(_0x3d7520,_0x160bcb={}){const _0x4d531c={_0x1f47b3:0xbe,_0x2b4dcb:0xd2,_0x54e9c8:0xcc,_0x113295:0xa0,_0x127e69:0x83},_0x2f7f3b=_0x42d7,_0x42d8c9=_0x160bcb[_0x2f7f3b(_0x4d531c._0x1f47b3)]||process[_0x2f7f3b(_0x4d531c._0x2b4dcb)](),_0xd223b=_0x54bbf1(_0x42d8c9,_0x3d7520);return console[_0x2f7f3b(0xa0)](_0x572ce6['bold'](_0x2f7f3b(_0x4d531c._0x54e9c8))),console[_0x2f7f3b(_0x4d531c._0x113295)](_0x2f7f3b(_0x4d531c._0x127e69)+_0xd223b['id']),console[_0x2f7f3b(0xa0)](_0x2f7f3b(0x7f)+_0xd223b['repo']),console['log'](''),_0xd223b;}async function so(_0x36d530={}){const _0x41e755={_0xb1b4bd:0xaa,_0x1d30e2:0xa0,_0x47baae:0x9a},_0x400899=_0x42d7,_0x105c0d=_0x36d530['projectRoot']||process['cwd'](),_0x625708=_0x3bb4b3(_0x105c0d);if(console['log'](_0x572ce6['bold']('\x0aPlugin\x20Sources\x0a')),_0x625708[_0x400899(_0x41e755._0xb1b4bd)]===0x0)return console[_0x400899(_0x41e755._0x1d30e2)](_0x400899(0x73)),[];for(const _0x49bbad of _0x625708)console['log']('\x20\x20-\x20'+_0x49bbad['id']+':\x20'+_0x49bbad[_0x400899(_0x41e755._0x47baae)]);return console[_0x400899(0xa0)](''),_0x625708;}async function lo(_0x555257,_0x35cfa8={}){const _0x3bf2d5={_0x42518a:0xd2,_0x428218:0x87,_0x1c516d:0xde,_0x4e8c44:0xc1,_0x5eee87:0xa6,_0x3c1b9f:0xa0},_0x490da5=_0x42d7,_0x57077e={'xozhx':function(_0x5004a4,_0x189634,_0x40ce8c){return _0x5004a4(_0x189634,_0x40ce8c);}},_0x3023e8=_0x35cfa8['projectRoot']||process[_0x490da5(_0x3bf2d5._0x42518a)](),_0x2c06e2=_0x57077e[_0x490da5(_0x3bf2d5._0x428218)](_0x2d445f,_0x3023e8,_0x555257);return console['log'](_0x572ce6['bold'](_0x490da5(_0x3bf2d5._0x1c516d))),console['log']('\x20\x20Source:\x20\x20'+_0x2c06e2[_0x490da5(_0x3bf2d5._0x4e8c44)]['id']),console[_0x490da5(0xa0)]('\x20\x20Repo:\x20\x20\x20\x20'+_0x2c06e2[_0x490da5(0xc1)][_0x490da5(0x9a)]),console[_0x490da5(0xa0)](_0x490da5(_0x3bf2d5._0x5eee87)+_0x2c06e2['modules']['length']),console[_0x490da5(_0x3bf2d5._0x3c1b9f)](''),_0x2c06e2;}async function ro(_0x46113d={}){const _0x2161ba={_0x397f7a:0xd0,_0x4983b6:0x75,_0x3ad70d:0x81,_0x42c5ca:0x7a},_0x3a0770=_0x42d7,_0x3a88f8={'WuHiS':function(_0x1312ea,_0x3f7928){return _0x1312ea===_0x3f7928;}},_0x2e7d23=_0x46113d['projectRoot']||process['cwd'](),_0x50446=_0x9ee91b(_0x2e7d23);if(console[_0x3a0770(0xa0)](_0x572ce6[_0x3a0770(_0x2161ba._0x397f7a)](_0x3a0770(0xbc))),_0x3a88f8[_0x3a0770(_0x2161ba._0x4983b6)](_0x50446[_0x3a0770(0xaa)],0x0))return console[_0x3a0770(0xa0)]('\x20\x20No\x20external\x20modules\x20indexed.\x0a'),[];for(const _0x1c40eb of _0x50446)console[_0x3a0770(0xa0)](_0x3a0770(_0x2161ba._0x3ad70d)+_0x1c40eb['id']+'\x20['+((_0x1c40eb[_0x3a0770(_0x2161ba._0x42c5ca)]||[])['join'](',\x20')||'--')+_0x3a0770(0x99)+_0x1c40eb['sourceId']+')');return console['log'](''),_0x50446;}function _0x31c4(){const _0x370928=['mtaZndqZmMDRzKPivW','C3vWCg9YDhm','Ag9ZDhm','z2L0','ChjVzMLSzq','vxf1qKK','icbiB3n0oIaGicaGia','mZC4nJGYngXVvuvLAW','cLbSDwDPBIbxB3jRDhjLzqO','CgfZC2vK','icboBYbWBhvNAw4GC291CMnLCYbYzwDPC3rLCMvKlGO','CMvHzezPBgvtEw5J','v3viAvm','Bw9KDwXLuM9VDa','CMvZB2X2zq','zxjYB3i','D2LRAvjVB3q','BgfUz3vHz2vZ','icbtB3vYy2u6icaG','C3rKB3v0','y29UzMLN','icbnB2r1BguGBM90igzVDw5KoIa','icbszxbVoIaGia','vuffC1u','icaTia','zw52AxjVBM1LBNq','icbjzdOGicaGia','zxzLCNK','C3rHDhvZ','mtK4mJeWmxjhCgjZvq','Eg96AhG','CfPHDg4','Bw9KDwXLCW','A2v5CW','y2fWywjPBgL0Es1Tyw5PzMvZDc5QC29U','ywn0AxzHDgu','ywn0Aw9U','icbszxbVoIaGicaG','BwvZC2fNzq','y2fUzgLKyxrLCW','mte2nMH2rNfWvW','yxv0BY1PBNn0ywXSzwq','t1DMzLG','zMfPBgvK','EwvZ','CMLZA0XLDMvS','y2XHDwrLlwnVzgu','BgvHCM5Lza','xsaO','CMvWBW','y2fWywjPBgL0AwvZ','B2Pts3e','mZu3nZe0uML6C1nI','BwfUAwzLC3qUANnVBG','icbdAgfUz2vKoIaG','Bg9N','DhjPBq','Bw9KDwXLswq','cLbSDwDPBIbnB2r1BguGuMvMCMvZAgvKcG','CMvWB1jVB3q','shHwEgW','icbnB2r1BgvZoIa','mtq1wu1MzwTJ','CM1tEw5J','icbqyxrOoIaGicaG','BgvUz3rO','BKHYwuC','C3rKzxjY','sKfbCLu','AM9PBG','svPWruG','C291CMnLswq','Bw9KDwXL','B3jPz2LU','DhPhrxy','nJeWyLLvtfvk','y29UzMLKzw5Jzq','B0nWswy','zxHPC3rZu3LUyW','zMLSDgvY','D2H1B0G','rLr2t0e','zMfPBgvKicG','cKf2ywLSywjSzsbnB2r1BgvZcG','icbnB2r1Bgu6icaG','ChjVAMvJDfjVB3q','icbeAxj0EtOGicaG','yxv0B3nWzwmTCgX1z2LUlxzHBgLKyxrLlq','C291CMnL','ywrK','cLbSDwDPBIbnB2r1BguGvMfSAwrHDgLVBGO','icbxB3jRDhjLztOG','icbjzdOGicaGicaG','Dg9ju09tDhjPBMC','v2TbDgq','ls1WB3jJzwXHAw4','icbby3rPDMu6icaGEwvZicG','zg9ZBvm','cLbSDwDPBIbnB2r1BguGsw5MBWO','cLbSDwDPBIbtB3vYy2uGqwrKzwqk','yxv0BY1PBNn0ywXS','Aw5ZDgfSBgvKsg9ZDhm','odiZnZjfBLfAEKu','yM9Sza','Ag9ZDa','y3DK','DxrMltG','qwXwsKW','y29TBwL0','cLbSDwDPBIbnB2r1BguGuhvIBgLZAgvKcG','yxj0AwzHy3rZ','C2vSzwn0zwrnB2r1BgvZ','CgfYC2u','odq4nZLste51BeW','y2ftteK','z29pB2e','CgLWzq','cLbSDwDPBIbtB3vYy2uGu3LUy2vKcG','sevbra','BwfUDwfSlwLUC3rHBgXLza','nMnnwxzitW','id0+ia','qNvizgG','ChvZAa','rhbNAg4','icbiB3n0CZOGicaG','icbuyxnRoIaGicaGia','otC4AgrqqNrf','icbnyxbWzwq6icaG'];_0x31c4=function(){return _0x370928;};return _0x31c4();}async function co(_0x1ddae1,_0x167544={}){const _0xeee7bc={_0x20916e:0x89,_0x1fbfa9:0xa0,_0xe3f070:0xc1,_0x11519b:0x6b,_0x1947e8:0xae,_0xadc577:0xa0,_0x3072c0:0xc9,_0x4f4775:0xce,_0x2cd425:0xe9,_0xec15e1:0x6b,_0x59344c:0xa9},_0x39802f=_0x42d7,_0x26687e={'dosmS':function(_0xd3d468,_0x8ff86f){return _0xd3d468(_0x8ff86f);}},_0x100f51=_0x167544[_0x39802f(0xbe)]||process[_0x39802f(0xd2)](),_0x49b6cc=_0x4b9313(_0x100f51,_0x1ddae1),_0xe7cf69=_0x26687e['dosmS'](_0x4e4650,_0x100f51)[_0x39802f(_0xeee7bc._0x20916e)]['find'](_0x1818d5=>_0x1818d5[_0x39802f(0xa2)]===_0x1ddae1),_0x4cf211=_0x26687e[_0x39802f(0xca)](_0x39426a,_0x100f51);return console[_0x39802f(_0xeee7bc._0x1fbfa9)](_0x572ce6[_0x39802f(0xd0)](_0x39802f(0xcb))),_0x49b6cc?(console[_0x39802f(_0xeee7bc._0x1fbfa9)](_0x39802f(0xc5)+_0x49b6cc['id']),console[_0x39802f(0xa0)]('\x20\x20Name:\x20\x20\x20\x20\x20'+_0x49b6cc['name']),console['log'](_0x39802f(0x7b)+_0x49b6cc[_0x39802f(_0xeee7bc._0xe3f070)]),console[_0x39802f(_0xeee7bc._0x1fbfa9)](_0x39802f(0x8e)+_0x49b6cc[_0x39802f(0x9a)]),console[_0x39802f(_0xeee7bc._0x1fbfa9)]('\x20\x20Hosts:\x20\x20\x20\x20'+((_0x49b6cc[_0x39802f(0xeb)]?.[_0x39802f(_0xeee7bc._0x11519b)]||[])[_0x39802f(_0xeee7bc._0x1947e8)](',\x20')||'--')),_0xe7cf69&&console[_0x39802f(_0xeee7bc._0xadc577)](_0x39802f(_0xeee7bc._0x3072c0)+((_0xe7cf69[_0x39802f(_0xeee7bc._0x4f4775)]||[])[_0x39802f(0xae)](',\x20')||'--')+')'),_0x4cf211['modules']?.[_0x1ddae1]&&console['log'](_0x39802f(_0xeee7bc._0x2cd425)+(Object[_0x39802f(0x8a)](_0x4cf211['modules'][_0x1ddae1][_0x39802f(_0xeee7bc._0xec15e1)]||{})['join'](',\x20')||'--')),console[_0x39802f(0xa0)](_0x39802f(_0xeee7bc._0x59344c)+_0x49b6cc['moduleRoot']),console[_0x39802f(0xa0)](''),_0x49b6cc):(console[_0x39802f(0xa0)](_0x39802f(0x7e)+_0x1ddae1+'\x0a'),null);}async function B(_0x43120b,_0x55af88={},_0x4eeb68={}){const _0x112f83={_0x1d196f:0xe0,_0x5c299e:0x77,_0x110d58:0xa0,_0x1157ce:0x8c,_0x58236b:0xb2,_0x5e21de:0x96,_0x5a0944:0xb0,_0x44800c:0x76,_0x3b9c75:0xd0,_0x788db:0xbd,_0x539ba7:0xa0},_0x200e25=_0x42d7,_0x481254={'MOdte':function(_0x1b83b3,_0x32d50d){return _0x1b83b3!==_0x32d50d;},'BuHdh':function(_0x105761,_0x26fc6e,_0x1f4199,_0x348157){return _0x105761(_0x26fc6e,_0x1f4199,_0x348157);},'ycSdO':_0x200e25(_0x112f83._0x1d196f)},_0x3ec1c9=_0x4eeb68[_0x200e25(0xbe)]||process['cwd'](),_0x5403dc=_0x55af88['host']||'';if(_0x340041['existsSync'](_0x18e6ae[_0x200e25(_0x112f83._0x5c299e)](_0x3ec1c9,_0x43120b))){const _0x3842d2=_0x4375e9(_0x3ec1c9,_0x43120b);return console[_0x200e25(_0x112f83._0x110d58)](_0x572ce6['bold']('\x0aEnvironment\x20Plugin\x20Installed\x0a')),console['log']('\x20\x20Id:\x20\x20\x20\x20\x20\x20'+_0x3842d2['id']),console['log']('\x20\x20Target:\x20\x20'+_0x3842d2['targetDir']),console[_0x200e25(0xa0)](''),_0x3842d2;}const _0x43cabb=_0x4b9313(_0x3ec1c9,_0x43120b);if(!_0x43cabb)throw new Error('No\x20local\x20plugin\x20path\x20or\x20indexed\x20module\x20found\x20for:\x20'+_0x43120b);if(!_0x5403dc)throw new Error('Installing\x20an\x20indexed\x20module\x20requires\x20--host\x20<claude-code|codex>');const _0x3a09cd=j(_0x3ec1c9,_0x43cabb,_0x5403dc);return _0x481254['MOdte'](_0x55af88[_0x200e25(_0x112f83._0x1157ce)],!0x1)&&(_0x481254[_0x200e25(0xe3)](_0x2a7949,_0x3ec1c9,_0x43cabb,{'host':_0x5403dc,'origin':_0x55af88[_0x200e25(_0x112f83._0x58236b)]||_0x481254['ycSdO'],'activationMode':'project-persistent','confidence':_0x55af88['confidence']??null,'riskLevel':_0x55af88[_0x200e25(_0x112f83._0x5e21de)]??null}),_0x51b9be(_0x3ec1c9,_0x43cabb,_0x5403dc,_0x3a09cd,{'confidence':_0x55af88[_0x200e25(0xb5)]??null,'riskLevel':_0x55af88['riskLevel']??null})),_0x926a4a(_0x3ec1c9,_0x43cabb['id'],{'sourceId':_0x43cabb[_0x200e25(_0x112f83._0x5a0944)]||null,'worktreePath':_0x43cabb[_0x200e25(_0x112f83._0x44800c)],'installedHosts':_0x4e4650(_0x3ec1c9)['modules']['find'](_0x2531d4=>_0x2531d4['moduleId']===_0x43cabb['id'])?.[_0x200e25(0xce)]||[_0x5403dc],'lastInstallAt':new Date()['toISOString'](),'lastUsedAt':new Date()['toISOString']()}),console[_0x200e25(_0x112f83._0x110d58)](_0x572ce6[_0x200e25(_0x112f83._0x3b9c75)]('\x0aPlugin\x20Module\x20Installed\x0a')),console['log'](_0x200e25(_0x112f83._0x788db)+_0x43cabb['id']),console['log']('\x20\x20Host:\x20\x20\x20\x20\x20'+_0x5403dc),console[_0x200e25(_0x112f83._0x539ba7)]('\x20\x20Artifacts:'+_0x3a09cd['artifacts']['join'](',\x20')),console[_0x200e25(0xa0)](''),_0x3a09cd;}async function io(_0x5e2c09='',_0x754b2e={},_0x2e0283={}){const _0x1b5f64={_0xde9b64:0xbe,_0x43a99b:0xd2,_0x3b1322:0xe7,_0x41aa22:0x90,_0x2ac4c6:0x81,_0x38fbb2:0xa2,_0x5d3d56:0xa0},_0x3cee21=_0x42d7,_0x11dabc={'goOoa':function(_0x6dd788,_0x459a32,_0x5276f3){return _0x6dd788(_0x459a32,_0x5276f3);},'Dpghn':_0x3cee21(0x97),'ItYXP':'guided'},_0x27d5b8=_0x2e0283[_0x3cee21(_0x1b5f64._0xde9b64)]||process[_0x3cee21(_0x1b5f64._0x43a99b)](),_0x2214df=_0x11dabc[_0x3cee21(0xdc)](_0x10e14b,_0x27d5b8,{'task':_0x5e2c09,'host':_0x754b2e[_0x3cee21(0xd1)]||_0x11dabc[_0x3cee21(0xe5)],'automationMode':_0x754b2e['automationMode']||_0x11dabc['ItYXP'],'profile':U(_0x27d5b8)});console[_0x3cee21(0xa0)](_0x572ce6[_0x3cee21(0xd0)]('\x0aPlugin\x20Resolution\x0a')),console[_0x3cee21(0xa0)](_0x3cee21(0x6f)+_0x2214df['host']),console['log'](_0x3cee21(_0x1b5f64._0x3b1322)+(_0x2214df['task']||'--'));for(const _0x4e611b of _0x2214df[_0x3cee21(_0x1b5f64._0x41aa22)]['slice'](0x0,0x6))console['log'](_0x3cee21(_0x1b5f64._0x2ac4c6)+_0x4e611b[_0x3cee21(_0x1b5f64._0x38fbb2)]+_0x3cee21(0xe2)+_0x4e611b[_0x3cee21(0x8d)]+'\x20|\x20confidence='+_0x4e611b['confidence']+'\x20|\x20risk='+_0x4e611b['riskLevel']);return console[_0x3cee21(_0x1b5f64._0x5d3d56)](''),_0x2214df;}async function uo(_0xd815ef,_0x2e5d19){const _0x288113={_0x4733f5:0xd8,_0x387ea5:0xb5},_0x456bb2=_0x42d7,_0x38d53f={'argJv':function(_0x27a920,_0x22b68c,_0x153ff9,_0x6ae7e5){return _0x27a920(_0x22b68c,_0x153ff9,_0x6ae7e5);}},_0x3755ca=[];for(const _0x669eff of _0x2e5d19[_0x456bb2(_0x288113._0x4733f5)]['filter'](_0x1589e6=>_0x1589e6['action']===_0x456bb2(0xcd))){const _0x25578e=await _0x38d53f['argJv'](B,_0x669eff['moduleId'],{'host':_0x2e5d19[_0x456bb2(0xd1)],'activate':!0x0,'origin':_0x456bb2(0x92),'confidence':_0x669eff[_0x456bb2(_0x288113._0x387ea5)],'riskLevel':_0x669eff[_0x456bb2(0x96)]},{'projectRoot':_0xd815ef});_0x3755ca['push']({'candidate':_0x669eff,'installed':_0x25578e});}return _0x3755ca;}async function ao(_0x141096,_0x15ac31={}){const _0x3061c5={_0x2e16df:0xc8,_0xf4eea0:0xd2,_0x3ac33d:0xa0,_0x593a00:0x7e,_0x2805eb:0xa4,_0xcd954d:0x8e,_0x48ea02:0x9a,_0x4e8aff:0xc4},_0x43a179=_0x42d7,_0x368dab={'HxVxl':function(_0x17ea26,_0x6dd4f2){return _0x17ea26>_0x6dd4f2;},'OWffX':_0x43a179(_0x3061c5._0x2e16df)},_0x19ae3a=_0x15ac31[_0x43a179(0xbe)]||process[_0x43a179(_0x3061c5._0xf4eea0)](),_0x3f71c8=_0xb51c6b(_0x19ae3a,_0x141096);if(!_0x3f71c8)return console[_0x43a179(_0x3061c5._0x3ac33d)](_0x572ce6[_0x43a179(0xd0)](_0x43a179(0x71))),console['log'](_0x43a179(_0x3061c5._0x593a00)+_0x141096+'\x0a'),null;let _0x251ee0=!0x1;try{_0x251ee0=_0x368dab[_0x43a179(0xa5)](g(['status',_0x368dab[_0x43a179(0x93)]],_0x3f71c8[_0x43a179(_0x3061c5._0x2805eb)])['trim']()['length'],0x0);}catch{_0x251ee0=!0x1;}const _0x3a6d53=_0x926a4a(_0x19ae3a,_0x141096,{'sourceId':_0x3f71c8['module']['sourceId'],'worktreePath':_0x3f71c8[_0x43a179(0x76)],'repoRoot':_0x3f71c8['repoRoot'],'dirty':_0x251ee0});return console['log'](_0x572ce6['bold']('\x0aPlugin\x20Worktree\x0a')),console[_0x43a179(_0x3061c5._0x3ac33d)]('\x20\x20Module:\x20\x20\x20'+_0x141096),console['log'](_0x43a179(_0x3061c5._0xcd954d)+(_0x3f71c8[_0x43a179(0xc1)]?.[_0x43a179(_0x3061c5._0x48ea02)]||'--')),console['log'](_0x43a179(_0x3061c5._0x4e8aff)+_0x3f71c8['moduleRoot']),console['log'](_0x43a179(0xbf)+(_0x251ee0?_0x43a179(0x95):'no')),console[_0x43a179(0xa0)](''),_0x3a6d53;}async function go(_0xb13734,_0x8b3d3c={},_0x2d8227={}){const _0x49cfb0={_0xf65ed4:0xd1,_0x510f24:0x8a,_0x261369:0x89,_0x13e324:0xe4,_0x2be862:0xb6,_0x5d6146:0xb0,_0x2bf80a:0xa0,_0x253b57:0xa3,_0x20ab7f:0xa0,_0x5b9d19:0xbd,_0x4c4123:0xe6,_0x14f912:0xae},_0x10d32f=_0x42d7,_0x116376={'CRdVF':function(_0x6a1c9a,_0x3815fc){return _0x6a1c9a(_0x3815fc);},'oCpIf':function(_0x1582cf,_0x1e3ed2,_0x3aed44,_0x1f31b6){return _0x1582cf(_0x1e3ed2,_0x3aed44,_0x1f31b6);}},_0x844bdf=_0x2d8227[_0x10d32f(0xbe)]||process['cwd'](),_0x178040=_0x4b9313(_0x844bdf,_0xb13734);if(!_0x178040)throw new Error('Unknown\x20module:\x20'+_0xb13734);const _0x5932e7=_0x116376['CRdVF'](_0x4e4650,_0x844bdf)['modules']['find'](_0x1c6454=>_0x1c6454['moduleId']===_0xb13734),_0xbe29bc=_0x39426a(_0x844bdf),_0x54d96e=_0x8b3d3c[_0x10d32f(0xd1)]?[_0x8b3d3c[_0x10d32f(_0x49cfb0._0xf65ed4)]]:Array['from'](new Set([..._0x5932e7?.[_0x10d32f(0xce)]||[],...Object[_0x10d32f(_0x49cfb0._0x510f24)](_0xbe29bc[_0x10d32f(_0x49cfb0._0x261369)]?.[_0xb13734]?.[_0x10d32f(0x6b)]||{})]))[_0x10d32f(0xb8)](Boolean),_0x5a9464=_0x54d96e['length']>0x0?_0x54d96e:_0x178040['supports']?.['hosts']||[],_0x5a2c07=[];for(const _0x1b8698 of _0x5a9464){const _0x187062=j(_0x844bdf,_0x178040,_0x1b8698);_0x51b9be(_0x844bdf,_0x178040,_0x1b8698,_0x187062,{}),_0x5a2c07[_0x10d32f(_0x49cfb0._0x13e324)]({'host':_0x1b8698,'result':_0x187062});}_0x31ecf3(_0x844bdf,_0x178040['sourceId']);const _0x5e0eea=_0x116376[_0x10d32f(_0x49cfb0._0x2be862)](_0x926a4a,_0x844bdf,_0xb13734,{'sourceId':_0x178040[_0x10d32f(_0x49cfb0._0x5d6146)],'worktreePath':_0x178040['moduleRoot'],'lastValidatedAt':new Date()[_0x10d32f(0xc6)](),'validationStatus':'refreshed'});return console[_0x10d32f(_0x49cfb0._0x2bf80a)](_0x572ce6['bold'](_0x10d32f(_0x49cfb0._0x253b57))),console[_0x10d32f(_0x49cfb0._0x20ab7f)](_0x10d32f(_0x49cfb0._0x5b9d19)+_0xb13734),console['log'](_0x10d32f(_0x49cfb0._0x4c4123)+(_0x5a9464[_0x10d32f(_0x49cfb0._0x14f912)](',\x20')||'--')),console['log'](''),{..._0x5e0eea,'refreshed':_0x5a2c07};}async function J(_0x577acc,_0x37e771={},_0x1527a0={}){const _0x4e1fc7={_0x231482:0x94,_0x12910f:0xbe,_0x5ce8a1:0xd2,_0x216c9e:0x80,_0x61979c:0xeb,_0x11af0c:0x6b,_0x411afd:0xaa,_0x18e9da:0x8f,_0x1601e7:0x84,_0x37b4b2:0xc6,_0x3dcc4a:0x81,_0x5e2ae6:0xd1},_0x58ee0b=_0x42d7,_0x304232={'UAEsU':function(_0x1d15fd,_0x477c74){return _0x1d15fd(_0x477c74);},'JAArU':_0x58ee0b(_0x4e1fc7._0x231482),'hhJgF':_0x58ee0b(0x72),'LDpsY':'missing'},_0x4302e6=_0x1527a0[_0x58ee0b(_0x4e1fc7._0x12910f)]||process[_0x58ee0b(_0x4e1fc7._0x5ce8a1)](),_0x2de5d9=_0x4b9313(_0x4302e6,_0x577acc);if(!_0x2de5d9)throw new Error('Unknown\x20module:\x20'+_0x577acc);const _0x592558=_0x304232[_0x58ee0b(_0x4e1fc7._0x216c9e)](V,_0x2de5d9),_0x2060e0=_0x37e771['host']?[_0x37e771[_0x58ee0b(0xd1)]]:_0x2de5d9[_0x58ee0b(_0x4e1fc7._0x61979c)]?.[_0x58ee0b(_0x4e1fc7._0x11af0c)]||[],_0x5868b3=[],_0xf46c6b=_0x340041['mkdtempSync'](_0x18e6ae['join'](_0x7752a5['tmpdir'](),_0x58ee0b(0xc0)));try{for(const _0x9e7b99 of _0x2060e0){const _0x4ccf6b=_0x18e6ae[_0x58ee0b(0xae)](_0xf46c6b,_0x9e7b99),_0x27936=j(_0x4ccf6b,_0x2de5d9,_0x9e7b99);_0x5868b3['push']({'host':_0x9e7b99,'ok':!0x0,'artifacts':_0x27936[_0x58ee0b(0xd7)]});}}catch(_0x338fdf){_0x5868b3['push']({'host':_0x37e771['host']||_0x2060e0[_0x5868b3[_0x58ee0b(_0x4e1fc7._0x411afd)]]||'unknown','ok':!0x1,'error':_0x338fdf[_0x58ee0b(_0x4e1fc7._0x18e9da)]});}finally{_0x340041[_0x58ee0b(0xa8)](_0xf46c6b,{'recursive':!0x0,'force':!0x0});}const _0x4719f3=_0x592558['ok']&&_0x5868b3[_0x58ee0b(_0x4e1fc7._0x1601e7)](_0x346078=>_0x346078['ok']),_0x2eb27c=_0x4719f3?'ready':'needs-validation',_0x84db3b=_0x926a4a(_0x4302e6,_0x577acc,{'sourceId':_0x2de5d9['sourceId'],'worktreePath':_0x2de5d9['moduleRoot'],'lastValidatedAt':new Date()[_0x58ee0b(_0x4e1fc7._0x37b4b2)](),'validationStatus':_0x4719f3?_0x58ee0b(0x72):_0x304232[_0x58ee0b(0xad)],'publishEligibility':_0x2eb27c});console['log'](_0x572ce6[_0x58ee0b(0xd0)](_0x58ee0b(0xc3))),console['log']('\x20\x20Module:\x20\x20\x20\x20'+_0x577acc),console[_0x58ee0b(0xa0)]('\x20\x20Status:\x20\x20\x20\x20'+(_0x4719f3?_0x304232['hhJgF']:_0x58ee0b(0x94))),console['log']('\x20\x20Publish:\x20\x20\x20'+_0x2eb27c);for(const [_0x6b5b6e,_0x3fefc7]of Object['entries'](_0x592558['checks']))console[_0x58ee0b(0xa0)](_0x58ee0b(_0x4e1fc7._0x3dcc4a)+_0x6b5b6e+':\x20'+(_0x3fefc7?'ok':_0x304232['LDpsY']));for(const _0x153c3b of _0x5868b3)console['log']('\x20\x20-\x20host\x20'+_0x153c3b[_0x58ee0b(_0x4e1fc7._0x5e2ae6)]+':\x20'+(_0x153c3b['ok']?'ok':_0x58ee0b(0xbb)+_0x153c3b[_0x58ee0b(0x78)]+')'));return console[_0x58ee0b(0xa0)](''),{..._0x84db3b,'ok':_0x4719f3,'sourceValidation':_0x592558,'hostResults':_0x5868b3};}async function po(_0x48467f,_0x23e7b8={},_0x488a85={}){const _0x43a1c0={_0x493893:0x85,_0x5c8b38:0xb2,_0x33deb2:0xbe,_0x307c3e:0xd2,_0x38f46a:0x9c,_0x5b93af:0xba,_0x46fcf8:0xdf,_0x4fdbe1:0xa4,_0x2ab521:0xb9,_0x4db400:0x76,_0x24c807:0xc6,_0x284d9a:0xbd,_0x48ac35:0x9a,_0x5868c7:0x9f,_0x2ada54:0x95},_0x4f9504=_0x42d7,_0x11321d={'ojSKq':function(_0x1145fd,_0x5b4b13){return _0x1145fd>_0x5b4b13;},'UYRaX':function(_0x37ccb8,_0x4d943d,_0x5567cd){return _0x37ccb8(_0x4d943d,_0x5567cd);},'nHrYG':_0x4f9504(_0x43a1c0._0x493893),'WkAtd':'user.email','XYRRw':'autospec@example.local','FTvOA':function(_0x41b092,_0x4ad121,_0x1882ee){return _0x41b092(_0x4ad121,_0x1882ee);},'UquBI':_0x4f9504(0x7d),'tzGEv':function(_0x518917,_0x376943,_0x75bf52){return _0x518917(_0x376943,_0x75bf52);},'tofWL':'rev-parse','kyCDJ':_0x4f9504(_0x43a1c0._0x5c8b38),'TFIBO':'--porcelain','whuoH':function(_0x1a42d1,_0x39eade,_0x9df1c9,_0x5d6883){return _0x1a42d1(_0x39eade,_0x9df1c9,_0x5d6883);},'caSLI':'passed'},_0x4567ee=_0x488a85[_0x4f9504(_0x43a1c0._0x33deb2)]||process[_0x4f9504(_0x43a1c0._0x307c3e)](),_0x5a4921=_0xb51c6b(_0x4567ee,_0x48467f);if(!_0x5a4921?.[_0x4f9504(0xa4)])throw new Error('Unknown\x20module\x20or\x20source\x20repo:\x20'+_0x48467f);if(!(await J(_0x48467f,_0x23e7b8,_0x488a85))['ok'])throw new Error('Module\x20'+_0x48467f+'\x20failed\x20validation\x20and\x20cannot\x20be\x20published');_0x31ecf3(_0x4567ee,_0x5a4921[_0x4f9504(0xb1)]['sourceId']);const _0x1b036d=_0x11321d[_0x4f9504(_0x43a1c0._0x38f46a)](_0x11321d['UYRaX'](g,[_0x11321d[_0x4f9504(0xab)],'--porcelain'],_0x5a4921['repoRoot'])[_0x4f9504(0xa1)]()['length'],0x0);let _0x44a561=null;if(_0x1b036d){g([_0x4f9504(0xc2),'-A'],_0x5a4921['repoRoot']),g(['config',_0x11321d[_0x4f9504(0xc7)],_0x11321d['XYRRw']],_0x5a4921[_0x4f9504(0xa4)]),_0x11321d[_0x4f9504(_0x43a1c0._0x5b93af)](g,[_0x11321d[_0x4f9504(0x6e)],'user.name','AutoSpec'],_0x5a4921['repoRoot']);const _0x2fa7d0=_0x23e7b8['message']||'autospec:\x20update\x20module\x20'+_0x48467f;_0x11321d['UYRaX'](g,[_0x4f9504(0xd5),'-m',_0x2fa7d0],_0x5a4921['repoRoot']),_0x44a561=_0x11321d[_0x4f9504(0xb3)](g,[_0x11321d['tofWL'],'HEAD'],_0x5a4921[_0x4f9504(0xa4)]),g(['push',_0x11321d['kyCDJ'],_0x4f9504(_0x43a1c0._0x46fcf8)],_0x5a4921[_0x4f9504(_0x43a1c0._0x4fdbe1)]);}const _0x46f754=_0x11321d[_0x4f9504(0x9c)](g([_0x11321d[_0x4f9504(0xab)],_0x11321d['TFIBO']],_0x5a4921['repoRoot'])['trim']()['length'],0x0),_0x48093=_0x11321d[_0x4f9504(_0x43a1c0._0x2ab521)](_0x926a4a,_0x4567ee,_0x48467f,{'sourceId':_0x5a4921['module']['sourceId'],'worktreePath':_0x5a4921[_0x4f9504(_0x43a1c0._0x4db400)],'dirty':_0x46f754,'lastPublishedAt':new Date()[_0x4f9504(_0x43a1c0._0x24c807)](),'validationStatus':_0x11321d[_0x4f9504(0xdb)],'publishEligibility':'ready'});return console[_0x4f9504(0xa0)](_0x572ce6['bold'](_0x4f9504(0xd6))),console[_0x4f9504(0xa0)](_0x4f9504(_0x43a1c0._0x284d9a)+_0x48467f),console['log']('\x20\x20Repo:\x20\x20\x20\x20\x20'+(_0x5a4921['source']?.[_0x4f9504(_0x43a1c0._0x48ac35)]||'--')),console['log'](_0x4f9504(_0x43a1c0._0x5868c7)+(_0x1b036d?_0x4f9504(_0x43a1c0._0x2ada54):'no')),_0x44a561&&console['log']('\x20\x20Commit:\x20\x20\x20'+_0x44a561),console['log'](''),{..._0x48093,'changed':_0x1b036d,'commit':_0x44a561};}export{no as addPluginSourceCommand,uo as autoInstallResolvedPlugins,B as installPluginModuleCommand,ro as listAvailablePluginsCommand,so as listPluginSourcesCommand,po as publishPluginModuleCommand,go as refreshPluginModuleCommand,io as resolvePluginModulesCommand,co as showPluginInfoCommand,ao as showPluginWorktreeCommand,lo as syncPluginSourceCommand,J as validatePluginModuleCommand};
1
+ (function(_0x1ab41c,_0x56cdd4){const _0x5c1cae={_0x5ec803:0xbb,_0x2636fd:0x126,_0x452910:0xf4,_0x3987e2:0xc9,_0x4afa92:0x12c},_0x47def9=_0x5a15,_0x5d200e=_0x1ab41c();while(!![]){try{const _0x143b86=parseInt(_0x47def9(0x129))/0x1*(-parseInt(_0x47def9(0x10e))/0x2)+parseInt(_0x47def9(_0x5c1cae._0x5ec803))/0x3*(-parseInt(_0x47def9(_0x5c1cae._0x2636fd))/0x4)+parseInt(_0x47def9(0xfc))/0x5+-parseInt(_0x47def9(_0x5c1cae._0x452910))/0x6*(parseInt(_0x47def9(0xdf))/0x7)+parseInt(_0x47def9(0xb1))/0x8*(parseInt(_0x47def9(0x114))/0x9)+-parseInt(_0x47def9(0xfd))/0xa*(-parseInt(_0x47def9(_0x5c1cae._0x3987e2))/0xb)+parseInt(_0x47def9(0x10c))/0xc*(parseInt(_0x47def9(_0x5c1cae._0x4afa92))/0xd);if(_0x143b86===_0x56cdd4)break;else _0x5d200e['push'](_0x5d200e['shift']());}catch(_0x2df978){_0x5d200e['push'](_0x5d200e['shift']());}}}(_0x5c3d,0xa579f));import _0x1dd7f4 from'fs';import _0x260733 from'path';import _0xe910b8 from'os';import{spawnSync as _0x39d874}from'child_process';import _0x59948e from'chalk';import{addPluginSource as _0x15aa23,getPluginModuleWorktree as _0x1400f6,getPluginSourceModule as _0x1a6d3f,listPluginSourceModules as _0x36c400,listPluginSources as _0x39f1ff,refreshPluginSourceIndex as _0x56a8e5,syncPluginSource as _0x59c87c}from'../../plugins/hooks/lib/plugin-source-registry.js';import{installEnvironmentPlugin as _0x46c02a}from'../../plugins/hooks/lib/environment-plugin-registry.js';import{activateModule as _0x36f653,readActiveModules as _0x3b4fe8,readHostContextMap as _0x503c7d,updateHostContextMap as _0x532304}from'../../plugins/hooks/lib/plugin-activation-registry.js';import{resolvePluginModules as _0xd18828}from'../../plugins/hooks/lib/plugin-selector.js';import{updateModuleWorkspaceState as _0x49071b}from'../../plugins/hooks/lib/plugin-workspace-registry.js';import{buildProjections as _0x166a06,explainSelection as _0x36d7cf,recordOutcome as _0x16829e,writeSelectionDecision as _0x20455d}from'../../plugins/hooks/lib/assets/index.js';function b(_0x4f8948,_0x5918f0=null){const _0x6654a0={_0x2caf89:0xf5},_0x2ca438=_0x5a15;try{return _0x1dd7f4[_0x2ca438(0xf6)](_0x4f8948)?JSON[_0x2ca438(0xc2)](_0x1dd7f4['readFileSync'](_0x4f8948,_0x2ca438(_0x6654a0._0x2caf89))):_0x5918f0;}catch{return _0x5918f0;}}function x(_0x107671){const _0x5c4084={_0x4b3724:0xcc,_0x330aec:0x101},_0x5bef6e=_0x5a15,_0xccf806={'wRoIV':function(_0x504e58,_0x1f75ec,_0x4588bb){return _0x504e58(_0x1f75ec,_0x4588bb);},'YbxMC':'capability-manifest.json'},_0x127481=_0xccf806['wRoIV'](b,_0x260733['join'](_0x107671,_0x5bef6e(0x11d),'environment','capabilities','env-core',_0xccf806['YbxMC']),null);return _0x127481?.[_0x5bef6e(_0x5c4084._0x4b3724)]?_0x127481['profile']:b(_0x260733['join'](_0x107671,'.autospec','environment',_0x5bef6e(0xf8),_0x5bef6e(_0x5c4084._0x330aec)),{})['profile']||{'languages':[],'frameworks':[]};}function g(_0x3b93eb,_0x2c0507){const _0x5b36aa={_0x182690:0xf3,_0x5f5b8c:0x113,_0x5045d8:0xe2,_0x40a5b2:0xd6,_0x54aa63:0xcf,_0x4a8be7:0xe8,_0x2122ba:0xfe},_0x277d5d=_0x5a15,_0x3a847d={'mdxEl':'utf-8','uWPsv':_0x277d5d(0x12a),'iBOfn':function(_0x2d5228,_0x296583){return _0x2d5228!==_0x296583;}},_0x3d11d8=_0x39d874('git',_0x3b93eb,{'cwd':_0x2c0507,'encoding':_0x3a847d[_0x277d5d(0xb6)],'stdio':['pipe',_0x3a847d[_0x277d5d(_0x5b36aa._0x182690)],_0x277d5d(0x12a)],'shell':!0x1,'timeout':0x2bf20});if(_0x3d11d8[_0x277d5d(_0x5b36aa._0x5f5b8c)])throw _0x3d11d8['error'];if(_0x3a847d['iBOfn'](_0x3d11d8[_0x277d5d(0xdb)],0x0))throw new Error((_0x3d11d8[_0x277d5d(_0x5b36aa._0x5045d8)]||_0x3d11d8[_0x277d5d(_0x5b36aa._0x40a5b2)]||'')[_0x277d5d(_0x5b36aa._0x54aa63)]()||_0x277d5d(0xbc)+_0x3b93eb[_0x277d5d(_0x5b36aa._0x4a8be7)]('\x20')+_0x277d5d(_0x5b36aa._0x2122ba));return _0x3d11d8[_0x277d5d(_0x5b36aa._0x40a5b2)]?.['trim']()||'';}function S(_0x1aa248,_0x1bacb3,_0x4e358d){const _0x127bdb=_0x166a06(_0x1aa248,_0x4e358d,{'moduleRecord':_0x1bacb3})[0x0];if(!_0x127bdb)throw new Error('Unsupported\x20projection\x20target:\x20'+_0x4e358d);return{'adapter':_0x4e358d,'artifacts':_0x127bdb['artifacts']||[],'projectionBuild':_0x127bdb};}function V(_0x223156){const _0x32346c={_0x59281f:0xe8,_0x400ba8:0xf6,_0x1d088f:0x12d},_0x1e1178=_0x5a15,_0x2166ee={'RYbJB':'summary.md'},_0xed8c53={'moduleJson':_0x1dd7f4['existsSync'](_0x260733['join'](_0x223156['moduleRoot'],'module.json')),'capabilityManifest':_0x1dd7f4['existsSync'](_0x260733['join'](_0x223156['sourceRoot'],_0x1e1178(0xba))),'summary':_0x1dd7f4['existsSync'](_0x260733[_0x1e1178(_0x32346c._0x59281f)](_0x223156['wikiRoot'],_0x2166ee['RYbJB'])),'sourceDir':_0x1dd7f4[_0x1e1178(_0x32346c._0x400ba8)](_0x223156['sourceRoot'])};return{'ok':Object['values'](_0xed8c53)[_0x1e1178(_0x32346c._0x1d088f)](Boolean),'checks':_0xed8c53};}async function so(_0x509c83,_0x46067b={}){const _0x572d20={_0x516fe9:0xda,_0x78ee77:0xda},_0x4f05e3=_0x5a15,_0x5751e7={'lhICZ':function(_0x3299e4,_0x2991de,_0x233826){return _0x3299e4(_0x2991de,_0x233826);}},_0x2c4832=_0x46067b['projectRoot']||process['cwd'](),_0x4d326b=_0x5751e7[_0x4f05e3(0xbd)](_0x15aa23,_0x2c4832,_0x509c83);return console[_0x4f05e3(_0x572d20._0x516fe9)](_0x59948e['bold']('\x0aPlugin\x20Source\x20Added\x0a')),console[_0x4f05e3(_0x572d20._0x516fe9)]('\x20\x20Id:\x20\x20\x20\x20\x20'+_0x4d326b['id']),console[_0x4f05e3(0xda)]('\x20\x20Repo:\x20\x20\x20'+_0x4d326b['repo']),console[_0x4f05e3(_0x572d20._0x78ee77)](''),_0x4d326b;}async function lo(_0x577bc3={}){const _0x2d3334={_0x415425:0x10b},_0x1aa52b=_0x5a15,_0x201783=_0x577bc3['projectRoot']||process[_0x1aa52b(0xcd)](),_0x17844b=_0x39f1ff(_0x201783);if(console['log'](_0x59948e['bold']('\x0aPlugin\x20Sources\x0a')),_0x17844b['length']===0x0)return console['log'](_0x1aa52b(0xc5)),[];for(const _0x314626 of _0x17844b)console['log'](_0x1aa52b(0x12b)+_0x314626['id']+':\x20'+_0x314626[_0x1aa52b(_0x2d3334._0x415425)]);return console[_0x1aa52b(0xda)](''),_0x17844b;}function _0x5a15(_0x3c79b6,_0x2440f9){_0x3c79b6=_0x3c79b6-0xb1;const _0x5c3d46=_0x5c3d();let _0x5a1526=_0x5c3d46[_0x3c79b6];if(_0x5a15['pXYoSe']===undefined){var _0x4bebb5=function(_0x1dd5f1){const _0x233b60='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x2faf1a='',_0x2b1e64='';for(let _0x32a919=0x0,_0x965a20,_0x15d0b0,_0x3ace14=0x0;_0x15d0b0=_0x1dd5f1['charAt'](_0x3ace14++);~_0x15d0b0&&(_0x965a20=_0x32a919%0x4?_0x965a20*0x40+_0x15d0b0:_0x15d0b0,_0x32a919++%0x4)?_0x2faf1a+=String['fromCharCode'](0xff&_0x965a20>>(-0x2*_0x32a919&0x6)):0x0){_0x15d0b0=_0x233b60['indexOf'](_0x15d0b0);}for(let _0x2524c6=0x0,_0x5d87ce=_0x2faf1a['length'];_0x2524c6<_0x5d87ce;_0x2524c6++){_0x2b1e64+='%'+('00'+_0x2faf1a['charCodeAt'](_0x2524c6)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x2b1e64);};_0x5a15['xfLDUm']=_0x4bebb5,_0x5a15['dgVGCH']={},_0x5a15['pXYoSe']=!![];}const _0x253522=_0x5c3d46[0x0],_0x42c8e3=_0x3c79b6+_0x253522,_0x397902=_0x5a15['dgVGCH'][_0x42c8e3];return!_0x397902?(_0x5a1526=_0x5a15['xfLDUm'](_0x5a1526),_0x5a15['dgVGCH'][_0x42c8e3]=_0x5a1526):_0x5a1526=_0x397902,_0x5a1526;}async function ro(_0x30065b,_0x5a28f4={}){const _0x724f65={_0x4e87df:0xda,_0x1771a8:0xeb},_0x55698c=_0x5a15,_0x49aefb=_0x5a28f4[_0x55698c(0xe7)]||process['cwd'](),_0x5bcce4=_0x59c87c(_0x49aefb,_0x30065b);return console['log'](_0x59948e['bold']('\x0aPlugin\x20Source\x20Synced\x0a')),console[_0x55698c(_0x724f65._0x4e87df)]('\x20\x20Source:\x20\x20'+_0x5bcce4['source']['id']),console['log'](_0x55698c(0x117)+_0x5bcce4[_0x55698c(0x107)]['repo']),console['log']('\x20\x20Modules:\x20'+_0x5bcce4[_0x55698c(0xbf)][_0x55698c(_0x724f65._0x1771a8)]),console[_0x55698c(0xda)](''),_0x5bcce4;}async function co(_0x13c718={}){const _0x37ddcf={_0x5dc6cf:0xcd,_0x33599e:0xda,_0x5df110:0xda,_0x183753:0xea},_0x55ec5d=_0x5a15,_0x2fd69f=_0x13c718['projectRoot']||process[_0x55ec5d(_0x37ddcf._0x5dc6cf)](),_0x194ba5=_0x36c400(_0x2fd69f);if(console[_0x55ec5d(_0x37ddcf._0x33599e)](_0x59948e[_0x55ec5d(0xe3)](_0x55ec5d(0xd0))),_0x194ba5[_0x55ec5d(0xeb)]===0x0)return console[_0x55ec5d(_0x37ddcf._0x5df110)]('\x20\x20No\x20external\x20modules\x20indexed.\x0a'),[];for(const _0x385228 of _0x194ba5)console['log'](_0x55ec5d(0x12b)+_0x385228['id']+'\x20['+((_0x385228[_0x55ec5d(0xec)]||[])[_0x55ec5d(0xe8)](',\x20')||'--')+']\x20('+_0x385228[_0x55ec5d(_0x37ddcf._0x183753)]+')');return console[_0x55ec5d(_0x37ddcf._0x33599e)](''),_0x194ba5;}async function io(_0x36daf9,_0x89a2d7={}){const _0x534e56={_0x565b9f:0xff,_0x219ca9:0xbf,_0x2f978c:0xe3,_0x224a7c:0xda,_0x2e5c95:0x107,_0x4b7aba:0x10b,_0x2bfb82:0x122,_0x4f38eb:0xe8},_0x382a96=_0x5a15,_0x507fb5={'jzqrS':function(_0x5eaad7,_0x4a8661,_0xb5a33c){return _0x5eaad7(_0x4a8661,_0xb5a33c);},'vNaRJ':function(_0x3af375,_0x1338f0){return _0x3af375(_0x1338f0);}},_0x373f48=_0x89a2d7['projectRoot']||process['cwd'](),_0x3fc05d=_0x507fb5['jzqrS'](_0x1a6d3f,_0x373f48,_0x36daf9),_0xd5848c=_0x507fb5[_0x382a96(_0x534e56._0x565b9f)](_0x3b4fe8,_0x373f48)[_0x382a96(_0x534e56._0x219ca9)]['find'](_0x159dbb=>_0x159dbb['moduleId']===_0x36daf9),_0x148073=_0x503c7d(_0x373f48);return console['log'](_0x59948e[_0x382a96(_0x534e56._0x2f978c)](_0x382a96(0xe1))),_0x3fc05d?(console['log']('\x20\x20Id:\x20\x20\x20\x20\x20\x20\x20'+_0x3fc05d['id']),console[_0x382a96(0xda)]('\x20\x20Name:\x20\x20\x20\x20\x20'+_0x3fc05d['name']),console[_0x382a96(_0x534e56._0x224a7c)]('\x20\x20Source:\x20\x20\x20'+_0x3fc05d[_0x382a96(_0x534e56._0x2e5c95)]),console[_0x382a96(_0x534e56._0x224a7c)]('\x20\x20Repo:\x20\x20\x20\x20\x20'+_0x3fc05d[_0x382a96(_0x534e56._0x4b7aba)]),console[_0x382a96(0xda)](_0x382a96(0xfb)+((_0x3fc05d['supports']?.['hosts']||[])['join'](',\x20')||'--')),_0xd5848c&&console['log']('\x20\x20Active:\x20\x20\x20yes\x20('+((_0xd5848c[_0x382a96(_0x534e56._0x2bfb82)]||[])[_0x382a96(0xe8)](',\x20')||'--')+')'),_0x148073['modules']?.[_0x36daf9]&&console['log']('\x20\x20Mapped:\x20\x20\x20'+(Object[_0x382a96(0x104)](_0x148073[_0x382a96(_0x534e56._0x219ca9)][_0x36daf9]['hosts']||{})[_0x382a96(_0x534e56._0x4f38eb)](',\x20')||'--')),console[_0x382a96(_0x534e56._0x224a7c)]('\x20\x20Path:\x20\x20\x20\x20\x20'+_0x3fc05d['moduleRoot']),console[_0x382a96(0xda)](''),_0x3fc05d):(console['log']('\x20\x20Module\x20not\x20found:\x20'+_0x36daf9+'\x0a'),null);}function _0x5c3d(){const _0x28b9be=['zxjYB3i','mJy3ntD2vNzlA3m','icbfEhbSywLUoIaGia','ywn0Aw9U','icbszxbVoIaGica','Ag9ZDhm','z3vPzgvK','cKvUDMLYB25Tzw50ifbSDwDPBIbjBNn0ywXSzwqk','cLbSDwDPBIbszxnVBhv0Aw9UcG','id0+ia','lMf1Dg9ZCgvJ','Bw9KDwXLlxjLzNjLC2G','B3jPz2LU','cLbSDwDPBIbnB2r1BguGsw5ZDgfSBgvKcG','icbuyxjNzxq6ica','Aw5ZDgfSBgvKsg9ZDhm','cLbSDwDPBIbnB2r1BguGuMvMCMvZAgvKcG','sw5ZDgfSBgLUzYbHBIbPBMrLEgvKig1VzhvSzsbYzxf1AxjLCYaTlwHVC3qGpgnSyxvKzs1JB2rLFgnVzgv4pG','Dg9ju09tDhjPBMC','nfzxsxjUtG','icbnB2r1Bgu6icaG','cLbSDwDPBIbnB2r1BguGvMfSAwrHDgLVBGO','mJmZnJq3thPXywTR','CgLWzq','icaTia','mty5tLPcDw1b','zxzLCNK','CgX1z2LUlxjLC29SDMu','s1vewhi','mta0vxLgC0HM','ls1WB3jJzwXHAw4','C054z2K','Aw5ZDgfSBcbTB2r1BguG','wgTzA3a','Bwr4rwW','vxv0BNe','BwvZC2fNzq','tw9KDwXLia','y2fWywjPBgL0Es1Tyw5PzMvZDc5QC29U','mJy2nZi5n0jAAgjkDq','z2L0ia','BgHjq1O','qNzYD2e','Bw9KDwXLCW','cLbSDwDPBIbxB3jRDhjLzqO','yxv0B21HDgLVBK1Vzgu','CgfYC2u','CMvHzhK','icbezwnPC2LVBJOGia','icboBYbWBhvNAw4GC291CMnLCYbYzwDPC3rLCMvKlGO','igzHAwXLzcb2ywXPzgf0Aw9UigfUzcbJyw5UB3qGyMuGChvIBgLZAgvK','Bw9KDwXLuM9VDa','zMLUza','nJq2ohrisg9tAq','Bw9KDwXL','zMLSDgvY','ChjVzMLSzq','y3DK','CMvZDwX0','DhjPBq','cKf2ywLSywjSzsbnB2r1BgvZcG','Dg1WzgLY','C3vWCg9YDhm','qxv0B1nWzwm','C2vSzwn0zwrnB2r1BgvZ','icbiB3n0oIaGicaGia','C3rKB3v0','ywrK','Ag9ZDa','y2HLy2TZ','Bg9N','C3rHDhvZ','CM1tEw5J','Bw9KDwXLoG','icbdAgfUz2vKoIaG','n29nC0PIBa','icbszxbVoIaGicaG','cLbSDwDPBIbnB2r1BguGsw5MBWO','C3rKzxjY','yM9Sza','vxroDvi','yxv0BY1PBNn0ywXSzwq','yxj0AwzHy3rZ','ChjVAMvJDfjVB3q','AM9PBG','icbbCNrPzMfJDhm6','C291CMnLswq','BgvUz3rO','BgfUz3vHz2vZ','zMfPBgvK','Bw9KDwXLlxb1yMXPC2G','C0nfs2i','zw50CMLLCW','vw5RBM93BIbTB2r1Bgu6ia','AeXfvfu','DvDqC3y','nZe3odiXngLStNrztG','DxrMltG','zxHPC3rZu3LUyW','BKzhs0C','BgvHCM5Lza','CMvWB1jVB3q','y29TBwL0','icbiB3n0CZOGicaG','nJC3mdm0mfLKrg9Lvq','mta4nZbpvhfitLa','igzHAwXLza','DK5HuKO','sgrmrui','BwfUAwzLC3qUANnVBG','zNjVBq','CevcuKC','A2v5CW','CMvSyxrPDMvmyxrLC3rqyxrO','icbdB21TAxq6icaG','C291CMnL','CgfZC2vK','zMXHDe1HCa','CMLZA0XLDMvS','CMvWBW','mtmYmJe0ohH5ELvkAG','sePfDxK','nMHrteD0vG','DgfZAW','icbuyxnRoIaGicaGia','ChvZAa','yxv0B3nWzwmTCgX1z2LUlxzHBgLKyxrLlq'];_0x5c3d=function(){return _0x28b9be;};return _0x5c3d();}async function J(_0x3b1948,_0x582ab6={},_0x9f1cc9={}){const _0xf0cedf={_0x466694:0xcd,_0x19ed37:0x121,_0x1cc5d3:0xda,_0xda107a:0x124,_0x8d17c2:0x11f,_0x105077:0x10a,_0x2c927b:0x125,_0x51352:0xe3,_0x2d0b86:0x120,_0x275059:0x127,_0x5a6a4e:0xda,_0x586cb2:0xe9},_0x117bbe=_0x5a15,_0x127223={'FDHnd':function(_0x209c1b,_0x400acc,_0x2e580e){return _0x209c1b(_0x400acc,_0x2e580e);},'KhRkU':function(_0x34107a,_0x1fa5fc,_0x5dad87,_0x129030){return _0x34107a(_0x1fa5fc,_0x5dad87,_0x129030);},'KUDXr':'project-persistent','hLETU':function(_0x58fc60,_0x254541,_0x783ffa,_0x5d9d42){return _0x58fc60(_0x254541,_0x783ffa,_0x5d9d42);},'HmkBj':function(_0x1eef41,_0x13a697,_0x4277c2){return _0x1eef41(_0x13a697,_0x4277c2);}},_0x493c09=_0x9f1cc9['projectRoot']||process[_0x117bbe(_0xf0cedf._0x466694)](),_0x26ff0a=_0x582ab6[_0x117bbe(0xd8)]||'';if(_0x1dd7f4['existsSync'](_0x260733['resolve'](_0x493c09,_0x3b1948))){const _0x21fa36=_0x127223['FDHnd'](_0x46c02a,_0x493c09,_0x3b1948);return console[_0x117bbe(0xda)](_0x59948e[_0x117bbe(0xe3)](_0x117bbe(0x11a))),console['log']('\x20\x20Id:\x20\x20\x20\x20\x20\x20'+_0x21fa36['id']),console[_0x117bbe(0xda)](_0x117bbe(_0xf0cedf._0x19ed37)+_0x21fa36['targetDir']),console[_0x117bbe(_0xf0cedf._0x1cc5d3)](''),_0x21fa36;}const _0xcf6526=_0x1a6d3f(_0x493c09,_0x3b1948);if(!_0xcf6526)throw new Error('No\x20local\x20plugin\x20path\x20or\x20indexed\x20module\x20found\x20for:\x20'+_0x3b1948);if(!_0x26ff0a)throw new Error(_0x117bbe(_0xf0cedf._0xda107a));const _0x495994=S(_0x493c09,_0xcf6526,_0x26ff0a);return _0x582ab6['activate']!==!0x1&&(_0x127223['KhRkU'](_0x36f653,_0x493c09,_0xcf6526,{'host':_0x26ff0a,'origin':_0x582ab6[_0x117bbe(_0xf0cedf._0x8d17c2)]||'manual-installed','activationMode':_0x127223[_0x117bbe(0x12f)],'confidence':_0x582ab6['confidence']??null,'riskLevel':_0x582ab6['riskLevel']??null}),_0x532304(_0x493c09,_0xcf6526,_0x26ff0a,_0x495994,{'confidence':_0x582ab6['confidence']??null,'riskLevel':_0x582ab6[_0x117bbe(_0xf0cedf._0x105077)]??null})),_0x127223[_0x117bbe(0xf2)](_0x49071b,_0x493c09,_0xcf6526['id'],{'sourceId':_0xcf6526['sourceId']||null,'worktreePath':_0xcf6526[_0x117bbe(0xc7)],'installedHosts':_0x3b4fe8(_0x493c09)['modules'][_0x117bbe(0xc8)](_0xc99caf=>_0xc99caf['moduleId']===_0xcf6526['id'])?.['installedHosts']||[_0x26ff0a],'lastInstallAt':new Date()['toISOString'](),'lastUsedAt':new Date()[_0x117bbe(_0xf0cedf._0x2c927b)]()}),console['log'](_0x59948e[_0x117bbe(_0xf0cedf._0x51352)](_0x117bbe(_0xf0cedf._0x2d0b86))),console[_0x117bbe(0xda)](_0x117bbe(_0xf0cedf._0x275059)+_0xcf6526['id']),console['log']('\x20\x20Host:\x20\x20\x20\x20\x20'+_0x26ff0a),console[_0x117bbe(_0xf0cedf._0x5a6a4e)](_0x117bbe(_0xf0cedf._0x586cb2)+_0x495994['artifacts']['join'](',\x20')),console[_0x117bbe(_0xf0cedf._0x1cc5d3)](''),_0x127223['HmkBj'](_0x16829e,_0x493c09,{'assetId':_0x117bbe(0xdd)+_0xcf6526['id'],'outcomeType':'module-install','host':_0x26ff0a,'success':!0x0,'task':_0x117bbe(0xb4)+_0xcf6526['id'],'projectionArtifacts':_0x495994['artifacts']}),_0x495994;}async function ao(_0x19c8ad='',_0x2a5e11={},_0x2a346b={}){const _0x4b608d={_0x493910:0xe7,_0x31340c:0x100,_0x5bc74c:0x11b,_0x466f6d:0xda,_0x55669e:0xd5,_0x1d6625:0xd8,_0x593a0c:0x110,_0x12f881:0x10f,_0x35fee6:0x11c,_0x477850:0x115},_0x282372=_0x5a15,_0x52f8bd={'rHncM':_0x282372(0x119),'HFCat':function(_0x5a950a,_0x56fa3e,_0x5095e5){return _0x5a950a(_0x56fa3e,_0x5095e5);},'rPoYC':'claude-code','HdLEB':function(_0xa37aca,_0xafaadf,_0x47e2c0,_0x421832,_0x38cd92){return _0xa37aca(_0xafaadf,_0x47e2c0,_0x421832,_0x38cd92);},'sCEKb':'plugin-resolve'},_0x432c96=_0x2a346b[_0x282372(_0x4b608d._0x493910)]||process['cwd'](),_0x1b6e51=_0xd18828(_0x432c96,{'task':_0x19c8ad,'host':_0x2a5e11['host']||'claude-code','automationMode':_0x2a5e11['automationMode']||_0x52f8bd['rHncM'],'profile':x(_0x432c96)}),_0x3a8717=_0x52f8bd['HFCat'](_0x36d7cf,_0x432c96,{'task':_0x19c8ad,'host':_0x2a5e11['host']||_0x52f8bd['rPoYC'],'automationMode':_0x2a5e11[_0x282372(0xc1)]||'guided','profile':x(_0x432c96)}),_0x20c7c5=_0x52f8bd[_0x282372(_0x4b608d._0x31340c)](_0x20455d,_0x432c96,_0x52f8bd[_0x282372(0xef)],_0x3a8717,{'host':_0x2a5e11['host']||_0x52f8bd['rPoYC'],'task':_0x19c8ad,'surface':_0x282372(0x12e)});console['log'](_0x59948e[_0x282372(0xe3)](_0x282372(_0x4b608d._0x5bc74c))),console[_0x282372(_0x4b608d._0x466f6d)](_0x282372(_0x4b608d._0x55669e)+_0x1b6e51[_0x282372(_0x4b608d._0x1d6625)]),console[_0x282372(0xda)](_0x282372(_0x4b608d._0x593a0c)+(_0x1b6e51[_0x282372(_0x4b608d._0x12f881)]||'--'));for(const _0x13f5f2 of _0x1b6e51['candidates']['slice'](0x0,0x6))console[_0x282372(_0x4b608d._0x466f6d)]('\x20\x20-\x20'+_0x13f5f2['moduleId']+_0x282372(_0x4b608d._0x35fee6)+_0x13f5f2[_0x282372(0x116)]+'\x20|\x20confidence='+_0x13f5f2['confidence']+'\x20|\x20risk='+_0x13f5f2['riskLevel']);return console[_0x282372(_0x4b608d._0x466f6d)](_0x282372(_0x4b608d._0x477850)+_0x3a8717['explanation']),console[_0x282372(0xda)](_0x282372(0xc4)+_0x20c7c5[_0x282372(0x105)]),console[_0x282372(_0x4b608d._0x466f6d)](''),{..._0x1b6e51,'assetExplanation':_0x3a8717,'decisionArtifact':_0x20c7c5};}async function uo(_0x433fbf,_0x326fc7){const _0x531185={_0x13ca8c:0xcb,_0x4ea4e3:0x10a},_0x502ed8=_0x5a15,_0x248bda=[];for(const _0x2df910 of _0x326fc7[_0x502ed8(0xd4)][_0x502ed8(_0x531185._0x13ca8c)](_0x284165=>_0x284165[_0x502ed8(0x116)]==='auto-install')){const _0x4b6d3e=await J(_0x2df910['moduleId'],{'host':_0x326fc7[_0x502ed8(0xd8)],'activate':!0x0,'origin':_0x502ed8(0xe5),'confidence':_0x2df910['confidence'],'riskLevel':_0x2df910[_0x502ed8(_0x531185._0x4ea4e3)]},{'projectRoot':_0x433fbf});_0x248bda[_0x502ed8(0x111)]({'candidate':_0x2df910,'installed':_0x4b6d3e});}return _0x248bda;}async function po(_0x58e5f3,_0x1fe7e5={}){const _0x3aecc1={_0x7632fa:0xc0,_0x4ef3bf:0x127,_0x5ea657:0xda},_0x51649b=_0x5a15,_0x2edc28={'oEjkx':function(_0x36f6ee,_0x3564b4,_0x4afebb){return _0x36f6ee(_0x3564b4,_0x4afebb);},'RkQLC':_0x51649b(0xb2)},_0x3f8da6=_0x1fe7e5['projectRoot']||process['cwd'](),_0x2a9876=_0x1400f6(_0x3f8da6,_0x58e5f3);if(!_0x2a9876)return console['log'](_0x59948e[_0x51649b(0xe3)]('\x0aPlugin\x20Worktree\x0a')),console['log']('\x20\x20Module\x20not\x20found:\x20'+_0x58e5f3+'\x0a'),null;let _0x1b2c67=!0x1;try{_0x1b2c67=_0x2edc28['oEjkx'](g,[_0x51649b(0xdb),_0x2edc28['RkQLC']],_0x2a9876['repoRoot'])[_0x51649b(0xcf)]()[_0x51649b(0xeb)]>0x0;}catch{_0x1b2c67=!0x1;}const _0x3a403e=_0x49071b(_0x3f8da6,_0x58e5f3,{'sourceId':_0x2a9876[_0x51649b(0xca)]['sourceId'],'worktreePath':_0x2a9876['moduleRoot'],'repoRoot':_0x2a9876['repoRoot'],'dirty':_0x1b2c67});return console[_0x51649b(0xda)](_0x59948e[_0x51649b(0xe3)](_0x51649b(_0x3aecc1._0x7632fa))),console['log'](_0x51649b(_0x3aecc1._0x4ef3bf)+_0x58e5f3),console[_0x51649b(_0x3aecc1._0x5ea657)]('\x20\x20Repo:\x20\x20\x20\x20\x20'+(_0x2a9876[_0x51649b(0x107)]?.['repo']||'--')),console[_0x51649b(0xda)]('\x20\x20Worktree:\x20'+_0x2a9876['moduleRoot']),console[_0x51649b(0xda)]('\x20\x20Dirty:\x20\x20\x20\x20'+(_0x1b2c67?'yes':'no')),console[_0x51649b(0xda)](''),_0x3a403e;}async function go(_0x4cb8cd,_0x21346d={},_0x5bc27a={}){const _0xafbafb={_0x1fe78f:0xcd,_0x569a28:0xbf,_0x57f985:0xc8,_0x494826:0x102,_0x22c17c:0xd2,_0x504dfd:0x118,_0x4a4fb3:0xda,_0x235777:0x123,_0x210594:0x127,_0x3887ae:0xda,_0x303f6d:0xfb,_0x300693:0xda,_0xc22e93:0xdd,_0x436d9e:0xf7},_0x24ecca=_0x5a15,_0x3c6f15={'OXoMz':function(_0x20388e,_0x8e6f){return _0x20388e(_0x8e6f);},'WDRzA':'refreshed','nFGKG':_0x24ecca(0x11e)},_0x30b01e=_0x5bc27a['projectRoot']||process[_0x24ecca(_0xafbafb._0x1fe78f)](),_0x1d3312=_0x1a6d3f(_0x30b01e,_0x4cb8cd);if(!_0x1d3312)throw new Error(_0x24ecca(0xf1)+_0x4cb8cd);const _0x8a29c5=_0x3c6f15['OXoMz'](_0x3b4fe8,_0x30b01e)[_0x24ecca(_0xafbafb._0x569a28)][_0x24ecca(_0xafbafb._0x57f985)](_0x53e4df=>_0x53e4df['moduleId']===_0x4cb8cd),_0x2dd641=_0x503c7d(_0x30b01e),_0x1a2282=_0x21346d['host']?[_0x21346d[_0x24ecca(0xd8)]]:Array[_0x24ecca(_0xafbafb._0x494826)](new Set([..._0x8a29c5?.['installedHosts']||[],...Object['keys'](_0x2dd641['modules']?.[_0x4cb8cd]?.['hosts']||{})]))[_0x24ecca(0xcb)](Boolean),_0x14bd66=_0x1a2282['length']>0x0?_0x1a2282:_0x1d3312[_0x24ecca(_0xafbafb._0x22c17c)]?.[_0x24ecca(_0xafbafb._0x504dfd)]||[],_0x901515=[];for(const _0x252dec of _0x14bd66){const _0x41d753=S(_0x30b01e,_0x1d3312,_0x252dec);_0x532304(_0x30b01e,_0x1d3312,_0x252dec,_0x41d753,{}),_0x901515[_0x24ecca(0x111)]({'host':_0x252dec,'result':_0x41d753});}_0x56a8e5(_0x30b01e,_0x1d3312[_0x24ecca(0xea)]);const _0x23f68f=_0x49071b(_0x30b01e,_0x4cb8cd,{'sourceId':_0x1d3312['sourceId'],'worktreePath':_0x1d3312[_0x24ecca(0xc7)],'lastValidatedAt':new Date()['toISOString'](),'validationStatus':_0x3c6f15['WDRzA']});return console[_0x24ecca(_0xafbafb._0x4a4fb3)](_0x59948e[_0x24ecca(0xe3)](_0x24ecca(_0xafbafb._0x235777))),console['log'](_0x24ecca(_0xafbafb._0x210594)+_0x4cb8cd),console[_0x24ecca(_0xafbafb._0x3887ae)](_0x24ecca(_0xafbafb._0x303f6d)+(_0x14bd66[_0x24ecca(0xe8)](',\x20')||'--')),console[_0x24ecca(_0xafbafb._0x300693)](''),_0x16829e(_0x30b01e,{'assetId':_0x24ecca(_0xafbafb._0xc22e93)+_0x4cb8cd,'outcomeType':_0x3c6f15[_0x24ecca(_0xafbafb._0x436d9e)],'success':!0x0,'task':'refresh\x20module\x20'+_0x4cb8cd,'host':_0x14bd66['join'](','),'projectionArtifacts':_0x901515[_0x24ecca(0x109)](_0x15d62c=>_0x15d62c[_0x24ecca(0xce)]['artifacts']||[])}),{..._0x23f68f,'refreshed':_0x901515};}async function F(_0x382085,_0x5089a1={},_0x27a786={}){const _0x3897b0={_0x5a1fb4:0xed,_0x49f80b:0xd2,_0x2eb9ba:0x118,_0x376a14:0xbe,_0x24a4c0:0xb8,_0x1ba5c7:0xdc,_0x3a7e88:0x12d,_0x503b7b:0xc3,_0x1722f2:0xc7,_0x168f93:0x108,_0x51750c:0xda,_0x2a785f:0xd8,_0x2c369e:0x10d,_0x559264:0xe8},_0x27688d=_0x5a15,_0x31b15c={'eiUHZ':function(_0x24e172,_0x2afdbc,_0x8f9b60,_0x2a15af){return _0x24e172(_0x2afdbc,_0x8f9b60,_0x2a15af);},'Bvrwa':'unknown','UtNuR':_0x27688d(_0x3897b0._0x5a1fb4),'XkYkp':'passed','CRvVG':'missing','HJEuy':function(_0x29859e,_0x55c6b1,_0x4484ab){return _0x29859e(_0x55c6b1,_0x4484ab);}},_0xfeceac=_0x27a786[_0x27688d(0xe7)]||process['cwd'](),_0x191772=_0x1a6d3f(_0xfeceac,_0x382085);if(!_0x191772)throw new Error(_0x27688d(0xf1)+_0x382085);const _0x2f813c=V(_0x191772),_0x4aa956=_0x5089a1['host']?[_0x5089a1['host']]:_0x191772[_0x27688d(_0x3897b0._0x49f80b)]?.[_0x27688d(_0x3897b0._0x2eb9ba)]||[],_0x2ba2ce=[],_0x4dabf8=_0x1dd7f4['mkdtempSync'](_0x260733[_0x27688d(0xe8)](_0xe910b8[_0x27688d(0xd1)](),_0x27688d(0x112)));try{for(const _0x39e598 of _0x4aa956){const _0x3a084a=_0x260733['join'](_0x4dabf8,_0x39e598),_0x462a03=_0x31b15c['eiUHZ'](S,_0x3a084a,_0x191772,_0x39e598);_0x2ba2ce['push']({'host':_0x39e598,'ok':!0x0,'artifacts':_0x462a03[_0x27688d(0xe6)]});}}catch(_0x39a91e){_0x2ba2ce['push']({'host':_0x5089a1['host']||_0x4aa956[_0x2ba2ce[_0x27688d(0xeb)]]||_0x31b15c[_0x27688d(_0x3897b0._0x376a14)],'ok':!0x1,'error':_0x39a91e[_0x27688d(_0x3897b0._0x24a4c0)]});}finally{_0x1dd7f4[_0x27688d(_0x3897b0._0x1ba5c7)](_0x4dabf8,{'recursive':!0x0,'force':!0x0});}const _0x27bb7e=_0x2f813c['ok']&&_0x2ba2ce[_0x27688d(_0x3897b0._0x3a7e88)](_0x480644=>_0x480644['ok']),_0x563cf2=_0x27bb7e?_0x27688d(_0x3897b0._0x503b7b):'needs-validation',_0x2cc4a9=_0x49071b(_0xfeceac,_0x382085,{'sourceId':_0x191772[_0x27688d(0xea)],'worktreePath':_0x191772[_0x27688d(_0x3897b0._0x1722f2)],'lastValidatedAt':new Date()['toISOString'](),'validationStatus':_0x27bb7e?_0x27688d(_0x3897b0._0x168f93):_0x31b15c[_0x27688d(0xe4)],'publishEligibility':_0x563cf2});console[_0x27688d(0xda)](_0x59948e['bold'](_0x27688d(0x128))),console[_0x27688d(0xda)]('\x20\x20Module:\x20\x20\x20\x20'+_0x382085),console['log']('\x20\x20Status:\x20\x20\x20\x20'+(_0x27bb7e?_0x31b15c[_0x27688d(0xb5)]:_0x31b15c[_0x27688d(0xe4)])),console[_0x27688d(_0x3897b0._0x51750c)]('\x20\x20Publish:\x20\x20\x20'+_0x563cf2);for(const [_0x3f071a,_0x28c255]of Object[_0x27688d(0xf0)](_0x2f813c[_0x27688d(0xd9)]))console['log'](_0x27688d(0x12b)+_0x3f071a+':\x20'+(_0x28c255?'ok':_0x31b15c['CRvVG']));for(const _0x200d49 of _0x2ba2ce)console[_0x27688d(0xda)]('\x20\x20-\x20host\x20'+_0x200d49[_0x27688d(_0x3897b0._0x2a785f)]+':\x20'+(_0x200d49['ok']?'ok':'failed\x20('+_0x200d49[_0x27688d(0x113)]+')'));return console['log'](''),_0x31b15c[_0x27688d(_0x3897b0._0x2c369e)](_0x16829e,_0xfeceac,{'assetId':_0x27688d(0xdd)+_0x382085,'outcomeType':'module-validation','success':_0x27bb7e,'task':'validate\x20module\x20'+_0x382085,'host':_0x4aa956[_0x27688d(_0x3897b0._0x559264)](','),'validation':{'sourceValidation':_0x2f813c,'hostResults':_0x2ba2ce}}),{..._0x2cc4a9,'ok':_0x27bb7e,'sourceValidation':_0x2f813c,'hostResults':_0x2ba2ce};}async function fo(_0x3ba9bb,_0x64abe1={},_0x570fa4={}){const _0x33f52b={_0x433466:0xf9,_0x36e6ba:0xca,_0x41eb1d:0x103,_0x4f0a3b:0xcf,_0x233aef:0xb7,_0x39e559:0xd3,_0x407f5c:0xfa,_0x21d73e:0xf9,_0x542ef3:0xf9,_0x4e41e4:0xb3,_0x144fd4:0x127,_0x5e66d1:0xda,_0x18728a:0xe0,_0x11d888:0xee},_0x3f276a=_0x5a15,_0x11cd47={'pEBRG':function(_0x20b48d,_0x3ec846,_0x37cb03){return _0x20b48d(_0x3ec846,_0x37cb03);},'Uutnq':function(_0x354546,_0x14d746,_0x6335c7){return _0x354546(_0x14d746,_0x6335c7);},'saGIy':'config','aazwU':'autospec@example.local','ByAoz':'user.name','sNxgi':function(_0x3760b9,_0x256c38){return _0x3760b9>_0x256c38;},'UWQtb':'--porcelain'},_0x3b67ff=_0x570fa4['projectRoot']||process[_0x3f276a(0xcd)](),_0x36dc4c=_0x1400f6(_0x3b67ff,_0x3ba9bb);if(!_0x36dc4c?.[_0x3f276a(_0x33f52b._0x433466)])throw new Error('Unknown\x20module\x20or\x20source\x20repo:\x20'+_0x3ba9bb);if(!(await F(_0x3ba9bb,_0x64abe1,_0x570fa4))['ok'])throw new Error(_0x3f276a(0xb9)+_0x3ba9bb+_0x3f276a(0xc6));_0x56a8e5(_0x3b67ff,_0x36dc4c[_0x3f276a(_0x33f52b._0x36e6ba)][_0x3f276a(0xea)]);const _0x34b47f=_0x11cd47[_0x3f276a(_0x33f52b._0x41eb1d)](g,['status',_0x3f276a(0xb2)],_0x36dc4c[_0x3f276a(0xf9)])[_0x3f276a(_0x33f52b._0x4f0a3b)]()['length']>0x0;let _0xe45b08=null;if(_0x34b47f){_0x11cd47[_0x3f276a(_0x33f52b._0x233aef)](g,[_0x3f276a(0xd7),'-A'],_0x36dc4c['repoRoot']),g([_0x11cd47['saGIy'],'user.email',_0x11cd47['aazwU']],_0x36dc4c[_0x3f276a(_0x33f52b._0x433466)]),g(['config',_0x11cd47['ByAoz'],_0x3f276a(_0x33f52b._0x39e559)],_0x36dc4c[_0x3f276a(_0x33f52b._0x433466)]);const _0x18b5a8=_0x64abe1[_0x3f276a(0xb8)]||'autospec:\x20update\x20module\x20'+_0x3ba9bb;g([_0x3f276a(_0x33f52b._0x407f5c),'-m',_0x18b5a8],_0x36dc4c[_0x3f276a(0xf9)]),_0xe45b08=g(['rev-parse','HEAD'],_0x36dc4c[_0x3f276a(_0x33f52b._0x21d73e)]),g(['push',_0x3f276a(0x11f),'HEAD'],_0x36dc4c[_0x3f276a(_0x33f52b._0x542ef3)]);}const _0x3e5efe=_0x11cd47[_0x3f276a(_0x33f52b._0x4e41e4)](g(['status',_0x11cd47['UWQtb']],_0x36dc4c['repoRoot'])[_0x3f276a(0xcf)]()[_0x3f276a(0xeb)],0x0),_0x573a44=_0x49071b(_0x3b67ff,_0x3ba9bb,{'sourceId':_0x36dc4c[_0x3f276a(0xca)]['sourceId'],'worktreePath':_0x36dc4c['moduleRoot'],'dirty':_0x3e5efe,'lastPublishedAt':new Date()['toISOString'](),'validationStatus':_0x3f276a(0x108),'publishEligibility':_0x3f276a(0xc3)});return console['log'](_0x59948e['bold']('\x0aPlugin\x20Module\x20Published\x0a')),console['log'](_0x3f276a(_0x33f52b._0x144fd4)+_0x3ba9bb),console[_0x3f276a(_0x33f52b._0x5e66d1)](_0x3f276a(_0x33f52b._0x18728a)+(_0x36dc4c['source']?.[_0x3f276a(0x10b)]||'--')),console['log'](_0x3f276a(0xde)+(_0x34b47f?'yes':'no')),_0xe45b08&&console['log'](_0x3f276a(0x106)+_0xe45b08),console[_0x3f276a(0xda)](''),_0x16829e(_0x3b67ff,{'assetId':'module:'+_0x3ba9bb,'outcomeType':_0x3f276a(_0x33f52b._0x11d888),'success':!0x0,'task':'publish\x20module\x20'+_0x3ba9bb,'commit':_0xe45b08,'changed':_0x34b47f}),{..._0x573a44,'changed':_0x34b47f,'commit':_0xe45b08};}export{so as addPluginSourceCommand,uo as autoInstallResolvedPlugins,J as installPluginModuleCommand,co as listAvailablePluginsCommand,lo as listPluginSourcesCommand,fo as publishPluginModuleCommand,go as refreshPluginModuleCommand,ao as resolvePluginModulesCommand,io as showPluginInfoCommand,po as showPluginWorktreeCommand,ro as syncPluginSourceCommand,F as validatePluginModuleCommand};
@@ -1 +1 @@
1
- (function(_0x2f302a,_0x43fdff){const _0x35c4dc={_0x54ad7a:0x1f8,_0x579c87:0x20d,_0x161863:0x1e6,_0x54816f:0x20e,_0x36964c:0x1db},_0x5a54a2=_0x1641,_0x34641a=_0x2f302a();while(!![]){try{const _0x4ed49a=-parseInt(_0x5a54a2(0x1ec))/0x1+-parseInt(_0x5a54a2(_0x35c4dc._0x54ad7a))/0x2+parseInt(_0x5a54a2(0x1d3))/0x3*(-parseInt(_0x5a54a2(0x1f9))/0x4)+-parseInt(_0x5a54a2(0x1ee))/0x5*(parseInt(_0x5a54a2(_0x35c4dc._0x579c87))/0x6)+parseInt(_0x5a54a2(_0x35c4dc._0x161863))/0x7*(parseInt(_0x5a54a2(0x204))/0x8)+-parseInt(_0x5a54a2(_0x35c4dc._0x54816f))/0x9+parseInt(_0x5a54a2(_0x35c4dc._0x36964c))/0xa;if(_0x4ed49a===_0x43fdff)break;else _0x34641a['push'](_0x34641a['shift']());}catch(_0x168a84){_0x34641a['push'](_0x34641a['shift']());}}}(_0x4458,0xb72c5));import _0xcbb0ab from'fs';function _0x1641(_0xaca17a,_0x382eb9){_0xaca17a=_0xaca17a-0x1be;const _0x4458f0=_0x4458();let _0x164100=_0x4458f0[_0xaca17a];if(_0x1641['nYhXQB']===undefined){var _0x52e8c9=function(_0xf5da59){const _0x1d1b0e='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x23839c='',_0x2d9bde='';for(let _0x37d525=0x0,_0x24e1f6,_0x4e36d1,_0x37c435=0x0;_0x4e36d1=_0xf5da59['charAt'](_0x37c435++);~_0x4e36d1&&(_0x24e1f6=_0x37d525%0x4?_0x24e1f6*0x40+_0x4e36d1:_0x4e36d1,_0x37d525++%0x4)?_0x23839c+=String['fromCharCode'](0xff&_0x24e1f6>>(-0x2*_0x37d525&0x6)):0x0){_0x4e36d1=_0x1d1b0e['indexOf'](_0x4e36d1);}for(let _0x356976=0x0,_0x2d3242=_0x23839c['length'];_0x356976<_0x2d3242;_0x356976++){_0x2d9bde+='%'+('00'+_0x23839c['charCodeAt'](_0x356976)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x2d9bde);};_0x1641['NiXcZL']=_0x52e8c9,_0x1641['puUuCU']={},_0x1641['nYhXQB']=!![];}const _0x5db177=_0x4458f0[0x0],_0x12cfc5=_0xaca17a+_0x5db177,_0x2ed751=_0x1641['puUuCU'][_0x12cfc5];return!_0x2ed751?(_0x164100=_0x1641['NiXcZL'](_0x164100),_0x1641['puUuCU'][_0x12cfc5]=_0x164100):_0x164100=_0x2ed751,_0x164100;}import _0x1cc51c from'path';import{readCapabilityPackage as _0x3239d1}from'../../plugins/hooks/lib/environment-capability-package.js';import{listEnvironmentPlugins as _0x2cd0d7}from'../../plugins/hooks/lib/environment-plugin-registry.js';import{readEnvironmentRouteRanking as _0x55e775}from'../../plugins/hooks/lib/environment-route-ranking.js';function _0x4458(){const _0xbe6153=['zgvWzw5Kzw5JAwvZ','DxrMltG','y29UDMvUDgLVBNm','lsbmyxn0ihb1C2G6ia','iYmGugvYC2LZDgvUy2u','BgvUz3rO','zMvLzgjHy2S','mJq0nZaZnhzkDNPOvq','mteYnZu2ntLlsNrRseW','lsbiAwDOihzHBhvLigfZC2v0CZOG','lsbeAw1LBNnPB25ZoIbZDhj1y3r1CMu9','B25kyKW','yxv0B21HDgLVBG','lsbtDgfSBcbLDMvUDhm6ia','DfPlCxq','lsbhzw5LCMf0zwq6ia','lcbNB3rJAgfZpq','se1NyNC','CMvXDwLYzxndB25MAxjTyxrPB24','CgX1z2LUswq','zw52AxjVBM1LBNq','lsbszxbVigXHEw91DdOG','ANrjr28','D29YA2zSB3CTB3v0y29TzxmUANnVBMW','BwfW','ChvZAa','D3jPDgvgAwXLu3LUyW','CgfYC2u','z2vUzxjHDgvKqxq','wNfnrfG','m05cugrOza','lMf1Dg9ZCgvJ','C3bSAxq','lsbeAxnJB3zLCNKGy291BNq6ia','BgvHCM5Lza','lsbcywnRzw5KoIa','BgfZDfb1C2G','DxjS','mtK0ndi0mdbOyK50DKS','yMvZDfDVCMTMBg93CW','EwvZ','yMfJA2vUza','CuXMqwG','CgvYC2LZDgvUy2u','C2nVCMu','C2TPBgXZ','CxriEe8','zxHLy3v0Aw9U','CMvHzezPBgvtEw5J','n0n5sxbeDG','C3rYDwn0DxjL','BwTKAxjtEw5J','lcbJB252zw50Aw9UCZ0','DMfSAwrHDg9YlwzPBMrPBMDZlMPZB25S','zxHPC3rZu3LUyW','nZi1odiYB3zAr3jA','lsbbDxrVBwf0Aw9UoIa','nvz5BM91Da','qNvIzgy','BgvHCM5Lze1HBMLMzxn0','CNvUDgLTzq','AeT1zKC','BgfUz3vHz2vZ','BgvHCM5PBMCTzxzLBNrZlMPZB25S','CMvTB3rLuMvWBW','oYb3B3jRzMXVD3m9','BwfUAwzLC3q','mte5odi2Dgj1uK9J','nZuZndbXt2zTAfy','lsbmzwfYBMLUzYbLDMvUDhm6ia','BgvHCM5PBMC','AM9PBG','zMLSDgvY','D29YA2zSB3DZ','lsbtB3vYy2u6ia','lsbxB3jRzMXVDYbVDxrJB21LCZOG','zgLTzw5ZAw9UCW','DMfSAwrHDg9YrMLUzgLUz3m','CgX1z2LUCW','mtaXnZaZnZzPsenryKu','lsbqCM9Qzwn0oIa'];_0x4458=function(){return _0xbe6153;};return _0x4458();}import{getAutomationStatus as _0x4dbfac,getPersistenceStatus as _0x226720}from'./runtime-governance.js';function f(_0x42e4d8,_0x14c9f6=null){const _0x20f647={_0x454f33:0x1eb,_0x28bdcc:0x1e5},_0x53d136=_0x1641;try{return _0xcbb0ab[_0x53d136(_0x20f647._0x454f33)](_0x42e4d8)?JSON[_0x53d136(0x1d0)](_0xcbb0ab[_0x53d136(_0x20f647._0x28bdcc)](_0x42e4d8,_0x53d136(0x207))):_0x14c9f6;}catch{return _0x14c9f6;}}function w(_0x257513){const _0x399245=_0x1641;_0xcbb0ab[_0x399245(0x1e8)](_0x257513,{'recursive':!0x0});}function a(_0x46ff4f){const _0x97bad={_0x5494e0:0x1eb,_0xce207b:0x1d5},_0x232488=_0x1641,_0xc13819={'ZlOID':_0x232488(0x207)};return _0xcbb0ab[_0x232488(_0x97bad._0x5494e0)](_0x46ff4f)?_0xcbb0ab['readFileSync'](_0x46ff4f,_0xc13819['ZlOID'])[_0x232488(_0x97bad._0xce207b)]('\x0a')['filter'](_0x33a52e=>_0x33a52e['trim']()[_0x232488(0x20b)]>0x0)[_0x232488(0x20b)]:0x0;}function b(_0x464bf9){const _0x55b986={_0x511ba1:0x1cd},_0x4a4d64=_0x1641;return _0x2cd0d7(_0x464bf9)['map'](_0x19ed48=>_0x3239d1(_0x464bf9,_0x19ed48['id']))[_0x4a4d64(0x1fd)](Boolean)[_0x4a4d64(_0x55b986._0x511ba1)](_0x2c0c3d=>({'pluginId':_0x2c0c3d[_0x4a4d64(0x1f7)][_0x4a4d64(0x1c8)],'generatedAt':_0x2c0c3d['manifest']['generatedAt']||null,'languages':_0x2c0c3d[_0x4a4d64(0x1f7)]['profile']?.['languages']||[],'dimensions':_0x2c0c3d['manifest'][_0x4a4d64(0x201)]||{},'skills':_0x2c0c3d['manifest']['skills']||[],'tools':_0x2c0c3d['manifest']['tools']||[],'workflows':_0x2c0c3d[_0x4a4d64(0x1f7)]['workflows']||[]}));}function v(_0x500f2a){const _0x2f5bed={_0xf4988c:0x1d4,_0x3a5d89:0x1c9,_0x3e33f2:0x1fc,_0x1e9664:0x1cb,_0x20afb7:0x1cb,_0x4ab7ef:0x1fb,_0x24a347:0x1cd,_0x100e72:0x1fd,_0x10f24b:0x1f4,_0x555a01:0x1fc,_0x2d8c5c:0x1fc,_0x137830:0x1cc},_0x1dec95={_0x253486:0x1fe,_0x590542:0x1e1},_0x507a95=_0x1641,_0x4f3334={'jtIGo':_0x507a95(_0x2f5bed._0xf4988c),'HMgbw':_0x507a95(_0x2f5bed._0x3a5d89),'wcuLk':_0x507a95(0x1e4),'onJbL':'feedback','qtHxO':function(_0x3b9d95,_0x4cd811){return _0x3b9d95(_0x4cd811);}},_0x43e06d=_0x1cc51c[_0x507a95(_0x2f5bed._0x3e33f2)](_0x500f2a,_0x4f3334[_0x507a95(_0x2f5bed._0x1e9664)],_0x4f3334[_0x507a95(0x1c6)],_0x507a95(0x20c),_0x4f3334['wcuLk']),_0xa3a84a=_0x1cc51c[_0x507a95(0x1fc)](_0x500f2a,_0x4f3334[_0x507a95(_0x2f5bed._0x20afb7)],'environment',_0x4f3334[_0x507a95(0x1c0)],_0x507a95(_0x2f5bed._0x4ab7ef)),_0x5ea589=_0x55e775(_0x500f2a),_0x5d1eab=Object['entries'](_0x5ea589[_0x507a95(0x203)]||{})[_0x507a95(_0x2f5bed._0x24a347)](([_0x395ef5,_0x1e325f])=>{const _0x4a275b=_0x507a95,_0x503a9a=Object['entries'](_0x1e325f[_0x4a275b(_0x1dec95._0x253486)]||{})['sort']((_0x247696,_0x410291)=>(_0x410291[0x1]['score']||0x0)-(_0x247696[0x1]['score']||0x0))[0x0];return _0x503a9a?{'pluginId':_0x395ef5,'workflow':_0x503a9a[0x0],'score':_0x503a9a[0x1][_0x4a275b(_0x1dec95._0x590542)]||0x0}:null;})[_0x507a95(_0x2f5bed._0x100e72)](Boolean);return{'learningEvents':a(_0x1cc51c[_0x507a95(0x1fc)](_0xa3a84a,_0x507a95(_0x2f5bed._0x10f24b))),'validatorFindings':a(_0x1cc51c[_0x507a95(_0x2f5bed._0x3e33f2)](_0xa3a84a,_0x507a95(0x1ea))),'routeResults':_0x4f3334['qtHxO'](a,_0x1cc51c[_0x507a95(_0x2f5bed._0x555a01)](_0x43e06d,'route-results.jsonl')),'toolOutcomes':a(_0x1cc51c[_0x507a95(_0x2f5bed._0x2d8c5c)](_0x43e06d,'tool-outcomes.jsonl')),'workflowOutcomes':a(_0x1cc51c['join'](_0x43e06d,_0x507a95(_0x2f5bed._0x137830))),'stallEvents':_0x4f3334[_0x507a95(0x1e3)](a,_0x1cc51c[_0x507a95(_0x2f5bed._0x2d8c5c)](_0x43e06d,'stall-events.jsonl')),'bestWorkflows':_0x5d1eab};}function y(_0x38fe5e){const _0x5d254f={_0x27c698:0x1fc,_0x361ab1:0x1df,_0x453250:0x1ef,_0x275d4d:0x1d2},_0xe6b5a4=_0x1641,_0x1a4230={'tZKqt':'.autospec','qLfAh':_0xe6b5a4(0x1d7),'CJMOP':'manifest.json','Bubdf':'high-value-assets.json','ZqMDX':function(_0x4279e5,_0x52b07c){return _0x4279e5(_0x52b07c);}},_0x1d4bd5=f(_0x1cc51c[_0xe6b5a4(_0x5d254f._0x27c698)](_0x38fe5e,_0x1a4230['tZKqt'],'environment',_0x1a4230[_0xe6b5a4(_0x5d254f._0x361ab1)],_0x1a4230['CJMOP']),null),_0x2f7aa4=f(_0x1cc51c[_0xe6b5a4(0x1fc)](_0x38fe5e,_0x1a4230[_0xe6b5a4(0x1c3)],'runtime',_0x1a4230[_0xe6b5a4(_0x5d254f._0x453250)]),{}),_0x3080cc=_0x1a4230[_0xe6b5a4(_0x5d254f._0x275d4d)](_0x4dbfac,_0x38fe5e),_0x109f03=_0x226720(_0x38fe5e),_0x291109=_0x1a4230['ZqMDX'](b,_0x38fe5e),_0x4dc6e8=v(_0x38fe5e);return{'generatedAt':new Date()['toISOString'](),'projectRoot':_0x38fe5e,'automation':_0x3080cc,'persistence':_0x109f03,'highValue':_0x2f7aa4,'learnedManifest':_0x1d4bd5,'capabilities':_0x291109,'feedback':_0x4dc6e8};}function S(_0x3594f9){const _0x3e2a7a={_0x1853ca:0x1dd,_0x3f116a:0x20a,_0x383b1d:0x1d1,_0x36574c:0x1c1,_0x1305b0:0x1de,_0x156905:0x1f5,_0x50f88d:0x1c7,_0x127db9:0x1ce,_0x33d387:0x1d6,_0x5aeb74:0x1e7,_0x3945ea:0x206,_0x1be74b:0x1c5,_0x1a2154:0x20b,_0x591907:0x1fe,_0x153eb3:0x202,_0x12afb8:0x20c,_0x2412e7:0x200,_0x598b2a:0x1c2,_0x79cf59:0x1ce,_0x5cd1f3:0x1e0,_0x4f1c86:0x209,_0x5ac5c9:0x1ce,_0x2ce9b4:0x1d8},_0x5f0a94=_0x1641,_0x4d2828={'wGToo':_0x5f0a94(_0x3e2a7a._0x1853ca),'ZkJsX':'-\x20None','hqQwK':_0x5f0a94(_0x3e2a7a._0x3f116a)},_0x14a300=['#\x20AutoSpec\x20Practice\x20Report','',_0x5f0a94(0x1c4)+_0x3594f9[_0x5f0a94(_0x3e2a7a._0x383b1d)],_0x5f0a94(0x205)+_0x3594f9['projectRoot'],_0x5f0a94(0x1ed)+_0x3594f9[_0x5f0a94(_0x3e2a7a._0x36574c)]['mode'],'-\x20Persistence:\x20'+_0x3594f9['persistence'][_0x5f0a94(_0x3e2a7a._0x1305b0)]+(_0x3594f9[_0x5f0a94(0x1e0)][_0x5f0a94(_0x3e2a7a._0x156905)]?'\x20->\x20'+_0x3594f9[_0x5f0a94(0x1e0)][_0x5f0a94(0x1f5)]:''),_0x5f0a94(0x1be)+(_0x3594f9['highValue']['hasHighValueAssets']?_0x5f0a94(0x1dd):'no'),'-\x20Confirmation\x20required:\x20'+(_0x3594f9['highValue'][_0x5f0a94(_0x3e2a7a._0x50f88d)]?_0x4d2828['wGToo']:'no'),''];if(_0x3594f9[_0x5f0a94(0x1f0)]){_0x14a300[_0x5f0a94(0x1ce)]('##\x20Learned\x20Environment'),_0x14a300['push'](''),_0x14a300['push'](_0x5f0a94(0x1ff)+(_0x3594f9[_0x5f0a94(0x1f0)]['source']?.[_0x5f0a94(0x1da)]||'--')),_0x14a300[_0x5f0a94(_0x3e2a7a._0x127db9)](_0x5f0a94(_0x3e2a7a._0x33d387)+(_0x3594f9['learnedManifest']['discoveryCount']??0x0));const _0x1c475d=_0x3594f9[_0x5f0a94(0x1f0)]['dimensions']||{};_0x14a300['push'](_0x5f0a94(0x1bf)+(_0x1c475d[_0x5f0a94(_0x3e2a7a._0x5aeb74)]||0x0)+_0x5f0a94(0x1e9)+(_0x1c475d[_0x5f0a94(0x208)]||0x0)+',\x20build='+(_0x1c475d['build']||0x0)+',\x20dependencies='+(_0x1c475d[_0x5f0a94(_0x3e2a7a._0x3945ea)]||0x0)+_0x5f0a94(_0x3e2a7a._0x1be74b)+(_0x1c475d['gotchas']||0x0)),_0x14a300[_0x5f0a94(_0x3e2a7a._0x127db9)]('');}if(_0x14a300['push']('##\x20Capability\x20Packages'),_0x14a300[_0x5f0a94(0x1ce)](''),_0x3594f9['capabilities']['length']===0x0)_0x14a300['push'](_0x4d2828['ZkJsX']);else{for(const _0x300f3e of _0x3594f9['capabilities'])_0x14a300[_0x5f0a94(0x1ce)]('-\x20'+_0x300f3e['pluginId']+':\x20languages='+(_0x300f3e[_0x5f0a94(0x1f3)][_0x5f0a94(0x1fc)](',\x20')||'--')+';\x20skills='+_0x300f3e[_0x5f0a94(0x1e2)][_0x5f0a94(_0x3e2a7a._0x1a2154)]+';\x20tools='+_0x300f3e['tools']['length']+_0x5f0a94(0x1f6)+_0x300f3e[_0x5f0a94(_0x3e2a7a._0x591907)]['length']);}return _0x14a300[_0x5f0a94(0x1ce)](''),_0x14a300[_0x5f0a94(_0x3e2a7a._0x127db9)]('##\x20Feedback\x20Summary'),_0x14a300['push'](''),_0x14a300[_0x5f0a94(0x1ce)](_0x5f0a94(0x1fa)+_0x3594f9['feedback']['learningEvents']),_0x14a300[_0x5f0a94(_0x3e2a7a._0x127db9)]('-\x20Validator\x20findings:\x20'+_0x3594f9['feedback'][_0x5f0a94(_0x3e2a7a._0x153eb3)]),_0x14a300['push']('-\x20Route\x20results:\x20'+_0x3594f9[_0x5f0a94(_0x3e2a7a._0x12afb8)]['routeResults']),_0x14a300['push']('-\x20Tool\x20outcomes:\x20'+_0x3594f9[_0x5f0a94(0x20c)]['toolOutcomes']),_0x14a300['push'](_0x5f0a94(_0x3e2a7a._0x2412e7)+_0x3594f9['feedback']['workflowOutcomes']),_0x14a300[_0x5f0a94(0x1ce)](_0x5f0a94(_0x3e2a7a._0x598b2a)+_0x3594f9['feedback']['stallEvents']),_0x3594f9['feedback']['bestWorkflows'][_0x5f0a94(0x20b)]>0x0&&_0x14a300[_0x5f0a94(0x1ce)]('-\x20Best\x20workflows:\x20'+_0x3594f9['feedback'][_0x5f0a94(0x1dc)]['map'](_0x19756c=>_0x19756c['pluginId']+':'+_0x19756c['workflow']+'('+_0x19756c[_0x5f0a94(0x1e1)]+')')['join'](';\x20')),_0x14a300['push'](''),_0x14a300[_0x5f0a94(_0x3e2a7a._0x79cf59)](_0x4d2828['hqQwK']),_0x14a300[_0x5f0a94(_0x3e2a7a._0x127db9)](''),_0x14a300['push']('-\x20Last\x20sync:\x20'+(_0x3594f9[_0x5f0a94(_0x3e2a7a._0x5cd1f3)]['lastSync']||'--')),_0x14a300['push'](_0x5f0a94(_0x3e2a7a._0x4f1c86)+(_0x3594f9['persistence'][_0x5f0a94(0x1d9)]||'--')),_0x14a300[_0x5f0a94(_0x3e2a7a._0x5ac5c9)](_0x5f0a94(_0x3e2a7a._0x2ce9b4)+_0x3594f9[_0x5f0a94(0x1e0)][_0x5f0a94(_0x3e2a7a._0x1305b0)]),_0x14a300[_0x5f0a94(_0x3e2a7a._0x127db9)](_0x5f0a94(0x1ca)+_0x3594f9['persistence']['repoLayout']),_0x14a300['join']('\x0a')+'\x0a';}function F(_0x4a08f0,_0xdc476d=''){const _0x30f7a3={_0x2baf0d:0x1cf},_0x295b2b=_0x1641,_0x3c7d13={'yxlcx':function(_0x37b589,_0x267d4c){return _0x37b589(_0x267d4c);},'hKufG':_0x295b2b(0x207)},_0x45e809=y(_0x4a08f0),_0x4183d4=_0xdc476d||_0x1cc51c[_0x295b2b(0x1fc)](_0x4a08f0,'.autospec',_0x295b2b(0x1f1),'practice-report.md');return w(_0x1cc51c['dirname'](_0x4183d4)),_0xcbb0ab[_0x295b2b(_0x30f7a3._0x2baf0d)](_0x4183d4,_0x3c7d13['yxlcx'](S,_0x45e809),_0x3c7d13[_0x295b2b(0x1f2)]),{'report':_0x45e809,'outputPath':_0x4183d4};}export{y as buildPracticeReport,S as renderPracticeReportMarkdown,F as writePracticeReport};
1
+ (function(_0x2bc43d,_0x18a9a5){const _0x35e460={_0xbf040:0xd1,_0x462c0a:0x9e,_0x428791:0xc1,_0x3976b5:0xbc,_0x5f31ab:0x93,_0x428a25:0xa3,_0x2a7b7a:0x9a},_0x5a13ec=_0x7ac2,_0x13401c=_0x2bc43d();while(!![]){try{const _0xe6fdb4=-parseInt(_0x5a13ec(_0x35e460._0xbf040))/0x1+parseInt(_0x5a13ec(_0x35e460._0x462c0a))/0x2*(parseInt(_0x5a13ec(0xaa))/0x3)+-parseInt(_0x5a13ec(0xda))/0x4*(-parseInt(_0x5a13ec(0x8d))/0x5)+parseInt(_0x5a13ec(_0x35e460._0x428791))/0x6*(parseInt(_0x5a13ec(_0x35e460._0x3976b5))/0x7)+parseInt(_0x5a13ec(_0x35e460._0x5f31ab))/0x8*(-parseInt(_0x5a13ec(_0x35e460._0x428a25))/0x9)+parseInt(_0x5a13ec(0xb6))/0xa*(-parseInt(_0x5a13ec(_0x35e460._0x2a7b7a))/0xb)+parseInt(_0x5a13ec(0xdb))/0xc*(parseInt(_0x5a13ec(0xa6))/0xd);if(_0xe6fdb4===_0x18a9a5)break;else _0x13401c['push'](_0x13401c['shift']());}catch(_0x4857c3){_0x13401c['push'](_0x13401c['shift']());}}}(_0x4631,0x93716));import _0xdf2b7b from'fs';import _0x4d9a57 from'path';import{readCapabilityPackage as _0x328dbf}from'../../plugins/hooks/lib/environment-capability-package.js';import{listEnvironmentPlugins as _0x1e5828}from'../../plugins/hooks/lib/environment-plugin-registry.js';import{readEnvironmentRouteRanking as _0x2e41ff}from'../../plugins/hooks/lib/environment-route-ranking.js';import{getAutomationStatus as _0x31ee2f,getPersistenceStatus as _0x120cf3}from'./runtime-governance.js';function f(_0x37aca5,_0x25f6ce=null){const _0x49eafc=_0x7ac2;try{return _0xdf2b7b['existsSync'](_0x37aca5)?JSON[_0x49eafc(0xc7)](_0xdf2b7b['readFileSync'](_0x37aca5,_0x49eafc(0xc6))):_0x25f6ce;}catch{return _0x25f6ce;}}function w(_0x41bc0d){_0xdf2b7b['mkdirSync'](_0x41bc0d,{'recursive':!0x0});}function a(_0x49c162){const _0x158e80={_0x4316d6:0xbb},_0x185b1a=_0x7ac2,_0x26edc0={'YFoUk':_0x185b1a(0xc6)};return _0xdf2b7b[_0x185b1a(0xb7)](_0x49c162)?_0xdf2b7b['readFileSync'](_0x49c162,_0x26edc0[_0x185b1a(0x9d)])[_0x185b1a(0xc4)]('\x0a')['filter'](_0x1b1882=>_0x1b1882[_0x185b1a(0xd0)]()['length']>0x0)[_0x185b1a(_0x158e80._0x4316d6)]:0x0;}function b(_0x5c5121){const _0x7a4f3a={_0x1081a3:0xd6},_0x5e36ac=_0x7ac2;return _0x1e5828(_0x5c5121)[_0x5e36ac(_0x7a4f3a._0x1081a3)](_0x1b7f6f=>_0x328dbf(_0x5c5121,_0x1b7f6f['id']))['filter'](Boolean)[_0x5e36ac(0xd6)](_0x33b568=>({'pluginId':_0x33b568[_0x5e36ac(0xae)][_0x5e36ac(0xa8)],'generatedAt':_0x33b568[_0x5e36ac(0xae)]['generatedAt']||null,'languages':_0x33b568['manifest'][_0x5e36ac(0xb8)]?.['languages']||[],'dimensions':_0x33b568[_0x5e36ac(0xae)][_0x5e36ac(0xc9)]||{},'skills':_0x33b568[_0x5e36ac(0xae)][_0x5e36ac(0xa1)]||[],'tools':_0x33b568[_0x5e36ac(0xae)][_0x5e36ac(0xa2)]||[],'workflows':_0x33b568['manifest'][_0x5e36ac(0xb3)]||[]}));}function v(_0x194481){const _0x5edfbd={_0x4e5aec:0xd8,_0x430d78:0x92,_0x42bea6:0x89},_0x4a1cad={_0x5be5f8:0x92},_0x12a21c=_0x7ac2,_0x560a16={'WjCJx':_0x12a21c(0xba),'EfTmH':function(_0x325a81,_0x46a525){return _0x325a81(_0x46a525);},'VfgEH':_0x12a21c(0xbf),'LKXwI':_0x12a21c(0xcf),'QcKIF':_0x12a21c(_0x5edfbd._0x4e5aec)},_0x425c08=_0x4d9a57['join'](_0x194481,_0x560a16['WjCJx'],'environment','feedback','execution'),_0x3f2f98=_0x4d9a57[_0x12a21c(0x89)](_0x194481,_0x560a16[_0x12a21c(0x97)],_0x12a21c(0xcb),_0x12a21c(0xa4),_0x12a21c(0xab)),_0x4c6999=_0x560a16[_0x12a21c(0x91)](_0x2e41ff,_0x194481),_0x40f715=Object[_0x12a21c(_0x5edfbd._0x430d78)](_0x4c6999['plugins']||{})['map'](([_0x1d0506,_0x51a60d])=>{const _0x1fb3ff=_0x12a21c,_0x57180f=Object[_0x1fb3ff(_0x4a1cad._0x5be5f8)](_0x51a60d['workflows']||{})['sort']((_0x2a6bad,_0x476481)=>(_0x476481[0x1]['score']||0x0)-(_0x2a6bad[0x1]['score']||0x0))[0x0];return _0x57180f?{'pluginId':_0x1d0506,'workflow':_0x57180f[0x0],'score':_0x57180f[0x1]['score']||0x0}:null;})['filter'](Boolean);return{'learningEvents':_0x560a16['EfTmH'](a,_0x4d9a57['join'](_0x3f2f98,_0x12a21c(0x90))),'validatorFindings':_0x560a16['EfTmH'](a,_0x4d9a57[_0x12a21c(0x89)](_0x3f2f98,_0x560a16['VfgEH'])),'routeResults':a(_0x4d9a57[_0x12a21c(0x89)](_0x425c08,'route-results.jsonl')),'toolOutcomes':a(_0x4d9a57[_0x12a21c(0x89)](_0x425c08,'tool-outcomes.jsonl')),'workflowOutcomes':a(_0x4d9a57[_0x12a21c(_0x5edfbd._0x42bea6)](_0x425c08,_0x560a16['LKXwI'])),'stallEvents':a(_0x4d9a57[_0x12a21c(0x89)](_0x425c08,_0x560a16['QcKIF'])),'bestWorkflows':_0x40f715};}function y(_0x25062b){const _0x4be93a={_0xe26135:0xba,_0x2a3b8c:0xb0,_0x2ee30e:0xa5},_0x162137=_0x7ac2,_0x225a7a={'VTClY':function(_0xe3e55d,_0x18a549,_0x3c99d9){return _0xe3e55d(_0x18a549,_0x3c99d9);},'oJLCP':'learned','HdxHf':_0x162137(_0x4be93a._0xe26135),'SrTJk':_0x162137(0xb4)},_0x3cedc3=_0x225a7a[_0x162137(_0x4be93a._0x2a3b8c)](f,_0x4d9a57['join'](_0x25062b,'.autospec','environment',_0x225a7a[_0x162137(_0x4be93a._0x2ee30e)],'manifest.json'),null),_0x387bb5=f(_0x4d9a57['join'](_0x25062b,_0x225a7a['HdxHf'],_0x225a7a['SrTJk'],_0x162137(0xde)),{}),_0x3652ef=_0x31ee2f(_0x25062b),_0x181c82=_0x120cf3(_0x25062b),_0x5dbf47=b(_0x25062b),_0x1969ac=v(_0x25062b);return{'generatedAt':new Date()[_0x162137(0xaf)](),'projectRoot':_0x25062b,'automation':_0x3652ef,'persistence':_0x181c82,'highValue':_0x387bb5,'learnedManifest':_0x3cedc3,'capabilities':_0x5dbf47,'feedback':_0x1969ac};}function S(_0x224105){const _0x328b5f={_0x533e76:0xb5,_0x3695b9:0xa7,_0x1541c0:0xac,_0x16f6ee:0xc8,_0x2c4280:0xb1,_0x5cbb96:0x99,_0x2848f0:0xb9,_0x590a68:0x95,_0xfdc557:0xd9,_0x45c69b:0xd5,_0x51ba43:0xca,_0x4f4f36:0xad,_0x43c648:0xb2,_0x28f90c:0xc0,_0x15eae6:0xb3,_0x1dab29:0x8e,_0x42858e:0xa4,_0x5d075d:0xa0,_0x1cd9c3:0xbb,_0x47c1e2:0x99,_0xa442a1:0xa9,_0x498f35:0x9f,_0x587bd9:0x99,_0xce73dd:0xbd,_0x2fcf14:0xdd,_0x54d474:0x89},_0x43440c=_0x7ac2,_0x2fb087={'WDbUh':_0x43440c(_0x328b5f._0x533e76),'TgsTF':_0x43440c(0xd7),'NSCEm':_0x43440c(0x98),'knSYD':'##\x20Persistence'},_0x3d0a0e=['#\x20AutoSpec\x20Practice\x20Report','','-\x20Generated:\x20'+_0x224105['generatedAt'],_0x43440c(0xce)+_0x224105['projectRoot'],'-\x20Automation:\x20'+_0x224105['automation'][_0x43440c(0xbe)],'-\x20Persistence:\x20'+_0x224105[_0x43440c(0xa7)]['backend']+(_0x224105[_0x43440c(_0x328b5f._0x3695b9)]['remoteRepo']?'\x20->\x20'+_0x224105['persistence'][_0x43440c(0x8b)]:''),'-\x20High\x20value\x20assets:\x20'+(_0x224105['highValue']['hasHighValueAssets']?_0x2fb087[_0x43440c(_0x328b5f._0x1541c0)]:'no'),'-\x20Confirmation\x20required:\x20'+(_0x224105['highValue'][_0x43440c(0xdc)]?_0x43440c(0xb5):'no'),''];if(_0x224105[_0x43440c(_0x328b5f._0x16f6ee)]){_0x3d0a0e['push']('##\x20Learned\x20Environment'),_0x3d0a0e['push'](''),_0x3d0a0e[_0x43440c(0x99)]('-\x20Source:\x20'+(_0x224105[_0x43440c(0xc8)][_0x43440c(0x96)]?.[_0x43440c(0x9c)]||'--')),_0x3d0a0e[_0x43440c(0x99)](_0x43440c(_0x328b5f._0x2c4280)+(_0x224105['learnedManifest']['discoveryCount']??0x0));const _0x407fb0=_0x224105['learnedManifest'][_0x43440c(0xc9)]||{};_0x3d0a0e[_0x43440c(_0x328b5f._0x5cbb96)]('-\x20Dimensions:\x20structure='+(_0x407fb0['structure']||0x0)+_0x43440c(_0x328b5f._0x2848f0)+(_0x407fb0['conventions']||0x0)+_0x43440c(0xd2)+(_0x407fb0[_0x43440c(_0x328b5f._0x590a68)]||0x0)+_0x43440c(_0x328b5f._0xfdc557)+(_0x407fb0['dependencies']||0x0)+_0x43440c(_0x328b5f._0x45c69b)+(_0x407fb0[_0x43440c(_0x328b5f._0x51ba43)]||0x0)),_0x3d0a0e['push']('');}if(_0x3d0a0e['push'](_0x43440c(0x9b)),_0x3d0a0e['push'](''),_0x224105[_0x43440c(_0x328b5f._0x4f4f36)][_0x43440c(0xbb)]===0x0)_0x3d0a0e['push'](_0x2fb087[_0x43440c(_0x328b5f._0x43c648)]);else{for(const _0x3bbb83 of _0x224105[_0x43440c(0xad)])_0x3d0a0e['push']('-\x20'+_0x3bbb83['pluginId']+':\x20languages='+(_0x3bbb83['languages']['join'](',\x20')||'--')+_0x43440c(0xd3)+_0x3bbb83['skills']['length']+';\x20tools='+_0x3bbb83[_0x43440c(0xa2)]['length']+_0x43440c(_0x328b5f._0x28f90c)+_0x3bbb83[_0x43440c(_0x328b5f._0x15eae6)]['length']);}return _0x3d0a0e['push'](''),_0x3d0a0e['push'](_0x2fb087['NSCEm']),_0x3d0a0e[_0x43440c(0x99)](''),_0x3d0a0e[_0x43440c(_0x328b5f._0x5cbb96)]('-\x20Learning\x20events:\x20'+_0x224105[_0x43440c(0xa4)]['learningEvents']),_0x3d0a0e[_0x43440c(_0x328b5f._0x5cbb96)](_0x43440c(_0x328b5f._0x1dab29)+_0x224105[_0x43440c(0xa4)]['validatorFindings']),_0x3d0a0e[_0x43440c(0x99)]('-\x20Route\x20results:\x20'+_0x224105[_0x43440c(_0x328b5f._0x42858e)]['routeResults']),_0x3d0a0e[_0x43440c(_0x328b5f._0x5cbb96)](_0x43440c(0xc5)+_0x224105['feedback']['toolOutcomes']),_0x3d0a0e['push'](_0x43440c(0xc3)+_0x224105['feedback'][_0x43440c(_0x328b5f._0x5d075d)]),_0x3d0a0e['push']('-\x20Stall\x20events:\x20'+_0x224105['feedback']['stallEvents']),_0x224105['feedback']['bestWorkflows'][_0x43440c(_0x328b5f._0x1cd9c3)]>0x0&&_0x3d0a0e[_0x43440c(_0x328b5f._0x47c1e2)](_0x43440c(_0x328b5f._0xa442a1)+_0x224105[_0x43440c(0xa4)][_0x43440c(_0x328b5f._0x498f35)]['map'](_0x114a38=>_0x114a38['pluginId']+':'+_0x114a38['workflow']+'('+_0x114a38['score']+')')['join'](';\x20')),_0x3d0a0e['push'](''),_0x3d0a0e[_0x43440c(0x99)](_0x2fb087[_0x43440c(0xd4)]),_0x3d0a0e['push'](''),_0x3d0a0e['push']('-\x20Last\x20sync:\x20'+(_0x224105[_0x43440c(0xa7)][_0x43440c(0x8a)]||'--')),_0x3d0a0e['push'](_0x43440c(0xc2)+(_0x224105['persistence']['lastPush']||'--')),_0x3d0a0e[_0x43440c(_0x328b5f._0x587bd9)](_0x43440c(0xcd)+_0x224105[_0x43440c(_0x328b5f._0x3695b9)][_0x43440c(_0x328b5f._0xce73dd)]),_0x3d0a0e[_0x43440c(0x99)](_0x43440c(0x8f)+_0x224105[_0x43440c(0xa7)][_0x43440c(_0x328b5f._0x2fcf14)]),_0x3d0a0e[_0x43440c(_0x328b5f._0x54d474)]('\x0a')+'\x0a';}function _0x4631(){const _0x57ed03=['zw52AxjVBM1LBNq','ChjHy3rPy2uTCMvWB3j0lM1K','lsbcywnRzw5KoIa','lsbqCM9Qzwn0oIa','D29YA2zSB3CTB3v0y29TzxmUANnVBMW','DhjPBq','mte4mdiWm093AhHezG','lcbIDwLSzd0','oYbZA2LSBhm9','A25twuq','lcbNB3rJAgfZpq','BwfW','lsboB25L','C3rHBgWTzxzLBNrZlMPZB25S','lcbKzxbLBMrLBMnPzxm9','mJboAxvZq1C','nda2odG0B0XYAxPJ','CMvXDwLYzxndB25MAxjTyxrPB24','CMvWB0XHEw91Da','AgLNAc12ywX1zs1HC3nLDhmUANnVBG','AM9PBG','BgfZDfn5BMm','CMvTB3rLuMvWBW','A0DlEKK','mta2ndCYnuHKwuTqsW','lsbwywXPzgf0B3iGzMLUzgLUz3m6ia','lsbszxbVigXHEw91DdOG','BgvHCM5PBMCTzxzLBNrZlMPZB25S','rwzuBuG','zw50CMLLCW','mtzrufbZq3q','rez5uMO','yNvPBgq','C291CMnL','v2PdsNG','iYmGrMvLzgjHy2SGu3vTBwfYEq','ChvZAa','mZq0mJy4mu1rBfDoEa','iYmGq2fWywjPBgL0EsbqywnRywDLCW','DxjS','wuzVvwS','mtaYmZiZnfzHq3bSrG','yMvZDfDVCMTMBg93CW','D29YA2zSB3DpDxrJB21LCW','C2TPBgXZ','Dg9VBhm','nte4mteXmxn4zhvyEG','zMvLzgjHy2S','B0Pmq1a','nta3v2rcrfPL','CgvYC2LZDgvUy2u','CgX1z2LUswq','lsbczxn0ihDVCMTMBg93CZOG','m2vcEe9wuq','BgvHCM5PBMC','v0rIvwG','y2fWywjPBgL0AwvZ','BwfUAwzLC3q','Dg9ju09tDhjPBMC','vLrdBfK','lsbeAxnJB3zLCNKGy291BNq6ia','vgDZvey','D29YA2zSB3DZ','CNvUDgLTzq','EwvZ','mtbZrxfAvue','zxHPC3rZu3LUyW','ChjVzMLSzq','lcbJB252zw50Aw9UCZ0','lMf1Dg9ZCgvJ','BgvUz3rO','mZm1mZDIB1bAEhm','yMfJA2vUza','Bw9Kzq','DMfSAwrHDg9YlwzPBMrPBMDZlMPZB25S','oYb3B3jRzMXVD3m9','ndm4r3Pvq2rP','lsbmyxn0ihb1C2G6ia','lsbxB3jRzMXVDYbVDxrJB21LCZOG','C3bSAxq','lsbuB29Sig91DgnVBwvZoIa','DxrMltG','CgfYC2u','BgvHCM5Lze1HBMLMzxn0','zgLTzw5ZAw9UCW','z290y2HHCW'];_0x4631=function(){return _0x57ed03;};return _0x4631();}function _0x7ac2(_0x598559,_0x446385){_0x598559=_0x598559-0x89;const _0x463144=_0x4631();let _0x7ac278=_0x463144[_0x598559];if(_0x7ac2['DHayru']===undefined){var _0x1649ba=function(_0x2357cc){const _0x58811d='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x1ce69c='',_0x20ea07='';for(let _0x6937cb=0x0,_0x57f9bb,_0x5b4f9e,_0x5f0b15=0x0;_0x5b4f9e=_0x2357cc['charAt'](_0x5f0b15++);~_0x5b4f9e&&(_0x57f9bb=_0x6937cb%0x4?_0x57f9bb*0x40+_0x5b4f9e:_0x5b4f9e,_0x6937cb++%0x4)?_0x1ce69c+=String['fromCharCode'](0xff&_0x57f9bb>>(-0x2*_0x6937cb&0x6)):0x0){_0x5b4f9e=_0x58811d['indexOf'](_0x5b4f9e);}for(let _0x23b8a8=0x0,_0x68ab20=_0x1ce69c['length'];_0x23b8a8<_0x68ab20;_0x23b8a8++){_0x20ea07+='%'+('00'+_0x1ce69c['charCodeAt'](_0x23b8a8)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x20ea07);};_0x7ac2['EsVxvg']=_0x1649ba,_0x7ac2['RtTaXZ']={},_0x7ac2['DHayru']=!![];}const _0x4cf84e=_0x463144[0x0],_0x506d3c=_0x598559+_0x4cf84e,_0x3837c8=_0x7ac2['RtTaXZ'][_0x506d3c];return!_0x3837c8?(_0x7ac278=_0x7ac2['EsVxvg'](_0x7ac278),_0x7ac2['RtTaXZ'][_0x506d3c]=_0x7ac278):_0x7ac278=_0x3837c8,_0x7ac278;}function F(_0x424b81,_0x181b43=''){const _0x1044a8={_0x27e878:0xc6},_0x23a0fb=_0x7ac2,_0x2fa9d1={'DFyRj':_0x23a0fb(0xcc),'kGKzI':function(_0x1c05e1,_0x2b65b3){return _0x1c05e1(_0x2b65b3);}},_0x288e7f=y(_0x424b81),_0x3ceb85=_0x181b43||_0x4d9a57['join'](_0x424b81,'.autospec',_0x23a0fb(0xb4),_0x2fa9d1[_0x23a0fb(0x94)]);return w(_0x4d9a57['dirname'](_0x3ceb85)),_0xdf2b7b['writeFileSync'](_0x3ceb85,_0x2fa9d1[_0x23a0fb(0x8c)](S,_0x288e7f),_0x23a0fb(_0x1044a8._0x27e878)),{'report':_0x288e7f,'outputPath':_0x3ceb85};}export{y as buildPracticeReport,S as renderPracticeReportMarkdown,F as writePracticeReport};
@@ -1 +1 @@
1
- (function(_0x3dbf93,_0x31277b){const _0xfa1405={_0x48f2b8:0x17e,_0x300aa6:0x188,_0x35be0a:0x194,_0x46d54f:0x190,_0x5cb053:0x178},_0x35369c=_0x46ba,_0x1e5bac=_0x3dbf93();while(!![]){try{const _0x54daee=-parseInt(_0x35369c(_0xfa1405._0x48f2b8))/0x1+-parseInt(_0x35369c(0x1c5))/0x2*(parseInt(_0x35369c(_0xfa1405._0x300aa6))/0x3)+-parseInt(_0x35369c(_0xfa1405._0x35be0a))/0x4*(parseInt(_0x35369c(0x1b5))/0x5)+parseInt(_0x35369c(0x1ae))/0x6*(-parseInt(_0x35369c(_0xfa1405._0x46d54f))/0x7)+parseInt(_0x35369c(_0xfa1405._0x5cb053))/0x8+parseInt(_0x35369c(0x196))/0x9+parseInt(_0x35369c(0x1ca))/0xa*(parseInt(_0x35369c(0x19a))/0xb);if(_0x54daee===_0x31277b)break;else _0x1e5bac['push'](_0x1e5bac['shift']());}catch(_0x2e4e16){_0x1e5bac['push'](_0x1e5bac['shift']());}}}(_0x25b8,0x67455));function _0x46ba(_0x3819fe,_0x12d1b6){_0x3819fe=_0x3819fe-0x162;const _0x25b850=_0x25b8();let _0x46ba58=_0x25b850[_0x3819fe];if(_0x46ba['fEkeZE']===undefined){var _0x19634b=function(_0x1a56e5){const _0x24ebc4='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x3e651f='',_0x592c9d='';for(let _0x15a369=0x0,_0x3041b8,_0x57f888,_0x2240e5=0x0;_0x57f888=_0x1a56e5['charAt'](_0x2240e5++);~_0x57f888&&(_0x3041b8=_0x15a369%0x4?_0x3041b8*0x40+_0x57f888:_0x57f888,_0x15a369++%0x4)?_0x3e651f+=String['fromCharCode'](0xff&_0x3041b8>>(-0x2*_0x15a369&0x6)):0x0){_0x57f888=_0x24ebc4['indexOf'](_0x57f888);}for(let _0x38e1c3=0x0,_0x216ab8=_0x3e651f['length'];_0x38e1c3<_0x216ab8;_0x38e1c3++){_0x592c9d+='%'+('00'+_0x3e651f['charCodeAt'](_0x38e1c3)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x592c9d);};_0x46ba['svhZva']=_0x19634b,_0x46ba['KWAWCF']={},_0x46ba['fEkeZE']=!![];}const _0x4604fd=_0x25b850[0x0],_0x4e5a4b=_0x3819fe+_0x4604fd,_0x36a982=_0x46ba['KWAWCF'][_0x4e5a4b];return!_0x36a982?(_0x46ba58=_0x46ba['svhZva'](_0x46ba58),_0x46ba['KWAWCF'][_0x4e5a4b]=_0x46ba58):_0x46ba58=_0x36a982,_0x46ba58;}import _0x29b059 from'fs';import _0x362c25 from'os';import _0x18e5d5 from'path';import _0x47db09 from'js-yaml';import{PersistenceManager as _0x28e834}from'../../plugins/hooks/lib/cognitive/persistence-manager.js';import{WikiMaterializer as _0x5864ff}from'../../plugins/hooks/lib/cognitive/wiki-materializer.js';import{listEnvironmentPlugins as _0x3e722e}from'../../plugins/hooks/lib/environment-plugin-registry.js';function _0x25b8(){const _0x438304=['CgfYC2u','zw52AxjVBM1LBNq','y2fWywjPBgL0AwvZ','CgX1z2LUtMfTzq','mJf1Ahb3vhm','Bg9JywW','Dw5RBM93BG','CMvHzgrPCLn5BMm','mte2ndu2C2TpBwLT','y2fWywjPBgL0Es1Tyw5PzMvZDc5QC29U','mJi5ntK3mMXWr3jNAG','rLzWzhG','AxneAxjLy3rVCNK','AgLNAc12ywX1zs1HC3nLDhmUANnVBG','mtyYmZy2nLrtEgHwqW','vuvuvK4','ChjHy3rPy2uTBg9N','C3LUyW','ruz0y0O','D29YA2zSB3DZ','y29UzMLKzw5JztOG','ChvZAa','ugHyB3q','zMvLzgjHy2S','zw52AxjVBM1LBNrFA25VD2XLzgDL','zw52AxjVBM1LBNrFy2fWywjPBgL0AwvZ','Dg90ywXtAwDUywXZ','rhDjzKm','zw5KC1DPDgG','oYbuB29SCZOG','v29nwxK','zMLSDgvY','C291CMnLoIbLBNzPCM9UBwvUDc1Yyw5RAw5NCW','DxrMltG','mJy4mZuWq0LUuwPd','uKPNu2u','wxn3tgW','zw52AxjVBM1LBNrFCNvUDgLTzq','A1DhD0G','zxHLy3v0Aw9U','CMvHzezPBgvtEw5J','odvjy3zHqvq','uefwv3i','DhLyCvq','Bw9KDwXLlxjLCg9ZAxrVCNK','zhvHBc1SyxLLCG','zxzVBhv0Aw9U','zw52AxjVBM1LBNrFCgX1z2LUCW','Cgf0DgvYBJOGiKXHBMD1ywDLCZOG','D2LRAv9LBNrYAwvZ','r3rNDKi','DKDtEeW','u0fusey','CgvYC2LZDgvUy2u','yuvqquG','ChjHy3rPy2vmB2DZ','lM1K','mtu4mZaZohvoreHcAG','Bwf0zxjPywXPEMu','DgDpzNG','s1DNtLG','lMf1Dg9ZCgvJ','mteWqvPIuwv3','ChjVyMXLBtOGiLjLDxnHyMXLignVz25PDgL2zsbKB21HAw4GA25VD2XLzgDLigLZigf2ywLSywjSzsi','BwfUDwfS','y2f0zwDVCNK6ig1LBw9YEq','CMfUA2LUz3mUANnVBG','D3jPDgvgAwXLu3LUyW','AM9PBG','CNvUDgLTzq','zvLowuy','lMf1Dg9ZCgvJlwDSB2jHBa','CMfUA2vKugX1z2LUCW','C2nVCMu','yxv0B21HDgLVBG','yxv0BW','CgvYC2LZDgvUy2uTC3rHDhvZlMPZB24','ywXSB3Dszw1VDgvtEw5J','D2LRAq','y29UzMLNlNLHBwW','zg9TywLUlwTUB3DSzwrNzq','ChjVyMXLBtOGiLzHBgLKyxrLzcbLBNzPCM9UBwvUDcbLEgvJDxrPB24GCM91DgvZiG','zgLYBMfTzq','AxfvB0y','BwTKAxjtEw5J','z2L0','CMvWB19SyxLVDxq','wgvdA1a','CgX1z2LUCW','D2LRAs1Jyw5KAwrHDgvZ','zw52AxjVBM1LBNqT','Aw5JBhvKzq','Dg9mB3DLCKnHC2u','zxHPC3rZu3LUyW','qufQrKe','ntuXnJm4nfPusgrHuG','Cgf0DgvYBJOGiLrVCcb3B3jRzMXVD3m6ia','A2v5CW','zw52AxjVBM1LBNrFChjVzMLSzxm','yxv0B21HDgLVBI1ZDgf0DxmUANnVBG','CfreyLm','nZi0nJKZAgXlyNfc','zxzVBhv0Aw9UuhjVCg9ZywXZ','tLjNyLu','Dg9ju09tDhjPBMC','BM9Uzq','BgvUz3rO','Cgf0DgvYBJOGiKrVBwfPBNm6ia','EKTfy3i','z3vPzgvK','y29NBML0AxzLx21LBw9YEq','m0r5yNfSwG','sfzny28','BwvTB3j5lwrVBwfPBI1RBM93BgvKz2uUEwfTBa','CMvTB3rLx3jLCg8'];_0x25b8=function(){return _0x438304;};return _0x25b8();}function d(_0x212983){const _0x4161fd={_0x4626e4:0x16d},_0x14b0d2=_0x46ba;_0x29b059[_0x14b0d2(_0x4161fd._0x4626e4)](_0x212983,{'recursive':!0x0});}function p(_0x3b526d,_0x303e61=null){const _0x103642=_0x46ba,_0x4d5ee3={'ZOxEY':'utf-8'};try{return _0x29b059['existsSync'](_0x3b526d)?JSON[_0x103642(0x18c)](_0x29b059[_0x103642(0x1b4)](_0x3b526d,_0x4d5ee3['ZOxEY'])):_0x303e61;}catch{return _0x303e61;}}function F(_0x4f123f){const _0xee8cba={_0x8916d1:0x175},_0x109c7a=_0x46ba,_0x1a4786={'rXmzv':function(_0x18fef7,_0x2c5723){return _0x18fef7||_0x2c5723;},'SanTc':'item'};return String(_0x1a4786['rXmzv'](_0x4f123f,_0x1a4786['SanTc']))[_0x109c7a(_0xee8cba._0x8916d1)]()['replace'](/[^a-z0-9]+/g,'-')['replace'](/^-+|-+$/g,'')||_0x1a4786['SanTc'];}function g(_0x2b70d4){const _0x47b615={_0x23b313:0x168},_0x43b972=_0x46ba,_0x6893b6=_0x18e5d5['join'](_0x2b70d4,'.autospec',_0x43b972(_0x47b615._0x23b313));if(!_0x29b059[_0x43b972(0x176)](_0x6893b6))return{};try{return _0x47db09['load'](_0x29b059['readFileSync'](_0x6893b6,'utf-8'))||{};}catch{return{};}}function S(_0x2fde96,_0x2018cb){const _0x25aa48=_0x46ba,_0x3c8348={'tyXqT':'config.yaml','Vgbri':function(_0x2a211d,_0x5a441c){return _0x2a211d(_0x5a441c);}},_0x53b52a=_0x18e5d5['join'](_0x2fde96,'.autospec',_0x3c8348[_0x25aa48(0x1b7)]);_0x3c8348['Vgbri'](d,_0x18e5d5[_0x25aa48(0x16b)](_0x53b52a)),_0x29b059['writeFileSync'](_0x53b52a,_0x47db09['dump'](_0x2018cb,{'lineWidth':0x78,'noRefs':!0x0}),'utf-8');}function b(_0x474001,_0x1887a6){const _0x229b3d={_0x2cdafe:0x1d1},_0x1e082d=_0x46ba,_0x116751={'XVobT':_0x1e082d(0x1c9)};return _0x18e5d5['join'](_0x474001,_0x116751['XVobT'],_0x1e082d(_0x229b3d._0x2cdafe),_0x1887a6);}function _(_0x51a127,_0x508c90,_0x296544){const _0x206e33={_0x4ffcf3:0x1ad,_0x4a25ce:0x1cf},_0x52d6f1=_0x46ba,_0x5c126a={'zKEcr':function(_0x984475,_0x3be50f,_0x4cdc4e){return _0x984475(_0x3be50f,_0x4cdc4e);},'kWGwH':_0x52d6f1(_0x206e33._0x4ffcf3)},_0x35681b=_0x5c126a[_0x52d6f1(0x185)](b,_0x51a127,_0x508c90);return d(_0x18e5d5[_0x52d6f1(0x16b)](_0x35681b)),_0x29b059[_0x52d6f1(_0x206e33._0x4a25ce)](_0x35681b,JSON['stringify'](_0x296544,null,0x2),_0x5c126a[_0x52d6f1(0x1b2)]),_0x35681b;}function x(_0x1aecae,_0x116a1e=()=>!0x0){return _0x29b059['existsSync'](_0x1aecae)?_0x29b059['readdirSync'](_0x1aecae,{'withFileTypes':!0x0})['filter'](_0x3b2de8=>_0x3b2de8['isFile']()&&_0x116a1e(_0x3b2de8['name']))['length']:0x0;}function P(_0x3ac0be){const _0x416878=_0x46ba;return _0x29b059['existsSync'](_0x3ac0be)?_0x29b059[_0x416878(0x193)](_0x3ac0be,{'withFileTypes':!0x0})['filter'](_0x5608cf=>_0x5608cf[_0x416878(0x198)]())['length']:0x0;}function h(){const _0x4b0f06={_0x34a023:0x187,_0x1497e9:0x17b,_0x5431f1:0x1bb,_0x3e566b:0x16c,_0x5053ef:0x1aa},_0x2bc8a7=_0x46ba,_0x323bd1={'LxmYU':_0x2bc8a7(0x1a4),'rLjiQ':'environment_rankings','bHnXj':_0x2bc8a7(0x1b1),'jCvHJ':'evolution_candidates','iqUoF':'evolution_proposals','WoMYy':'project_runtime'};return[_0x2bc8a7(0x1bd),_0x2bc8a7(_0x4b0f06._0x34a023),_0x2bc8a7(_0x4b0f06._0x1497e9),_0x2bc8a7(_0x4b0f06._0x5431f1),_0x2bc8a7(0x1a5),_0x323bd1['LxmYU'],'environment_feedback',_0x323bd1['rLjiQ'],_0x323bd1['bHnXj'],'evolution_logs',_0x323bd1['jCvHJ'],_0x323bd1[_0x2bc8a7(_0x4b0f06._0x3e566b)],_0x323bd1[_0x2bc8a7(_0x4b0f06._0x5053ef)]];}function k(){const _0x2438c3={_0x49a93e:0x186},_0x5eadf3=_0x46ba;return{'mode':_0x5eadf3(_0x2438c3._0x49a93e),'confirm_high_value_updates':!0x0,'confirm_remote_push':!0x0,'confirm_system_install':!0x0,'confirm_high_risk_execution':!0x0};}function z(_0x332141){const _0x1c1113={_0x8df5ee:0x1c7,_0x2551a9:0x17c},_0x26bfe2=_0x46ba,_0x190a37={'tgOfx':function(_0x107e50){return _0x107e50();}},_0x512e13=g(_0x332141),_0x1ccc87={..._0x190a37[_0x26bfe2(_0x1c1113._0x8df5ee)](k),..._0x512e13[_0x26bfe2(0x163)]||{}},_0x5845ad=p(b(_0x332141,_0x26bfe2(_0x1c1113._0x2551a9)),{});return{..._0x1ccc87,'lastUpdatedAt':_0x5845ad['lastUpdatedAt']||null};}function G(_0x3548b0,_0x48d0a2){const _0x39d784={_0x246258:0x17c},_0xe70360=_0x46ba,_0x15dfae={'YQCjp':_0xe70360(0x1cc),'KWgNX':function(_0x81f602,_0x32ce7e,_0x49469f){return _0x81f602(_0x32ce7e,_0x49469f);}};if(![_0xe70360(0x186),'auto',_0x15dfae['YQCjp']]['includes'](_0x48d0a2))throw new Error('Unsupported\x20automation\x20mode:\x20'+_0x48d0a2);const _0x396e1b=g(_0x3548b0);return _0x396e1b['automation']={...k(),..._0x396e1b['automation']||{},'mode':_0x48d0a2},_0x15dfae[_0xe70360(0x1c8)](S,_0x3548b0,_0x396e1b),_(_0x3548b0,_0xe70360(_0x39d784._0x246258),{'mode':_0x48d0a2,'lastUpdatedAt':new Date()[_0xe70360(0x181)]()}),_0x396e1b['automation'];}function f(_0x169627,_0x4963f1={}){const _0x50a162={_0x3e1581:0x1c1,_0x3a2d37:0x16f,_0x1d6dcc:0x191,_0x44c3a6:0x174,_0x40dac4:0x177},_0x156f80=_0x46ba,_0x2cef0c={'PhXot':'module-repository','AAjFA':function(_0x503561){return _0x503561();}},_0x2f2e0d=g(_0x169627),_0xd1eccf=_0x2f2e0d[_0x156f80(_0x50a162._0x3e1581)]||{},_0x314f0b=!_0xd1eccf[_0x156f80(_0x50a162._0x3a2d37)]||_0xd1eccf['repo_layout']===_0x156f80(0x1b9)?_0x2cef0c[_0x156f80(0x1a2)]:_0xd1eccf[_0x156f80(_0x50a162._0x3a2d37)],_0x4b11d6={'enabled':!0x0,'backend':_0x156f80(_0x50a162._0x1d6dcc),'remote_repo':'','repo_layout':_0x156f80(0x1b8),'prompt_on_high_value':!0x0,'include':h(),'auto_sync':{'on_stop':!0x1,'on_stage_complete':!0x1,'on_deep_dream':!0x1},..._0xd1eccf,'repo_layout':_0x314f0b,..._0x4963f1};return _0x4b11d6[_0x156f80(_0x50a162._0x44c3a6)]=Array['isArray'](_0x4b11d6['include'])&&_0x4b11d6['include']['length']>0x0?_0x4b11d6['include']:h(),_0x2f2e0d[_0x156f80(0x1c1)]=_0x4b11d6,_0x2f2e0d[_0x156f80(0x163)]={..._0x2cef0c[_0x156f80(_0x50a162._0x40dac4)](k),..._0x2f2e0d[_0x156f80(0x163)]||{}},S(_0x169627,_0x2f2e0d),_0x2f2e0d;}function K(_0x1d0d22,_0x420566){const _0x2a1d2e={_0x319d1e:0x1c1},_0x34bd0b=_0x46ba;return f(_0x1d0d22,{'backend':'git','remote_repo':_0x420566})[_0x34bd0b(_0x2a1d2e._0x319d1e)];}function Q(_0x48f766){const _0x44aa6c=_0x46ba,_0x28a710={'XJxCF':'local'};return f(_0x48f766,{'backend':_0x28a710['XJxCF'],'remote_repo':''})[_0x44aa6c(0x1c1)];}function O(_0x4db9b2,_0x2131d6,_0x54e4aa){const _0x365015={_0x1468c8:0x1c0,_0x45ee91:0x1d0,_0x562ae5:0x183,_0x2c239a:0x182},_0x49c168=_0x46ba,_0x2fa604={'gSdxN':'.autospec','SATHF':'wiki-candidates','EFtcJ':function(_0x2960ec,_0x9d381c){return _0x2960ec+_0x9d381c;},'MoCLm':_0x49c168(0x192)},_0x3f60c7=_0x18e5d5['join'](_0x4db9b2,_0x2fa604['gSdxN'],'evolution',_0x2fa604[_0x49c168(_0x365015._0x1468c8)]);d(_0x3f60c7);const _0x47294e=_0x18e5d5[_0x49c168(_0x365015._0x45ee91)](_0x3f60c7,_0x49c168(0x173)+F(_0x2131d6)+'.yaml'),_0x39ac34=_0x2fa604[_0x49c168(0x19e)](_0x54e4aa['skills']?.[_0x49c168(_0x365015._0x562ae5)]||0x0,_0x54e4aa['tools']?.['length']||0x0)+(_0x54e4aa[_0x49c168(0x19f)]?.['length']||0x0)>0x0?0.85:0.7,_0x21acaf=['source:\x20environment-capability/'+_0x2131d6,'category:\x20environment','problem:\x20\x22'+(_0x54e4aa[_0x49c168(0x18f)]||_0x2131d6)+'\x20environment\x20operating\x20model\x22',_0x49c168(0x1bc)+((_0x54e4aa['profile']?.['languages']||[])[_0x49c168(_0x365015._0x45ee91)](',\x20')||_0x2fa604['MoCLm'])+';\x20Skills:\x20'+((_0x54e4aa['skills']||[])[_0x49c168(_0x365015._0x45ee91)](',\x20')||_0x49c168(0x182))+_0x49c168(0x1a9)+((_0x54e4aa['tools']||[])['join'](',\x20')||'none')+';\x20Workflows:\x20'+((_0x54e4aa['workflows']||[])['join'](',\x20')||_0x49c168(_0x365015._0x2c239a))+'\x22',_0x49c168(0x1a0)+_0x39ac34];return _0x29b059[_0x49c168(0x1cf)](_0x47294e,_0x21acaf['join']('\x0a')+'\x0a',_0x49c168(0x1ad)),_0x47294e;}function E(_0x26d8dc,_0x4797d4){const _0x2e2fe1={_0x43fd95:0x1ac,_0x275b88:0x1ad,_0x407acf:0x183,_0x3a24f3:0x1d0,_0x5911f9:0x172,_0x63fb8b:0x179},_0x318668={_0x590bc4:0x19f},_0x43c3b7=_0x46ba,_0x43e462={'pTDbS':_0x43c3b7(_0x2e2fe1._0x43fd95),'qfxFp':'category:\x20environment','PAVWr':_0x43c3b7(_0x2e2fe1._0x275b88)},_0x3bbdbd=_0x4797d4?.['plugins']||{},_0x143b96=Object['entries'](_0x3bbdbd)['map'](([_0x1fbb7c,_0x1eea05])=>{const _0x556067=_0x43c3b7,_0xad3b5d=Object['entries'](_0x1eea05[_0x556067(_0x318668._0x590bc4)]||{})['sort']((_0x5e688f,_0x3f3a8d)=>(_0x3f3a8d[0x1][_0x556067(0x162)]||0x0)-(_0x5e688f[0x1]['score']||0x0))[0x0];return _0xad3b5d?_0x1fbb7c+':'+_0xad3b5d[0x0]+'('+_0xad3b5d[0x1]['score']+')':null;})['filter'](Boolean);if(_0x143b96[_0x43c3b7(_0x2e2fe1._0x407acf)]===0x0)return null;const _0xec5e2d=_0x18e5d5[_0x43c3b7(_0x2e2fe1._0x3a24f3)](_0x26d8dc,'.autospec','evolution',_0x43c3b7(_0x2e2fe1._0x5911f9));d(_0xec5e2d);const _0x2e238e=_0x18e5d5[_0x43c3b7(0x1d0)](_0xec5e2d,'environment-rankings.yaml'),_0xf2f71e=[_0x43e462[_0x43c3b7(0x17d)],_0x43e462['qfxFp'],_0x43c3b7(0x16a),_0x43c3b7(_0x2e2fe1._0x63fb8b)+_0x143b96[_0x43c3b7(0x1d0)](';\x20')+'\x22','confidence:\x200.8'];return _0x29b059['writeFileSync'](_0x2e238e,_0xf2f71e['join']('\x0a')+'\x0a',_0x43e462[_0x43c3b7(0x1b6)]),_0x2e238e;}function W(_0x351eb9){const _0x5b27df={_0x18069d:0x18a,_0x3583ba:0x1cb,_0x411fa8:0x1d3,_0x480ccd:0x169,_0x43352b:0x193,_0x4b06ef:0x1ab,_0x1cd31f:0x1c2,_0x4c0b2e:0x1cd,_0x153de0:0x184,_0x487106:0x189,_0x3420f0:0x1d0,_0x6d3904:0x180},_0x11ef99=_0x46ba,_0x586729={'aEPAH':function(_0x58f7f8,_0xc16161){return _0x58f7f8===_0xc16161;},'YFxPQ':_0x11ef99(_0x5b27df._0x18069d),'Nxicr':_0x11ef99(_0x5b27df._0x3583ba),'HVMco':'confidence:\x200.75','NRgbU':'utf-8'},_0x384d1b=_0x18e5d5['join'](_0x362c25['homedir'](),_0x11ef99(_0x5b27df._0x411fa8),'cognitive',_0x11ef99(_0x5b27df._0x480ccd));if(!_0x29b059['existsSync'](_0x384d1b))return null;const _0x56b4cc=_0x29b059[_0x11ef99(_0x5b27df._0x43352b)](_0x384d1b)[_0x11ef99(_0x5b27df._0x4b06ef)](_0x15a18f=>_0x15a18f['endsWith']('.json'));if(_0x586729[_0x11ef99(_0x5b27df._0x1cd31f)](_0x56b4cc['length'],0x0))return null;const _0x4cd532=_0x18e5d5['join'](_0x351eb9,'.autospec',_0x11ef99(0x1ba),_0x11ef99(0x172));d(_0x4cd532);const _0x5badfa=_0x18e5d5['join'](_0x4cd532,_0x586729['YFxPQ']),_0x2ae91e=['source:\x20cognitive-memory',_0x11ef99(_0x5b27df._0x4c0b2e),_0x586729['Nxicr'],_0x11ef99(_0x5b27df._0x153de0)+_0x56b4cc['map'](_0x13c69f=>_0x13c69f['replace'](/\.json$/,''))['join'](',\x20')+'\x22',_0x586729[_0x11ef99(_0x5b27df._0x487106)]];return _0x29b059[_0x11ef99(0x1cf)](_0x5badfa,_0x2ae91e[_0x11ef99(_0x5b27df._0x3420f0)]('\x0a')+'\x0a',_0x586729[_0x11ef99(_0x5b27df._0x6d3904)]),_0x5badfa;}function U(_0x1732f4){const _0x8312ef={_0x16d40c:0x18d,_0x3b399c:0x195,_0x263779:0x1d0,_0x418dd2:0x1c9,_0x1ed7fd:0x1b3,_0x622922:0x1a1},_0x1da8b1=_0x46ba,_0x17200f={'aurpd':_0x1da8b1(_0x8312ef._0x16d40c),'XeCkP':function(_0x4bd33f,_0x378d21){return _0x4bd33f(_0x378d21);}},_0x4b5f62=[];for(const _0x410681 of _0x3e722e(_0x1732f4)){const _0x566b35=_0x18e5d5['join'](_0x1732f4,_0x1da8b1(0x1c9),_0x17200f['aurpd'],_0x1da8b1(0x18e),_0x410681['id'],_0x1da8b1(_0x8312ef._0x3b399c)),_0x5a3aa6=p(_0x566b35,null);_0x5a3aa6&&_0x4b5f62['push'](O(_0x1732f4,_0x410681['id'],_0x5a3aa6));}const _0x21ccbd=p(_0x18e5d5[_0x1da8b1(_0x8312ef._0x263779)](_0x1732f4,_0x1da8b1(_0x8312ef._0x418dd2),_0x1da8b1(0x18d),_0x1da8b1(0x1a3),_0x1da8b1(_0x8312ef._0x1ed7fd),'rankings.json'),null),_0x2198a9=E(_0x1732f4,_0x21ccbd);_0x2198a9&&_0x4b5f62['push'](_0x2198a9);const _0x1b2c6f=_0x17200f[_0x1da8b1(0x170)](W,_0x1732f4);return _0x1b2c6f&&_0x4b5f62[_0x1da8b1(_0x8312ef._0x622922)](_0x1b2c6f),{...new _0x5864ff(_0x1732f4)[_0x1da8b1(0x1c6)](),'generatedCandidates':_0x4b5f62};}function V(_0x15c1dc){const _0x4b5bfe={_0x4acac:0x1c9,_0xaee0bf:0x1bf,_0xc3b798:0x1d0,_0x50be68:0x167,_0x43dabc:0x1ba,_0xda0f9:0x1d0,_0x49ec73:0x1be,_0x30e0cf:0x1d0,_0x59c2c0:0x1a3,_0x107aa4:0x1b0,_0x5f27a5:0x1af,_0x1ee1d2:0x18e,_0x3db422:0x1c3,_0x200f4b:0x1a6},_0x4ac54b=_0x46ba,_0x62ea0c={'vGSxL':_0x4ac54b(0x18d),'eYNYF':'capabilities','GtgvB':_0x4ac54b(0x19c),'YswLl':function(_0x6a698d,_0x16b046,_0xded57a){return _0x6a698d(_0x16b046,_0xded57a);},'RJgSe':function(_0x2135be,_0x39846b){return _0x2135be+_0x39846b;}},_0x4e8af7=_0x18e5d5[_0x4ac54b(0x1d0)](_0x15c1dc,_0x4ac54b(_0x4b5bfe._0x4acac),_0x62ea0c[_0x4ac54b(_0x4b5bfe._0xaee0bf)],_0x62ea0c[_0x4ac54b(0x1d2)]),_0xb8efa3=_0x18e5d5[_0x4ac54b(_0x4b5bfe._0xc3b798)](_0x15c1dc,'.autospec',_0x4ac54b(_0x4b5bfe._0x50be68)),_0x13e384=_0x18e5d5[_0x4ac54b(0x1d0)](_0x15c1dc,'.autospec',_0x4ac54b(_0x4b5bfe._0x43dabc),'proposals'),_0x188f0d=_0x18e5d5[_0x4ac54b(_0x4b5bfe._0xda0f9)](_0x15c1dc,'.autospec','evolution',_0x62ea0c[_0x4ac54b(_0x4b5bfe._0x49ec73)]),_0xc508a7=_0x18e5d5[_0x4ac54b(_0x4b5bfe._0x30e0cf)](_0x15c1dc,'.autospec',_0x62ea0c[_0x4ac54b(0x1bf)],_0x4ac54b(_0x4b5bfe._0x59c2c0),_0x4ac54b(0x1b3),_0x4ac54b(0x1ce)),_0x1eb83e=_0x62ea0c['YswLl'](p,_0xc508a7,{}),_0x1ecb41={'checkedAt':new Date()['toISOString'](),'capabilities':P(_0x4e8af7),'wikiEntries':P(_0xb8efa3),'evolutionProposals':_0x62ea0c[_0x4ac54b(_0x4b5bfe._0x107aa4)](x,_0x13e384,_0x3a3d82=>_0x3a3d82[_0x4ac54b(0x1a8)](_0x4ac54b(0x1c4))),'practiceLogs':_0x62ea0c['YswLl'](x,_0x188f0d,_0x59dd32=>_0x59dd32['endsWith'](_0x4ac54b(0x1c4))),'rankedPlugins':Object[_0x4ac54b(0x17a)](_0x1eb83e[_0x4ac54b(0x171)]||{})['length']};return _0x1ecb41[_0x4ac54b(0x1a6)]=_0x62ea0c[_0x4ac54b(_0x4b5bfe._0x5f27a5)](_0x1ecb41[_0x4ac54b(_0x4b5bfe._0x1ee1d2)]+_0x1ecb41['wikiEntries']+_0x1ecb41[_0x4ac54b(0x17f)]+_0x1ecb41[_0x4ac54b(_0x4b5bfe._0x3db422)],_0x1ecb41[_0x4ac54b(0x1d4)]),_0x1ecb41['hasHighValueAssets']=_0x1ecb41[_0x4ac54b(_0x4b5bfe._0x200f4b)]>0x0,_0x1ecb41;}function L(_0x136d70,_0x508706){const _0x400858={_0x5a30e2:0x199},_0x7de135=_0x46ba;return _(_0x136d70,_0x7de135(_0x400858._0x5a30e2),_0x508706);}function j(_0x1b1fe4,_0x2a83dd={}){const _0x3564d4={_0x471951:0x19d},_0x31df3f=_0x46ba,_0x3d6796=f(_0x1b1fe4,_0x2a83dd);return new _0x28e834({'persistence':_0x3d6796[_0x31df3f(0x1c1)]},_0x1b1fe4)[_0x31df3f(_0x3564d4._0x471951)](_0x2a83dd['direction']||'push');}function X(_0x434524){const _0x4f461c={_0x5c9518:0x16f,_0x40bafd:0x1b8,_0x3ce0c3:0x1c1},_0x3a89c7=_0x46ba,_0x2c503b={'EfKuo':function(_0x4ba477,_0x297795){return _0x4ba477===_0x297795;}},_0x4c5c47=g(_0x434524)['persistence']||{},_0x4d2226={'persistence':{'enabled':!0x0,'backend':_0x3a89c7(0x191),'remote_repo':'','repo_layout':_0x3a89c7(0x1b8),'prompt_on_high_value':!0x0,'include':h(),'auto_sync':{'on_stop':!0x1,'on_stage_complete':!0x1,'on_deep_dream':!0x1},..._0x4c5c47,'repo_layout':!_0x4c5c47[_0x3a89c7(_0x4f461c._0x5c9518)]||_0x2c503b['EfKuo'](_0x4c5c47[_0x3a89c7(0x16f)],'dual-layer')?_0x3a89c7(_0x4f461c._0x40bafd):_0x4c5c47[_0x3a89c7(0x16f)]}};return new _0x28e834({'persistence':_0x4d2226[_0x3a89c7(_0x4f461c._0x3ce0c3)]},_0x434524)['getStatus']();}function M(_0x498df1,_0x170ca4){const _0x3cdfd9=_0x46ba,_0x537673={'IoWSN':_0x3cdfd9(0x165)};return _(_0x498df1,_0x537673['IoWSN'],_0x170ca4);}async function Y(_0x30ba10,_0x53bf08={}){const _0xe248ac={_0x2c6327:0x18b,_0x1c7448:0x1a7,_0x1ded9c:0x181},_0x5cf120=_0x46ba,_0x3ec1da={'UETVN':function(_0x5a8065,_0x32a9c1){return _0x5a8065(_0x32a9c1);},'mJsWt':function(_0x328494,_0x5b8fba){return _0x328494===_0x5b8fba;},'DwIfC':'git','FVpdx':function(_0x36f753,_0x114a7c,_0x3960ed){return _0x36f753(_0x114a7c,_0x3960ed);}},_0x3d2df7=z(_0x30ba10),_0x4ea667=_0x3ec1da[_0x5cf120(0x19b)](U,_0x30ba10),_0x4a45c0=j(_0x30ba10,{'backend':_0x5cf120(0x191),'direction':'push','enabled':!0x0}),_0x478616=_0x3ec1da['UETVN'](V,_0x30ba10),_0x985a42=f(_0x30ba10),_0x4a6f31=_0x985a42[_0x5cf120(0x1c1)]['backend']===_0x5cf120(0x16e)&&!!_0x985a42['persistence'][_0x5cf120(_0xe248ac._0x2c6327)],_0x4d3ec7=_0x3d2df7['mode']!==_0x5cf120(0x164)&&_0x4a6f31&&_0x3d2df7['confirm_high_value_updates']&&_0x478616['hasHighValueAssets'];let _0x2ef9aa=null;_0x53bf08[_0x5cf120(0x166)]&&_0x4a6f31&&(!_0x4d3ec7||_0x3ec1da['mJsWt'](_0x3d2df7['mode'],_0x5cf120(0x164)))&&(_0x2ef9aa=j(_0x30ba10,{'backend':_0x3ec1da[_0x5cf120(_0xe248ac._0x1c7448)],'remote_repo':_0x985a42['persistence']['remote_repo'],'direction':'push'}));const _0x250b3e={'updatedAt':new Date()[_0x5cf120(_0xe248ac._0x1ded9c)](),'automationMode':_0x3d2df7['mode'],'requiresConfirmation':_0x4d3ec7,'remoteConfigured':_0x4a6f31,'localSync':_0x4a45c0,'remoteSync':_0x2ef9aa};return _0x3ec1da[_0x5cf120(0x197)](L,_0x30ba10,{..._0x478616,'requiresConfirmation':_0x4d3ec7,'remoteConfigured':_0x4a6f31}),M(_0x30ba10,_0x250b3e),{'automation':_0x3d2df7,'materialize':_0x4ea667,'localSync':_0x4a45c0,'remoteSync':_0x2ef9aa,'highValueAssets':_0x478616,'requiresConfirmation':_0x4d3ec7};}export{K as bindPersistenceRepo,V as collectHighValueAssets,f as ensurePersistenceConfig,z as getAutomationStatus,X as getPersistenceStatus,U as materializeUnifiedWiki,g as readProjectConfig,Y as refreshUnifiedAssets,G as setAutomationMode,j as syncPersistence,Q as unbindPersistenceRepo,L as writeHighValueAssets,M as writePersistenceRuntimeStatus,S as writeProjectConfig};
1
+ (function(_0x3f59fc,_0x4a1ec9){const _0x41e1e6={_0x5a483f:0x216,_0x52704c:0x20b,_0x5bae6b:0x1ee,_0x1ac5e8:0x1d0},_0x3ed7e5=_0x59a1,_0x1e8f03=_0x3f59fc();while(!![]){try{const _0x24aa10=parseInt(_0x3ed7e5(_0x41e1e6._0x5a483f))/0x1+-parseInt(_0x3ed7e5(_0x41e1e6._0x52704c))/0x2*(-parseInt(_0x3ed7e5(0x210))/0x3)+parseInt(_0x3ed7e5(0x201))/0x4+-parseInt(_0x3ed7e5(_0x41e1e6._0x5bae6b))/0x5*(parseInt(_0x3ed7e5(0x1da))/0x6)+-parseInt(_0x3ed7e5(0x205))/0x7+-parseInt(_0x3ed7e5(_0x41e1e6._0x1ac5e8))/0x8+parseInt(_0x3ed7e5(0x1b8))/0x9*(parseInt(_0x3ed7e5(0x1d4))/0xa);if(_0x24aa10===_0x4a1ec9)break;else _0x1e8f03['push'](_0x1e8f03['shift']());}catch(_0x157f66){_0x1e8f03['push'](_0x1e8f03['shift']());}}}(_0x137d,0xd5814));import _0x520055 from'fs';import _0x4b0fb2 from'os';import _0x29cecb from'path';import _0x1ef9d2 from'js-yaml';import{PersistenceManager as _0x1071ad}from'../../plugins/hooks/lib/cognitive/persistence-manager.js';import{WikiMaterializer as _0x1d7231}from'../../plugins/hooks/lib/cognitive/wiki-materializer.js';import{listEnvironmentPlugins as _0x4b5dff}from'../../plugins/hooks/lib/environment-plugin-registry.js';import{hydrateProjectAssets as _0x33a126}from'../../plugins/hooks/lib/assets/index.js';function p(_0x373e60){const _0x45c244={_0x4b7ca6:0x1c8},_0x5a0a81=_0x59a1;_0x520055[_0x5a0a81(_0x45c244._0x4b7ca6)](_0x373e60,{'recursive':!0x0});}function g(_0x264bf9,_0x444524=null){const _0x473dc5={_0x1884d6:0x1bf},_0x2a1952=_0x59a1;try{return _0x520055[_0x2a1952(_0x473dc5._0x1884d6)](_0x264bf9)?JSON[_0x2a1952(0x219)](_0x520055[_0x2a1952(0x1f4)](_0x264bf9,'utf-8')):_0x444524;}catch{return _0x444524;}}function z(_0x3a049f){const _0x235479={_0x32dc92:0x202,_0x47267b:0x211},_0x1ce689=_0x59a1;return String(_0x3a049f||'item')[_0x1ce689(_0x235479._0x32dc92)]()['replace'](/[^a-z0-9]+/g,'-')[_0x1ce689(_0x235479._0x47267b)](/^-+|-+$/g,'')||'item';}function f(_0x501781){const _0x4cd1bc={_0x37658f:0x1f3,_0x431e1a:0x1bf,_0x45d459:0x1f4},_0x330ac9=_0x59a1,_0x358a0a={'VsYCN':'utf-8'},_0x4019e2=_0x29cecb['join'](_0x501781,'.autospec',_0x330ac9(_0x4cd1bc._0x37658f));if(!_0x520055[_0x330ac9(_0x4cd1bc._0x431e1a)](_0x4019e2))return{};try{return _0x1ef9d2['load'](_0x520055[_0x330ac9(_0x4cd1bc._0x45d459)](_0x4019e2,_0x358a0a['VsYCN']))||{};}catch{return{};}}function b(_0x4f5cfb,_0x184afd){const _0x1fe930={_0x287193:0x204,_0x3c391b:0x212,_0x40372c:0x1c3,_0x2cd99c:0x1a9,_0x15a0ff:0x1f9},_0x5823ac=_0x59a1,_0x48460a={'FEkPR':_0x5823ac(_0x1fe930._0x287193),'FuCkB':_0x5823ac(0x1f3)},_0x29055b=_0x29cecb['join'](_0x4f5cfb,_0x48460a[_0x5823ac(_0x1fe930._0x3c391b)],_0x48460a['FuCkB']);p(_0x29cecb[_0x5823ac(_0x1fe930._0x40372c)](_0x29055b)),_0x520055[_0x5823ac(_0x1fe930._0x2cd99c)](_0x29055b,_0x1ef9d2[_0x5823ac(0x21b)](_0x184afd,{'lineWidth':0x78,'noRefs':!0x0}),_0x5823ac(_0x1fe930._0x15a0ff));}function x(_0x328275,_0x2f245b){const _0x50f62f=_0x59a1;return _0x29cecb[_0x50f62f(0x1f7)](_0x328275,_0x50f62f(0x204),'runtime',_0x2f245b);}function h(_0x4e1e8c,_0x2d59a9,_0x3a9bd2){const _0x1e615a=_0x59a1,_0x24a180=x(_0x4e1e8c,_0x2d59a9);return p(_0x29cecb[_0x1e615a(0x1c3)](_0x24a180)),_0x520055['writeFileSync'](_0x24a180,JSON[_0x1e615a(0x21c)](_0x3a9bd2,null,0x2),_0x1e615a(0x1f9)),_0x24a180;}function P(_0x3e7e14,_0x52edc=()=>!0x0){const _0x4daef2=_0x59a1;return _0x520055[_0x4daef2(0x1bf)](_0x3e7e14)?_0x520055['readdirSync'](_0x3e7e14,{'withFileTypes':!0x0})['filter'](_0xbf38e7=>_0xbf38e7[_0x4daef2(0x1ac)]()&&_0x52edc(_0xbf38e7[_0x4daef2(0x1a8)]))['length']:0x0;}function j(_0x2904e1){const _0x426c5c=_0x59a1;return _0x520055['existsSync'](_0x2904e1)?_0x520055['readdirSync'](_0x2904e1,{'withFileTypes':!0x0})['filter'](_0x1758be=>_0x1758be[_0x426c5c(0x1fe)]())['length']:0x0;}function k(){const _0xd1e1b6={_0x2902b4:0x1b5,_0x1b6238:0x1ce,_0x126d75:0x1c6,_0x2d6234:0x203,_0x364ccf:0x1e1},_0xf10636=_0x59a1,_0x35d91e={'UuCvk':'environment_profiles','bPaHR':_0xf10636(0x1e3)};return[_0xf10636(0x207),'cognitive_memory',_0x35d91e[_0xf10636(_0xd1e1b6._0x2902b4)],_0xf10636(_0xd1e1b6._0x1b6238),_0xf10636(0x1ef),'environment_knowledge','environment_feedback',_0xf10636(_0xd1e1b6._0x126d75),_0x35d91e[_0xf10636(_0xd1e1b6._0x2d6234)],'evolution_logs',_0xf10636(_0xd1e1b6._0x364ccf),'evolution_proposals',_0xf10636(0x1dd)];}function w(){const _0x3915a0={_0x260b6a:0x1eb},_0x353b09=_0x59a1,_0x17ff92={'qAWJQ':'guided'};return{'mode':_0x17ff92[_0x353b09(_0x3915a0._0x260b6a)],'confirm_high_value_updates':!0x0,'confirm_remote_push':!0x0,'confirm_system_install':!0x0,'confirm_high_risk_execution':!0x0};}function O(_0x5fcb1){const _0x6b1801={_0x5e2093:0x1c9},_0x4e57ef=_0x59a1,_0x4bea23={'fuGje':function(_0x577019,_0x2417ec){return _0x577019(_0x2417ec);}},_0x3d65fb=_0x4bea23['fuGje'](f,_0x5fcb1),_0x232652={...w(),..._0x3d65fb[_0x4e57ef(0x1f8)]||{}},_0x2c1967=g(x(_0x5fcb1,_0x4e57ef(_0x6b1801._0x5e2093)),{});return{..._0x232652,'lastUpdatedAt':_0x2c1967['lastUpdatedAt']||null};}function Q(_0x1cfa33,_0x2b5b37){const _0xced881={_0x4338ad:0x1a5,_0x5f86ce:0x1ab,_0x4251d1:0x1c9,_0x5de809:0x1f8},_0x1a5bfa=_0x59a1,_0x4c11ca={'LgKUp':_0x1a5bfa(0x1d6),'Domkv':function(_0x4fada5,_0x36f3b1,_0x349c0f,_0x1c02ca){return _0x4fada5(_0x36f3b1,_0x349c0f,_0x1c02ca);}};if(![_0x1a5bfa(0x1e7),'auto',_0x4c11ca[_0x1a5bfa(_0xced881._0x4338ad)]][_0x1a5bfa(_0xced881._0x5f86ce)](_0x2b5b37))throw new Error('Unsupported\x20automation\x20mode:\x20'+_0x2b5b37);const _0x5e0dae=f(_0x1cfa33);return _0x5e0dae['automation']={...w(),..._0x5e0dae['automation']||{},'mode':_0x2b5b37},b(_0x1cfa33,_0x5e0dae),_0x4c11ca[_0x1a5bfa(0x1ff)](h,_0x1cfa33,_0x1a5bfa(_0xced881._0x4251d1),{'mode':_0x2b5b37,'lastUpdatedAt':new Date()['toISOString']()}),_0x5e0dae[_0x1a5bfa(_0xced881._0x5de809)];}function y(_0x1a6ecd,_0x2c0f7d={}){const _0x517b88={_0x322f45:0x200,_0x433fdd:0x206,_0x4c3bcf:0x1d7,_0x5bb9bc:0x1e8,_0x49c549:0x1cf,_0x3a5617:0x1d3},_0x2bf715=_0x59a1,_0x129345={'WHjqn':_0x2bf715(0x1f1),'ujRQP':'local','ACUHL':function(_0x20374d,_0x57c453){return _0x20374d>_0x57c453;},'GIHPF':function(_0x5a2c9d){return _0x5a2c9d();},'iGEHm':function(_0x15e6e1,_0x220542,_0x8b8a9b){return _0x15e6e1(_0x220542,_0x8b8a9b);}},_0x4574d3=f(_0x1a6ecd),_0x5c3dd9=_0x4574d3[_0x2bf715(_0x517b88._0x322f45)]||{},_0x57e038=!_0x5c3dd9['repo_layout']||_0x5c3dd9[_0x2bf715(_0x517b88._0x433fdd)]===_0x2bf715(0x1f6)?_0x129345[_0x2bf715(0x21a)]:_0x5c3dd9[_0x2bf715(_0x517b88._0x433fdd)],_0x18cf6a={'enabled':!0x0,'backend':_0x129345[_0x2bf715(_0x517b88._0x4c3bcf)],'remote_repo':'','repo_layout':_0x2bf715(0x1f1),'prompt_on_high_value':!0x0,'include':k(),'auto_sync':{'on_stop':!0x1,'on_stage_complete':!0x1,'on_deep_dream':!0x1},..._0x5c3dd9,'repo_layout':_0x57e038,..._0x2c0f7d};return _0x18cf6a['include']=Array[_0x2bf715(_0x517b88._0x5bb9bc)](_0x18cf6a[_0x2bf715(0x1cf)])&&_0x129345[_0x2bf715(0x1ad)](_0x18cf6a[_0x2bf715(_0x517b88._0x49c549)]['length'],0x0)?_0x18cf6a['include']:k(),_0x4574d3[_0x2bf715(0x200)]=_0x18cf6a,_0x4574d3['automation']={..._0x129345['GIHPF'](w),..._0x4574d3['automation']||{}},_0x129345[_0x2bf715(_0x517b88._0x3a5617)](b,_0x1a6ecd,_0x4574d3),_0x4574d3;}function _0x137d(){const _0x5390d1=['Dg9mB3DLCKnHC2u','yLbHsfi','lMf1Dg9ZCgvJ','mtq1nJyWou9ZuNPWBW','CMvWB19SyxLVDxq','D2LRAv9LBNrYAwvZ','u0z5ze8','CLjOq2y','ChjVyMXLBtOGiLzHBgLKyxrLzcbLBNzPCM9UBwvUDcbLEgvJDxrPB24GCM91DgvZiG','nJa4nJH2CKfKCwy','DNvUuMS','Bw9Kzq','BgfUz3vHz2vZ','BuHiy2C','ntfpBMHiBwK','CMvWBgfJzq','rKvRufi','ChjVyMXLBtOGiLjLDxnHyMXLignVz25PDgL2zsbKB21HAw4GA25VD2XLzgDLigLZigf2ywLSywjSzsi','zw52AxjVBM1LBNqT','BgvUz3rO','odu4mduXuwf3A3z4','ChjVCg9ZywXZ','ChvZAa','CgfYC2u','v0HQCw4','zhvTCa','C3rYAw5NAwz5','C29YDa','tgDlvxa','Bg9JywW','CMfUA2LUz3mUANnVBG','BMfTzq','D3jPDgvgAwXLu3LUyW','lM1K','Aw5JBhvKzxm','AxngAwXL','qunvseW','yKLbDLe','EvDUwwu','ugzmtNu','y29UzMLKzw5JztOG','CgvYC2LZDgvUy2uTC3rHDhvZlMPZB24','zw50CMLLCW','yMjyywu','vxvdDMS','y29UzMLYBv9OAwDOx3zHBhvLx3vWzgf0zxm','y2f0zwDVCNK6ig1LBw9YEq','mta4v0LxA0zM','C291CMnLoIbLBNzPCM9UBwvUDc1Yyw5RAw5NCW','y2fWywjPBgL0Es1Tyw5PzMvZDc5QC29U','v2TbywC','zMLSDgvY','yxv0BW','zgLYzwn0Aw9U','zxHPC3rZu3LUyW','y2fWywjPBgL0AwvZ','oYbuB29SCZOG','z2L0','zgLYBMfTzq','CMr3AMO','CMvHzgrPCLn5BMm','zw52AxjVBM1LBNrFCMfUA2LUz3m','Ag9TzwrPCG','BwTKAxjtEw5J','yxv0B21HDgLVBI1ZDgf0DxmUANnVBG','uNDPrwi','zw52AxjVBM1LBNq','vuTdyxG','C2nVCMu','zw52AxjVBM1LBNrFCgX1z2LUCW','Aw5JBhvKzq','mti5odCYmtzPCgLztge','vKvwqLa','zKjZCMK','AuDfsg0','mti3mJy3mhfiCunfuW','AgfZsgLNAfzHBhvLqxnZzxrZ','BwfUDwfS','DwPsuva','swrosKC','igvUDMLYB25Tzw50ig9WzxjHDgLUzYbTB2rLBci','nZy4tLjqB2Hh','AgLNAc12ywX1zs1HC3nLDhmUANnVBG','Dg90ywXtAwDUywXZ','ChjVAMvJDf9YDw50Aw1L','ywXSB3Dszw1VDgvtEw5J','zw5KC1DPDgG','wMvLz2u','zxzVBhv0Aw9Ux2nHBMrPzgf0zxm','C2TPBgXZ','zw52AxjVBM1LBNrFCNvUDgLTzq','lMf1Dg9ZCgvJlwDSB2jHBa','zxzVBhv0Aw9U','tKjkzhm','z3vPzgvK','AxnbCNjHEq','D2LRAq','zKrNrMG','CufxsLe','CMfUA2vKugX1z2LUCW','lMPZB24','ntK2mtbczxHeCK8','zw52AxjVBM1LBNrFy2fWywjPBgL0AwvZ','zg9TywLUlwTUB3DSzwrNzq','Bw9KDwXLlxjLCg9ZAxrVCNK','CgX1z2LUCW','y29UzMLNlNLHBwW','CMvHzezPBgvtEw5J','y29UzMLKzw5JztOGmc44','zhvHBc1SyxLLCG','AM9PBG','yxv0B21HDgLVBG','DxrMltG','zxHLy3v0Aw9U','weDny1K','D2LRAs1Jyw5KAwrHDgvZ','Cgf0DgvYBJOGiKXHBMD1ywDLCZOG','AxneAxjLy3rVCNK','rg9TA3y','CgvYC2LZDgvUy2u','ntmXnZu1mMXxzhHSzq'];_0x137d=function(){return _0x5390d1;};return _0x137d();}function X(_0x27ecf2,_0x20b17e){const _0x30b2a8=_0x59a1;return y(_0x27ecf2,{'backend':_0x30b2a8(0x1c2),'remote_repo':_0x20b17e})['persistence'];}function Y(_0x1e94a8){const _0x4a52bb=_0x59a1;return y(_0x1e94a8,{'backend':'local','remote_repo':''})[_0x4a52bb(0x200)];}function E(_0x1d091e,_0x59e2ff,_0x42bee9){const _0x158a7d={_0xebb587:0x1f9,_0x41f545:0x1b0,_0x5550a5:0x214,_0x22351a:0x1e2,_0x2bb38a:0x215,_0x443a89:0x1d9,_0x54cd18:0x1fb,_0x593d45:0x1c1,_0xa8976:0x1f7},_0x2b922e=_0x59a1,_0x4fc981={'PfLNu':'.autospec','XGMcY':'unknown','aTTSL':_0x2b922e(_0x158a7d._0xebb587)},_0x24c58f=_0x29cecb['join'](_0x1d091e,_0x4fc981[_0x2b922e(_0x158a7d._0x41f545)],'evolution','wiki-candidates');p(_0x24c58f);const _0x5f0560=_0x29cecb[_0x2b922e(0x1f7)](_0x24c58f,_0x2b922e(_0x158a7d._0x5550a5)+z(_0x59e2ff)+'.yaml'),_0x5adb83=(_0x42bee9[_0x2b922e(_0x158a7d._0x22351a)]?.[_0x2b922e(_0x158a7d._0x2bb38a)]||0x0)+(_0x42bee9['tools']?.['length']||0x0)+(_0x42bee9['workflows']?.['length']||0x0)>0x0?0.85:0.7,_0x528abf=['source:\x20environment-capability/'+_0x59e2ff,'category:\x20environment','problem:\x20\x22'+(_0x42bee9['pluginName']||_0x59e2ff)+_0x2b922e(_0x158a7d._0x443a89),_0x2b922e(0x1fd)+((_0x42bee9['profile']?.[_0x2b922e(0x20e)]||[])['join'](',\x20')||_0x4fc981[_0x2b922e(_0x158a7d._0x54cd18)])+';\x20Skills:\x20'+((_0x42bee9['skills']||[])['join'](',\x20')||'none')+_0x2b922e(_0x158a7d._0x593d45)+((_0x42bee9['tools']||[])[_0x2b922e(_0x158a7d._0xa8976)](',\x20')||'none')+';\x20Workflows:\x20'+((_0x42bee9['workflows']||[])[_0x2b922e(0x1f7)](',\x20')||'none')+'\x22',_0x2b922e(0x1b1)+_0x5adb83];return _0x520055[_0x2b922e(0x1a9)](_0x5f0560,_0x528abf['join']('\x0a')+'\x0a',_0x4fc981['aTTSL']),_0x5f0560;}function W(_0x564681,_0x377b4f){const _0x2f6371={_0x2421ab:0x1f2,_0x27fe70:0x1bc,_0x4588ed:0x204,_0x45286c:0x1ae,_0x302398:0x1b4,_0x12f2f7:0x1e6},_0x137c60={_0x2c7a81:0x1b3,_0x25247f:0x1a4},_0x267eff=_0x59a1,_0x1fd50d={'bIAvQ':'evolution','IdNJG':function(_0x2dc984,_0x1fb3eb){return _0x2dc984(_0x1fb3eb);},'bbXae':'environment-rankings.yaml','syOqa':'category:\x20environment','NBJds':_0x267eff(0x1f5)},_0x4d8fee=_0x377b4f?.[_0x267eff(_0x2f6371._0x2421ab)]||{},_0x27724f=Object['entries'](_0x4d8fee)['map'](([_0x51ca7d,_0xf84231])=>{const _0x289abe=_0x267eff,_0x388c51=Object[_0x289abe(_0x137c60._0x2c7a81)](_0xf84231['workflows']||{})[_0x289abe(_0x137c60._0x25247f)]((_0x59ed31,_0x47a879)=>(_0x47a879[0x1][_0x289abe(0x1cd)]||0x0)-(_0x59ed31[0x1][_0x289abe(0x1cd)]||0x0))[0x0];return _0x388c51?_0x51ca7d+':'+_0x388c51[0x0]+'('+_0x388c51[0x1]['score']+')':null;})[_0x267eff(_0x2f6371._0x27fe70)](Boolean);if(_0x27724f[_0x267eff(0x215)]===0x0)return null;const _0xd80b18=_0x29cecb[_0x267eff(0x1f7)](_0x564681,_0x267eff(_0x2f6371._0x4588ed),_0x1fd50d[_0x267eff(_0x2f6371._0x45286c)],'wiki-candidates');_0x1fd50d[_0x267eff(0x1d8)](p,_0xd80b18);const _0x31d852=_0x29cecb[_0x267eff(0x1f7)](_0xd80b18,_0x1fd50d[_0x267eff(_0x2f6371._0x302398)]),_0x6b5b24=[_0x267eff(0x1b9),_0x1fd50d['syOqa'],_0x267eff(0x20a),'pattern:\x20\x22Top\x20workflows:\x20'+_0x27724f['join'](';\x20')+'\x22',_0x1fd50d[_0x267eff(_0x2f6371._0x12f2f7)]];return _0x520055['writeFileSync'](_0x31d852,_0x6b5b24[_0x267eff(0x1f7)]('\x0a')+'\x0a',_0x267eff(0x1f9)),_0x31d852;}function U(_0x3f7f53){const _0x1edbe0={_0x59e810:0x1b7,_0x4218c8:0x213,_0x5e2b39:0x1bc},_0x12502e=_0x59a1,_0x3d2dea={'VSzpo':_0x12502e(0x1e4),'rRhCf':'evolution','UKCax':_0x12502e(0x1fc),'upVSD':'memory-domain-knowledge.yaml','EyidU':_0x12502e(_0x1edbe0._0x59e810),'SFydO':_0x12502e(_0x1edbe0._0x4218c8)},_0x214073=_0x29cecb['join'](_0x4b0fb2[_0x12502e(0x1c7)](),_0x3d2dea['VSzpo'],'cognitive',_0x12502e(0x1f0));if(!_0x520055['existsSync'](_0x214073))return null;const _0x56d66e=_0x520055[_0x12502e(0x1c5)](_0x214073)[_0x12502e(_0x1edbe0._0x5e2b39)](_0x3faad0=>_0x3faad0[_0x12502e(0x1df)](_0x12502e(0x1ed)));if(_0x56d66e[_0x12502e(0x215)]===0x0)return null;const _0x4e1008=_0x29cecb['join'](_0x3f7f53,_0x12502e(0x204),_0x3d2dea[_0x12502e(0x209)],_0x3d2dea[_0x12502e(0x1cc)]);p(_0x4e1008);const _0x26cac1=_0x29cecb['join'](_0x4e1008,_0x3d2dea['upVSD']),_0x92451f=['source:\x20cognitive-memory',_0x3d2dea['EyidU'],_0x3d2dea[_0x12502e(0x208)],'pattern:\x20\x22Domains:\x20'+_0x56d66e['map'](_0xb43756=>_0xb43756['replace'](/\.json$/,''))['join'](',\x20')+'\x22','confidence:\x200.75'];return _0x520055['writeFileSync'](_0x26cac1,_0x92451f['join']('\x0a')+'\x0a',_0x12502e(0x1f9)),_0x26cac1;}function _0x59a1(_0x345909,_0x28fe9d){_0x345909=_0x345909-0x1a4;const _0x137d8e=_0x137d();let _0x59a134=_0x137d8e[_0x345909];if(_0x59a1['CNQXiM']===undefined){var _0x5cea44=function(_0x44b547){const _0x256a9b='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x3b9c4a='',_0x30e4f3='';for(let _0x1fefa5=0x0,_0xed3de2,_0x28126d,_0x10b1fb=0x0;_0x28126d=_0x44b547['charAt'](_0x10b1fb++);~_0x28126d&&(_0xed3de2=_0x1fefa5%0x4?_0xed3de2*0x40+_0x28126d:_0x28126d,_0x1fefa5++%0x4)?_0x3b9c4a+=String['fromCharCode'](0xff&_0xed3de2>>(-0x2*_0x1fefa5&0x6)):0x0){_0x28126d=_0x256a9b['indexOf'](_0x28126d);}for(let _0x23ffe8=0x0,_0x1bb266=_0x3b9c4a['length'];_0x23ffe8<_0x1bb266;_0x23ffe8++){_0x30e4f3+='%'+('00'+_0x3b9c4a['charCodeAt'](_0x23ffe8)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x30e4f3);};_0x59a1['FLLCwm']=_0x5cea44,_0x59a1['QNInqX']={},_0x59a1['CNQXiM']=!![];}const _0x1b4213=_0x137d8e[0x0],_0x1e282d=_0x345909+_0x1b4213,_0x36a444=_0x59a1['QNInqX'][_0x1e282d];return!_0x36a444?(_0x59a134=_0x59a1['FLLCwm'](_0x59a134),_0x59a1['QNInqX'][_0x1e282d]=_0x59a134):_0x59a134=_0x36a444,_0x59a134;}function V(_0x484048){const _0x24c8ad={_0xa29071:0x204,_0x16a400:0x1c0,_0x361174:0x1ea,_0xb6dca6:0x218,_0x1cebdf:0x1ca},_0x8358b0=_0x59a1,_0x4fe829={'RwiEb':function(_0x453526,_0x45c7a4){return _0x453526(_0x45c7a4);},'vunRk':function(_0x218c0b,_0x4b8a5a,_0x1a3bfe,_0x1fe7ac){return _0x218c0b(_0x4b8a5a,_0x1a3bfe,_0x1fe7ac);},'cTFTX':_0x8358b0(0x204),'fDgFh':'rankings.json'},_0x533ad1=[];for(const _0x2e835f of _0x4fe829['RwiEb'](_0x4b5dff,_0x484048)){const _0x388d53=_0x29cecb['join'](_0x484048,_0x8358b0(_0x24c8ad._0xa29071),_0x8358b0(0x1cb),_0x8358b0(_0x24c8ad._0x16a400),_0x2e835f['id'],_0x8358b0(0x1ba)),_0x3d14c0=g(_0x388d53,null);_0x3d14c0&&_0x533ad1[_0x8358b0(0x218)](_0x4fe829[_0x8358b0(0x20c)](E,_0x484048,_0x2e835f['id'],_0x3d14c0));}const _0xbae2a4=g(_0x29cecb['join'](_0x484048,_0x4fe829['cTFTX'],'environment','feedback','execution',_0x4fe829[_0x8358b0(_0x24c8ad._0x361174)]),null),_0x1589a4=W(_0x484048,_0xbae2a4);_0x1589a4&&_0x533ad1[_0x8358b0(_0x24c8ad._0xb6dca6)](_0x1589a4);const _0x41cb89=_0x4fe829[_0x8358b0(_0x24c8ad._0x1cebdf)](U,_0x484048);return _0x41cb89&&_0x533ad1['push'](_0x41cb89),{...new _0x1d7231(_0x484048)['materialize'](),'generatedCandidates':_0x533ad1};}function H(_0x35826f){const _0x24712a={_0x40b5e2:0x1bb,_0xfd2eb5:0x1e9,_0x265574:0x1e5,_0x2770de:0x1af,_0x2f02b9:0x215},_0x75d067=_0x59a1,_0x5173c2={'rdwjj':_0x75d067(0x204),'BvvOP':_0x75d067(0x1cb),'WkAag':'capabilities','VYezn':_0x75d067(0x217),'yWnYe':function(_0x38ff01,_0x321f11){return _0x38ff01(_0x321f11);},'AkTjx':function(_0x383dbb,_0x3fbbb7,_0x1b827a){return _0x383dbb(_0x3fbbb7,_0x1b827a);},'RUupM':function(_0x14d775,_0x24b0cd){return _0x14d775>_0x24b0cd;}},_0x5894e9=_0x29cecb[_0x75d067(0x1f7)](_0x35826f,_0x5173c2[_0x75d067(0x1c4)],_0x5173c2['BvvOP'],_0x5173c2[_0x75d067(_0x24712a._0x40b5e2)]),_0x124cc7=_0x29cecb[_0x75d067(0x1f7)](_0x35826f,_0x5173c2['rdwjj'],_0x75d067(_0x24712a._0xfd2eb5)),_0x42b84e=_0x29cecb['join'](_0x35826f,_0x5173c2['rdwjj'],_0x75d067(_0x24712a._0x265574),_0x5173c2['VYezn']),_0x315846=_0x29cecb['join'](_0x35826f,_0x75d067(0x204),'evolution','practice-log'),_0x574cde=_0x29cecb['join'](_0x35826f,_0x75d067(0x204),'environment','feedback',_0x75d067(0x1fa),_0x75d067(0x1a7)),_0x7a8873=g(_0x574cde,{}),_0x1ada19={'checkedAt':new Date()['toISOString'](),'capabilities':j(_0x5894e9),'wikiEntries':_0x5173c2[_0x75d067(_0x24712a._0x2770de)](j,_0x124cc7),'evolutionProposals':_0x5173c2['AkTjx'](P,_0x42b84e,_0x16a43c=>_0x16a43c['endsWith'](_0x75d067(0x1aa))),'practiceLogs':_0x5173c2['AkTjx'](P,_0x315846,_0x5c57ca=>_0x5c57ca['endsWith']('.md')),'rankedPlugins':Object['keys'](_0x7a8873['plugins']||{})[_0x75d067(_0x24712a._0x2f02b9)]};return _0x1ada19[_0x75d067(0x1dc)]=_0x1ada19[_0x75d067(0x1c0)]+_0x1ada19['wikiEntries']+_0x1ada19['evolutionProposals']+_0x1ada19['practiceLogs']+_0x1ada19[_0x75d067(0x1ec)],_0x1ada19[_0x75d067(0x1d5)]=_0x5173c2['RUupM'](_0x1ada19[_0x75d067(0x1dc)],0x0),_0x1ada19;}function L(_0x29d7c6,_0x3712bc){const _0x452979=_0x59a1;return h(_0x29d7c6,_0x452979(0x1db),_0x3712bc);}function $(_0x397940,_0x15e075={}){const _0xcabefe={_0x5a2b1f:0x1be},_0x228320=_0x59a1,_0x2f02fa=y(_0x397940,_0x15e075);return new _0x1071ad({'persistence':_0x2f02fa[_0x228320(0x200)]},_0x397940)['sync'](_0x15e075[_0x228320(_0xcabefe._0x5a2b1f)]||'push');}function Z(_0xf08da){const _0x588851={_0x3802db:0x1a6,_0x2db543:0x1d1},_0x2046de=_0x59a1,_0x1582cb={'sBQoz':'module-repository','VEVBP':function(_0x4f668f,_0x5a0c92){return _0x4f668f===_0x5a0c92;},'ZxXkv':_0x2046de(0x1f6)},_0x18dd85=f(_0xf08da)['persistence']||{},_0xa2446={'persistence':{'enabled':!0x0,'backend':_0x2046de(_0x588851._0x3802db),'remote_repo':'','repo_layout':_0x1582cb['sBQoz'],'prompt_on_high_value':!0x0,'include':k(),'auto_sync':{'on_stop':!0x1,'on_stage_complete':!0x1,'on_deep_dream':!0x1},..._0x18dd85,'repo_layout':!_0x18dd85[_0x2046de(0x206)]||_0x1582cb[_0x2046de(_0x588851._0x2db543)](_0x18dd85['repo_layout'],_0x1582cb['ZxXkv'])?'module-repository':_0x18dd85['repo_layout']}};return new _0x1071ad({'persistence':_0xa2446[_0x2046de(0x200)]},_0xf08da)['getStatus']();}function M(_0x3cd1ef,_0x172438){const _0x2dead8={_0x55c827:0x20f},_0xe8673e=_0x59a1,_0x4fbd15={'mHHcg':_0xe8673e(0x1b2)};return h(_0x3cd1ef,_0x4fbd15[_0xe8673e(_0x2dead8._0x55c827)],_0x172438);}async function R(_0x41d372,_0x35cfb9={}){const _0x364770={_0x4e25c5:0x1d2,_0x196491:0x1bd,_0x5a22d8:0x20d,_0x129cb6:0x1c2,_0x361da1:0x200},_0x328a7f=_0x59a1,_0x4561ca={'fBsri':function(_0x4bd0d8,_0xc93526){return _0x4bd0d8(_0xc93526);},'Zeege':'local'},_0x39269d=_0x4561ca[_0x328a7f(_0x364770._0x4e25c5)](O,_0x41d372),_0x1c64a1=_0x33a126(_0x41d372),_0x3721e1=_0x4561ca['fBsri'](V,_0x41d372),_0x274460=$(_0x41d372,{'backend':_0x4561ca[_0x328a7f(0x1e0)],'direction':'push','enabled':!0x0}),_0x18389e=H(_0x41d372),_0x30fe28=_0x4561ca[_0x328a7f(0x1d2)](y,_0x41d372),_0x59a361=_0x30fe28['persistence']['backend']==='git'&&!!_0x30fe28['persistence']['remote_repo'],_0x4de21f=_0x39269d['mode']!==_0x328a7f(_0x364770._0x196491)&&_0x59a361&&_0x39269d[_0x328a7f(0x1b6)]&&_0x18389e[_0x328a7f(0x1d5)];let _0x4d77ad=null;_0x35cfb9[_0x328a7f(0x1de)]&&_0x59a361&&(!_0x4de21f||_0x39269d[_0x328a7f(_0x364770._0x5a22d8)]===_0x328a7f(_0x364770._0x196491))&&(_0x4d77ad=$(_0x41d372,{'backend':_0x328a7f(_0x364770._0x129cb6),'remote_repo':_0x30fe28[_0x328a7f(_0x364770._0x361da1)]['remote_repo'],'direction':_0x328a7f(0x218)}));const _0x4a4e8c={'updatedAt':new Date()['toISOString'](),'automationMode':_0x39269d[_0x328a7f(0x20d)],'requiresConfirmation':_0x4de21f,'remoteConfigured':_0x59a361,'localSync':_0x274460,'remoteSync':_0x4d77ad};return L(_0x41d372,{..._0x18389e,'requiresConfirmation':_0x4de21f,'remoteConfigured':_0x59a361}),M(_0x41d372,_0x4a4e8c),{'automation':_0x39269d,'assetHydration':_0x1c64a1,'materialize':_0x3721e1,'localSync':_0x274460,'remoteSync':_0x4d77ad,'highValueAssets':_0x18389e,'requiresConfirmation':_0x4de21f};}export{X as bindPersistenceRepo,H as collectHighValueAssets,y as ensurePersistenceConfig,O as getAutomationStatus,Z as getPersistenceStatus,V as materializeUnifiedWiki,f as readProjectConfig,R as refreshUnifiedAssets,Q as setAutomationMode,$ as syncPersistence,Y as unbindPersistenceRepo,L as writeHighValueAssets,M as writePersistenceRuntimeStatus,b as writeProjectConfig};
@@ -1 +1 @@
1
- (function(_0x5557a7,_0x2b916b){const _0xbcb3c7={_0x22e785:0xc1,_0x6efea3:0xb8,_0x6aa06c:0xa5,_0x5371cd:0x7f,_0x51ab31:0xac,_0x500467:0xba},_0x4c5730=_0x4e5b,_0x368db0=_0x5557a7();while(!![]){try{const _0x8d175d=-parseInt(_0x4c5730(_0xbcb3c7._0x22e785))/0x1+-parseInt(_0x4c5730(0xae))/0x2*(parseInt(_0x4c5730(_0xbcb3c7._0x6efea3))/0x3)+parseInt(_0x4c5730(0xa7))/0x4*(parseInt(_0x4c5730(_0xbcb3c7._0x6aa06c))/0x5)+-parseInt(_0x4c5730(_0xbcb3c7._0x5371cd))/0x6+parseInt(_0x4c5730(_0xbcb3c7._0x51ab31))/0x7+parseInt(_0x4c5730(0xb7))/0x8+parseInt(_0x4c5730(_0xbcb3c7._0x500467))/0x9*(parseInt(_0x4c5730(0xab))/0xa);if(_0x8d175d===_0x2b916b)break;else _0x368db0['push'](_0x368db0['shift']());}catch(_0x13ef4f){_0x368db0['push'](_0x368db0['shift']());}}}(_0x5a93,0x5b256));import _0x24cdc4 from'fs';import _0x4cc1cb from'path';import _0x2d59a6 from'chalk';import{listEnvironmentPlugins as _0x29d92a}from'../../plugins/hooks/lib/environment-plugin-registry.js';import{bindPersistenceRepo as _0x5f20ca,ensurePersistenceConfig as _0x534fb9,getAutomationStatus as _0x91a89a,getPersistenceStatus as _0x1da2b7,refreshUnifiedAssets as _0x444bbb,setAutomationMode as _0x42da13,syncPersistence as _0x2bc1f2,unbindPersistenceRepo as _0x10e1f0}from'./runtime-governance.js';import{runEnvironmentPipelineCommand as _0x2f7899}from'./env.js';import{writePracticeReport as _0x284c24}from'./practice-report.js';import{autoInstallResolvedPlugins as _0x24d402,resolvePluginModulesCommand as _0x3aa6b0}from'./plugin.js';import{readActiveModules as _0x5a0e5e,readHostContextMap as _0x26d12d}from'../../plugins/hooks/lib/plugin-activation-registry.js';function v(_0x361768,_0x13db29=null){const _0x314a57={_0x1b8d25:0x77},_0x5b3828=_0x4e5b;try{return _0x24cdc4[_0x5b3828(_0x314a57._0x1b8d25)](_0x361768)?JSON[_0x5b3828(0xbd)](_0x24cdc4['readFileSync'](_0x361768,'utf-8')):_0x13db29;}catch{return _0x13db29;}}async function q(_0x4f3165='environment\x20baseline',_0x4b7287={},_0x54d324={}){const _0x5dd407={_0x434ed1:0x81,_0x3fbbd6:0x9e,_0x5f2106:0xb3,_0x48f6b1:0x88,_0x2f4bb8:0xa1},_0x4df5ef=_0x4e5b,_0x3d2ee4={'ntsMD':function(_0x136b83,_0x3f8a58,_0x3ef024,_0xe54043){return _0x136b83(_0x3f8a58,_0x3ef024,_0xe54043);},'sWbXw':function(_0x97e565,_0x34a734){return _0x97e565(_0x34a734);},'pStIZ':function(_0x2f2f84,_0x1cea68){return _0x2f2f84(_0x1cea68);}},_0x160c97=_0x54d324[_0x4df5ef(0x92)]||process['cwd'](),_0x218ae8=_0x4b7287[_0x4df5ef(0x81)]||_0x54d324[_0x4df5ef(_0x5dd407._0x434ed1)]||'';let _0x3fbb77=null,_0x4a8632=[];_0x218ae8&&(_0x3fbb77=await _0x3d2ee4[_0x4df5ef(_0x5dd407._0x3fbbd6)](_0x3aa6b0,_0x4f3165,{'host':_0x218ae8,'automationMode':_0x3d2ee4[_0x4df5ef(_0x5dd407._0x5f2106)](_0x91a89a,_0x160c97)['mode']},{'projectRoot':_0x160c97}),_0x4a8632=await _0x24d402(_0x160c97,_0x3fbb77));const _0x4e1fb6=await _0x2f7899(_0x4f3165,_0x4b7287,{..._0x54d324,'projectRoot':_0x160c97}),_0x5d96ca=_0x3d2ee4[_0x4df5ef(_0x5dd407._0x48f6b1)](_0x284c24,_0x160c97);return _0x4e1fb6['practiceReport']=_0x5d96ca[_0x4df5ef(_0x5dd407._0x2f4bb8)],_0x4e1fb6['pluginResolution']=_0x3fbb77,_0x4e1fb6['autoInstalledModules']=_0x4a8632,_0x4e1fb6;}function _0x5a93(){const _0x380e8b=['ihDPA2KGDxbKyxrLkhmP','cLbLCNnPC3rLBMnLifjLBw90zsbcB3vUzaO','y29UzMLYBv9OAwDOx3zHBhvLx3vWzgf0zxm','BgvUz3rO','y3DK','cKf1Dg9TyxrPB24GvxbKyxrLzaO','yM9Sza','ChvZAa','BNrZtuq','CMvHzgrPCLn5BMm','EwvZ','B3v0Chv0ugf0Aa','zw50CMLLC1vWzgf0zwq','Aw90v3e','icbnB2rLoIa','nxjcz2vXyW','icbdB25MAxjTigHPz2GGCMLZAZOGicaG','mtKZmJC1mMjLtKXqsW','C3vJy2vZCW','uMzswgq','Aw5ZDgfSBgvKsg9ZDhm','ntC1mgnhvhbMwa','mJKXndm1ourQy0jUzW','zw5HyMXLza','mtj0zxrKveW','icbszw1VDgu6icaGica','AM9PBG','icbszw1VDgu6ica','CNvUDgLTzq','C1DIwhC','C2XPy2u','BgfZDfn5BMm','icbby3rPDMuGBw9KDwXLCZOGica','ndGYnJC2mgPiDxPcsW','mJKZoty3wfjkC0X5','CMvTB3rLuMvWBW','mtmZndDzvxLRB1a','y29UzMLYBv9Yzw1VDgvFChvZAa','zw52AxjVBM1LBNq','CgfYC2u','icbqBhvNAw5ZoIaGicaGicaGica','icbnB2rLoIaGicaGicaGicaGicaGicaG','ic0+ia','nJy0mtG1wM10ufj6','zxHPC3rZu3LUyW','y29UzMLYBv9ZExn0zw1FAw5ZDgfSBa','icbdyxbHyMLSAxrPzxm6icaGica','CMvWBW','icbdB25MAxjTihjLCxvPCMvKoIa','icbiAwDOihzHBhvLoIaGicaGica','z2L0','yMDABxe','ndm4mdG1mLPuzxz1vq','icbqzxjZAxn0zw5JztOGicaGica','Ag9ZDa','Bw9KDwXLCW','AgLNAc12ywX1zs1HC3nLDhmUANnVBG','CMvTB3rLx3jLCg8','cLbLCNnPC3rLBMnLifjLBw90zsbvBMjVDw5KcG','Bg9JywXtDg9YzurPCG','yMfJA2vUza','Cfn0svO','y2fWywjPBgL0AwvZ','Bg9N','icbcywnRzw5KoIa','wu9gtvO','zw50CMLLC0nYzwf0zwq','Bwf0zxjPywXPEMu','cLbLCNnPC3rLBMnLie1HDgvYAwfSAxPLcG','icbdCMvHDgvKoIaGica','icbbDxrVBwf0Aw9UoIaGicaGica','ChjVAMvJDfjVB3q','AgfZsgLNAfzHBhvLqxnZzxrZ','CgvYC2LZDgvUy2u','icbdB25MAxjTigHPz2GGDMfSDwu6icaG'];_0x5a93=function(){return _0x380e8b;};return _0x5a93();}async function J(_0x2db883={}){const _0x352a88={_0x54458f:0xbc,_0x56320d:0xa0,_0x826875:0x9a,_0x508179:0x83,_0x590697:0xa9,_0x14263e:0x9c,_0x397a52:0x91,_0x1a19f5:0x87,_0x9e5bfe:0x9f,_0x4cb83a:0xbe,_0x14d02f:0xb6,_0x8f4569:0xb0,_0x1584f2:0x8a,_0x5c7aa5:0x7c,_0x28bb46:0x93,_0x1ca586:0xb5},_0x24657b=_0x4e5b,_0x35bf06={'YOFMZ':_0x24657b(0xb2),'iotWq':_0x24657b(_0x352a88._0x54458f),'vNfNX':_0x24657b(0x89),'RfRXd':function(_0x20d6b7,_0x28aa89){return _0x20d6b7(_0x28aa89);},'zEiWd':_0x24657b(_0x352a88._0x56320d)},_0x393a9a=_0x2db883['projectRoot']||process[_0x24657b(_0x352a88._0x826875)](),_0x1e9e22=_0x91a89a(_0x393a9a),_0xe066e2=_0x1da2b7(_0x393a9a),_0x3bab19=v(_0x4cc1cb['join'](_0x393a9a,'.autospec',_0x35bf06[_0x24657b(0x8c)],_0x24657b(_0x352a88._0x508179)),{}),_0x3f9181=_0x4cc1cb[_0x24657b(0xb0)](_0x393a9a,'.autospec',_0x35bf06[_0x24657b(0xa3)],_0x35bf06['vNfNX']),_0xcef909=_0x29d92a(_0x393a9a),_0x2c36a0=_0x5a0e5e(_0x393a9a),_0x15d014=_0x35bf06[_0x24657b(_0x352a88._0x590697)](_0x26d12d,_0x393a9a);if(console['log'](_0x2d59a6[_0x24657b(_0x352a88._0x14263e)]('\x0aAutoSpec\x20Status\x0a')),console[_0x24657b(0x8a)](_0x24657b(_0x352a88._0x397a52)+_0x1e9e22['mode']),console[_0x24657b(0x8a)](_0x24657b(0x80)+_0xe066e2[_0x24657b(_0x352a88._0x1a19f5)]+(_0xe066e2[_0x24657b(0xb9)]?_0x24657b(0xc0)+_0xe066e2['remoteRepo']:'')),console['log'](_0x24657b(0x79)+(_0x24cdc4[_0x24657b(0x77)](_0x3f9181)?_0x24cdc4[_0x24657b(_0x352a88._0x9e5bfe)](_0x3f9181)[_0x24657b(0x99)]:0x0)),console['log'](_0x24657b(_0x352a88._0x4cb83a)+_0xcef909['length']),console['log'](_0x24657b(_0x352a88._0x14d02f)+(_0x2c36a0[_0x24657b(0x82)]||[])[_0x24657b(0x99)]),console['log']('\x20\x20Host\x20mappings:\x20\x20\x20\x20'+Object['keys'](_0x15d014['hosts']||{})['length']),(_0x2c36a0[_0x24657b(0x82)]||[])[_0x24657b(0x99)]>0x0){const _0x49ec7d=_0x2c36a0[_0x24657b(0x82)][_0x24657b(0xb4)](0x0,0x3)['map'](_0x365ca8=>_0x365ca8['moduleId']+'['+((_0x365ca8[_0x24657b(0xaa)]||[])[_0x24657b(0xb0)](',')||'--')+']')[_0x24657b(_0x352a88._0x8f4569)](';\x20');console[_0x24657b(0x8a)]('\x20\x20Active\x20sample:\x20\x20\x20\x20'+_0x49ec7d);}return console[_0x24657b(_0x352a88._0x1584f2)](_0x24657b(_0x352a88._0x5c7aa5)+(_0x3bab19[_0x24657b(_0x352a88._0x28bb46)]?_0x24657b(0xa0):'no')),console['log'](_0x24657b(0x7b)+(_0x3bab19['requiresConfirmation']?_0x35bf06['zEiWd']:'no')),_0xe066e2[_0x24657b(_0x352a88._0x1ca586)]&&console['log']('\x20\x20Last\x20sync:\x20\x20\x20\x20\x20\x20\x20\x20'+_0xe066e2[_0x24657b(_0x352a88._0x1ca586)]),console['log'](''),{'automation':_0x1e9e22,'persistence':_0xe066e2,'highValue':_0x3bab19,'plugins':_0xcef909,'activeModules':_0x2c36a0,'hostContextMap':_0x15d014};}function _0x4e5b(_0x238baa,_0x8b6521){_0x238baa=_0x238baa-0x77;const _0x5a932b=_0x5a93();let _0x4e5b7=_0x5a932b[_0x238baa];if(_0x4e5b['xViALF']===undefined){var _0x5a3814=function(_0x462edb){const _0x12ce91='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x53f514='',_0x51d7a6='';for(let _0x465469=0x0,_0x3e99a7,_0x22d3a9,_0x3db062=0x0;_0x22d3a9=_0x462edb['charAt'](_0x3db062++);~_0x22d3a9&&(_0x3e99a7=_0x465469%0x4?_0x3e99a7*0x40+_0x22d3a9:_0x22d3a9,_0x465469++%0x4)?_0x53f514+=String['fromCharCode'](0xff&_0x3e99a7>>(-0x2*_0x465469&0x6)):0x0){_0x22d3a9=_0x12ce91['indexOf'](_0x22d3a9);}for(let _0x109a8a=0x0,_0x2dc595=_0x53f514['length'];_0x109a8a<_0x2dc595;_0x109a8a++){_0x51d7a6+='%'+('00'+_0x53f514['charCodeAt'](_0x109a8a)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x51d7a6);};_0x4e5b['iwfJgw']=_0x5a3814,_0x4e5b['SUkWkQ']={},_0x4e5b['xViALF']=!![];}const _0x49c9b7=_0x5a932b[0x0],_0x47c056=_0x238baa+_0x49c9b7,_0x2673c1=_0x4e5b['SUkWkQ'][_0x47c056];return!_0x2673c1?(_0x4e5b7=_0x4e5b['iwfJgw'](_0x4e5b7),_0x4e5b['SUkWkQ'][_0x47c056]=_0x4e5b7):_0x4e5b7=_0x2673c1,_0x4e5b7;}async function O(_0x557989={},_0x3bafec={}){const _0xd46882={_0x3d5276:0x94,_0x5be8a2:0x84,_0x2b686e:0x9d,_0x508c03:0x9c,_0x47bf17:0xaf,_0x329106:0xa2,_0x31ff55:0x96,_0x7029bf:0xa1,_0x3eb7c6:0xa8,_0x3d816a:0x8a},_0x6c7b65=_0x4e5b,_0x1666e2=_0x3bafec[_0x6c7b65(0x92)]||process['cwd'](),_0x5a3d7b=_0x557989['repo']?{'persistence':_0x5f20ca(_0x1666e2,_0x557989[_0x6c7b65(0x7a)])}:_0x534fb9(_0x1666e2),_0x4cb335=_0x284c24(_0x1666e2),_0x2b51b5=await _0x444bbb(_0x1666e2,{'allowRemoteSync':!0x1}),_0x2cecb9=_0x5a3d7b[_0x6c7b65(_0xd46882._0x3d5276)][_0x6c7b65(0x87)]==='git'?'git':'local',_0x48078d=_0x2bc1f2(_0x1666e2,{'backend':_0x2cecb9,'remote_repo':_0x5a3d7b['persistence'][_0x6c7b65(_0xd46882._0x5be8a2)]||'','direction':_0x6c7b65(_0xd46882._0x2b686e)});return console['log'](_0x2d59a6[_0x6c7b65(_0xd46882._0x508c03)]('\x0aAutoSpec\x20Sync\x0a')),console['log']('\x20\x20Backend:\x20\x20\x20\x20'+_0x2cecb9),_0x5a3d7b['persistence']['remote_repo']&&console[_0x6c7b65(0x8a)](_0x6c7b65(_0xd46882._0x47bf17)+_0x5a3d7b[_0x6c7b65(0x94)]['remote_repo']),console['log']('\x20\x20Materialize:'+(_0x2b51b5['materialize']['entriesCreated']+_0x2b51b5['materialize'][_0x6c7b65(_0xd46882._0x329106)])+_0x6c7b65(_0xd46882._0x31ff55)),console[_0x6c7b65(0x8a)]('\x20\x20Report:\x20\x20\x20\x20\x20'+_0x4cc1cb['relative'](_0x1666e2,_0x4cb335[_0x6c7b65(_0xd46882._0x7029bf)])['replace'](/\\/g,'/')),console[_0x6c7b65(0x8a)]('\x20\x20Success:\x20\x20\x20\x20'+(_0x48078d[_0x6c7b65(_0xd46882._0x3eb7c6)]?'yes':'no')),_0x48078d['error']&&console[_0x6c7b65(0x8a)](_0x2d59a6['red']('\x20\x20Error:\x20\x20\x20\x20\x20\x20'+_0x48078d['error'])),console[_0x6c7b65(_0xd46882._0x3d816a)](''),{'materialized':_0x2b51b5,'result':_0x48078d,'practiceReport':_0x4cb335['outputPath']};}async function V(_0x52ba66={}){const _0x49bcad={_0x29ee70:0xa0,_0x4eca0c:0x8a,_0x5bb4ec:0x9c,_0x414bf2:0xbf,_0x5e01ce:0x98,_0x19bb00:0x78,_0xd83430:0xa0,_0xc321c5:0x8a},_0x16b77b=_0x4e5b,_0x325c36={'wZQvB':_0x16b77b(_0x49bcad._0x29ee70)},_0x1dd704=_0x52ba66[_0x16b77b(0x92)]||process[_0x16b77b(0x9a)](),_0x6c253c=_0x91a89a(_0x1dd704);return console[_0x16b77b(_0x49bcad._0x4eca0c)](_0x2d59a6[_0x16b77b(_0x49bcad._0x5bb4ec)]('\x0aAutomation\x20Status\x0a')),console['log'](_0x16b77b(_0x49bcad._0x414bf2)+_0x6c253c['mode']),console['log'](_0x16b77b(0x95)+(_0x6c253c[_0x16b77b(_0x49bcad._0x5e01ce)]?_0x16b77b(0xa0):'no')),console[_0x16b77b(_0x49bcad._0x4eca0c)]('\x20\x20Confirm\x20remote\x20push:\x20\x20'+(_0x6c253c[_0x16b77b(0xbb)]?'yes':'no')),console[_0x16b77b(_0x49bcad._0x4eca0c)]('\x20\x20Confirm\x20system\x20install:'+(_0x6c253c[_0x16b77b(_0x49bcad._0x19bb00)]?_0x325c36['wZQvB']:'no')),console[_0x16b77b(0x8a)](_0x16b77b(0xa6)+(_0x6c253c['confirm_high_risk_execution']?_0x16b77b(_0x49bcad._0xd83430):'no')),console[_0x16b77b(_0x49bcad._0xc321c5)](''),_0x6c253c;}async function D(_0x49d595,_0x55ba52={}){const _0x2f6b39={_0x282c38:0xa4},_0x2e23a2=_0x4e5b,_0x488754=_0x55ba52['projectRoot']||process['cwd'](),_0x5c3b3f=_0x42da13(_0x488754,_0x49d595);return console['log'](_0x2d59a6[_0x2e23a2(0x9c)](_0x2e23a2(0x9b))),console[_0x2e23a2(0x8a)](_0x2e23a2(_0x2f6b39._0x282c38)+_0x5c3b3f['mode']),console[_0x2e23a2(0x8a)](''),_0x5c3b3f;}async function F(_0x1819de={}){const _0x55b7d0={_0x126e84:0x7e,_0x4813a0:0x8a,_0x5e55de:0xad,_0x358af3:0xa0,_0x1a6a47:0xb1},_0x4f37d3=_0x4e5b,_0x2e2087={'bgZmq':function(_0x21b705,_0xe7baf1){return _0x21b705(_0xe7baf1);}},_0x32a0d5=_0x1819de['projectRoot']||process['cwd'](),_0x131912=_0x2e2087[_0x4f37d3(_0x55b7d0._0x126e84)](_0x1da2b7,_0x32a0d5);return console[_0x4f37d3(_0x55b7d0._0x4813a0)](_0x2d59a6[_0x4f37d3(0x9c)]('\x0aPersistence\x20Status\x0a')),console[_0x4f37d3(0x8a)]('\x20\x20Enabled:\x20'+(_0x131912[_0x4f37d3(_0x55b7d0._0x5e55de)]?_0x4f37d3(_0x55b7d0._0x358af3):'no')),console[_0x4f37d3(0x8a)](_0x4f37d3(0x8b)+_0x131912['backend']),console[_0x4f37d3(0x8a)](_0x4f37d3(_0x55b7d0._0x1a6a47)+(_0x131912[_0x4f37d3(0xb9)]||'--')),console['log']('\x20\x20Store:\x20\x20\x20'+_0x131912[_0x4f37d3(0x86)]),console[_0x4f37d3(_0x55b7d0._0x4813a0)]('\x20\x20Layout:\x20\x20'+_0x131912['repoLayout']),_0x131912['lastSync']&&console['log']('\x20\x20Last:\x20\x20\x20\x20'+_0x131912['lastSync']),console[_0x4f37d3(0x8a)](''),_0x131912;}async function N(_0x173a2e={},_0x228ac1={}){const _0xd62f76={_0x2fb87a:0x7d,_0x4568f1:0x9a,_0x98f4d1:0x8a,_0x1d5558:0xb1,_0x7b8dcc:0x94},_0x3baf03=_0x4e5b,_0x1d7447={'yIgxt':_0x3baf03(_0xd62f76._0x2fb87a)},_0x38bd34=_0x228ac1[_0x3baf03(0x92)]||process[_0x3baf03(_0xd62f76._0x4568f1)](),_0x160905=_0x534fb9(_0x38bd34,_0x173a2e[_0x3baf03(0x7a)]?{'backend':_0x1d7447['yIgxt'],'remote_repo':_0x173a2e['repo']}:{});return console[_0x3baf03(0x8a)](_0x2d59a6['bold']('\x0aPersistence\x20Initialized\x0a')),console['log']('\x20\x20Backend:\x20'+_0x160905['persistence']['backend']),console[_0x3baf03(_0xd62f76._0x98f4d1)](_0x3baf03(_0xd62f76._0x1d5558)+(_0x160905['persistence'][_0x3baf03(0x84)]||'--')),console['log'](''),_0x160905[_0x3baf03(_0xd62f76._0x7b8dcc)];}async function G(_0x23c80c,_0x2dbf0f={}){const _0x48bdab={_0x17d0cc:0x97,_0x5702ae:0x8a,_0x55545c:0x8a},_0x3814d2=_0x4e5b,_0x53b1a4=_0x2dbf0f['projectRoot']||process[_0x3814d2(0x9a)](),_0x1e0353=_0x5f20ca(_0x53b1a4,_0x23c80c);return console[_0x3814d2(0x8a)](_0x2d59a6['bold'](_0x3814d2(_0x48bdab._0x17d0cc))),console[_0x3814d2(_0x48bdab._0x5702ae)](_0x3814d2(0x8b)+_0x1e0353[_0x3814d2(0x87)]),console[_0x3814d2(_0x48bdab._0x55545c)]('\x20\x20Remote:\x20\x20'+_0x1e0353['remote_repo']),console['log'](''),_0x1e0353;}async function K(_0x7d1ed0={}){const _0x320db0={_0x3ac66e:0x8a},_0x833139=_0x4e5b,_0x59ccc4=_0x7d1ed0['projectRoot']||process['cwd'](),_0x910e3d=_0x10e1f0(_0x59ccc4);return console[_0x833139(_0x320db0._0x3ac66e)](_0x2d59a6['bold'](_0x833139(0x85))),console['log'](_0x833139(0x8b)+_0x910e3d[_0x833139(0x87)]),console[_0x833139(0x8a)](''),_0x910e3d;}async function Q(_0x5e753c={}){const _0x4961b5={_0x5d99d3:0x9a,_0x20a265:0x8a,_0x58778b:0x8e,_0x550137:0x90,_0x5e74ff:0x8d,_0x552bb8:0x8e,_0x3ee5b7:0xa2},_0x264d19=_0x4e5b,_0x1c3fec={'prPwy':function(_0x39fdb1,_0x219a87,_0x4c4010){return _0x39fdb1(_0x219a87,_0x4c4010);}},_0x12d16d=_0x5e753c['projectRoot']||process[_0x264d19(_0x4961b5._0x5d99d3)](),_0x1a4002=await _0x1c3fec['prPwy'](_0x444bbb,_0x12d16d,{'allowRemoteSync':!0x1});return console[_0x264d19(_0x4961b5._0x20a265)](_0x2d59a6['bold'](_0x264d19(0x8f))),console['log']('\x20\x20Candidates:\x20'+_0x1a4002[_0x264d19(_0x4961b5._0x58778b)]['candidatesScanned']),console['log'](_0x264d19(_0x4961b5._0x550137)+_0x1a4002['materialize'][_0x264d19(_0x4961b5._0x5e74ff)]),console['log']('\x20\x20Updated:\x20\x20\x20\x20'+_0x1a4002[_0x264d19(_0x4961b5._0x552bb8)][_0x264d19(_0x4961b5._0x3ee5b7)]),console['log'](''),_0x1a4002;}export{V as automationStatusCommand,G as persistBindRepoCommand,N as persistInitCommand,Q as persistMaterializeCommand,F as persistStatusCommand,K as persistUnbindCommand,q as runProjectCommand,D as setAutomationModeCommand,J as showProjectStatusCommand,O as syncProjectAssetsCommand};
1
+ const _0x26634f=_0x287f;(function(_0x4efb7e,_0x295d09){const _0x3eb546={_0x4ecc6c:0x1ea,_0x47d0cd:0x1d9,_0x32bb91:0x1ed,_0x17172e:0x1e0},_0x299283=_0x287f,_0x195e41=_0x4efb7e();while(!![]){try{const _0x4d4b98=-parseInt(_0x299283(0x222))/0x1+parseInt(_0x299283(0x1f5))/0x2+-parseInt(_0x299283(_0x3eb546._0x4ecc6c))/0x3+parseInt(_0x299283(0x1be))/0x4+-parseInt(_0x299283(_0x3eb546._0x47d0cd))/0x5+-parseInt(_0x299283(0x1b2))/0x6*(-parseInt(_0x299283(_0x3eb546._0x32bb91))/0x7)+-parseInt(_0x299283(0x21e))/0x8*(-parseInt(_0x299283(_0x3eb546._0x17172e))/0x9);if(_0x4d4b98===_0x295d09)break;else _0x195e41['push'](_0x195e41['shift']());}catch(_0x426692){_0x195e41['push'](_0x195e41['shift']());}}}(_0xab10,0x45dc3));import _0x238e30 from'fs';import _0x1d6480 from'path';function _0x287f(_0xdc18dc,_0x157787){_0xdc18dc=_0xdc18dc-0x1ad;const _0xab1089=_0xab10();let _0x287f11=_0xab1089[_0xdc18dc];if(_0x287f['lBZtqc']===undefined){var _0x357029=function(_0x565370){const _0x263961='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0xda0d7e='',_0x494ec6='';for(let _0x488866=0x0,_0x5c1227,_0x28663d,_0x468985=0x0;_0x28663d=_0x565370['charAt'](_0x468985++);~_0x28663d&&(_0x5c1227=_0x488866%0x4?_0x5c1227*0x40+_0x28663d:_0x28663d,_0x488866++%0x4)?_0xda0d7e+=String['fromCharCode'](0xff&_0x5c1227>>(-0x2*_0x488866&0x6)):0x0){_0x28663d=_0x263961['indexOf'](_0x28663d);}for(let _0xd76cd7=0x0,_0x397811=_0xda0d7e['length'];_0xd76cd7<_0x397811;_0xd76cd7++){_0x494ec6+='%'+('00'+_0xda0d7e['charCodeAt'](_0xd76cd7)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x494ec6);};_0x287f['muqwsb']=_0x357029,_0x287f['NpAlTn']={},_0x287f['lBZtqc']=!![];}const _0x5e9aa6=_0xab1089[0x0],_0x2b3196=_0xdc18dc+_0x5e9aa6,_0x123fe2=_0x287f['NpAlTn'][_0x2b3196];return!_0x123fe2?(_0x287f11=_0x287f['muqwsb'](_0x287f11),_0x287f['NpAlTn'][_0x2b3196]=_0x287f11):_0x287f11=_0x123fe2,_0x287f11;}import _0x42a576 from'chalk';import{listEnvironmentPlugins as _0x216c07}from'../../plugins/hooks/lib/environment-plugin-registry.js';import{bindPersistenceRepo as _0x47904e,ensurePersistenceConfig as _0x5a9486,getAutomationStatus as _0xb6a3f6,getPersistenceStatus as _0x4bbdbd,refreshUnifiedAssets as _0x35cb31,setAutomationMode as _0x59358d,syncPersistence as _0x4954a6,unbindPersistenceRepo as _0x3aaeeb}from'./runtime-governance.js';import{runEnvironmentPipelineCommand as _0xa83443}from'./env.js';import{writePracticeReport as _0x5d3824}from'./practice-report.js';import{autoInstallResolvedPlugins as _0xdadda6,resolvePluginModulesCommand as _0xf00832}from'./plugin.js';import{readActiveModules as _0x1fed61,readHostContextMap as _0x32c647}from'../../plugins/hooks/lib/plugin-activation-registry.js';import{buildSkillForgeQueue as _0x1c67e4,readSkillForgeQueue as _0x4ea2ed,getTopSkillForgeQueueItems as _0x27fba6}from'../../plugins/hooks/lib/cognitive/skill-forge-queue.js';import{ensureSkillForgeDraftFresh as _0x593584}from'../../plugins/hooks/lib/cognitive/skill-forge-draft.js';import{ensureSkillForgeProposalFresh as _0x27436b}from'../../plugins/hooks/lib/cognitive/skill-forge-proposal.js';import{explainSelection as _0x49c640,getAssetSelectionSnapshot as _0x4cdf6e,listAssets as _0x58254b,listSelectionDecisions as _0x3eabf9,readProjectionBuilds as _0x35ff1a}from'../../plugins/hooks/lib/assets/index.js';import{writeSelectionDecision as _0xa7476e}from'../../plugins/hooks/lib/assets/index.js';function y(_0x436ffa,_0x3d8bfa=null){const _0x446455={_0x22a5f2:0x1de,_0x2135b4:0x1eb,_0x1d109b:0x1f0},_0x43f5f7=_0x287f,_0x363327={'aFTeI':'utf-8'};try{return _0x238e30[_0x43f5f7(_0x446455._0x22a5f2)](_0x436ffa)?JSON[_0x43f5f7(_0x446455._0x2135b4)](_0x238e30['readFileSync'](_0x436ffa,_0x363327[_0x43f5f7(_0x446455._0x1d109b)])):_0x3d8bfa;}catch{return _0x3d8bfa;}}function _0xab10(){const _0x2710ad=['icbdyw5KAwrHDgvZoIa','Dg9WvgfYz2v0','BgvUz3rO','icbgB3jNzsbWCM9WB3nHBdOGica','zw5HyMXLza','icbxB3jRzMXVDYbOAw50CZOGica','CMvWBW','CwvVsgm','Bw9KDwXLCW','AM9PBG','mtuXndCYC1jvC3rW','y2XHDwrLlwnVzgu','ChvZAa','B3v0Chv0ugf0Aa','ndy1otm4whvWyKvc','ChjLlxj1BG','zensEgC','icbby3rPDMuGC2fTCgXLoIaGica','C2TPBgXgB3jNzvbYB3bVC2fS','Dg9gAxHLza','AgLNAc12ywX1zs1HC3nLDhmUANnVBG','zw52lwnVCMu','ChjVAMvJDfjVB3q','EwvZ','nZK4mZzPA010uKC','Bw9Kzq','vezNuxa','icbqzw5KAw5NihbYB3bVC2fSCZO','icaGic0G','A2v5CW','lM1K','C2TPBgXgB3jNzurYywz0','icbdB25MAxjTihjLBw90zsbWDxnOoIaG','icbnB2rLoIaGicaGicaGicaGicaGicaG','y29UzMLYBv9OAwDOx3zHBhvLx3vWzgf0zxm','icbszxbVCNq6icaGica','nty5mJa4twHitvPX','zw5HyMXLzfrVB2XZ','icbuB3aGzM9Yz2uGAxrLBxm6','y3DK','zw5HyMXLzfnRAwXSCW','icbuB29SigHPBNrZoIaGicaGica','z2L0','ic0+ia','senovMK','cKf1Dg9TyxrPB24Gu3rHDhvZcG','yxnZzxrtzwXLy3rPB24','icbvCgrHDgvKoIaGica','zxjYB3i','BwDIC3i','C3vJy2vZCW','z3jHCgHiAw50CW','icbdB25MAxjTihjLCxvPCMvKoIa','CgX1z2LUuMvZB2X1DgLVBG','ChjLCgfYzsbHBMqGDMfSAwrHDguGChjVAMvJDa','zw50CMLLC1vWzgf0zwq','CNvUDgLTzq','ChjVCg9ZywXZ','vKPgtxe','y291BNrZ','CMvXDwLYzxndB25MAxjTyxrPB24','icbfCNjVCJOGicaGica','Dg9Wu2TPBgXgB3jNzuL0zw1Z','nde2mdv3D3L4vNC','yMfJA2vUza','CMvWBgfJzq','icbtA2LSBcbMB3jNzsbXDwv1ztO','txvirKO','zxHPC3rZu3LUyW','cLbLCNnPC3rLBMnLifn0yxr1CWO','mZe1C1PQtK5H','icbbDxrVBwf0Aw9UoIaGicaGica','y29UzMLYBv9OAwDOx3jPC2TFzxHLy3v0Aw9U','Bwf0zxjPywXPEMu','ChjVAMvJDgLVBG','Aw5ZDgfSBgvKsg9ZDhm','lcbNB3zLCM5HBMnLpq','cLbLCNnPC3rLBMnLieLUAxrPywXPEMvKcG','icbbC3nLDhm6icaGicaGicaGica','y29UzMLYBv9Yzw1VDgvFChvZAa','nZi0otm1wePTyuXg','CgfYC2u','CMvJB21Tzw5KzwrxB3jRzMXVD3m','otHoALrWsgG','icbdB25MAxjTigHPz2GGCMLZAZOGicaG','CMvTB3rLuMvWBW','yuzuzuK','CNvUrgvJAxnPB25bCNrPzMfJDa','Ag9ZDa','icbtA2LSBcbOAw50CZOGicaGica','icbezwnPC2LVBNm6icaGicaGica','mJe1ntbsDvjSBNu','CNvUlxbYB2PLy3q','CMvSyxrPDMu','zhjHzNrqyxrO','lMf1Dg9ZCgvJ','zMfJDa','CMvHzgrPCLn5BMm','CgvYC2LZDgvUy2u','uu5wsLG','icbtDg9YztOGica','zxjeA3C','icbmyxLVDxq6ica','icbqzxjZAxn0zw5JztOGicaGica','icbtDwnJzxnZoIaGica','Dg90ywW','icbdB25MAxjTihn5C3rLBsbPBNn0ywXSoG','icbfBMfIBgvKoIa','z2vKCuW','DxrMltG','ywn0Aw9U','yxv0B0LUC3rHBgXLze1VzhvSzxm','icbcywnRzw5KoIa','C3Lwqwe','icbnyxrLCMLHBgL6ztO','icbqzw5KAw5NigXVz3m6icaGica','BgfZDfn5BMm','yM9Sza','icbby3rPDMuGBw9KDwXLCZOGica','icbdB25MAxjTigHPz2GGDMfSDwu6icaG','Bg9N','icHWCMLVCML0Et0'];_0xab10=function(){return _0x2710ad;};return _0xab10();}function V(_0x42dd12){const _0x25f8d8={_0x3d2271:0x1b8,_0x55c44e:0x1de,_0x5709da:0x1fb},_0x1987a6=_0x287f,_0xdbf99b={'VJFMq':_0x1987a6(0x1f9),'NfixI':_0x1987a6(_0x25f8d8._0x3d2271)},_0xcd0148=_0x1d6480['join'](_0x42dd12,_0xdbf99b[_0x1987a6(0x1d4)],'evolution','practice-log');if(!_0x238e30[_0x1987a6(_0x25f8d8._0x55c44e)](_0xcd0148))return 0x0;let _0x2216d2=0x0;for(const _0x237937 of _0x238e30[_0x1987a6(_0x25f8d8._0x5709da)](_0xcd0148))if(_0x237937['endsWith'](_0xdbf99b['NfixI']))try{const _0x30d1d4=_0x238e30['readFileSync'](_0x1d6480[_0x1987a6(0x21d)](_0xcd0148,_0x237937),_0x1987a6(0x207));/Status\s*:\s*Pending|状态\s*[::]\s*Pending/i['test'](_0x30d1d4)&&_0x2216d2++;}catch{}return _0x2216d2;}function G(_0x4394f6){const _0x4bfb49={_0x17a680:0x1f9,_0x2a9f87:0x1fb},_0x375881=_0x287f,_0x21c682={'RsAQx':'evolution','yWyWu':_0x375881(0x1d3)},_0x56a6c1=_0x1d6480['join'](_0x4394f6,_0x375881(_0x4bfb49._0x17a680),_0x21c682['RsAQx'],_0x21c682['yWyWu']);return _0x238e30[_0x375881(0x1de)](_0x56a6c1)?_0x238e30[_0x375881(_0x4bfb49._0x2a9f87)](_0x56a6c1)['filter'](_0x480c24=>_0x480c24['endsWith']('.md'))['length']:0x0;}function K(_0x33ddd3){const _0x35a6ce=_0x287f,_0x3d7c02={'erDkw':function(_0x2b8835,_0x35b0f7){return _0x2b8835(_0x35b0f7);}},_0x5a967a=_0x3d7c02['erDkw'](_0x4ea2ed,_0x33ddd3)||_0x1c67e4(_0x33ddd3),_0x2bdcaa=_0x3d7c02[_0x35a6ce(0x1ff)](_0x593584,_0x33ddd3),_0x390840=_0x27436b(_0x33ddd3);return{'proposals':G(_0x33ddd3),'pendingPracticeLogs':V(_0x33ddd3),'skillForgeQueue':_0x5a967a,'topSkillForgeItems':_0x27fba6(_0x33ddd3,0x3),'skillForgeDraft':_0x2bdcaa,'skillForgeProposal':_0x390840};}function A(_0xb3fae3){const _0x205852={_0x59b516:0x21d,_0x3ab1e5:0x1af},_0x309e67=_0x287f,_0x10de7d={'NczAN':'environment','CyNTU':'capabilities','mLLdR':function(_0x1735ad,_0xc14239,_0x82e022){return _0x1735ad(_0xc14239,_0x82e022);},'qeoHc':'.autospec'},_0x4d663d=y(_0x1d6480[_0x309e67(_0x205852._0x59b516)](_0xb3fae3,'.autospec',_0x10de7d['NczAN'],_0x10de7d['CyNTU'],_0x309e67(_0x205852._0x3ab1e5),'capability-manifest.json'),null);return _0x4d663d?.['profile']?_0x4d663d['profile']:_0x10de7d['mLLdR'](y,_0x1d6480['join'](_0xb3fae3,_0x10de7d[_0x309e67(0x21b)],'environment','learned','manifest.json'),{})['profile']||{'languages':[],'frameworks':[]};}function X(_0x173639,_0x451d9a=_0x26634f(0x21f)){const _0x421d2c={_0x405e07:0x1d0},_0xebc7f2=_0x26634f,_0x192816={'HCNVi':function(_0x178745,_0x5a5e23){return _0x178745(_0x5a5e23);}};return _0x49c640(_0x173639,{'task':_0xebc7f2(_0x421d2c._0x405e07),'host':_0x451d9a,'automationMode':_0xb6a3f6(_0x173639)['mode'],'profile':_0x192816[_0xebc7f2(0x1c6)](A,_0x173639)});}async function uo(_0x468fe4='environment\x20baseline',_0x48b4d1={},_0x2f1006={}){const _0x2ef45e={_0x2372ce:0x223,_0xbb881:0x1b0,_0x2d8789:0x209,_0x24ca0a:0x1c8},_0x5258e9=_0x26634f,_0x5a35f0={'rHHNI':function(_0x316d0d,_0x28859e){return _0x316d0d||_0x28859e;},'TFgQp':_0x5258e9(0x21f),'hiIsT':function(_0x4d2596,_0x3fdc2d){return _0x4d2596(_0x3fdc2d);},'ILutK':_0x5258e9(_0x2ef45e._0x2372ce),'UHvnn':function(_0x554db6,_0x538886,_0xf9fe31,_0x4c9900){return _0x554db6(_0x538886,_0xf9fe31,_0x4c9900);},'MuHFJ':function(_0x2b82b9,_0x776b98){return _0x2b82b9(_0x776b98);}},_0x5aeaaa=_0x2f1006[_0x5258e9(_0x2ef45e._0xbb881)]||process[_0x5258e9(0x1c1)](),_0x17b692=_0x48b4d1['host']||_0x2f1006[_0x5258e9(0x1f2)]||'',_0x4a2e3e=_0x49c640(_0x5aeaaa,{'task':_0x468fe4,'host':_0x5a35f0['rHHNI'](_0x17b692,_0x5a35f0[_0x5258e9(0x1b4)]),'automationMode':_0xb6a3f6(_0x5aeaaa)['mode'],'profile':_0x5a35f0['hiIsT'](A,_0x5aeaaa)}),_0x4ed0c3=_0xa7476e(_0x5aeaaa,'run-project',_0x4a2e3e,{'host':_0x17b692||'claude-code','task':_0x468fe4,'surface':_0x5258e9(0x1f6),'phase':_0x5a35f0['ILutK']});let _0x43d9af=null,_0x180fac=[];_0x17b692&&(_0x43d9af=await _0x5a35f0['UHvnn'](_0xf00832,_0x468fe4,{'host':_0x17b692,'automationMode':_0x5a35f0[_0x5258e9(0x1dd)](_0xb6a3f6,_0x5aeaaa)['mode']},{'projectRoot':_0x5aeaaa}),_0x180fac=await _0xdadda6(_0x5aeaaa,_0x43d9af));const _0x362a43=await _0xa83443(_0x468fe4,_0x48b4d1,{..._0x2f1006,'projectRoot':_0x5aeaaa}),_0x24c400=_0x5d3824(_0x5aeaaa);return _0x362a43['practiceReport']=_0x24c400['outputPath'],_0x362a43[_0x5258e9(0x1cf)]=_0x43d9af,_0x362a43[_0x5258e9(_0x2ef45e._0x2d8789)]=_0x180fac,_0x362a43[_0x5258e9(_0x2ef45e._0x24ca0a)]=_0x4a2e3e,_0x362a43[_0x5258e9(0x1f1)]=_0x4ed0c3,_0x362a43;}async function mo(_0x4c89dd={}){const _0x1606e4={_0xca3aed:0x1c1,_0x411421:0x1f9,_0x81c919:0x1d2,_0x401941:0x1fd,_0x16cf75:0x216,_0x1df195:0x224,_0x1f0c41:0x1e1,_0x4e5e69:0x212,_0x53a1c2:0x1de,_0x30bc02:0x1fb,_0x37bb3f:0x1e8,_0x25bfa6:0x203,_0x329592:0x1e4,_0xe68122:0x1b7,_0x3324c4:0x1f4,_0x1472f0:0x216,_0x2c37d0:0x1cd,_0x51767c:0x219,_0x5abaa0:0x1c3,_0x392798:0x1bf,_0x1dfce1:0x212,_0x1d0273:0x1cd,_0x2de8bb:0x21c,_0x3a9b92:0x225,_0xf6196a:0x212,_0x458987:0x1ce,_0x11fc53:0x1dc,_0x1f5346:0x1d5,_0x3f509f:0x1b9,_0x21b32a:0x1db,_0x425948:0x1c5,_0x3a8dad:0x1cb,_0x368374:0x1c5,_0x5b04db:0x226,_0x19f216:0x1c0,_0x28c3fb:0x212,_0x5b31b1:0x208,_0x54d52a:0x213},_0x5e2dbc=_0x26634f,_0x54f7a9={'VAXYL':'environment','QNVJX':function(_0x4ddf84,_0x471c4b){return _0x4ddf84(_0x471c4b);},'syVAa':function(_0x2963e7,_0x3d6777){return _0x2963e7(_0x3d6777);},'dCRxg':_0x5e2dbc(0x1fa),'OzBRw':'yes','mgbsr':'n/a','LmngZ':function(_0x1a2e83,_0x235587){return _0x1a2e83>_0x235587;}},_0x20cf33=_0x4c89dd[_0x5e2dbc(0x1b0)]||process[_0x5e2dbc(_0x1606e4._0xca3aed)](),_0x459ecf=_0xb6a3f6(_0x20cf33),_0x59be9e=_0x4bbdbd(_0x20cf33),_0x238f85=y(_0x1d6480[_0x5e2dbc(0x21d)](_0x20cf33,_0x5e2dbc(_0x1606e4._0x411421),_0x5e2dbc(_0x1606e4._0x81c919),_0x5e2dbc(0x1ae)),{}),_0x5ab37b=_0x1d6480['join'](_0x20cf33,_0x5e2dbc(_0x1606e4._0x411421),_0x54f7a9['VAXYL'],'capabilities'),_0x164b44=_0x216c07(_0x20cf33),_0x3ca146=_0x1fed61(_0x20cf33),_0x54ec96=_0x54f7a9[_0x5e2dbc(_0x1606e4._0x401941)](_0x32c647,_0x20cf33),_0xdf049c=K(_0x20cf33),_0x3b9119=_0x54f7a9[_0x5e2dbc(0x20b)](_0x4cdf6e,_0x20cf33),_0x4e63f2=X(_0x20cf33),_0x5c6794=_0x3eabf9(_0x20cf33),_0x1db46f=_0x35ff1a(_0x20cf33),_0x38eed8={'total':_0x58254b(_0x20cf33)[_0x5e2dbc(_0x1606e4._0x16cf75)],'fact':_0x58254b(_0x20cf33,_0x54f7a9[_0x5e2dbc(_0x1606e4._0x1df195)])['length'],'policy':_0x58254b(_0x20cf33,'policy')['length'],'governance':_0x58254b(_0x20cf33,'governance')['length'],'projection':_0x58254b(_0x20cf33,'projection')['length']};if(console[_0x5e2dbc(0x212)](_0x42a576['bold']('\x0aAutoSpec\x20Status\x0a')),console['log'](_0x5e2dbc(_0x1606e4._0x1f0c41)+_0x459ecf[_0x5e2dbc(0x1b3)]),console[_0x5e2dbc(0x212)](_0x5e2dbc(0x201)+_0x59be9e[_0x5e2dbc(0x1da)]+(_0x59be9e[_0x5e2dbc(0x1ef)]?_0x5e2dbc(0x1c5)+_0x59be9e['remoteRepo']:'')),console[_0x5e2dbc(_0x1606e4._0x4e5e69)]('\x20\x20Capabilities:\x20\x20\x20\x20\x20'+(_0x238e30[_0x5e2dbc(_0x1606e4._0x53a1c2)](_0x5ab37b)?_0x238e30[_0x5e2dbc(_0x1606e4._0x30bc02)](_0x5ab37b)['length']:0x0)),console['log']('\x20\x20Plugins:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x164b44[_0x5e2dbc(_0x1606e4._0x16cf75)]),console[_0x5e2dbc(_0x1606e4._0x4e5e69)](_0x5e2dbc(_0x1606e4._0x37bb3f)+_0x38eed8[_0x5e2dbc(_0x1606e4._0x25bfa6)]+'\x20(fact='+_0x38eed8['fact']+',\x20policy='+_0x38eed8['policy']+_0x5e2dbc(0x1e6)+_0x38eed8['governance']+',\x20projection='+_0x38eed8[_0x5e2dbc(_0x1606e4._0x329592)]+')'),console['log'](_0x5e2dbc(0x210)+(_0x3ca146[_0x5e2dbc(0x21c)]||[])['length']),console[_0x5e2dbc(0x212)]('\x20\x20Host\x20mappings:\x20\x20\x20\x20'+Object[_0x5e2dbc(_0x1606e4._0xe68122)](_0x54ec96['hosts']||{})['length']),console[_0x5e2dbc(0x212)]('\x20\x20Projection\x20builds:'+_0x1db46f['length']),console[_0x5e2dbc(0x212)](_0x5e2dbc(_0x1606e4._0x3324c4)+_0x5c6794[_0x5e2dbc(_0x1606e4._0x1472f0)]),_0x4e63f2[_0x5e2dbc(_0x1606e4._0x2c37d0)]?.['recommendedWorkflows']?.['length']>0x0&&console[_0x5e2dbc(0x212)](_0x5e2dbc(_0x1606e4._0x51767c)+_0x4e63f2['graphHints'][_0x5e2dbc(0x1ec)]['map'](_0x201a32=>_0x201a32['title'])['join'](',\x20')),_0x4e63f2[_0x5e2dbc(_0x1606e4._0x2c37d0)]?.['enabledTools']?.[_0x5e2dbc(_0x1606e4._0x16cf75)]>0x0&&console['log'](_0x5e2dbc(_0x1606e4._0x5abaa0)+_0x4e63f2['graphHints'][_0x5e2dbc(_0x1606e4._0x392798)]['map'](_0x431436=>_0x431436['title'])['join'](',\x20')),_0x4e63f2['graphHints']?.[_0x5e2dbc(0x1c2)]?.['length']>0x0&&console[_0x5e2dbc(_0x1606e4._0x1dfce1)](_0x5e2dbc(0x1f3)+_0x4e63f2[_0x5e2dbc(_0x1606e4._0x1d0273)]['enabledSkills']['map'](_0x5e43f9=>_0x5e43f9['title'])[_0x5e2dbc(0x21d)](',\x20')),(_0x3ca146[_0x5e2dbc(_0x1606e4._0x2de8bb)]||[])['length']>0x0){const _0x130dde=_0x3ca146[_0x5e2dbc(_0x1606e4._0x2de8bb)]['slice'](0x0,0x3)['map'](_0xcc98c0=>_0xcc98c0['moduleId']+'['+((_0xcc98c0[_0x5e2dbc(0x1e5)]||[])['join'](',')||'--')+']')['join'](';\x20');console[_0x5e2dbc(0x212)](_0x5e2dbc(_0x1606e4._0x3a9b92)+_0x130dde);}if(console[_0x5e2dbc(_0x1606e4._0xf6196a)]('\x20\x20High\x20value:\x20\x20\x20\x20\x20\x20\x20'+(_0x238f85['hasHighValueAssets']?'yes':'no')),console['log'](_0x5e2dbc(_0x1606e4._0x458987)+(_0x238f85[_0x5e2dbc(0x1d6)]?_0x54f7a9['OzBRw']:'no')),console[_0x5e2dbc(0x212)](_0x5e2dbc(0x1b5)+_0xdf049c['proposals']),console['log'](_0x5e2dbc(0x20d)+_0xdf049c['pendingPracticeLogs']),console[_0x5e2dbc(0x212)](_0x5e2dbc(_0x1606e4._0x11fc53)+_0xdf049c['skillForgeQueue'][_0x5e2dbc(_0x1606e4._0x1f5346)]['total']),_0xdf049c[_0x5e2dbc(0x1b9)]&&(console[_0x5e2dbc(0x212)]('\x20\x20Forge\x20draft:\x20\x20\x20\x20\x20\x20'+_0x1d6480['relative'](_0x20cf33,_0xdf049c[_0x5e2dbc(_0x1606e4._0x3f509f)][_0x5e2dbc(0x1f8)])[_0x5e2dbc(_0x1606e4._0x21b32a)](/\\/g,'/')),console['log']('\x20\x20Draft\x20target:\x20\x20\x20\x20\x20'+(_0xdf049c['skillForgeDraft']['topTarget']||_0x54f7a9['mgbsr'])+_0x5e2dbc(_0x1606e4._0x425948)+(_0xdf049c['skillForgeDraft']['topAction']||'n/a'))),_0xdf049c['skillForgeProposal']&&(console[_0x5e2dbc(0x212)](_0x5e2dbc(0x217)+_0x1d6480[_0x5e2dbc(0x1f7)](_0x20cf33,_0xdf049c['skillForgeProposal']['proposalPath'])['replace'](/\\/g,'/')),console[_0x5e2dbc(0x212)]('\x20\x20Proposal\x20target:\x20\x20'+(_0xdf049c[_0x5e2dbc(0x226)][_0x5e2dbc(0x215)]||_0x54f7a9[_0x5e2dbc(_0x1606e4._0x3a8dad)])+_0x5e2dbc(_0x1606e4._0x368374)+(_0xdf049c[_0x5e2dbc(_0x1606e4._0x5b04db)]['topAction']||_0x54f7a9['mgbsr']))),_0x54f7a9['LmngZ'](_0xdf049c[_0x5e2dbc(0x1d8)][_0x5e2dbc(0x216)],0x0)){console[_0x5e2dbc(0x212)](_0x5e2dbc(_0x1606e4._0x19f216));for(const _0x24b32e of _0xdf049c[_0x5e2dbc(0x1d8)])console[_0x5e2dbc(_0x1606e4._0x28c3fb)](_0x5e2dbc(0x1b6)+(_0x24b32e['targetSkillName']||'unassigned')+_0x5e2dbc(0x1c5)+_0x24b32e[_0x5e2dbc(_0x1606e4._0x5b31b1)]+_0x5e2dbc(_0x1606e4._0x54d52a)+(_0x24b32e['priorityScore']||0x0)[_0x5e2dbc(0x1ad)](0x2)+')');}return _0x59be9e[_0x5e2dbc(0x20e)]&&console[_0x5e2dbc(_0x1606e4._0xf6196a)]('\x20\x20Last\x20sync:\x20\x20\x20\x20\x20\x20\x20\x20'+_0x59be9e['lastSync']),console['log'](''),{'automation':_0x459ecf,'persistence':_0x59be9e,'highValue':_0x238f85,'plugins':_0x164b44,'assetSnapshot':_0x3b9119,'assetSelection':_0x4e63f2,'assetCounts':_0x38eed8,'selectionDecisions':_0x5c6794,'projectionBuilds':_0x1db46f,'activeModules':_0x3ca146,'hostContextMap':_0x54ec96,'pending':_0xdf049c};}async function fo(_0x17a4af={},_0x39a485={}){const _0x3e3fe0={_0x3c5af7:0x1b0,_0x5472f1:0x212,_0x52342c:0x20f,_0x611fec:0x1fc,_0x329461:0x20c,_0x3dcb40:0x1d1,_0x43087f:0x1bd,_0x1fd71f:0x1f7,_0x23f54a:0x202,_0x328493:0x1cc,_0x3bbe7f:0x1ca},_0x45c976=_0x26634f,_0x1c7576={'cRanx':function(_0x318564,_0x5388f1){return _0x318564(_0x5388f1);},'jZhid':_0x45c976(0x1c4),'JzWol':_0x45c976(0x220)},_0x50b55b=_0x39a485[_0x45c976(_0x3e3fe0._0x3c5af7)]||process['cwd'](),_0x4a8e4f=_0x17a4af[_0x45c976(0x21a)]?{'persistence':_0x47904e(_0x50b55b,_0x17a4af['repo'])}:_0x1c7576['cRanx'](_0x5a9486,_0x50b55b),_0xac5bf9=_0x5d3824(_0x50b55b),_0x5080a3=await _0x35cb31(_0x50b55b,{'allowRemoteSync':!0x1}),_0x180936=_0x4a8e4f['persistence'][_0x45c976(0x1da)]==='git'?_0x1c7576['jZhid']:'local',_0x324375=_0x4954a6(_0x50b55b,{'backend':_0x180936,'remote_repo':_0x4a8e4f['persistence']['remote_repo']||'','direction':_0x1c7576['JzWol']});return console[_0x45c976(_0x3e3fe0._0x5472f1)](_0x42a576[_0x45c976(_0x3e3fe0._0x52342c)]('\x0aAutoSpec\x20Sync\x0a')),console[_0x45c976(0x212)]('\x20\x20Backend:\x20\x20\x20\x20'+_0x180936),_0x4a8e4f[_0x45c976(_0x3e3fe0._0x611fec)]['remote_repo']&&console['log']('\x20\x20Remote:\x20\x20\x20\x20\x20'+_0x4a8e4f['persistence']['remote_repo']),console['log'](_0x45c976(_0x3e3fe0._0x329461)+(_0x5080a3['materialize']['entriesCreated']+_0x5080a3['materialize'][_0x45c976(_0x3e3fe0._0x3dcb40)])+'\x20wiki\x20update(s)'),console['log'](_0x45c976(_0x3e3fe0._0x43087f)+_0x1d6480[_0x45c976(_0x3e3fe0._0x1fd71f)](_0x50b55b,_0xac5bf9[_0x45c976(0x221)])['replace'](/\\/g,'/')),console['log'](_0x45c976(_0x3e3fe0._0x23f54a)+(_0x324375[_0x45c976(_0x3e3fe0._0x328493)]?'yes':'no')),_0x324375[_0x45c976(_0x3e3fe0._0x3bbe7f)]&&console['log'](_0x42a576['red'](_0x45c976(0x1d7)+_0x324375[_0x45c976(0x1ca)])),console[_0x45c976(_0x3e3fe0._0x5472f1)](''),{'materialized':_0x5080a3,'result':_0x324375,'practiceReport':_0xac5bf9['outputPath']};}async function ho(_0x852a5a={}){const _0xc4c387={_0x2543a3:0x20f,_0x576d7b:0x1c7,_0x569fd0:0x1bb,_0x13ac15:0x1bc,_0x477edf:0x204},_0x56ef83=_0x26634f,_0xb8de88={'zlmAm':_0x56ef83(0x1b1)},_0x56533f=_0x852a5a['projectRoot']||process['cwd'](),_0x794d94=_0xb6a3f6(_0x56533f);return console['log'](_0x42a576[_0x56ef83(_0xc4c387._0x2543a3)](_0x56ef83(_0xc4c387._0x576d7b))),console['log'](_0x56ef83(_0xc4c387._0x569fd0)+_0x794d94['mode']),console['log'](_0x56ef83(0x211)+(_0x794d94[_0x56ef83(_0xc4c387._0x13ac15)]?'yes':'no')),console['log'](_0x56ef83(0x1ba)+(_0x794d94[_0x56ef83(0x1e9)]?'yes':'no')),console[_0x56ef83(0x212)](_0x56ef83(_0xc4c387._0x477edf)+(_0x794d94['confirm_system_install']?_0xb8de88['zlmAm']:'no')),console['log'](_0x56ef83(0x1ee)+(_0x794d94[_0x56ef83(0x1e2)]?'yes':'no')),console['log'](''),_0x794d94;}async function $o(_0x227ad4,_0x36f85b={}){const _0x1cf882={_0x1628f6:0x1b0,_0x577490:0x1c1,_0x3d4de5:0x212,_0x1eb468:0x20f,_0x1653f0:0x1b3},_0x29e8cd=_0x26634f,_0x1fbd4b=_0x36f85b[_0x29e8cd(_0x1cf882._0x1628f6)]||process[_0x29e8cd(_0x1cf882._0x577490)](),_0x55a0e4=_0x59358d(_0x1fbd4b,_0x227ad4);return console[_0x29e8cd(_0x1cf882._0x3d4de5)](_0x42a576[_0x29e8cd(_0x1cf882._0x1eb468)]('\x0aAutomation\x20Updated\x0a')),console['log']('\x20\x20Mode:\x20'+_0x55a0e4[_0x29e8cd(_0x1cf882._0x1653f0)]),console['log'](''),_0x55a0e4;}async function So(_0xfe5f94={}){const _0x5930bb={_0xc27f4b:0x1df,_0x5f21d0:0x218,_0x2c2e6c:0x1fe,_0x113b4c:0x212},_0x97ab1=_0x26634f,_0x24bd6c=_0xfe5f94['projectRoot']||process['cwd'](),_0x30cc7c=_0x4bbdbd(_0x24bd6c);return console['log'](_0x42a576['bold'](_0x97ab1(_0x5930bb._0xc27f4b))),console['log'](_0x97ab1(0x205)+(_0x30cc7c[_0x97ab1(_0x5930bb._0x5f21d0)]?'yes':'no')),console['log'](_0x97ab1(0x20a)+_0x30cc7c['backend']),console['log']('\x20\x20Remote:\x20\x20'+(_0x30cc7c[_0x97ab1(0x1ef)]||'--')),console[_0x97ab1(0x212)](_0x97ab1(_0x5930bb._0x2c2e6c)+_0x30cc7c['localStoreDir']),console[_0x97ab1(_0x5930bb._0x113b4c)](_0x97ab1(0x200)+_0x30cc7c['repoLayout']),_0x30cc7c['lastSync']&&console[_0x97ab1(_0x5930bb._0x113b4c)]('\x20\x20Last:\x20\x20\x20\x20'+_0x30cc7c[_0x97ab1(0x20e)]),console['log'](''),_0x30cc7c;}async function yo(_0x13b80d={},_0x1ee1db={}){const _0x3a00cb={_0xbf0c87:0x1c1,_0x41520a:0x1c4,_0x16a798:0x20a,_0x51e18b:0x1fc,_0x35970c:0x1da,_0x24ccfd:0x212},_0x31a4e7=_0x26634f,_0x54a215=_0x1ee1db['projectRoot']||process[_0x31a4e7(_0x3a00cb._0xbf0c87)](),_0x8f41fd=_0x5a9486(_0x54a215,_0x13b80d['repo']?{'backend':_0x31a4e7(_0x3a00cb._0x41520a),'remote_repo':_0x13b80d[_0x31a4e7(0x21a)]}:{});return console[_0x31a4e7(0x212)](_0x42a576['bold'](_0x31a4e7(0x1e7))),console[_0x31a4e7(0x212)](_0x31a4e7(_0x3a00cb._0x16a798)+_0x8f41fd[_0x31a4e7(_0x3a00cb._0x51e18b)][_0x31a4e7(_0x3a00cb._0x35970c)]),console[_0x31a4e7(0x212)]('\x20\x20Remote:\x20\x20'+(_0x8f41fd[_0x31a4e7(0x1fc)]['remote_repo']||'--')),console[_0x31a4e7(_0x3a00cb._0x24ccfd)](''),_0x8f41fd['persistence'];}async function Po(_0x216953,_0x1c4663={}){const _0x49b2f3={_0xbcb1a9:0x1da},_0xf2d837=_0x26634f,_0x569db3=_0x1c4663['projectRoot']||process['cwd'](),_0x5da55f=_0x47904e(_0x569db3,_0x216953);return console['log'](_0x42a576['bold']('\x0aPersistence\x20Remote\x20Bound\x0a')),console['log'](_0xf2d837(0x20a)+_0x5da55f[_0xf2d837(_0x49b2f3._0xbcb1a9)]),console['log']('\x20\x20Remote:\x20\x20'+_0x5da55f['remote_repo']),console[_0xf2d837(0x212)](''),_0x5da55f;}async function ko(_0x8c81d={}){const _0x1ff06f={_0x1c1b1a:0x1b0,_0x312e36:0x206},_0x931e8e=_0x26634f,_0x14b00c={'gedqL':function(_0xf87d56,_0x23a13){return _0xf87d56(_0x23a13);}},_0x23d3ab=_0x8c81d[_0x931e8e(_0x1ff06f._0x1c1b1a)]||process[_0x931e8e(0x1c1)](),_0x5901f=_0x14b00c[_0x931e8e(_0x1ff06f._0x312e36)](_0x3aaeeb,_0x23d3ab);return console[_0x931e8e(0x212)](_0x42a576['bold']('\x0aPersistence\x20Remote\x20Unbound\x0a')),console['log']('\x20\x20Backend:\x20'+_0x5901f['backend']),console['log'](''),_0x5901f;}async function jo(_0x4af13a={}){const _0x9cbc5b={_0x4dd894:0x1b0,_0x4f393a:0x20f,_0x54f24d:0x1e3,_0x999f3e:0x1c9,_0x10ce2b:0x1d1},_0x223512=_0x26634f,_0x15b5db=_0x4af13a[_0x223512(_0x9cbc5b._0x4dd894)]||process['cwd'](),_0x483846=await _0x35cb31(_0x15b5db,{'allowRemoteSync':!0x1});return console['log'](_0x42a576[_0x223512(_0x9cbc5b._0x4f393a)]('\x0aPersistence\x20Materialize\x0a')),console[_0x223512(0x212)](_0x223512(0x214)+_0x483846[_0x223512(_0x9cbc5b._0x54f24d)]['candidatesScanned']),console['log']('\x20\x20Created:\x20\x20\x20\x20'+_0x483846['materialize']['entriesCreated']),console['log'](_0x223512(_0x9cbc5b._0x999f3e)+_0x483846['materialize'][_0x223512(_0x9cbc5b._0x10ce2b)]),console['log'](''),_0x483846;}export{ho as automationStatusCommand,Po as persistBindRepoCommand,yo as persistInitCommand,jo as persistMaterializeCommand,So as persistStatusCommand,ko as persistUnbindCommand,uo as runProjectCommand,$o as setAutomationModeCommand,mo as showProjectStatusCommand,fo as syncProjectAssetsCommand};
@@ -1 +1 @@
1
- function _0x3f5b(_0x4f880d,_0x37f2e1){_0x4f880d=_0x4f880d-0x17b;const _0x2cc813=_0x2cc8();let _0x3f5b57=_0x2cc813[_0x4f880d];if(_0x3f5b['DxOaMM']===undefined){var _0x40f300=function(_0x36c594){const _0x438b0a='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x4cc34c='',_0x1423c6='';for(let _0x2e2d91=0x0,_0x4e6b83,_0x114822,_0x57390c=0x0;_0x114822=_0x36c594['charAt'](_0x57390c++);~_0x114822&&(_0x4e6b83=_0x2e2d91%0x4?_0x4e6b83*0x40+_0x114822:_0x114822,_0x2e2d91++%0x4)?_0x4cc34c+=String['fromCharCode'](0xff&_0x4e6b83>>(-0x2*_0x2e2d91&0x6)):0x0){_0x114822=_0x438b0a['indexOf'](_0x114822);}for(let _0x4af419=0x0,_0x28d9d2=_0x4cc34c['length'];_0x4af419<_0x28d9d2;_0x4af419++){_0x1423c6+='%'+('00'+_0x4cc34c['charCodeAt'](_0x4af419)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x1423c6);};_0x3f5b['URaYfk']=_0x40f300,_0x3f5b['PhLlgL']={},_0x3f5b['DxOaMM']=!![];}const _0x5859ae=_0x2cc813[0x0],_0x2aa435=_0x4f880d+_0x5859ae,_0x42ff53=_0x3f5b['PhLlgL'][_0x2aa435];return!_0x42ff53?(_0x3f5b57=_0x3f5b['URaYfk'](_0x3f5b57),_0x3f5b['PhLlgL'][_0x2aa435]=_0x3f5b57):_0x3f5b57=_0x42ff53,_0x3f5b57;}(function(_0x80fb09,_0x23fefd){const _0x2aa554={_0x129451:0x186,_0x204573:0x19d,_0x6d2054:0x194,_0x426562:0x197,_0x3c2e9e:0x191,_0x1f21ac:0x17c,_0x36e5ef:0x19c,_0x1cf95a:0x17e,_0x5f3600:0x17f},_0x4e979c=_0x3f5b,_0x3359da=_0x80fb09();while(!![]){try{const _0x161d5a=parseInt(_0x4e979c(_0x2aa554._0x129451))/0x1*(parseInt(_0x4e979c(_0x2aa554._0x204573))/0x2)+parseInt(_0x4e979c(0x195))/0x3*(parseInt(_0x4e979c(_0x2aa554._0x6d2054))/0x4)+-parseInt(_0x4e979c(_0x2aa554._0x426562))/0x5*(-parseInt(_0x4e979c(_0x2aa554._0x3c2e9e))/0x6)+parseInt(_0x4e979c(_0x2aa554._0x1f21ac))/0x7*(-parseInt(_0x4e979c(0x188))/0x8)+-parseInt(_0x4e979c(_0x2aa554._0x36e5ef))/0x9*(parseInt(_0x4e979c(0x18c))/0xa)+-parseInt(_0x4e979c(_0x2aa554._0x1cf95a))/0xb+parseInt(_0x4e979c(_0x2aa554._0x5f3600))/0xc;if(_0x161d5a===_0x23fefd)break;else _0x3359da['push'](_0x3359da['shift']());}catch(_0x55b987){_0x3359da['push'](_0x3359da['shift']());}}}(_0x2cc8,0xbb2bc));import _0xcf2e40 from'chalk';import _0x41c1b6 from'path';import _0x5e9866 from'fs';import{initProject as _0x8cbbb8,readInstalledAdaptersFromConfig as _0x597224}from'./init.js';function c(_0x37b823){const _0x53f49f={_0x5812f4:0x18f,_0xe044be:0x19b,_0x55fda1:0x19e,_0x6c2fff:0x199},_0x1ef23f=_0x3f5b,_0x458a50={'qCeaG':_0x1ef23f(_0x53f49f._0x5812f4)},_0x195744=_0x41c1b6[_0x1ef23f(0x18a)](_0x37b823,_0x1ef23f(_0x53f49f._0xe044be));if(!_0x5e9866[_0x1ef23f(_0x53f49f._0x55fda1)](_0x195744))return;const _0xa5485a=_0x5e9866['readFileSync'](_0x195744,_0x458a50[_0x1ef23f(_0x53f49f._0x6c2fff)]);return _0x597224(_0xa5485a);}async function m(){const _0x4fb698={_0x5d30d3:0x183,_0x4fec3e:0x184,_0x3b02a4:0x180,_0x3a1c0a:0x196,_0x429eda:0x189,_0x191b17:0x189,_0x323711:0x17d,_0x30555a:0x18b,_0x4bf7aa:0x193,_0x249d82:0x198,_0x3225fe:0x185,_0x1cca85:0x18e},_0x48b233=_0x3f5b,_0x2214c9={'sGmuT':_0x48b233(_0x4fb698._0x5d30d3),'JWNCV':'\x20\x20✓'},_0x2d7752=process[_0x48b233(0x192)](),_0x58908f=_0x41c1b6['join'](_0x2d7752,_0x2214c9[_0x48b233(0x182)]);if(!_0x5e9866['existsSync'](_0x58908f)){console['log'](_0xcf2e40[_0x48b233(_0x4fb698._0x4fec3e)](_0x48b233(_0x4fb698._0x3b02a4))),console['log'](_0x48b233(_0x4fb698._0x3a1c0a));return;}console[_0x48b233(_0x4fb698._0x429eda)](_0xcf2e40['bold'](_0x48b233(0x17b))),console['log'](_0xcf2e40[_0x48b233(0x18e)](_0x48b233(0x187)));const _0x230716=await _0x8cbbb8(_0x2d7752,{'selectedAdapters':c(_0x58908f)});_0x230716[_0x48b233(0x190)]&&console[_0x48b233(_0x4fb698._0x191b17)](_0xcf2e40['green'](_0x48b233(_0x4fb698._0x323711))+_0x48b233(_0x4fb698._0x30555a)),_0x230716['adaptersInstalled']['length']>0x0&&console['log'](_0xcf2e40[_0x48b233(0x18d)](_0x2214c9['JWNCV'])+('\x20Adapters\x20updated:\x20'+_0x230716[_0x48b233(_0x4fb698._0x4bf7aa)][_0x48b233(_0x4fb698._0x249d82)](_0xda6b3=>_0xda6b3['adapter'])[_0x48b233(0x18a)](',\x20'))),_0x230716['errors']['length']>0x0&&_0x230716['errors'][_0x48b233(_0x4fb698._0x3225fe)](_0x5b6a5b=>console[_0x48b233(0x189)](_0xcf2e40['red'](_0x48b233(0x19a)+_0x5b6a5b))),console['log'](_0xcf2e40[_0x48b233(_0x4fb698._0x1cca85)](_0x48b233(0x181))),console[_0x48b233(_0x4fb698._0x191b17)]('');}function _0x2cc8(){const _0x120011=['ntzIrvbgA1K','icdINjm','mtqZndK5ntftDenvuu0','mZe2mZC4ogXwueLYua','cKf1Dg9tCgvJig5VDcbPBML0AwfSAxPLzcbPBIb0AgLZihbYB2PLy3qU','cLn0yxrLigzPBguGChjLC2vYDMvKlG','C0DTDvq','lMf1Dg9ZCgvJ','CMvK','zM9YrwfJAa','mta5mZr6wNjArgW','icbtEw5JAw5NigHVC3qGChjVAMvJDgLVBNmSigrVy3mSigfUzcbZAgfYzwqGCNvUDgLTzsbHC3n1Bxb0Aw9UCYb0B2DLDgHLCI4k','mtiYmde0ngH0wLrjqq','Bg9N','AM9PBG','ieTUB3DSzwrNzsbMAwXLCYb1CgrHDgvK','mJy2nJbyAerdDvy','z3jLzw4','zgLT','DxrMltG','zNjHBwv3B3jRq29WAwvK','mtu5ntrjrMvitfa','y3DK','ywrHChrLCNnjBNn0ywXSzwq','mJG2nZq4vLLlvNve','ntfKBgXtsKu','uNvUoIbHDxrVC3bLyYbPBML0cG','mJi4nvbTEKfjuq','BwfW','CunLyuC','icdINjCG','y29UzMLNlNLHBwW','mJi3n1nNufzbwq','mJmYtLfRs1bc','zxHPC3rZu3LUyW','cIaGqxv0B1nWzwmGvxbKyxrLcG'];_0x2cc8=function(){return _0x120011;};return _0x2cc8();}export{m as updateCommand};
1
+ (function(_0x498ecf,_0x17da4d){const _0x15b965={_0x3671f7:0x16e,_0x2e5d4a:0x168,_0x523680:0x161,_0x824032:0x176,_0x57cd21:0x16f,_0x5a5014:0x17d},_0x4bf23c=_0x4dfc,_0x4a8777=_0x498ecf();while(!![]){try{const _0x51d75c=parseInt(_0x4bf23c(0x169))/0x1+parseInt(_0x4bf23c(_0x15b965._0x3671f7))/0x2+parseInt(_0x4bf23c(_0x15b965._0x2e5d4a))/0x3+parseInt(_0x4bf23c(0x17b))/0x4*(-parseInt(_0x4bf23c(_0x15b965._0x523680))/0x5)+-parseInt(_0x4bf23c(0x173))/0x6+-parseInt(_0x4bf23c(_0x15b965._0x824032))/0x7*(parseInt(_0x4bf23c(_0x15b965._0x57cd21))/0x8)+parseInt(_0x4bf23c(_0x15b965._0x5a5014))/0x9;if(_0x51d75c===_0x17da4d)break;else _0x4a8777['push'](_0x4a8777['shift']());}catch(_0x3aade1){_0x4a8777['push'](_0x4a8777['shift']());}}}(_0x5bdc,0xcb1fc));import _0x887275 from'chalk';import _0x89493e from'path';function _0x4dfc(_0x58839e,_0x560462){_0x58839e=_0x58839e-0x161;const _0x5bdccb=_0x5bdc();let _0x4dfc97=_0x5bdccb[_0x58839e];if(_0x4dfc['grzCyd']===undefined){var _0x4fa4c8=function(_0x3ce7cf){const _0xc30f15='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x3e3b8f='',_0x4d2918='';for(let _0x2b4b96=0x0,_0x4e821e,_0x524373,_0x22ff48=0x0;_0x524373=_0x3ce7cf['charAt'](_0x22ff48++);~_0x524373&&(_0x4e821e=_0x2b4b96%0x4?_0x4e821e*0x40+_0x524373:_0x524373,_0x2b4b96++%0x4)?_0x3e3b8f+=String['fromCharCode'](0xff&_0x4e821e>>(-0x2*_0x2b4b96&0x6)):0x0){_0x524373=_0xc30f15['indexOf'](_0x524373);}for(let _0x4551e7=0x0,_0x1aae12=_0x3e3b8f['length'];_0x4551e7<_0x1aae12;_0x4551e7++){_0x4d2918+='%'+('00'+_0x3e3b8f['charCodeAt'](_0x4551e7)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x4d2918);};_0x4dfc['GQQXID']=_0x4fa4c8,_0x4dfc['EQMway']={},_0x4dfc['grzCyd']=!![];}const _0x377a8a=_0x5bdccb[0x0],_0x230077=_0x58839e+_0x377a8a,_0x20dd89=_0x4dfc['EQMway'][_0x230077];return!_0x20dd89?(_0x4dfc97=_0x4dfc['GQQXID'](_0x4dfc97),_0x4dfc['EQMway'][_0x230077]=_0x4dfc97):_0x4dfc97=_0x20dd89,_0x4dfc97;}import _0x2f6f89 from'fs';import{initProject as _0x53cad5,readInstalledAdaptersFromConfig as _0x287cf2}from'./init.js';import{listAssets as _0x13894,readProjectionBuilds as _0x46466d}from'../../plugins/hooks/lib/assets/index.js';function _0x5bdc(){const _0x2bcff4=['zxHPC3rZu3LUyW','zgLT','ndGYmZq0tvDMy1vW','mta1ndK2D3HhBhP2','DuLVywG','DwTnEeq','AM9PBG','nJi2otGZog9tyKrjvW','v1DtvhK','lcbWCM9Qzwn0Aw9UCZ0','nte4vLrHquTH','zM5PEKC','CMvK','zxjYB3jZ','cLn0yxrLigzPBguGChjLC2vYDMvKlG','ndu1mZKYneLsBhbUsq','z3jLzw4','mJGXodiXotvZvgTLqLm','nu5gre9gra','whHrsLa','icbfuLiG','icbpsYa','cIaGqxv0B1nWzwmGvxbKyxrLcG','BgvUz3rO','ywrHChrLCNnjBNn0ywXSzwq','odCYmte1rLPeBu1P','mZi4mdu2u2LdB1jO','y29UzMLNlNLHBwW','Bg9N'];_0x5bdc=function(){return _0x2bcff4;};return _0x5bdc();}function u(_0x4dacd7){const _0x869ef1=_0x4dfc,_0x1efe9f={'BDHZf':_0x869ef1(0x16a),'uIoah':function(_0x1c5330,_0x1b5cf3){return _0x1c5330(_0x1b5cf3);}},_0xdc9671=_0x89493e['join'](_0x4dacd7,_0x1efe9f['BDHZf']);if(!_0x2f6f89[_0x869ef1(0x16c)](_0xdc9671))return;const _0x218e44=_0x2f6f89['readFileSync'](_0xdc9671,'utf-8');return _0x1efe9f[_0x869ef1(0x170)](_0x287cf2,_0x218e44);}async function A(){const _0x2cc192={_0x2de018:0x164,_0x29304f:0x165,_0x14a1f1:0x177,_0x45ea80:0x162,_0x3ad2fb:0x171,_0x1d5846:0x166,_0x1f9ed3:0x16b,_0x285bad:0x175,_0x4306c0:0x179,_0x1af12a:0x17a},_0x3b259c=_0x4dfc,_0x575d1f={'fnizG':function(_0x3ec19b,_0x2b1c4e,_0x16d288){return _0x3ec19b(_0x2b1c4e,_0x16d288);},'XxQJP':function(_0x56e137,_0x13c602){return _0x56e137(_0x13c602);},'fwJuH':function(_0x33e632,_0x21ba32){return _0x33e632>_0x21ba32;},'ukMxD':function(_0x7fd5ab,_0xd4e763){return _0x7fd5ab+_0xd4e763;},'WWSTy':_0x3b259c(_0x2cc192._0x2de018)},_0x258996=process['cwd'](),_0x117370=_0x89493e['join'](_0x258996,'.autospec');if(!_0x2f6f89[_0x3b259c(0x16c)](_0x117370)){console['log'](_0x887275['red']('\x0aAutoSpec\x20not\x20initialized\x20in\x20this\x20project.')),console['log']('Run\x20in\x20your\x20host\x20entrypoint:\x20/atsx:init\x0a');return;}console['log'](_0x887275['bold'](_0x3b259c(_0x2cc192._0x29304f))),console['log'](_0x887275['dim']('\x20\x20Syncing\x20host\x20projections,\x20docs,\x20and\x20shared\x20runtime\x20assumptions\x20together.\x0a'));const _0x19b4f9=await _0x575d1f[_0x3b259c(_0x2cc192._0x14a1f1)](_0x53cad5,_0x258996,{'selectedAdapters':_0x575d1f[_0x3b259c(_0x2cc192._0x45ea80)](u,_0x117370),'mode':'update'});_0x19b4f9['frameworkCopied']&&console['log'](_0x887275[_0x3b259c(0x17c)](_0x3b259c(0x164))+'Knowledge\x20files\x20updated'),_0x575d1f['fwJuH'](_0x19b4f9['adaptersInstalled']['length'],0x0)&&console[_0x3b259c(0x16b)](_0x575d1f[_0x3b259c(_0x2cc192._0x3ad2fb)](_0x887275['green'](_0x3b259c(_0x2cc192._0x2de018)),'Adapters\x20updated:\x20'+_0x19b4f9[_0x3b259c(0x167)]['map'](_0xf511d4=>_0xf511d4['adapter'])[_0x3b259c(0x172)](',\x20')));const _0xf8e31f=_0x13894(_0x258996)[_0x3b259c(_0x2cc192._0x1d5846)],_0x96a5ee=_0x46466d(_0x258996)[_0x3b259c(0x166)];console[_0x3b259c(_0x2cc192._0x1f9ed3)](_0x575d1f[_0x3b259c(0x171)](_0x887275['green'](_0x575d1f[_0x3b259c(0x174)]),'Asset\x20OS:\x20assets='+_0xf8e31f+_0x3b259c(_0x2cc192._0x285bad)+_0x96a5ee)),_0x19b4f9[_0x3b259c(_0x2cc192._0x4306c0)][_0x3b259c(_0x2cc192._0x1d5846)]>0x0&&_0x19b4f9['errors']['forEach'](_0x369284=>console[_0x3b259c(0x16b)](_0x887275[_0x3b259c(0x178)](_0x3b259c(0x163)+_0x369284))),console['log'](_0x887275[_0x3b259c(0x16d)](_0x3b259c(_0x2cc192._0x1af12a))),console['log']('');}export{A as updateCommand};
@@ -1 +1 @@
1
- const _0xec12a8=_0x5dfa;(function(_0x2f3f72,_0x50dcbb){const _0x41b0fb={_0x1cb57e:0x105,_0x42d72a:0x10b,_0x3a8901:0x11d,_0x5b7d0b:0x111,_0x3673bb:0x122},_0x2c98a0=_0x5dfa,_0x30432a=_0x2f3f72();while(!![]){try{const _0x5b4b67=-parseInt(_0x2c98a0(_0x41b0fb._0x1cb57e))/0x1*(-parseInt(_0x2c98a0(0x11b))/0x2)+-parseInt(_0x2c98a0(0x114))/0x3+-parseInt(_0x2c98a0(_0x41b0fb._0x42d72a))/0x4+parseInt(_0x2c98a0(0x110))/0x5+-parseInt(_0x2c98a0(_0x41b0fb._0x3a8901))/0x6+-parseInt(_0x2c98a0(_0x41b0fb._0x5b7d0b))/0x7*(parseInt(_0x2c98a0(0x106))/0x8)+parseInt(_0x2c98a0(_0x41b0fb._0x3673bb))/0x9;if(_0x5b4b67===_0x50dcbb)break;else _0x30432a['push'](_0x30432a['shift']());}catch(_0x487317){_0x30432a['push'](_0x30432a['shift']());}}}(_0x55a5,0x51e21));import{COMMAND_DEFINITIONS as _0x2aefd6}from'../../adapters/claude-code/commands.config.js';const o=[{'id':_0xec12a8(0x11a),'titleZh':_0xec12a8(0x11e),'titleEn':_0xec12a8(0x121),'commands':[_0xec12a8(0x109),_0xec12a8(0x10c),'plan',_0xec12a8(0x113)]},{'id':_0xec12a8(0x112),'titleZh':'状态与审查命令','titleEn':'Status\x20and\x20Review\x20Commands','commands':['status',_0xec12a8(0x10a),'list','dashboard',_0xec12a8(0x107)]},{'id':'runtime','titleZh':'运行时与资产命令','titleEn':_0xec12a8(0x115),'commands':['sync',_0xec12a8(0x10e),'plugin','persist',_0xec12a8(0x120),'init']},{'id':'environment','titleZh':_0xec12a8(0x119),'titleEn':_0xec12a8(0x117),'commands':['env']},{'id':'knowledge','titleZh':_0xec12a8(0x118),'titleEn':'Knowledge\x20and\x20Organization\x20Commands','commands':[_0xec12a8(0x124),_0xec12a8(0x116),'org','contribute']},{'id':'evolution','titleZh':'进化命令','titleEn':_0xec12a8(0x123),'commands':['project-evolve',_0xec12a8(0x11f)]}];function _0x5dfa(_0x79b764,_0x1a786b){_0x79b764=_0x79b764-0x105;const _0x55a5ae=_0x55a5();let _0x5dfa7a=_0x55a5ae[_0x79b764];if(_0x5dfa['iYKkXB']===undefined){var _0x8bf510=function(_0x3cad4e){const _0x3398ae='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x27a025='',_0x2f84b8='';for(let _0x48a6fc=0x0,_0x5e6f5a,_0x4e144f,_0x1d2aa0=0x0;_0x4e144f=_0x3cad4e['charAt'](_0x1d2aa0++);~_0x4e144f&&(_0x5e6f5a=_0x48a6fc%0x4?_0x5e6f5a*0x40+_0x4e144f:_0x4e144f,_0x48a6fc++%0x4)?_0x27a025+=String['fromCharCode'](0xff&_0x5e6f5a>>(-0x2*_0x48a6fc&0x6)):0x0){_0x4e144f=_0x3398ae['indexOf'](_0x4e144f);}for(let _0x127956=0x0,_0x366309=_0x27a025['length'];_0x127956<_0x366309;_0x127956++){_0x2f84b8+='%'+('00'+_0x27a025['charCodeAt'](_0x127956)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x2f84b8);};_0x5dfa['jYnyBK']=_0x8bf510,_0x5dfa['KWxDhR']={},_0x5dfa['iYKkXB']=!![];}const _0x3ddf84=_0x55a5ae[0x0],_0x2f94e1=_0x79b764+_0x3ddf84,_0x1ab847=_0x5dfa['KWxDhR'][_0x2f94e1];return!_0x1ab847?(_0x5dfa7a=_0x5dfa['jYnyBK'](_0x5dfa7a),_0x5dfa['KWxDhR'][_0x2f94e1]=_0x5dfa7a):_0x5dfa7a=_0x1ab847,_0x5dfa7a;}function m(){const _0x4253cc={_0x37aee3:0x11c},_0x515ff6=_0xec12a8;return Object['entries'](_0x2aefd6)[_0x515ff6(_0x4253cc._0x37aee3)](([,_0x2990d2])=>!_0x2990d2['internal'])[_0x515ff6(0x108)](([_0x161900,_0x1a37be])=>({'name':_0x161900,'command':'/atsx:'+_0x161900,'templateFile':_0x1a37be['templateFile'],'description':_0x1a37be[_0x515ff6(0x10d)]}));}function l(){const _0x4ec94f={_0x83d27d:0x10f},_0x274d53=_0xec12a8,_0x5e4c96={'MXDHV':function(_0x1f8223){return _0x1f8223();}},_0x18a8a6=new Map(_0x5e4c96[_0x274d53(_0x4ec94f._0x83d27d)](m)[_0x274d53(0x108)](_0x1c5d8b=>[_0x1c5d8b['name'],_0x1c5d8b]));return o['map'](_0x5c60d6=>({..._0x5c60d6,'entries':_0x5c60d6['commands'][_0x274d53(0x108)](_0x28fe18=>_0x18a8a6['get'](_0x28fe18))[_0x274d53(0x11c)](Boolean)}));}function _0x55a5(){const _0x11f8c2=['mZG0mdqZmxr2v21ACa','C3rHDhvZ','y29Kzq','mti3nJm5ogX5BKr0wG','uNvUDgLTzsbHBMqGqxnZzxqGq29TBwfUzhm','z2XVyMfS','rw52AxjVBM1LBNqGq29TBwfUzhm','55+L6k+g5lIo57Ue57Uh5zg95lUK','546V5Akd5zg95lUK','y29Yzq','mKfLBe52rW','zMLSDgvY','otG4ndqWreTlt2n1','5Qc45B+d5Rwb56Il5zg95lUK','zMLLBgqTzxzVBhzL','DxbKyxrL','q29YzsbxB3jRzMXVDYbdB21Tyw5KCW','otG4ode3nfjhuNvZva','rxzVBhv0Aw9UienVBw1HBMrZ','BwvTB3j5','mJeWnZa1sfzOzvfR','ogP4tvPYuq','Bw9UAxrVCG','BwfW','CNvU','CMv2Awv3','mtGYotm2shzgvNjH','zxHWBg9Yzq','zgvZy3jPChrPB24','yxv0B21HDgLVBG','tvHesfy','mta1mJG3nuLUve5WrG'];_0x55a5=function(){return _0x11f8c2;};return _0x55a5();}export{o as COMMAND_CATEGORIES,l as getCategoryEntries,m as getPublicCommandEntries};
1
+ const _0xce9420=_0xfd2e;(function(_0x2fcd7b,_0x1ccb83){const _0x3b9035={_0x570b19:0x193,_0x13f4a5:0x1a9,_0x5ea1a3:0x18d,_0x557335:0x1a8,_0x5e33d7:0x19f,_0x493fab:0x1a7},_0xecd53c=_0xfd2e,_0x21e525=_0x2fcd7b();while(!![]){try{const _0x44bcea=-parseInt(_0xecd53c(_0x3b9035._0x570b19))/0x1*(-parseInt(_0xecd53c(_0x3b9035._0x13f4a5))/0x2)+parseInt(_0xecd53c(0x19b))/0x3*(parseInt(_0xecd53c(0x1a3))/0x4)+parseInt(_0xecd53c(0x1a0))/0x5*(parseInt(_0xecd53c(_0x3b9035._0x5ea1a3))/0x6)+-parseInt(_0xecd53c(_0x3b9035._0x557335))/0x7+-parseInt(_0xecd53c(0x1a5))/0x8+parseInt(_0xecd53c(_0x3b9035._0x5e33d7))/0x9*(-parseInt(_0xecd53c(0x19e))/0xa)+parseInt(_0xecd53c(0x198))/0xb*(parseInt(_0xecd53c(_0x3b9035._0x493fab))/0xc);if(_0x44bcea===_0x1ccb83)break;else _0x21e525['push'](_0x21e525['shift']());}catch(_0x44576a){_0x21e525['push'](_0x21e525['shift']());}}}(_0x1b62,0xdc8ec));function _0x1b62(){const _0x45266c=['zMLSDgvY','zxzVBhv0Aw9U','s25VD2XLzgDLigfUzcbpCMDHBML6yxrPB24Gq29TBwfUzhm','C3rHDhvZ','ndG0suDwBw5r','B3jN','z2XVyMfS','mZC3ntyYmhLOz0vkBG','l2f0C3G6','y29TBwfUzhm','mtGZmtbws2HMr1i','nta0ourgtLDbuG','nvL5r3DltG','z2v0','q29YzsbxB3jRzMXVDYbdB21Tyw5KCW','neHSt3PUqG','CNvUDgLTzq','ndy2odu1mMzrBujACa','CNvU','mJa2ndeYuxfWy3zX','nty3mdqYn2LoCMnyAW','mtmXne9ABxrJCa','Bw9UAxrVCG','BwfW','C3LUyW','DgvTCgXHDgvgAwXL','zxHWBg9Yzq','A25VD2XLzgDL','54Q25Ocb5lIo5A6H5P+L5zg95lUK','nZi4otm0mfj1ALfHqG','zgfZAgjVyxjK','y29Kzq','BMfTzq','5Qc45B+d5Rwb56Il5zg95lUK','CgvYC2LZDa','mtqZvujhCgrU'];_0x1b62=function(){return _0x45266c;};return _0x1b62();}function _0xfd2e(_0xd2282c,_0x27b81a){_0xd2282c=_0xd2282c-0x188;const _0x1b6237=_0x1b62();let _0xfd2e7c=_0x1b6237[_0xd2282c];if(_0xfd2e['oDLsFL']===undefined){var _0x26abbb=function(_0x93282d){const _0x32c22c='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x1e853f='',_0x341e24='';for(let _0x476db9=0x0,_0x23c4e8,_0x151792,_0x1d2e0c=0x0;_0x151792=_0x93282d['charAt'](_0x1d2e0c++);~_0x151792&&(_0x23c4e8=_0x476db9%0x4?_0x23c4e8*0x40+_0x151792:_0x151792,_0x476db9++%0x4)?_0x1e853f+=String['fromCharCode'](0xff&_0x23c4e8>>(-0x2*_0x476db9&0x6)):0x0){_0x151792=_0x32c22c['indexOf'](_0x151792);}for(let _0x3579e0=0x0,_0x27ddb4=_0x1e853f['length'];_0x3579e0<_0x27ddb4;_0x3579e0++){_0x341e24+='%'+('00'+_0x1e853f['charCodeAt'](_0x3579e0)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x341e24);};_0xfd2e['JKNqDW']=_0x26abbb,_0xfd2e['zPTrfz']={},_0xfd2e['oDLsFL']=!![];}const _0x69efb0=_0x1b6237[0x0],_0x1ebdb6=_0xd2282c+_0x69efb0,_0x3c033e=_0xfd2e['zPTrfz'][_0x1ebdb6];return!_0x3c033e?(_0xfd2e7c=_0xfd2e['JKNqDW'](_0xfd2e7c),_0xfd2e['zPTrfz'][_0x1ebdb6]=_0xfd2e7c):_0xfd2e7c=_0x3c033e,_0xfd2e7c;}import{COMMAND_DEFINITIONS as _0x5592e8}from'../../adapters/claude-code/commands.config.js';const o=[{'id':'core','titleZh':_0xce9420(0x191),'titleEn':_0xce9420(0x1a2),'commands':[_0xce9420(0x1a6),_0xce9420(0x18a),'plan',_0xce9420(0x18f)]},{'id':_0xce9420(0x197),'titleZh':_0xce9420(0x18c),'titleEn':'Status\x20and\x20Review\x20Commands','commands':[_0xce9420(0x197),'review','list',_0xce9420(0x18e),_0xce9420(0x1aa)]},{'id':_0xce9420(0x1a4),'titleZh':'运行时与资产命令','titleEn':'Runtime\x20and\x20Asset\x20Commands','commands':[_0xce9420(0x188),'automation','plugin',_0xce9420(0x192),'update','init']},{'id':'environment','titleZh':'环境命令','titleEn':'Environment\x20Commands','commands':['env']},{'id':_0xce9420(0x18b),'titleZh':'知识与组织命令','titleEn':_0xce9420(0x196),'commands':['memory',_0xce9420(0x19a),_0xce9420(0x199),'contribute']},{'id':_0xce9420(0x195),'titleZh':'进化命令','titleEn':'Evolution\x20Commands','commands':['project-evolve','field-evolve']}];function m(){const _0x359963=_0xce9420;return Object['entries'](_0x5592e8)['filter'](([,_0x4ab133])=>!_0x4ab133['internal'])['map'](([_0x9e885b,_0x3cab78])=>({'name':_0x9e885b,'command':_0x359963(0x19c)+_0x9e885b,'templateFile':_0x3cab78[_0x359963(0x189)],'description':_0x3cab78['description']}));}function l(){const _0x28619a={_0x52feb1:0x1ab},_0x49029c=_0xce9420,_0x203c53=new Map(m()['map'](_0x270df5=>[_0x270df5[_0x49029c(0x190)],_0x270df5]));return o[_0x49029c(_0x28619a._0x52feb1)](_0x108980=>({..._0x108980,'entries':_0x108980[_0x49029c(0x19d)][_0x49029c(0x1ab)](_0xbe6e15=>_0x203c53[_0x49029c(0x1a1)](_0xbe6e15))[_0x49029c(0x194)](Boolean)}));}export{o as COMMAND_CATEGORIES,l as getCategoryEntries,m as getPublicCommandEntries};