agentic-qe 3.13.9 → 3.13.11
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.
- package/.claude/helpers/.helpers-version +1 -1
- package/.claude/helpers/auto-memory-hook.mjs +1 -1
- package/.claude/helpers/helpers.manifest.json +6 -6
- package/.claude/helpers/hook-handler.cjs +30 -0
- package/.claude/helpers/intelligence.cjs +121 -10
- package/.claude/helpers/statusline.cjs +737 -8
- package/.claude/skills/skills-manifest.json +1 -1
- package/CHANGELOG.md +79 -0
- package/README.md +1 -0
- package/assets/skills/skills-manifest.json +1 -1
- package/dist/agents/claim-verifier/claim-verifier-service.js +4 -4
- package/dist/agents/claim-verifier/index.js +6 -6
- package/dist/agents/claim-verifier/verifiers/file-verifier.js +1 -1
- package/dist/agents/claim-verifier/verifiers/index.js +3 -3
- package/dist/agents/claim-verifier/verifiers/output-verifier.js +1 -1
- package/dist/causal-discovery/causal-graph.js +2 -2
- package/dist/causal-discovery/discovery-engine.js +2 -2
- package/dist/causal-discovery/weight-matrix.js +2 -2
- package/dist/cli/bundle.js +5 -5
- package/dist/cli/chunks/adapter-YBSKQFQ4.js +2 -0
- package/dist/cli/chunks/{agent-booster-wasm-UVFQL2YN.js → agent-booster-wasm-5ARDZYNO.js} +2 -2
- package/dist/cli/chunks/{agent-handler-OOIYA6HY.js → agent-handler-SVKEPF7B.js} +2 -2
- package/dist/cli/chunks/{agent-memory-branch-JP657M2X.js → agent-memory-branch-QDL7OVHC.js} +2 -2
- package/dist/cli/chunks/aqe-learning-engine-3H7DRDD4.js +2 -0
- package/dist/cli/chunks/{arena-YQQGPT3A.js → arena-7OCKBN6O.js} +2 -2
- package/dist/cli/chunks/{arena-3TEQR4Z5.js → arena-HQLSNQZ3.js} +4 -4
- package/dist/cli/chunks/{audit-2ZNYXWUH.js → audit-2EQJW5UE.js} +3 -3
- package/dist/cli/chunks/base-ZTD6PFD7.js +2 -0
- package/dist/cli/chunks/{better-sqlite3-MIHBCO3K.js → better-sqlite3-OBFNNE4T.js} +2 -2
- package/dist/cli/chunks/{brain-handler-ROJZOXD3.js → brain-handler-FV2AJZ4A.js} +3 -3
- package/dist/cli/chunks/{branch-enumerator-LYOBZQYN.js → branch-enumerator-6B4L5O3D.js} +2 -2
- package/dist/cli/chunks/{browser-MYZ22Z22.js → browser-VDMGBWNK.js} +2 -2
- package/dist/cli/chunks/browser-workflow-GKWDM25H.js +2 -0
- package/dist/cli/chunks/{chunk-HUF4AONC.js → chunk-23E37MDA.js} +2 -2
- package/dist/cli/chunks/{chunk-3FUI4SKR.js → chunk-24XW7KUX.js} +2 -2
- package/dist/cli/chunks/{chunk-6HBULOTM.js → chunk-2BDTZYQN.js} +3 -3
- package/dist/cli/chunks/{chunk-ZSUBWGL3.js → chunk-2CBEQV6R.js} +2 -2
- package/dist/cli/chunks/{chunk-STFUARVH.js → chunk-2D7SBOZ4.js} +2 -2
- package/dist/cli/chunks/chunk-2E2QCIGR.js +12 -0
- package/dist/cli/chunks/{chunk-VGDQQVJI.js → chunk-2E3PRDEX.js} +2 -2
- package/dist/cli/chunks/{chunk-3Z44HZRV.js → chunk-2HT5HRAA.js} +2 -2
- package/dist/cli/chunks/{chunk-UNAAAXI2.js → chunk-2Y3PW5EJ.js} +2 -2
- package/dist/cli/chunks/{chunk-SMNHQK6U.js → chunk-36ONUM43.js} +1 -1
- package/dist/cli/chunks/{chunk-AET5ETY2.js → chunk-3SPYI7TS.js} +1 -1
- package/dist/cli/chunks/{chunk-FV2YHX26.js → chunk-4CTKRLRX.js} +2 -2
- package/dist/cli/chunks/{chunk-RQ3JWFH7.js → chunk-4DTBGQWA.js} +2 -2
- package/dist/cli/chunks/{chunk-OJ5FT22A.js → chunk-4TJJU5Y2.js} +3 -3
- package/dist/cli/chunks/{chunk-L5SV6NNH.js → chunk-4TUGQESL.js} +2 -2
- package/dist/cli/chunks/{chunk-WQT5WSDA.js → chunk-4X4GTEQY.js} +1 -1
- package/dist/cli/chunks/{chunk-KJKA35Q5.js → chunk-4ZQOJ7Q2.js} +2 -2
- package/dist/cli/chunks/{chunk-N4CORNKN.js → chunk-5364DBZG.js} +2 -2
- package/dist/cli/chunks/{chunk-65Q64QCC.js → chunk-76NSSNB3.js} +2 -2
- package/dist/cli/chunks/{chunk-NDO6NIB3.js → chunk-7HTYM6XY.js} +2 -2
- package/dist/cli/chunks/{chunk-CGVB4XBJ.js → chunk-7YL7P5XG.js} +2 -2
- package/dist/cli/chunks/{chunk-ZG25CHVY.js → chunk-AAPJG3WI.js} +2 -2
- package/dist/cli/chunks/{chunk-4FNDI3M2.js → chunk-AFXMTSO3.js} +1 -1
- package/dist/cli/chunks/{chunk-LCVKHWW2.js → chunk-AHG2O5HT.js} +2 -2
- package/dist/cli/chunks/{chunk-JA5WSDDW.js → chunk-ATRUE6CT.js} +2 -2
- package/dist/cli/chunks/{chunk-AKXLZ7CW.js → chunk-AZVV7POX.js} +3 -3
- package/dist/cli/chunks/{chunk-NUWMKDQH.js → chunk-B646CE3C.js} +2 -2
- package/dist/cli/chunks/{chunk-DSVSZPI3.js → chunk-BL5BHBXR.js} +1 -1
- package/dist/cli/chunks/{chunk-A546FJQP.js → chunk-BPPEN7SS.js} +2 -2
- package/dist/cli/chunks/{chunk-LNPXRGCM.js → chunk-BVKFBJX6.js} +4 -4
- package/dist/cli/chunks/{chunk-BSBYYUT5.js → chunk-CK7ZLMD2.js} +1 -1
- package/dist/cli/chunks/{chunk-UPCKORAJ.js → chunk-CTS545BF.js} +1 -1
- package/dist/cli/chunks/chunk-CYQRZ645.js +2 -0
- package/dist/cli/chunks/{chunk-ZKYKW4CH.js → chunk-DLL3AJH7.js} +1 -1
- package/dist/cli/chunks/{chunk-O6RY2MKE.js → chunk-DMHQ4ZUZ.js} +2 -2
- package/dist/cli/chunks/{chunk-HTVDDFRI.js → chunk-DPZ4AU6W.js} +2 -2
- package/dist/cli/chunks/{chunk-7NOX3Y6P.js → chunk-DXQMVATY.js} +2 -2
- package/dist/cli/chunks/{chunk-WC3WHPUW.js → chunk-E54QUKAD.js} +2 -2
- package/dist/cli/chunks/{chunk-JWS2G6PO.js → chunk-EHZQIXH6.js} +3 -3
- package/dist/cli/chunks/{chunk-TGFOEDBY.js → chunk-EI4KYBNI.js} +2 -2
- package/dist/cli/chunks/{chunk-EZITEQMG.js → chunk-EKFKQGIT.js} +1 -1
- package/dist/cli/chunks/{chunk-PG2ERIJE.js → chunk-EN36AFRJ.js} +1 -1
- package/dist/cli/chunks/{chunk-CKRIQVMB.js → chunk-EWH7PFV6.js} +1 -1
- package/dist/cli/chunks/{chunk-RWR5G4Q2.js → chunk-FBASWZ7G.js} +1 -1
- package/dist/cli/chunks/{chunk-72ALY5JJ.js → chunk-FPX4JSFH.js} +2 -2
- package/dist/cli/chunks/{chunk-C6HU5SIU.js → chunk-FXKOHZBN.js} +1 -1
- package/dist/cli/chunks/{chunk-RH2VLBDQ.js → chunk-GJTGHVAX.js} +4 -4
- package/dist/cli/chunks/{chunk-BJNQ4H5G.js → chunk-GP5QBJVO.js} +2 -2
- package/dist/cli/chunks/{chunk-X4OKGVV2.js → chunk-GPJDZFFV.js} +2 -2
- package/dist/cli/chunks/{chunk-LZF2HITR.js → chunk-GWTGBQ6X.js} +2 -2
- package/dist/cli/chunks/{chunk-IB6YCQDH.js → chunk-H3AKF2HS.js} +10 -10
- package/dist/cli/chunks/{chunk-4NJZLASI.js → chunk-H3BHOIT6.js} +3 -3
- package/dist/cli/chunks/{chunk-LN7FJGP7.js → chunk-H5DS7S4B.js} +2 -2
- package/dist/cli/chunks/{chunk-OOVCVFUF.js → chunk-H7QWOJF2.js} +2 -2
- package/dist/cli/chunks/{chunk-YDWDU45I.js → chunk-HGPMS6JL.js} +2 -2
- package/dist/cli/chunks/{chunk-NIRZ7WJ6.js → chunk-HHEWINDL.js} +1 -1
- package/dist/cli/chunks/{chunk-ZBLJYWUE.js → chunk-HV6LJ57R.js} +1 -1
- package/dist/cli/chunks/{chunk-OYVUVHNV.js → chunk-HZR4G6I3.js} +1 -1
- package/dist/cli/chunks/{chunk-E5SUSYYD.js → chunk-IGW5L7YM.js} +1 -1
- package/dist/cli/chunks/{chunk-TZ67G37C.js → chunk-IYMV4CU5.js} +2 -2
- package/dist/cli/chunks/{chunk-EFAH6NUD.js → chunk-IZF3VLNW.js} +1 -1
- package/dist/cli/chunks/{chunk-QWSAEJSB.js → chunk-IZOWGVTU.js} +2 -2
- package/dist/cli/chunks/{chunk-T56N64OC.js → chunk-JGXP67BP.js} +1 -1
- package/dist/cli/chunks/{chunk-K55DZSEB.js → chunk-JK6ENS3J.js} +2 -2
- package/dist/cli/chunks/{chunk-C3D6X6NJ.js → chunk-JKP2BUF5.js} +2 -2
- package/dist/cli/chunks/{chunk-JKIVHK36.js → chunk-JKPMV5VB.js} +5 -5
- package/dist/cli/chunks/{chunk-TON5HYQM.js → chunk-JTQSXU6V.js} +6 -6
- package/dist/cli/chunks/{chunk-DT4ZMOFZ.js → chunk-JWT675RM.js} +2 -2
- package/dist/cli/chunks/{chunk-6EKA2SCV.js → chunk-K652SCBA.js} +2 -2
- package/dist/cli/chunks/{chunk-2G5ALMG4.js → chunk-LIGDJP6H.js} +1 -1
- package/dist/cli/chunks/{chunk-6VX2X4V5.js → chunk-LLP3UW62.js} +2 -2
- package/dist/cli/chunks/{chunk-ATIP66H7.js → chunk-LM727BVL.js} +4 -4
- package/dist/cli/chunks/{chunk-NWIO7QC2.js → chunk-LPDT27EC.js} +2 -2
- package/dist/cli/chunks/{chunk-N46VHXWO.js → chunk-LREIHR2A.js} +2 -2
- package/dist/cli/chunks/{chunk-HZLDCCUG.js → chunk-LUAXQB57.js} +1 -1
- package/dist/cli/chunks/{chunk-2IZTUE6F.js → chunk-M3MRFZKD.js} +1 -1
- package/dist/cli/chunks/{chunk-RCWHZB3R.js → chunk-MS5CAEPA.js} +2 -2
- package/dist/cli/chunks/chunk-MUAW4AJ6.js +21 -0
- package/dist/cli/chunks/{chunk-3CJOOHYG.js → chunk-MWTFFGU3.js} +2 -2
- package/dist/cli/chunks/{chunk-X2337R6M.js → chunk-NC7HTDH5.js} +2 -2
- package/dist/cli/chunks/{chunk-MTDKYFTA.js → chunk-NHL37QAZ.js} +2 -2
- package/dist/cli/chunks/{chunk-YTSBGM2P.js → chunk-OJUI65TR.js} +2 -2
- package/dist/cli/chunks/{chunk-VS77GAT4.js → chunk-OLPJGYO5.js} +2 -2
- package/dist/cli/chunks/{chunk-54IXQXIS.js → chunk-OQWG7GOD.js} +2 -2
- package/dist/cli/chunks/{chunk-RBXHFTQ5.js → chunk-P736OKQN.js} +1 -1
- package/dist/cli/chunks/{chunk-LUWMJZ7E.js → chunk-PADCR4LY.js} +2 -2
- package/dist/cli/chunks/{chunk-L7XNBJHV.js → chunk-PBJ5I2NS.js} +2 -2
- package/dist/cli/chunks/{chunk-A5AE5UPZ.js → chunk-PJNIDDER.js} +1 -1
- package/dist/cli/chunks/{chunk-ZXXUIYCB.js → chunk-PT6U3IIK.js} +2 -2
- package/dist/cli/chunks/{chunk-JHVEZHOK.js → chunk-PZHAPI47.js} +3 -3
- package/dist/cli/chunks/{chunk-IYG6DTCX.js → chunk-QYHRDBKI.js} +2 -2
- package/dist/cli/chunks/{chunk-EJK3MI3R.js → chunk-RAV2NJNX.js} +1 -1
- package/dist/cli/chunks/{chunk-GBYAKR2N.js → chunk-RGUKQXKL.js} +2 -2
- package/dist/cli/chunks/{chunk-SXZQT2FZ.js → chunk-S3FNAHNC.js} +2 -2
- package/dist/cli/chunks/{chunk-B6XFUYR5.js → chunk-SJJFU7KK.js} +2 -2
- package/dist/cli/chunks/{chunk-A3DXONS3.js → chunk-SW56PB22.js} +2 -2
- package/dist/cli/chunks/{chunk-W6GI7MUQ.js → chunk-T5M4TZRB.js} +3 -3
- package/dist/cli/chunks/{chunk-GX6CO3D6.js → chunk-TBO64O56.js} +1 -1
- package/dist/cli/chunks/{chunk-MOI2ZRZO.js → chunk-TCVEXQLL.js} +2 -2
- package/dist/cli/chunks/{chunk-4QMDA37H.js → chunk-TJ67B7S7.js} +2 -2
- package/dist/cli/chunks/{chunk-4GQ5VVOT.js → chunk-TMY2Y7SC.js} +4 -4
- package/dist/cli/chunks/{chunk-PESU633W.js → chunk-TU4BYSXR.js} +2 -2
- package/dist/cli/chunks/{chunk-JOCSV4LF.js → chunk-TZA45FI7.js} +2 -2
- package/dist/cli/chunks/{chunk-7XX27XNP.js → chunk-U6G6RUFI.js} +1 -1
- package/dist/cli/chunks/{chunk-FWKC7LT4.js → chunk-UDFTDQ6C.js} +34 -29
- package/dist/cli/chunks/{chunk-UYTIAJYR.js → chunk-UDSNWQQI.js} +1 -1
- package/dist/cli/chunks/{chunk-RKW2QJOO.js → chunk-UGFHEVG4.js} +2 -2
- package/dist/cli/chunks/{chunk-LX6NH7H6.js → chunk-UJ2NRIAS.js} +2 -2
- package/dist/cli/chunks/chunk-UPMQHCC2.js +22 -0
- package/dist/cli/chunks/{chunk-Q3TRNLVW.js → chunk-UX5SM2PW.js} +1 -1
- package/dist/cli/chunks/{chunk-AWS57CRP.js → chunk-UZ7OWJ75.js} +1 -1
- package/dist/cli/chunks/{chunk-WCXFSJRL.js → chunk-V7QZMOG3.js} +2 -2
- package/dist/cli/chunks/{chunk-FOFNV7BX.js → chunk-VC77SDNH.js} +2 -2
- package/dist/cli/chunks/{chunk-LIGWEFMX.js → chunk-VHNAN7E2.js} +1 -1
- package/dist/cli/chunks/{chunk-ZFMJT3W3.js → chunk-VLW63UA2.js} +2 -2
- package/dist/cli/chunks/{chunk-DSIBLIBT.js → chunk-VNVGCJCS.js} +1 -1
- package/dist/cli/chunks/{chunk-D33E5HHN.js → chunk-VU3ARH4S.js} +1 -1
- package/dist/cli/chunks/{chunk-QLZARNJZ.js → chunk-W2NQDAJZ.js} +2 -2
- package/dist/cli/chunks/{chunk-CXE4PRSD.js → chunk-W2T36CS5.js} +1 -1
- package/dist/cli/chunks/{chunk-63MYZ3M7.js → chunk-W7BB4XLP.js} +2 -2
- package/dist/cli/chunks/{chunk-GTODN5Y4.js → chunk-WINYWMQP.js} +1 -1
- package/dist/cli/chunks/{chunk-IAETFGEU.js → chunk-WJB6YYMJ.js} +2 -2
- package/dist/cli/chunks/{chunk-HG72GVB7.js → chunk-WRMJWQUI.js} +1 -1
- package/dist/cli/chunks/{chunk-IPEZNH4I.js → chunk-WRZ5WZG3.js} +2 -2
- package/dist/cli/chunks/{chunk-JQOCV2J6.js → chunk-WVNLNXXI.js} +2 -2
- package/dist/cli/chunks/{chunk-DUTNDBCG.js → chunk-WYQM7GXW.js} +2 -2
- package/dist/cli/chunks/{chunk-GM2PCHSQ.js → chunk-XDK2TPI5.js} +1 -1
- package/dist/cli/chunks/{chunk-THFXHXI5.js → chunk-XEUUWOSS.js} +3 -3
- package/dist/cli/chunks/{chunk-OF6KNZTQ.js → chunk-XVFSZLRS.js} +1 -1
- package/dist/cli/chunks/{chunk-CHI37YGC.js → chunk-XZI4QXJJ.js} +2 -2
- package/dist/cli/chunks/{chunk-3ZE2SY34.js → chunk-Y2S6SS7M.js} +2 -2
- package/dist/cli/chunks/{chunk-6VYUCWXP.js → chunk-YDEYB6Z2.js} +1 -1
- package/dist/cli/chunks/{chunk-KMXLPREX.js → chunk-YEPJS4AM.js} +2 -2
- package/dist/cli/chunks/{chunk-YQJ2OXDO.js → chunk-YRCNWQBO.js} +2 -2
- package/dist/cli/chunks/{chunk-VAXIHPO5.js → chunk-YRV45WDT.js} +2 -2
- package/dist/cli/chunks/{chunk-XIPRR7GY.js → chunk-YXUFGDGS.js} +1 -1
- package/dist/cli/chunks/{chunk-IQ56TA3L.js → chunk-YYAJEPRD.js} +1 -1
- package/dist/cli/chunks/{chunk-IQVO6WPK.js → chunk-Z5ARI4XT.js} +2 -2
- package/dist/cli/chunks/{chunk-UHEBXKTE.js → chunk-ZNGFSR5M.js} +2 -2
- package/dist/cli/chunks/{ci-IMU2IXPA.js → ci-M6WYL2XY.js} +2 -2
- package/dist/cli/chunks/{ci-output-LGKIJVS5.js → ci-output-JFC3WOHX.js} +2 -2
- package/dist/cli/chunks/{circuit-breaker-FZ7TGAHZ.js → circuit-breaker-IMVBU6WP.js} +2 -2
- package/dist/cli/chunks/{claude-flow-setup-W3XJ4FJ2.js → claude-flow-setup-M5T5ZUXX.js} +2 -2
- package/dist/cli/chunks/client-4Q5JE7RY.js +2 -0
- package/dist/cli/chunks/{cline-installer-TI3Y6JJR.js → cline-installer-LSFAUHXC.js} +2 -2
- package/dist/cli/chunks/{code-NX6PWOUZ.js → code-N3SWJ3XL.js} +2 -2
- package/dist/cli/chunks/{code-index-extractor-GQDB5XMF.js → code-index-extractor-WPGRG36B.js} +2 -2
- package/dist/cli/chunks/{codex-installer-EZZFZ5VD.js → codex-installer-LKRCSDU5.js} +2 -2
- package/dist/cli/chunks/{completions-X4ASXBRI.js → completions-E5TBZ5AB.js} +2 -2
- package/dist/cli/chunks/{complexity-analyzer-PYG3DINO.js → complexity-analyzer-3FOSOELK.js} +2 -2
- package/dist/cli/chunks/{continuedev-installer-IR3Y2BQQ.js → continuedev-installer-ZSVFWMQB.js} +2 -2
- package/dist/cli/chunks/{copilot-installer-JCTLA6PG.js → copilot-installer-POSKHPZM.js} +2 -2
- package/dist/cli/chunks/core-handlers-4GKEYGPS.js +2 -0
- package/dist/cli/chunks/{cost-tracker-BYW7MIWY.js → cost-tracker-3UWDCNGC.js} +2 -2
- package/dist/cli/chunks/{coverage-NY5GJHHO.js → coverage-HPBO67JF.js} +3 -3
- package/dist/cli/chunks/cross-domain-router-PBJ2ZGPJ.js +2 -0
- package/dist/cli/chunks/{cursor-installer-LY2DK5ME.js → cursor-installer-DSW3L62X.js} +2 -2
- package/dist/cli/chunks/{daemon-LUSUET7S.js → daemon-2622ZCMJ.js} +3 -3
- package/dist/cli/chunks/{daemon-6BBTE3WA.js → daemon-33KTKDUM.js} +6 -6
- package/dist/cli/chunks/{dag-attention-scheduler-ETVDRH42.js → dag-attention-scheduler-YFT5JMM6.js} +2 -2
- package/dist/cli/chunks/{detect-5TDALRZ4.js → detect-COR3Q6BE.js} +2 -2
- package/dist/cli/chunks/{dist-node-ITA3A7NT.js → dist-node-5TRNTNWI.js} +2 -2
- package/dist/cli/chunks/{domain-handler-MMK44XEP.js → domain-handler-TZC4GCF6.js} +2 -2
- package/dist/cli/chunks/{domain-transfer-XUYQQUDR.js → domain-transfer-D2TENM3Y.js} +2 -2
- package/dist/cli/chunks/dream-4EXVFHUJ.js +2 -0
- package/dist/cli/chunks/{embed-and-insert-pattern-QVICUJUQ.js → embed-and-insert-pattern-COAZZGS6.js} +2 -2
- package/dist/cli/chunks/{eval-SXTOGYM3.js → eval-5ID5D77H.js} +2 -2
- package/dist/cli/chunks/{experience-capture-middleware-4HPAJFR6.js → experience-capture-middleware-MT4Z74TD.js} +3 -3
- package/dist/cli/chunks/{fast-paths-YBKHXUDN.js → fast-paths-MACRZGSE.js} +2 -2
- package/dist/cli/chunks/{feature-flags-Z5FQBEV4.js → feature-flags-JZX6ZBUX.js} +2 -2
- package/dist/cli/chunks/{feature-flags-S5Z3ULWK.js → feature-flags-LFNL6BHS.js} +2 -2
- package/dist/cli/chunks/{file-discovery-XZW5LKN3.js → file-discovery-DA5BEAO2.js} +2 -2
- package/dist/cli/chunks/{fleet-O75AZK4L.js → fleet-35I4F7D2.js} +3 -3
- package/dist/cli/chunks/{gnn-wrapper-U4DJTYGF.js → gnn-wrapper-2W3HM3ZI.js} +2 -2
- package/dist/cli/chunks/{heartbeat-handler-OWA45EGK.js → heartbeat-handler-6O2D2FU2.js} +4 -4
- package/dist/cli/chunks/heartbeat-scheduler-UNEYR3WR.js +2 -0
- package/dist/cli/chunks/hnsw-adapter-JQG66H4L.js +2 -0
- package/dist/cli/chunks/hnsw-index-2NOROILM.js +2 -0
- package/dist/cli/chunks/{hnsw-legacy-bridge-7TOTV3ZL.js → hnsw-legacy-bridge-GWBXEMQR.js} +2 -2
- package/dist/cli/chunks/{hnswlib-node-IZMOJZUS.js → hnswlib-node-TZ4VLARU.js} +2 -2
- package/dist/cli/chunks/{hooks-PE5LSJKB.js → hooks-723GPTQ4.js} +46 -45
- package/dist/cli/chunks/hybrid-router-FXTAJATE.js +2 -0
- package/dist/cli/chunks/{hypergraph-engine-D35OOHVQ.js → hypergraph-engine-ILRYFJM5.js} +2 -2
- package/dist/cli/chunks/{hypergraph-handler-DK3LHKQH.js → hypergraph-handler-523TSK4P.js} +3 -3
- package/dist/cli/chunks/impact-analyzer-VHZSBWMT.js +2 -0
- package/dist/cli/chunks/{init-handler-IRDWSHCT.js → init-handler-RBDYIXNV.js} +6 -6
- package/dist/cli/chunks/init-wizard-EML4OET2.js +2 -0
- package/dist/cli/chunks/kernel-TMRJOEO2.js +2 -0
- package/dist/cli/chunks/{kilocode-installer-USR3YEL6.js → kilocode-installer-E2QSX7Z7.js} +2 -2
- package/dist/cli/chunks/{kiro-installer-HYY224T6.js → kiro-installer-EZZLT2R5.js} +2 -2
- package/dist/cli/chunks/knowledge-graph-FMKVCMJQ.js +2 -0
- package/dist/cli/chunks/{learning-IHMVNPBE.js → learning-II2U3EV2.js} +44 -44
- package/dist/cli/chunks/{llm-router-J56WPWPM.js → llm-router-WC66OXZH.js} +4 -4
- package/dist/cli/chunks/llm-router-service-GOSVGMKM.js +2 -0
- package/dist/cli/chunks/{load-FXXVWFL6.js → load-QFQ3YOBQ.js} +2 -2
- package/dist/cli/chunks/load-test-WIRGDZIA.js +2 -0
- package/dist/cli/chunks/{mcp-KU5KYQTD.js → mcp-FPBBJJFY.js} +2 -2
- package/dist/cli/chunks/{memory-J2IAQPDA.js → memory-RKN6KV75.js} +5 -5
- package/dist/cli/chunks/memory-backend-XBBIXDZU.js +2 -0
- package/dist/cli/chunks/{memory-handlers-7ABPOY43.js → memory-handlers-SQHNK3DK.js} +2 -2
- package/dist/cli/chunks/{multi-model-executor-6PUQXMYY.js → multi-model-executor-OUNW3JM5.js} +2 -2
- package/dist/cli/chunks/{opencode-installer-WMIV5I7Y.js → opencode-installer-FXETYGGY.js} +2 -2
- package/dist/cli/chunks/{orchestrator-5IT7SH3J.js → orchestrator-35UTVXSP.js} +8 -8
- package/dist/cli/chunks/pattern-null-store-PFLKHRVU.js +2 -0
- package/dist/cli/chunks/pattern-usage-recorder-YEQDS7DN.js +2 -0
- package/dist/cli/chunks/{pipeline-E2IRDQWS.js → pipeline-YDJMWCAR.js} +2 -2
- package/dist/cli/chunks/{platform-2VT7N4FW.js → platform-L3LPNVKT.js} +2 -2
- package/dist/cli/chunks/{plugin-LCDA6EH7.js → plugin-55EYFJH5.js} +2 -2
- package/dist/cli/chunks/{prime-radiant-advanced-wasm-ROJL25C7.js → prime-radiant-advanced-wasm-SUZT6RTM.js} +2 -2
- package/dist/cli/chunks/protocol-executor-GAMNY2JB.js +2 -0
- package/dist/cli/chunks/{protocol-handler-VFJIPR3Z.js → protocol-handler-QNBFRJNY.js} +2 -2
- package/dist/cli/chunks/{prove-7FUSRIPO.js → prove-3X5NQP4L.js} +2 -2
- package/dist/cli/chunks/provider-manager-VTIG5AKU.js +2 -0
- package/dist/cli/chunks/qe-reasoning-bank-KAX63PXV.js +2 -0
- package/dist/cli/chunks/{quality-ZH7UVAOX.js → quality-5ZONTNA6.js} +2 -2
- package/dist/cli/chunks/{quality-gate-AMEWYWGC.js → quality-gate-JPNREEVR.js} +3 -3
- package/dist/cli/chunks/queen-coordinator-UYW2MDKI.js +2 -0
- package/dist/cli/chunks/{real-embeddings-IZVFG3L7.js → real-embeddings-HHR75AR5.js} +2 -2
- package/dist/cli/chunks/{roocode-installer-HAYQZOWR.js → roocode-installer-ZK73O2GD.js} +2 -2
- package/dist/cli/chunks/router-NVDU7IIA.js +2 -0
- package/dist/cli/chunks/routing-feedback-KHR3J2J3.js +2 -0
- package/dist/cli/chunks/{routing-handler-7BQ4DGTC.js → routing-handler-2UN5GRHJ.js} +2 -2
- package/dist/cli/chunks/ruvector-commands-EQQUEVWN.js +8 -0
- package/dist/cli/chunks/{rvf-dual-writer-FWKV5K2X.js → rvf-dual-writer-43L75WLF.js} +2 -2
- package/dist/cli/chunks/{rvf-migration-adapter-PI5KBWJU.js → rvf-migration-adapter-Y5OVCYTO.js} +2 -2
- package/dist/cli/chunks/{rvf-migration-coordinator-JHXYB46O.js → rvf-migration-coordinator-NEPDFB3N.js} +2 -2
- package/dist/cli/chunks/rvf-native-adapter-PQ4IOTZU.js +2 -0
- package/dist/cli/chunks/{rvf-store-integrity-DUM657DL.js → rvf-store-integrity-66FEC3MD.js} +2 -2
- package/dist/cli/chunks/safe-db-QHSFV63M.js +2 -0
- package/dist/cli/chunks/schedule-JGZFHJGM.js +2 -0
- package/dist/cli/chunks/scheduler-NGCDQIW5.js +2 -0
- package/dist/cli/chunks/{security-T5DTMZC6.js → security-H7PEUUCV.js} +3 -3
- package/dist/cli/chunks/{shared-rvf-adapter-H5DBPOKP.js → shared-rvf-adapter-XETNK4ID.js} +2 -2
- package/dist/cli/chunks/{shared-rvf-dual-writer-RNX4ZPSI.js → shared-rvf-dual-writer-PXD54BWJ.js} +2 -2
- package/dist/cli/chunks/sqlite-persistence-3JSNWL6I.js +2 -0
- package/dist/cli/chunks/{status-handler-FRFUWMNX.js → status-handler-CTXOH3FX.js} +2 -2
- package/dist/cli/chunks/{structural-health-HGI5BVK5.js → structural-health-EIFBDCRI.js} +2 -2
- package/dist/cli/chunks/{sync-SM74LPGW.js → sync-3SU4H6R3.js} +2 -2
- package/dist/cli/chunks/{sync-BZXPUFID.js → sync-PECWQ64K.js} +2 -2
- package/dist/cli/chunks/{task-handler-JSNI3UUU.js → task-handler-ZTUAT6YF.js} +2 -2
- package/dist/cli/chunks/{task-handlers-3GX6FAIK.js → task-handlers-4RIO7LJJ.js} +3 -3
- package/dist/cli/chunks/{test-GJKIE5YP.js → test-EV7BSUTI.js} +4 -4
- package/dist/cli/chunks/{test-scheduling-GNQNODVJ.js → test-scheduling-4WVI5DLE.js} +3 -3
- package/dist/cli/chunks/{token-bootstrap-Y7M4MA5T.js → token-bootstrap-3P22AYZ4.js} +2 -2
- package/dist/cli/chunks/{token-usage-MJFATDHC.js → token-usage-FR3JOWYB.js} +2 -2
- package/dist/cli/chunks/{transformers-4KPBAG5X.js → transformers-FENO33LA.js} +2 -2
- package/dist/cli/chunks/{tree-sitter-wasm-parser-DH7LQEKB.js → tree-sitter-wasm-parser-YFGJLSMB.js} +2 -2
- package/dist/cli/chunks/{types-LMEHA7DB.js → types-N3Y565RZ.js} +2 -2
- package/dist/cli/chunks/unified-memory-4VO5KSHP.js +2 -0
- package/dist/cli/chunks/unified-memory-hnsw-ZR2FZXOB.js +2 -0
- package/dist/cli/chunks/unified-persistence-VFPW5MFM.js +2 -0
- package/dist/cli/chunks/upgrade-33ZVVZFW.js +5 -0
- package/dist/cli/chunks/{validate-MLIAYGQB.js → validate-CS5PXGDF.js} +2 -2
- package/dist/cli/chunks/{validate-swarm-35YPIDUP.js → validate-swarm-GRZPWYNM.js} +2 -2
- package/dist/cli/chunks/{vibium-6SVRNFHR.js → vibium-IO7N4VEE.js} +2 -2
- package/dist/cli/chunks/visual-security-SNADRUPR.js +2 -0
- package/dist/cli/chunks/{web-tree-sitter-QYZYEGUN.js → web-tree-sitter-UQXR5HHR.js} +2 -2
- package/dist/cli/chunks/{windsurf-installer-XUFBPW4P.js → windsurf-installer-BCKLSLZT.js} +2 -2
- package/dist/cli/chunks/witness-chain-2TXUTEJE.js +2 -0
- package/dist/cli/chunks/{witness-chain-33NEUT4H.js → witness-chain-R3V26QWL.js} +2 -2
- package/dist/cli/chunks/{witness-key-manager-SVCIWNWV.js → witness-key-manager-Y36HMPEM.js} +2 -2
- package/dist/cli/chunks/{workflow-GFR6CHMB.js → workflow-4TCIUUFQ.js} +4 -4
- package/dist/cli/chunks/workflow-orchestrator-ON6UYRVE.js +2 -0
- package/dist/cli/chunks/{wrappers-IBS4IWV4.js → wrappers-MD4JRHJH.js} +2 -2
- package/dist/cli/commands/daemon.js +3 -3
- package/dist/cli/commands/hooks-handlers/hooks-dream-learning.js +20 -10
- package/dist/cli/commands/hooks-handlers/routing-hooks.js +7 -0
- package/dist/cli/commands/learning.js +55 -17
- package/dist/cli/commands/plugin.js +4 -4
- package/dist/cli/commands/quality-gate.js +5 -1
- package/dist/cli/commands/ruvector-commands.js +1 -1
- package/dist/cli/commands/upgrade.d.ts +5 -1
- package/dist/cli/commands/upgrade.js +34 -6
- package/dist/cli/index.js +1 -1
- package/dist/cli/utils/index.js +2 -2
- package/dist/context/compaction/index.js +11 -11
- package/dist/context/compaction/tier1-microcompact.js +1 -1
- package/dist/context/compaction/tier2-session-summary.js +1 -1
- package/dist/context/compaction/tier3-llm-compact.js +1 -1
- package/dist/context/compaction/tier4-reactive.js +1 -1
- package/dist/coordination/claims/index.js +8 -8
- package/dist/coordination/consensus/consensus-engine.js +4 -4
- package/dist/coordination/consensus/factory.js +4 -4
- package/dist/coordination/consensus/index.js +8 -8
- package/dist/coordination/consensus/providers/claude-provider.js +1 -1
- package/dist/coordination/consensus/providers/gemini-provider.js +1 -1
- package/dist/coordination/consensus/providers/index.js +7 -7
- package/dist/coordination/consensus/providers/native-learning-provider.js +1 -1
- package/dist/coordination/consensus/providers/ollama-provider.js +1 -1
- package/dist/coordination/consensus/providers/openai-provider.js +1 -1
- package/dist/coordination/consensus/providers/openrouter-provider.js +1 -1
- package/dist/coordination/consensus/strategies/index.js +3 -3
- package/dist/coordination/cross-domain-router.js +2 -2
- package/dist/coordination/dynamic-scaling/dynamic-scaler.js +1 -1
- package/dist/coordination/dynamic-scaling/index.js +2 -2
- package/dist/coordination/fleet-tiers/index.js +3 -3
- package/dist/coordination/fleet-tiers/tier-selector.js +2 -2
- package/dist/coordination/handlers/code-intelligence-handlers.js +2 -2
- package/dist/coordination/handlers/coverage-collection.js +1 -1
- package/dist/coordination/handlers/coverage-handlers.js +3 -3
- package/dist/coordination/handlers/index.js +7 -7
- package/dist/coordination/handlers/misc-handlers.js +1 -1
- package/dist/coordination/handlers/quality-handlers.js +2 -2
- package/dist/coordination/handlers/requirements-handlers.js +2 -2
- package/dist/coordination/handlers/security-handlers.js +2 -2
- package/dist/coordination/handlers/test-execution-handlers.js +1 -1
- package/dist/coordination/index.js +20 -20
- package/dist/coordination/mincut/dream-integration.js +1 -1
- package/dist/coordination/mincut/index.js +14 -14
- package/dist/coordination/mincut/mincut-health-monitor.js +2 -2
- package/dist/coordination/mincut/mincut-persistence.js +1 -1
- package/dist/coordination/mincut/morphogenetic-growth.js +1 -1
- package/dist/coordination/mincut/neural-goap.js +1 -1
- package/dist/coordination/mincut/queen-integration.js +5 -5
- package/dist/coordination/mincut/shared-singleton.js +3 -3
- package/dist/coordination/mincut/strange-loop.js +1 -1
- package/dist/coordination/mincut/time-crystal.js +8 -8
- package/dist/coordination/mixins/consensus-enabled-domain.js +2 -2
- package/dist/coordination/mixins/index.js +3 -3
- package/dist/coordination/protocol-executor.js +2 -2
- package/dist/coordination/protocols/code-intelligence-index.js +4 -4
- package/dist/coordination/protocols/defect-investigation.js +2 -2
- package/dist/coordination/protocols/morning-sync.js +1 -1
- package/dist/coordination/protocols/quality-gate.js +2 -2
- package/dist/coordination/queen-coordinator.js +4 -4
- package/dist/coordination/queen-task-management.js +1 -1
- package/dist/coordination/services/index.js +1 -1
- package/dist/coordination/task-executor.js +6 -6
- package/dist/domains/chaos-resilience/coordinator.js +6 -6
- package/dist/domains/chaos-resilience/index.js +5 -5
- package/dist/domains/chaos-resilience/plugin.js +6 -6
- package/dist/domains/chaos-resilience/services/chaos-engineer.js +3 -3
- package/dist/domains/chaos-resilience/services/index.js +3 -3
- package/dist/domains/chaos-resilience/services/load-tester.js +2 -2
- package/dist/domains/chaos-resilience/services/performance-profiler.js +2 -2
- package/dist/domains/code-intelligence/coordinator-consensus.js +1 -1
- package/dist/domains/code-intelligence/coordinator-gnn.js +1 -1
- package/dist/domains/code-intelligence/coordinator-hypergraph.js +2 -2
- package/dist/domains/code-intelligence/coordinator.js +9 -9
- package/dist/domains/code-intelligence/index.js +7 -7
- package/dist/domains/code-intelligence/plugin.js +6 -6
- package/dist/domains/code-intelligence/services/c4-model/index.js +3 -3
- package/dist/domains/code-intelligence/services/impact-analyzer.js +2 -2
- package/dist/domains/code-intelligence/services/index.js +6 -6
- package/dist/domains/code-intelligence/services/knowledge-graph.js +4 -4
- package/dist/domains/code-intelligence/services/metric-collector/loc-counter.js +1 -1
- package/dist/domains/code-intelligence/services/metric-collector/test-counter.js +1 -1
- package/dist/domains/code-intelligence/services/product-factors-bridge.js +5 -5
- package/dist/domains/code-intelligence/services/semantic-analyzer.js +2 -2
- package/dist/domains/coverage-analysis/coordinator.js +9 -9
- package/dist/domains/coverage-analysis/index.js +10 -10
- package/dist/domains/coverage-analysis/plugin.js +4 -4
- package/dist/domains/coverage-analysis/services/coverage-analyzer.js +1 -1
- package/dist/domains/coverage-analysis/services/gap-detector.js +1 -1
- package/dist/domains/coverage-analysis/services/ghost-coverage-analyzer.js +1 -1
- package/dist/domains/coverage-analysis/services/index.js +7 -7
- package/dist/domains/coverage-analysis/services/risk-scorer.js +1 -1
- package/dist/domains/coverage-analysis/services/sublinear-analyzer.js +3 -3
- package/dist/domains/defect-intelligence/coordinator.js +5 -5
- package/dist/domains/defect-intelligence/index.js +5 -5
- package/dist/domains/defect-intelligence/plugin.js +6 -6
- package/dist/domains/defect-intelligence/services/causal-root-cause-analyzer.js +2 -2
- package/dist/domains/defect-intelligence/services/defect-predictor.js +4 -4
- package/dist/domains/defect-intelligence/services/index.js +4 -4
- package/dist/domains/defect-intelligence/services/pattern-learner.js +2 -2
- package/dist/domains/defect-intelligence/services/root-cause-analyzer.js +1 -1
- package/dist/domains/domain-interface.js +1 -1
- package/dist/domains/index.js +14 -14
- package/dist/domains/learning-optimization/coordinator.d.ts +3 -0
- package/dist/domains/learning-optimization/coordinator.js +6 -0
- package/dist/domains/learning-optimization/interfaces.d.ts +2 -0
- package/dist/domains/learning-optimization/plugin.d.ts +3 -0
- package/dist/domains/learning-optimization/plugin.js +5 -0
- package/dist/domains/quality-assessment/coherence/gate-controller.js +2 -2
- package/dist/domains/quality-assessment/coherence/lambda-calculator.js +1 -1
- package/dist/domains/quality-assessment/coherence/partition-detector.js +1 -1
- package/dist/domains/quality-assessment/coordinator-gate-evaluation.js +1 -1
- package/dist/domains/quality-assessment/coordinator-reports.js +1 -1
- package/dist/domains/quality-assessment/coordinator-rl-integration.js +2 -2
- package/dist/domains/quality-assessment/coordinator.js +5 -5
- package/dist/domains/quality-assessment/index.js +9 -9
- package/dist/domains/quality-assessment/plugin.js +6 -6
- package/dist/domains/quality-assessment/services/coherence-gate.js +6 -6
- package/dist/domains/quality-assessment/services/deployment-advisor.js +1 -1
- package/dist/domains/quality-assessment/services/index.js +4 -4
- package/dist/domains/quality-assessment/services/quality-analyzer.js +2 -2
- package/dist/domains/quality-assessment/services/quality-gate.js +1 -1
- package/dist/domains/requirements-validation/services/product-factors-assessment/analyzers/brutal-honesty-analyzer.js +2 -2
- package/dist/domains/requirements-validation/services/product-factors-assessment/analyzers/sfdipot-analyzer.js +2 -2
- package/dist/domains/requirements-validation/services/product-factors-assessment/code-intelligence/codebase-analyzer.js +1 -1
- package/dist/domains/requirements-validation/services/product-factors-assessment/formatters/gherkin-formatter.js +1 -1
- package/dist/domains/requirements-validation/services/product-factors-assessment/formatters/html-formatter.js +2 -2
- package/dist/domains/requirements-validation/services/product-factors-assessment/formatters/markdown-formatter.js +1 -1
- package/dist/domains/requirements-validation/services/product-factors-assessment/generators/question-generator.js +3 -3
- package/dist/domains/requirements-validation/services/product-factors-assessment/generators/test-idea-generator.js +3 -3
- package/dist/domains/requirements-validation/services/product-factors-assessment/patterns/domain-registry.js +1 -1
- package/dist/domains/requirements-validation/services/product-factors-assessment/patterns/index.js +1 -1
- package/dist/domains/requirements-validation/services/product-factors-assessment/skills/skill-integration.js +1 -1
- package/dist/domains/security-compliance/coordinator.js +1 -1
- package/dist/domains/security-compliance/index.js +1 -1
- package/dist/domains/security-compliance/services/compliance-validator.js +1 -1
- package/dist/domains/security-compliance/services/scanners/dast-helpers.js +1 -1
- package/dist/domains/security-compliance/services/scanners/dast-scanner.js +2 -2
- package/dist/domains/security-compliance/services/scanners/dependency-scanner.js +4 -4
- package/dist/domains/security-compliance/services/scanners/sast-scanner.js +3 -3
- package/dist/domains/security-compliance/services/scanners/scanner-orchestrator.js +2 -2
- package/dist/domains/test-execution/coordinator.js +8 -8
- package/dist/domains/test-execution/index.js +9 -9
- package/dist/domains/test-execution/interfaces.js +1 -1
- package/dist/domains/test-execution/plugin.js +3 -3
- package/dist/domains/test-execution/services/e2e/adaptive-locator-service.js +1 -1
- package/dist/domains/test-execution/services/e2e/assertion-handlers.js +2 -2
- package/dist/domains/test-execution/services/e2e/browser-orchestrator.js +3 -3
- package/dist/domains/test-execution/services/e2e/e2e-coordinator.js +7 -7
- package/dist/domains/test-execution/services/e2e/index.js +10 -10
- package/dist/domains/test-execution/services/e2e/step-executors.js +6 -6
- package/dist/domains/test-execution/services/e2e/step-retry-handler.js +3 -3
- package/dist/domains/test-execution/services/e2e/wait-condition-handler.js +1 -1
- package/dist/domains/test-execution/services/e2e-runner.js +6 -6
- package/dist/domains/test-execution/services/flaky-detector.js +1 -1
- package/dist/domains/test-execution/services/index.js +9 -9
- package/dist/domains/test-execution/services/retry-handler.js +1 -1
- package/dist/domains/test-execution/services/test-executor.js +1 -1
- package/dist/domains/test-execution/services/test-prioritizer.js +3 -3
- package/dist/domains/test-execution/services/user-flow-generator.js +3 -3
- package/dist/domains/test-execution/test-prioritization-types.js +1 -1
- package/dist/domains/test-execution/types/index.js +3 -3
- package/dist/domains/test-generation/coordinator.js +5 -5
- package/dist/domains/test-generation/factories/index.js +1 -1
- package/dist/domains/test-generation/factories/test-generator-factory.js +1 -1
- package/dist/domains/test-generation/generators/base-test-generator.js +1 -1
- package/dist/domains/test-generation/generators/go-test-generator.js +2 -2
- package/dist/domains/test-generation/generators/index.js +13 -13
- package/dist/domains/test-generation/generators/jest-vitest-generator.js +1 -1
- package/dist/domains/test-generation/generators/junit5-generator.js +2 -2
- package/dist/domains/test-generation/generators/kotlin-junit-generator.js +2 -2
- package/dist/domains/test-generation/generators/mocha-generator.js +1 -1
- package/dist/domains/test-generation/generators/node-test-generator.js +1 -1
- package/dist/domains/test-generation/generators/pytest-generator.js +2 -2
- package/dist/domains/test-generation/generators/rust-test-generator.js +3 -3
- package/dist/domains/test-generation/generators/swift-testing-generator.js +2 -2
- package/dist/domains/test-generation/generators/xunit-generator.js +2 -2
- package/dist/domains/test-generation/index.js +7 -7
- package/dist/domains/test-generation/interfaces/index.js +1 -1
- package/dist/domains/test-generation/plugin.js +5 -5
- package/dist/domains/test-generation/services/code-transform-integration.js +1 -1
- package/dist/domains/test-generation/services/index.js +10 -10
- package/dist/domains/test-generation/services/pattern-matcher.js +2 -2
- package/dist/domains/test-generation/services/test-generator.js +5 -5
- package/dist/domains/visual-accessibility/coordinator.js +1 -1
- package/dist/early-exit/early-exit-controller.js +4 -4
- package/dist/early-exit/early-exit-decision.js +2 -2
- package/dist/early-exit/index.js +5 -5
- package/dist/early-exit/quality-signal.js +1 -1
- package/dist/early-exit/speculative-executor.js +1 -1
- package/dist/index.js +18 -18
- package/dist/init/phases/12-verification.js +8 -2
- package/dist/integrations/agentic-flow/agent-booster/adapter.js +4 -4
- package/dist/integrations/agentic-flow/agent-booster/index.js +10 -10
- package/dist/integrations/agentic-flow/index.js +6 -6
- package/dist/integrations/agentic-flow/metrics/index.js +3 -3
- package/dist/integrations/agentic-flow/metrics/metrics-tracker.js +2 -2
- package/dist/integrations/agentic-flow/metrics/pattern-updater.js +1 -1
- package/dist/integrations/agentic-flow/model-router/budget-enforcer.js +1 -1
- package/dist/integrations/agentic-flow/model-router/complexity-analyzer.js +7 -7
- package/dist/integrations/agentic-flow/model-router/example.js +1 -1
- package/dist/integrations/agentic-flow/model-router/index.js +16 -16
- package/dist/integrations/agentic-flow/model-router/router.js +6 -6
- package/dist/integrations/agentic-flow/model-router/signal-collector.js +1 -1
- package/dist/integrations/agentic-flow/model-router/tier-recommender.js +1 -1
- package/dist/integrations/agentic-flow/reasoning-bank/pattern-evolution.js +11 -6
- package/dist/integrations/browser/agent-browser/client.js +4 -4
- package/dist/integrations/browser/agent-browser/index.js +4 -4
- package/dist/integrations/browser/agent-browser/session-manager.js +1 -1
- package/dist/integrations/browser/client-factory.js +3 -3
- package/dist/integrations/browser/index.js +8 -8
- package/dist/integrations/browser/page-pool.js +1 -1
- package/dist/integrations/browser/stealth/index.js +2 -2
- package/dist/integrations/browser/stealth/stealth-client.js +3 -3
- package/dist/integrations/browser/web-content-fetcher.js +1 -1
- package/dist/integrations/coherence/coherence-service.js +2 -2
- package/dist/integrations/coherence/engines/category-adapter.js +1 -1
- package/dist/integrations/coherence/engines/causal-adapter.js +1 -1
- package/dist/integrations/coherence/engines/cohomology-adapter.js +1 -1
- package/dist/integrations/coherence/engines/homotopy-adapter.js +1 -1
- package/dist/integrations/coherence/engines/index.js +6 -6
- package/dist/integrations/coherence/engines/spectral-adapter.js +1 -1
- package/dist/integrations/coherence/engines/witness-adapter.js +1 -1
- package/dist/integrations/coherence/index.js +7 -7
- package/dist/integrations/coherence/threshold-tuner.js +1 -1
- package/dist/integrations/coherence/wasm-loader.js +2 -2
- package/dist/integrations/rl-suite/algorithms/a2c.js +2 -2
- package/dist/integrations/rl-suite/algorithms/actor-critic.js +2 -2
- package/dist/integrations/rl-suite/algorithms/ddpg.js +1 -1
- package/dist/integrations/rl-suite/algorithms/decision-transformer.js +1 -1
- package/dist/integrations/rl-suite/algorithms/dqn.js +2 -2
- package/dist/integrations/rl-suite/algorithms/eprop.js +2 -2
- package/dist/integrations/rl-suite/algorithms/index.js +10 -10
- package/dist/integrations/rl-suite/algorithms/policy-gradient.js +2 -2
- package/dist/integrations/rl-suite/algorithms/ppo.js +2 -2
- package/dist/integrations/rl-suite/algorithms/q-learning.js +3 -3
- package/dist/integrations/rl-suite/algorithms/sarsa.js +2 -2
- package/dist/integrations/rl-suite/base-algorithm.js +1 -1
- package/dist/integrations/rl-suite/index.js +6 -6
- package/dist/integrations/rl-suite/neural/index.js +2 -2
- package/dist/integrations/rl-suite/orchestrator.js +11 -11
- package/dist/integrations/ruvector/ast-complexity.js +1 -1
- package/dist/integrations/ruvector/coverage-router.js +1 -1
- package/dist/integrations/ruvector/diff-risk-classifier.js +1 -1
- package/dist/integrations/ruvector/feature-flags.d.ts +2 -2
- package/dist/integrations/ruvector/graph-boundaries.js +1 -1
- package/dist/integrations/ruvector/hypergraph-engine.js +1 -1
- package/dist/integrations/ruvector/hypergraph-schema.js +1 -1
- package/dist/integrations/ruvector/index.d.ts +1 -1
- package/dist/integrations/ruvector/index.js +52 -52
- package/dist/integrations/ruvector/page-rank-backends.d.ts +41 -0
- package/dist/integrations/ruvector/page-rank-backends.js +154 -0
- package/dist/integrations/ruvector/persistent-q-router.js +2 -2
- package/dist/integrations/ruvector/q-learning-router.js +1 -1
- package/dist/integrations/ruvector/solver-adapter.d.ts +26 -29
- package/dist/integrations/ruvector/solver-adapter.js +57 -164
- package/dist/integrations/ruvector/sona-persistence.d.ts +13 -11
- package/dist/integrations/ruvector/sona-persistence.js +1 -1
- package/dist/integrations/vibium/client.js +3 -3
- package/dist/integrations/vibium/fallback.js +2 -2
- package/dist/integrations/vibium/index.js +9 -9
- package/dist/kernel/agent-coordinator.js +1 -1
- package/dist/kernel/event-bus.js +1 -1
- package/dist/kernel/hybrid-backend.js +1 -1
- package/dist/kernel/index.js +11 -11
- package/dist/kernel/kernel.js +27 -27
- package/dist/kernel/memory-factory.js +2 -2
- package/dist/kernel/unified-persistence.js +1 -1
- package/dist/learning/aqe-learning-engine.d.ts +0 -1
- package/dist/learning/aqe-learning-engine.js +2 -36
- package/dist/learning/pattern-lifecycle.js +1 -1
- package/dist/learning/pattern-promotion.d.ts +11 -1
- package/dist/learning/pattern-promotion.js +27 -0
- package/dist/learning/pattern-routing-guidance.d.ts +16 -0
- package/dist/learning/pattern-routing-guidance.js +34 -0
- package/dist/learning/pattern-usage-recorder.d.ts +10 -0
- package/dist/learning/pattern-usage-recorder.js +47 -0
- package/dist/learning/qe-reasoning-bank-types.d.ts +4 -0
- package/dist/learning/qe-reasoning-bank.d.ts +6 -0
- package/dist/learning/qe-reasoning-bank.js +16 -1
- package/dist/learning/real-qe-reasoning-bank.d.ts +2 -0
- package/dist/learning/real-qe-reasoning-bank.js +4 -2
- package/dist/learning/token-tracker.js +1 -1
- package/dist/logging/index.js +1 -1
- package/dist/logging/logger-factory.js +1 -1
- package/dist/mcp/bundle.js +402 -389
- package/dist/mcp/entry.js +1 -1
- package/dist/mcp/handlers/agent-handlers.js +2 -2
- package/dist/mcp/handlers/core-handlers.js +9 -9
- package/dist/mcp/handlers/domain-handler-configs.js +2 -2
- package/dist/mcp/handlers/domain-handlers.js +2 -2
- package/dist/mcp/handlers/handler-factory.js +3 -3
- package/dist/mcp/handlers/index.js +7 -7
- package/dist/mcp/handlers/memory-handlers.js +1 -1
- package/dist/mcp/handlers/task-handlers.js +3 -3
- package/dist/mcp/handlers/team-handlers.js +1 -1
- package/dist/mcp/index.js +11 -11
- package/dist/mcp/metrics/index.js +1 -1
- package/dist/mcp/protocol-server.js +13 -13
- package/dist/mcp/security/cve-prevention.js +23 -23
- package/dist/mcp/security/index.js +9 -9
- package/dist/mcp/security/validators/index.js +6 -6
- package/dist/mcp/services/index.js +1 -1
- package/dist/mcp/services/task-router.js +1 -1
- package/dist/mcp/tool-registry.js +4 -4
- package/dist/mcp/tools/base.js +1 -1
- package/dist/mcp/tools/code-intelligence/analyze.js +4 -4
- package/dist/mcp/tools/code-intelligence/c4.js +6 -6
- package/dist/mcp/tools/coverage-analysis/index.js +4 -4
- package/dist/mcp/tools/defect-intelligence/predict.js +2 -2
- package/dist/mcp/tools/embeddings/embedding.js +2 -2
- package/dist/mcp/tools/embeddings/index.js +1 -1
- package/dist/mcp/tools/index.js +20 -20
- package/dist/mcp/tools/learning-optimization/optimize.d.ts +11 -0
- package/dist/mcp/tools/learning-optimization/optimize.js +21 -0
- package/dist/mcp/tools/mincut/index.js +2 -2
- package/dist/mcp/tools/quality-assessment/evaluate.js +1 -1
- package/dist/mcp/tools/quality-assessment/gate.js +5 -2
- package/dist/mcp/tools/qx-analysis/analyze.js +5 -5
- package/dist/mcp/tools/qx-analysis/heuristics-engine.js +1 -1
- package/dist/mcp/tools/qx-analysis/index.js +6 -6
- package/dist/mcp/tools/registry.js +25 -25
- package/dist/mcp/tools/requirements-validation/quality-criteria.js +1 -1
- package/dist/mcp/tools/requirements-validation/validate.js +1 -1
- package/dist/mcp/tools/security-compliance/scan.js +1 -1
- package/dist/mcp/tools/test-execution/e2e-execute.js +3 -3
- package/dist/mcp/tools/test-execution/execute.js +1 -1
- package/dist/mcp/tools/test-execution/index.js +2 -2
- package/dist/mcp/tools/test-generation/generate.js +3 -3
- package/dist/mcp/tools/visual-accessibility/index.js +3 -3
- package/dist/plugins/index.js +8 -8
- package/dist/plugins/lifecycle.js +5 -5
- package/dist/plugins/sources/github.js +1 -1
- package/dist/plugins/sources/local.js +1 -1
- package/dist/plugins/sources/npm.js +1 -1
- package/dist/shared/base-domain-plugin.js +1 -1
- package/dist/shared/c4-model/index.js +1 -1
- package/dist/shared/embeddings/index.js +4 -4
- package/dist/shared/embeddings/nomic-embedder.js +3 -3
- package/dist/shared/embeddings/ollama-client.js +1 -1
- package/dist/shared/entities/agent.js +1 -1
- package/dist/shared/entities/index.js +2 -2
- package/dist/shared/events/index.js +1 -1
- package/dist/shared/git/index.js +1 -1
- package/dist/shared/http/http-client.js +1 -1
- package/dist/shared/http/index.js +1 -1
- package/dist/shared/index.js +15 -15
- package/dist/shared/io/file-reader.js +1 -1
- package/dist/shared/io/index.js +1 -1
- package/dist/shared/llm/circuit-breaker.js +1 -1
- package/dist/shared/llm/index.js +11 -11
- package/dist/shared/llm/metrics/cost-metrics.js +2 -2
- package/dist/shared/llm/metrics/index.js +2 -2
- package/dist/shared/llm/metrics/router-metrics.js +1 -1
- package/dist/shared/llm/model-registry.js +1 -1
- package/dist/shared/llm/provider-manager.js +16 -16
- package/dist/shared/llm/providers/azure-openai.js +2 -2
- package/dist/shared/llm/providers/bedrock.js +2 -2
- package/dist/shared/llm/providers/claude-code.js +1 -1
- package/dist/shared/llm/providers/claude.js +4 -4
- package/dist/shared/llm/providers/codex.js +1 -1
- package/dist/shared/llm/providers/cognitum.js +1 -1
- package/dist/shared/llm/providers/gemini.js +1 -1
- package/dist/shared/llm/providers/index.js +10 -10
- package/dist/shared/llm/providers/ollama.js +2 -2
- package/dist/shared/llm/providers/openai.js +2 -2
- package/dist/shared/llm/providers/openrouter.js +1 -1
- package/dist/shared/llm/router/hybrid-router.js +7 -7
- package/dist/shared/llm/router/index.js +4 -4
- package/dist/shared/llm/router/routing-rules.js +1 -1
- package/dist/shared/llm/translation/index.js +3 -3
- package/dist/shared/llm/translation/prompt-translator.js +2 -2
- package/dist/shared/metrics/code-metrics.js +2 -2
- package/dist/shared/metrics/index.js +2 -2
- package/dist/shared/parsers/index.js +3 -3
- package/dist/shared/security/compliance-patterns.js +1 -1
- package/dist/shared/security/index.js +8 -8
- package/dist/shared/security/osv-client.js +1 -1
- package/dist/test-scheduling/index.js +9 -9
- package/dist/test-scheduling/phase-scheduler.js +1 -1
- package/dist/test-scheduling/pipeline.js +9 -9
- package/dist/validation/provider-llm-executor.js +5 -5
- package/dist/workers/daemon.js +3 -3
- package/dist/workers/index.js +5 -5
- package/dist/workers/quality-daemon/index.js +15 -15
- package/dist/workers/workers/compliance-checker.js +2 -2
- package/dist/workers/workers/coverage-tracker.js +1 -1
- package/dist/workers/workers/defect-predictor.js +1 -1
- package/dist/workers/workers/flaky-detector.js +1 -1
- package/dist/workers/workers/learning-consolidation.js +4 -4
- package/dist/workers/workers/performance-baseline.js +1 -1
- package/dist/workers/workers/quality-gate.js +1 -1
- package/dist/workers/workers/regression-monitor.js +1 -1
- package/dist/workers/workers/security-scan.js +1 -1
- package/dist/workers/workers/test-health.js +1 -1
- package/dist/workflows/browser/index.js +1 -1
- package/package.json +4 -3
- package/dist/cli/chunks/adapter-RFMUKKTU.js +0 -2
- package/dist/cli/chunks/aqe-learning-engine-YX4ZUVGL.js +0 -2
- package/dist/cli/chunks/base-BSRCRB56.js +0 -2
- package/dist/cli/chunks/browser-workflow-MDJBG6CZ.js +0 -2
- package/dist/cli/chunks/chunk-2FZW44YF.js +0 -21
- package/dist/cli/chunks/chunk-EEKIJM5G.js +0 -2
- package/dist/cli/chunks/chunk-G733R72C.js +0 -12
- package/dist/cli/chunks/chunk-Y5K3U5TI.js +0 -14
- package/dist/cli/chunks/client-N4UGKZ2N.js +0 -2
- package/dist/cli/chunks/core-handlers-AGVNKIM6.js +0 -2
- package/dist/cli/chunks/cross-domain-router-OKWDNCGK.js +0 -2
- package/dist/cli/chunks/dream-ET6PS24D.js +0 -2
- package/dist/cli/chunks/heartbeat-scheduler-MORGAHPF.js +0 -2
- package/dist/cli/chunks/hnsw-adapter-ZGMA3JMM.js +0 -2
- package/dist/cli/chunks/hnsw-index-SOQKFDD4.js +0 -2
- package/dist/cli/chunks/hybrid-router-DUOPXCME.js +0 -2
- package/dist/cli/chunks/impact-analyzer-7VPH2ILD.js +0 -2
- package/dist/cli/chunks/init-wizard-DEVYG7A6.js +0 -2
- package/dist/cli/chunks/kernel-QXRVO4OT.js +0 -2
- package/dist/cli/chunks/knowledge-graph-DJNX5GHZ.js +0 -2
- package/dist/cli/chunks/llm-router-service-LGB7IXQN.js +0 -2
- package/dist/cli/chunks/load-test-4UPWRKNK.js +0 -2
- package/dist/cli/chunks/memory-backend-7GNWUUTD.js +0 -2
- package/dist/cli/chunks/pattern-null-store-VIN6WCCD.js +0 -2
- package/dist/cli/chunks/pattern-usage-recorder-BSTPCNTW.js +0 -2
- package/dist/cli/chunks/protocol-executor-LZRFQ3LC.js +0 -2
- package/dist/cli/chunks/provider-manager-776QJ45P.js +0 -2
- package/dist/cli/chunks/qe-reasoning-bank-ZA47GW6I.js +0 -2
- package/dist/cli/chunks/queen-coordinator-6YQWKOKJ.js +0 -2
- package/dist/cli/chunks/router-XILTD4YX.js +0 -2
- package/dist/cli/chunks/routing-feedback-D6NPEQ7P.js +0 -2
- package/dist/cli/chunks/ruvector-commands-QPSAC3JN.js +0 -8
- package/dist/cli/chunks/rvf-native-adapter-TPQTEI42.js +0 -2
- package/dist/cli/chunks/safe-db-PRWZLYKS.js +0 -2
- package/dist/cli/chunks/schedule-NPNJ2XSF.js +0 -2
- package/dist/cli/chunks/scheduler-IS3IM2KD.js +0 -2
- package/dist/cli/chunks/sqlite-persistence-Q2JMMJ4C.js +0 -2
- package/dist/cli/chunks/unified-memory-VH2UVAIN.js +0 -2
- package/dist/cli/chunks/unified-memory-hnsw-WRGZCJLD.js +0 -2
- package/dist/cli/chunks/unified-persistence-LLARTGPG.js +0 -2
- package/dist/cli/chunks/upgrade-TZQKTKEE.js +0 -5
- package/dist/cli/chunks/visual-security-AR645425.js +0 -2
- package/dist/cli/chunks/witness-chain-DCFTYGUF.js +0 -2
- package/dist/cli/chunks/workflow-orchestrator-PDPORL64.js +0 -2
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,85 @@ All notable changes to the Agentic QE project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [3.13.11] - 2026-08-14
|
|
9
|
+
|
|
10
|
+
Diagnostics, native ESM imports, and learned pattern visibility now behave
|
|
11
|
+
consistently across CLI, MCP, hooks, and background learning workflows.
|
|
12
|
+
|
|
13
|
+
### Added
|
|
14
|
+
|
|
15
|
+
- Added read-only SONA pattern counts and statistics to MCP pattern responses
|
|
16
|
+
and the dashboard without opening a second learning database connection
|
|
17
|
+
([#624]).
|
|
18
|
+
- Added backward-compatible pattern details to JSON hook responses and opt-in
|
|
19
|
+
learned guidance for reasoning-bank requests ([#625]).
|
|
20
|
+
|
|
21
|
+
### Fixed
|
|
22
|
+
|
|
23
|
+
- Routed quality-judge provider errors, timeouts, and unparseable-response
|
|
24
|
+
diagnostics to stderr in the CLI and the MCP logger, preserving valid JSON
|
|
25
|
+
on stdout ([#621]).
|
|
26
|
+
- Normalized extensionless relative specifiers throughout the emitted public
|
|
27
|
+
ESM dependency graph and added native imports for every package export,
|
|
28
|
+
including the RuVector barrel and coordinator GNN. The package now declares
|
|
29
|
+
its runtime TypeScript parser dependency explicitly ([#624]).
|
|
30
|
+
- Filtered learned hook guidance through the existing relevance floor while
|
|
31
|
+
preserving static guidance and no-match behavior ([#625]).
|
|
32
|
+
- Stamped consolidated patterns with `last_used_at`, applied legacy-safe
|
|
33
|
+
confidence decay, and preserved the newest timestamp across evolution merges
|
|
34
|
+
([#626]).
|
|
35
|
+
|
|
36
|
+
### Changed
|
|
37
|
+
|
|
38
|
+
- Consolidated pattern rows with recorded usage now consistently carry a
|
|
39
|
+
non-null recency timestamp. No database migration is required.
|
|
40
|
+
|
|
41
|
+
[#621]: https://github.com/proffesor-for-testing/agentic-qe/issues/621
|
|
42
|
+
[#624]: https://github.com/proffesor-for-testing/agentic-qe/issues/624
|
|
43
|
+
[#625]: https://github.com/proffesor-for-testing/agentic-qe/issues/625
|
|
44
|
+
[#626]: https://github.com/proffesor-for-testing/agentic-qe/issues/626
|
|
45
|
+
|
|
46
|
+
## [3.13.10] - 2026-08-06
|
|
47
|
+
|
|
48
|
+
Pattern consolidation and export now operate on complete, accurate learning
|
|
49
|
+
data; repeated initialization preserves operator thresholds; and large
|
|
50
|
+
PageRank workloads gain a resilient asynchronous execution path.
|
|
51
|
+
|
|
52
|
+
### Added
|
|
53
|
+
|
|
54
|
+
- Added worker-thread weighted PageRank with deterministic TypeScript fallback
|
|
55
|
+
and an optional native RuVector solver contract for future availability.
|
|
56
|
+
- Added explicit pattern promotion through the same persistence, audit, and
|
|
57
|
+
event flow used by automatic learning.
|
|
58
|
+
|
|
59
|
+
### Fixed
|
|
60
|
+
|
|
61
|
+
- Fixed learning consolidation to enumerate the complete stored pattern view,
|
|
62
|
+
perform reported promotions, preserve dry-run behavior, and disclose
|
|
63
|
+
per-pattern write failures ([#618]).
|
|
64
|
+
- Fixed monthly aggregate reinforcement to write the per-use audit trail and
|
|
65
|
+
run the idempotent three-dimensional promotion gate ([#618]). The CLI now
|
|
66
|
+
reports and enforces the minimum confidence criterion as well.
|
|
67
|
+
- Fixed learning exports to preserve real success counts, rates, quality
|
|
68
|
+
scores, and memory tiers ([#618]).
|
|
69
|
+
- Fixed repeated initialization so configured learning quality and promotion
|
|
70
|
+
thresholds are not overwritten ([#619]).
|
|
71
|
+
- Fixed the upgrade advisory for the unpublished `@ruvector/solver` package;
|
|
72
|
+
its absence is no longer presented as an installable or strict-mode failure
|
|
73
|
+
([#617]).
|
|
74
|
+
- Corrected RuVector solver documentation to describe the weighted iterative
|
|
75
|
+
implementation accurately.
|
|
76
|
+
|
|
77
|
+
### Changed
|
|
78
|
+
|
|
79
|
+
- Updated the development-only Ruflo goal UI lock to React Router 7 via [#616].
|
|
80
|
+
Ruflo remains outside AQE's published runtime dependency surface.
|
|
81
|
+
|
|
82
|
+
[#616]: https://github.com/proffesor-for-testing/agentic-qe/pull/616
|
|
83
|
+
[#617]: https://github.com/proffesor-for-testing/agentic-qe/issues/617
|
|
84
|
+
[#618]: https://github.com/proffesor-for-testing/agentic-qe/issues/618
|
|
85
|
+
[#619]: https://github.com/proffesor-for-testing/agentic-qe/issues/619
|
|
86
|
+
|
|
8
87
|
## [3.13.9] - 2026-08-04
|
|
9
88
|
|
|
10
89
|
Development-time Ruflo dependency snapshots now resolve patched releases for
|
package/README.md
CHANGED
|
@@ -9,10 +9,10 @@
|
|
|
9
9
|
*
|
|
10
10
|
* @module agents/claim-verifier
|
|
11
11
|
*/
|
|
12
|
-
import { createVerificationError, CLAIM_TYPE_TO_METHOD, STRICT_VERIFICATION_TYPES, DEFAULT_CLAIM_VERIFIER_CONFIG, } from './interfaces';
|
|
13
|
-
import { FileBasedVerifier } from './verifiers/file-verifier';
|
|
14
|
-
import { TestBasedVerifier } from './verifiers/test-verifier';
|
|
15
|
-
import { OutputBasedVerifier } from './verifiers/output-verifier';
|
|
12
|
+
import { createVerificationError, CLAIM_TYPE_TO_METHOD, STRICT_VERIFICATION_TYPES, DEFAULT_CLAIM_VERIFIER_CONFIG, } from './interfaces.js';
|
|
13
|
+
import { FileBasedVerifier } from './verifiers/file-verifier.js';
|
|
14
|
+
import { TestBasedVerifier } from './verifiers/test-verifier.js';
|
|
15
|
+
import { OutputBasedVerifier } from './verifiers/output-verifier.js';
|
|
16
16
|
/**
|
|
17
17
|
* ClaimVerifierService orchestrates claim verification using specialized verifiers.
|
|
18
18
|
*
|
|
@@ -44,7 +44,7 @@ createVerificationError,
|
|
|
44
44
|
// Configuration defaults
|
|
45
45
|
DEFAULT_CLAIM_VERIFIER_CONFIG,
|
|
46
46
|
// Type mappings
|
|
47
|
-
CLAIM_TYPE_TO_METHOD, STRICT_VERIFICATION_TYPES, } from './interfaces';
|
|
47
|
+
CLAIM_TYPE_TO_METHOD, STRICT_VERIFICATION_TYPES, } from './interfaces.js';
|
|
48
48
|
/**
|
|
49
49
|
* Check if a string is a valid ClaimType.
|
|
50
50
|
*
|
|
@@ -150,7 +150,7 @@ export function isVerificationErrorCode(value) {
|
|
|
150
150
|
// ============================================================================
|
|
151
151
|
// Utility Functions
|
|
152
152
|
// ============================================================================
|
|
153
|
-
import { CLAIM_TYPE_TO_METHOD, STRICT_VERIFICATION_TYPES, } from './interfaces';
|
|
153
|
+
import { CLAIM_TYPE_TO_METHOD, STRICT_VERIFICATION_TYPES, } from './interfaces.js';
|
|
154
154
|
/**
|
|
155
155
|
* Get the recommended verification method for a claim type.
|
|
156
156
|
*
|
|
@@ -231,11 +231,11 @@ export function generateContentHash(content) {
|
|
|
231
231
|
// ============================================================================
|
|
232
232
|
// Verifiers - CV-003, CV-004, CV-005
|
|
233
233
|
// ============================================================================
|
|
234
|
-
export { FileBasedVerifier, } from './verifiers/file-verifier';
|
|
235
|
-
export { TestBasedVerifier, } from './verifiers/test-verifier';
|
|
236
|
-
export { OutputBasedVerifier, } from './verifiers/output-verifier';
|
|
234
|
+
export { FileBasedVerifier, } from './verifiers/file-verifier.js';
|
|
235
|
+
export { TestBasedVerifier, } from './verifiers/test-verifier.js';
|
|
236
|
+
export { OutputBasedVerifier, } from './verifiers/output-verifier.js';
|
|
237
237
|
// ============================================================================
|
|
238
238
|
// Service - CV-003, CV-004, CV-005
|
|
239
239
|
// ============================================================================
|
|
240
|
-
export { ClaimVerifierService, createClaimVerifierService, } from './claim-verifier-service';
|
|
240
|
+
export { ClaimVerifierService, createClaimVerifierService, } from './claim-verifier-service.js';
|
|
241
241
|
//# sourceMappingURL=index.js.map
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
import { readFile, stat } from 'node:fs/promises';
|
|
13
13
|
import { join } from 'node:path';
|
|
14
14
|
import fg from 'fast-glob';
|
|
15
|
-
import { generateContentHash } from '../index';
|
|
15
|
+
import { generateContentHash } from '../index.js';
|
|
16
16
|
/**
|
|
17
17
|
* FileBasedVerifier verifies claims about files and their contents.
|
|
18
18
|
*
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*
|
|
5
5
|
* @module agents/claim-verifier/verifiers
|
|
6
6
|
*/
|
|
7
|
-
export { FileBasedVerifier, } from './file-verifier';
|
|
8
|
-
export { TestBasedVerifier, } from './test-verifier';
|
|
9
|
-
export { OutputBasedVerifier, } from './output-verifier';
|
|
7
|
+
export { FileBasedVerifier, } from './file-verifier.js';
|
|
8
|
+
export { TestBasedVerifier, } from './test-verifier.js';
|
|
9
|
+
export { OutputBasedVerifier, } from './output-verifier.js';
|
|
10
10
|
//# sourceMappingURL=index.js.map
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import { execFile } from 'node:child_process';
|
|
13
13
|
import { promisify } from 'node:util';
|
|
14
|
-
import { generateContentHash } from '../index';
|
|
14
|
+
import { generateContentHash } from '../index.js';
|
|
15
15
|
const execFileAsync = promisify(execFile);
|
|
16
16
|
const ALLOWED_COMMANDS = new Map([
|
|
17
17
|
['npm run build', { bin: 'npm', args: ['run', 'build'] }],
|
|
@@ -394,8 +394,8 @@ export class CausalGraphImpl {
|
|
|
394
394
|
*
|
|
395
395
|
* @example
|
|
396
396
|
* ```typescript
|
|
397
|
-
* import { createCausalVerifier } from '../learning/causal-verifier';
|
|
398
|
-
* import { wasmLoader } from '../integrations/coherence/wasm-loader';
|
|
397
|
+
* import { createCausalVerifier } from '../learning/causal-verifier.js';
|
|
398
|
+
* import { wasmLoader } from '../integrations/coherence/wasm-loader.js';
|
|
399
399
|
*
|
|
400
400
|
* const verifier = await createCausalVerifier(wasmLoader);
|
|
401
401
|
* graph.setCausalVerifier(verifier);
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
* Main engine for causal discovery and root cause analysis.
|
|
6
6
|
* Uses STDP learning to automatically discover causal relationships between events.
|
|
7
7
|
*/
|
|
8
|
-
import { DEFAULT_CAUSAL_CONFIG, } from './types';
|
|
9
|
-
import { CausalWeightMatrix } from './weight-matrix';
|
|
8
|
+
import { DEFAULT_CAUSAL_CONFIG, } from './types.js';
|
|
9
|
+
import { CausalWeightMatrix } from './weight-matrix.js';
|
|
10
10
|
/**
|
|
11
11
|
* Causal Discovery Engine
|
|
12
12
|
*
|
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
* - If event A consistently follows event B (negative dt), weight A->B decreases
|
|
8
8
|
* - This naturally encodes Granger-like causality in the weight matrix
|
|
9
9
|
*/
|
|
10
|
-
import { DEFAULT_CAUSAL_CONFIG, DEFAULT_STDP_PARAMS, } from './types';
|
|
11
|
-
import { CausalGraphImpl } from './causal-graph';
|
|
10
|
+
import { DEFAULT_CAUSAL_CONFIG, DEFAULT_STDP_PARAMS, } from './types.js';
|
|
11
|
+
import { CausalGraphImpl } from './causal-graph.js';
|
|
12
12
|
/**
|
|
13
13
|
* Causal Weight Matrix using STDP learning rule
|
|
14
14
|
*
|
package/dist/cli/bundle.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import{createRequire as __cr}from"module";const require=__cr(import.meta.url);if(process.argv.includes('--version')||process.argv.includes('-v')){console.log("3.13.
|
|
3
|
-
import{a as y}from"./chunks/chunk-
|
|
2
|
+
import{createRequire as __cr}from"module";const require=__cr(import.meta.url);if(process.argv.includes('--version')||process.argv.includes('-v')){console.log("3.13.11");process.exit(0)}
|
|
3
|
+
import{a as y}from"./chunks/chunk-XDK2TPI5.js";import{a as f,c as P}from"./chunks/chunk-TCVEXQLL.js";import"./chunks/chunk-LUAXQB57.js";P();import{Command as S}from"commander";import m from"chalk";function h(e,i,a,s){let l=e.command(i).description(a);if(s)for(let u of s)l.alias(u);return l.helpOption(!1),l.allowUnknownOption(!0),l.allowExcessArguments(!0),l}function w(e,i){let a=e.commands,s=a.indexOf(i);s>=0&&a.splice(s,1)}function o(e,i){let a=h(e,i.name,i.description,i.aliases);a.action(async()=>{try{let s=await i.factory();w(e,a),e.addCommand(s),await e.parseAsync(process.argv)}catch(s){console.error(`Failed to load command '${i.name}':`,s instanceof Error?s.message:s),process.exit(1)}})}function d(e,i,a,s,l,u){let g=h(e,i,a,u);g.action(async()=>{try{let p=await s();w(e,g),p.register(e,l),await e.parseAsync(process.argv)}catch(p){console.error(`Failed to load command '${i}':`,p instanceof Error?p.message:p),process.exit(1)}})}var I=["[UnifiedMemory]","[HybridBackend]","[UnifiedPersistence]","[PersistentSONAEngine]","[QueenGovernance]","[QueenCoordinator]","[Queen]","[QUEEN]","[DomainBreakerRegistry]","[RealEmbeddings]","[HNSWIndex]","[PatternStore]","[TestGenerationCoordinator]","[CodeIntelligence]","[ProductFactorsBridge]","[LearningOptimizationCoordinator]","[DreamEngine]","[DreamScheduler]","[SecurityCompliance]","[Providers]","[GNN]","[test-generation]","[test-execution]","[coverage-analysis]","[quality-assessment]","[defect-intelligence]","[requirements-validation]","[code-intelligence]","[security-compliance]","[contract-testing]","[visual-accessibility]","[chaos-resilience]","[learning-optimization]","[enterprise-integration]","[coordination]","[PatternLearnerService]","[RequirementsValidation]","[ParserRegistry]","[AdversarialDefense]","[ContinueGateIntegration]","[ContinueGate]","[SQLitePatternStore]","[TokenTracking]","[InfraHealing]","[ExperienceCapture]"],b=/^\[\d{2}:\d{2}:\d{2}\.\d{3}\]\s+\[/,D=console.log.bind(console);console.log=(...e)=>{let a=(typeof e[0]=="string"?e[0]:"").trimStart();if(I.some(s=>a.startsWith(s))||b.test(a)){process.stderr.write(e.map(String).join(" ")+`
|
|
4
4
|
`);return}D(...e)};console.info=(...e)=>{process.stderr.write(e.map(String).join(" ")+`
|
|
5
|
-
`)};var t={kernel:null,queen:null,router:null,workflowOrchestrator:null,scheduledWorkflows:new Map,persistentScheduler:null,initialized:!1};function C(e,i){let a=e.getDomainAPI("visual-accessibility");if(a?.registerWorkflowActions)try{a.registerWorkflowActions(i)}catch(l){console.error(m.yellow(` Warning: Could not register visual-accessibility workflow actions: ${f(l)}`))}let s=e.getDomainAPI("requirements-validation");if(s?.registerWorkflowActions)try{s.registerWorkflowActions(i)}catch(l){console.error(m.yellow(` Warning: Could not register requirements-validation workflow actions: ${f(l)}`))}}async function R(){let{QEKernelImpl:e}=await import("./chunks/kernel-
|
|
5
|
+
`)};var t={kernel:null,queen:null,router:null,workflowOrchestrator:null,scheduledWorkflows:new Map,persistentScheduler:null,initialized:!1};function C(e,i){let a=e.getDomainAPI("visual-accessibility");if(a?.registerWorkflowActions)try{a.registerWorkflowActions(i)}catch(l){console.error(m.yellow(` Warning: Could not register visual-accessibility workflow actions: ${f(l)}`))}let s=e.getDomainAPI("requirements-validation");if(s?.registerWorkflowActions)try{s.registerWorkflowActions(i)}catch(l){console.error(m.yellow(` Warning: Could not register requirements-validation workflow actions: ${f(l)}`))}}async function R(){let{QEKernelImpl:e}=await import("./chunks/kernel-TMRJOEO2.js"),{CrossDomainEventRouter:i}=await import("./chunks/cross-domain-router-PBJ2ZGPJ.js"),{DefaultProtocolExecutor:a}=await import("./chunks/protocol-executor-GAMNY2JB.js"),{WorkflowOrchestrator:s}=await import("./chunks/workflow-orchestrator-ON6UYRVE.js"),{createQueenCoordinator:l}=await import("./chunks/queen-coordinator-UYW2MDKI.js"),{createPersistentScheduler:u}=await import("./chunks/scheduler-NGCDQIW5.js");t.kernel=new e({maxConcurrentAgents:15,memoryBackend:"sqlite",hnswEnabled:!0,lazyLoading:!0,enabledDomains:[...y],enableExperienceBridge:!1}),await t.kernel.initialize(),t.router=new i(t.kernel.eventBus),await t.router.initialize();let g=A=>t.kernel.getDomainAPI(A),p=new a(t.kernel.eventBus,t.kernel.memory,g);t.workflowOrchestrator=new s(t.kernel.eventBus,t.kernel.memory,t.kernel.coordinator),await t.workflowOrchestrator.initialize(),C(t.kernel,t.workflowOrchestrator),t.persistentScheduler=u(),t.queen=l(t.kernel,t.router,p,void 0),await t.queen.initialize();let{adoptExternalFleet:E}=await import("./chunks/core-handlers-4GKEYGPS.js");E({kernel:t.kernel,queen:t.queen,router:t.router,workflowOrchestrator:t.workflowOrchestrator}),t.initialized=!0}async function k(){if(t.initialized&&t.kernel&&t.queen)return!0;let e=await import("fs"),a=(await import("path")).resolve(".agentic-qe");return e.existsSync(a)?c():(console.error(m.red(`
|
|
6
6
|
Error: AQE system not initialized in this directory.`)),console.log(m.yellow("Run `aqe init` first to set up this project.\n")),!1)}async function c(){if(t.initialized&&t.kernel&&t.queen)return!0;process.stderr.write(m.gray("Auto-initializing v3 system...")+`
|
|
7
7
|
`);let e=3e4,i=new Promise((a,s)=>{setTimeout(()=>s(new Error("Initialization timeout after 30 seconds")),e)});try{return await Promise.race([R(),i]),process.stderr.write(m.green("System ready")+`
|
|
8
8
|
|
|
9
|
-
`),!0}catch(a){return a.message.includes("timeout")?(console.error(m.red("Initialization timed out after 30 seconds.")),console.log(m.yellow("Try running `aqe init` manually."))):(console.error(m.red("Failed to auto-initialize:"),a),console.log(m.yellow("Try running `aqe init` manually."))),!1}}async function r(e=0){try{t.workflowOrchestrator&&t.workflowOrchestrator.dispose().catch(()=>{}),t.queen&&t.queen.dispose().catch(()=>{}),t.router&&t.router.dispose().catch(()=>{}),t.kernel&&t.kernel.dispose().catch(()=>{})}catch{}process.exit(e)}var n=new S,v="3.13.
|
|
9
|
+
`),!0}catch(a){return a.message.includes("timeout")?(console.error(m.red("Initialization timed out after 30 seconds.")),console.log(m.yellow("Try running `aqe init` manually."))):(console.error(m.red("Failed to auto-initialize:"),a),console.log(m.yellow("Try running `aqe init` manually."))),!1}}async function r(e=0){try{t.workflowOrchestrator&&t.workflowOrchestrator.dispose().catch(()=>{}),t.queen&&t.queen.dispose().catch(()=>{}),t.router&&t.router.dispose().catch(()=>{}),t.kernel&&t.kernel.dispose().catch(()=>{})}catch{}process.exit(e)}var n=new S,v="3.13.11";n.name("aqe").description("Agentic QE - Domain-Driven Quality Engineering").version(v);d(n,"init","Initialize the AQE v3 system",()=>import("./chunks/init-handler-RBDYIXNV.js").then(e=>e.createInitHandler(r)),t);d(n,"status","Show system status",()=>import("./chunks/status-handler-CTXOH3FX.js").then(e=>e.createStatusHandler(r,k)),t);d(n,"health","Check system health",()=>import("./chunks/status-handler-CTXOH3FX.js").then(e=>e.createHealthHandler(r,k)),t);d(n,"task","Manage QE tasks",()=>import("./chunks/task-handler-ZTUAT6YF.js").then(e=>e.createTaskHandler(r,c)),t);d(n,"agent","Manage QE agents",()=>import("./chunks/agent-handler-SVKEPF7B.js").then(e=>e.createAgentHandler(r,c)),t);d(n,"domain","Domain operations",()=>import("./chunks/domain-handler-TZC4GCF6.js").then(e=>e.createDomainHandler(r,c)),t);d(n,"protocol","Execute coordination protocols",()=>import("./chunks/protocol-handler-QNBFRJNY.js").then(e=>e.createProtocolHandler(r,c)),t);d(n,"brain","Export, import, and inspect QE brain state",()=>import("./chunks/brain-handler-FV2AJZ4A.js").then(e=>e.createBrainHandler(r,c)),t);d(n,"hypergraph","Query the code knowledge hypergraph",()=>import("./chunks/hypergraph-handler-523TSK4P.js").then(e=>e.createHypergraphHandler(r,c)),t,["hg"]);d(n,"heartbeat","Manage the token-free heartbeat scheduler",()=>import("./chunks/heartbeat-handler-6O2D2FU2.js").then(e=>e.createHeartbeatHandler(r)),t);d(n,"routing","View routing performance, economics, and accuracy",()=>import("./chunks/routing-handler-2UN5GRHJ.js").then(e=>e.createRoutingHandler(r)),t);o(n,{name:"workflow",description:"Manage QE workflows and pipelines (ADR-041)",factory:()=>import("./chunks/workflow-4TCIUUFQ.js").then(e=>e.createWorkflowCommand(t,r,c))});o(n,{name:"test",description:"Test generation, execution, scheduling, and load testing",factory:()=>import("./chunks/test-EV7BSUTI.js").then(e=>e.createTestCommand(t,r,c))});o(n,{name:"coverage",description:"Coverage analysis shortcut",factory:()=>import("./chunks/coverage-HPBO67JF.js").then(e=>e.createCoverageCommand(t,r,c))});o(n,{name:"quality",description:"Quality assessment shortcut",factory:()=>import("./chunks/quality-5ZONTNA6.js").then(e=>e.createQualityCommand(t,r,c))});o(n,{name:"quality-gate",description:"Two-gate, three-valued quality verdict against a pinned checklist (ADR-119)",factory:()=>import("./chunks/quality-gate-JPNREEVR.js").then(e=>e.createQualityGateCommand(t,r,c))});o(n,{name:"security",description:"Security scanning and URL validation",factory:()=>import("./chunks/security-H7PEUUCV.js").then(e=>e.createSecurityCommand(t,r,c))});o(n,{name:"arena",description:"Competitive test-strategy tournaments (ADR-104)",factory:()=>import("./chunks/arena-HQLSNQZ3.js").then(e=>e.createArenaCommand(t,r,c))});o(n,{name:"code",description:"Code intelligence analysis",factory:()=>import("./chunks/code-N3SWJ3XL.js").then(e=>e.createCodeCommand(t,r,c))});o(n,{name:"completions",description:"Generate shell completions for aqe",factory:()=>import("./chunks/completions-E5TBZ5AB.js").then(e=>e.createCompletionsCommand(r))});o(n,{name:"upgrade",description:"Detect optional native bindings and recommend install / flag changes",factory:()=>import("./chunks/upgrade-33ZVVZFW.js").then(e=>e.createUpgradeCommand(r))});o(n,{name:"fleet",description:"Fleet operations with multi-agent progress tracking",factory:()=>import("./chunks/fleet-35I4F7D2.js").then(e=>e.createFleetCommand(t,r,c,C))});o(n,{name:"validate",description:"Validation commands for skills and agents",factory:()=>import("./chunks/validate-swarm-GRZPWYNM.js").then(e=>e.createValidateSwarmCommand(t,r,c))});o(n,{name:"skill",description:"Skill validation and reporting (ADR-056)",factory:()=>import("./chunks/validate-CS5PXGDF.js").then(e=>e.createValidateCommand(t,r,c))});o(n,{name:"eval",description:"Run skill evaluation suites in parallel",factory:()=>import("./chunks/eval-5ID5D77H.js").then(e=>e.createEvalCommand())});o(n,{name:"ci",description:"CI/CD pipeline orchestration",factory:()=>import("./chunks/ci-M6WYL2XY.js").then(e=>e.createCICommand(t,r,c))});o(n,{name:"token-usage",description:"View and analyze token consumption metrics (ADR-042)",factory:()=>import("./chunks/token-usage-FR3JOWYB.js").then(e=>e.createTokenUsageCommand())});o(n,{name:"llm",description:"LLM Router management (ADR-043)",factory:()=>import("./chunks/llm-router-WC66OXZH.js").then(e=>e.createLLMRouterCommand())});o(n,{name:"sync",description:"Sync local learning data to cloud PostgreSQL",factory:()=>import("./chunks/sync-3SU4H6R3.js").then(e=>e.createSyncCommands())});o(n,{name:"hooks",description:"Self-learning QE hooks for pattern recognition and guidance",factory:()=>import("./chunks/hooks-723GPTQ4.js").then(e=>e.createHooksCommand())});o(n,{name:"learning",description:"AQE self-learning system management (standalone, no claude-flow required)",factory:()=>import("./chunks/learning-II2U3EV2.js").then(e=>e.createLearningCommand())});o(n,{name:"memory",description:"Memory store, retrieve, search, and delete operations",factory:()=>import("./chunks/memory-RKN6KV75.js").then(e=>e.createMemoryCommand(t,r,c))});o(n,{name:"mcp",description:"Start the MCP protocol server for Claude Code integration",factory:()=>import("./chunks/mcp-FPBBJJFY.js").then(e=>e.createMcpCommand())});o(n,{name:"platform",description:"Manage coding agent platform configurations",factory:()=>import("./chunks/platform-L3LPNVKT.js").then(e=>e.createPlatformCommand())});o(n,{name:"prove",description:"Generate a verifiable Proof-of-Quality attestation",factory:()=>import("./chunks/prove-3X5NQP4L.js").then(e=>e.createProveCommand(t,r,c))});o(n,{name:"ruvector",description:"RuVector integration management",factory:()=>import("./chunks/ruvector-commands-EQQUEVWN.js").then(e=>e.createRuVectorCommand())});o(n,{name:"audit",description:"Witness chain audit trail management",factory:()=>import("./chunks/audit-2EQJW5UE.js").then(e=>e.createAuditCommand(t,r,c))});o(n,{name:"pipeline",description:"Manage YAML deterministic pipelines (Imp-9)",factory:()=>import("./chunks/pipeline-YDJMWCAR.js").then(e=>e.createPipelineCommand(t,r,c))});o(n,{name:"plugin",description:"Manage external QE domain plugins",factory:()=>import("./chunks/plugin-55EYFJH5.js").then(e=>e.createPluginCommand())});o(n,{name:"daemon",description:"Manage the QE Quality Daemon",factory:()=>import("./chunks/daemon-2622ZCMJ.js").then(e=>e.createDaemonCommand())});process.on("SIGINT",async()=>{console.log(m.yellow(`
|
|
10
10
|
|
|
11
11
|
Shutting down...`)),console.log(m.green(`Shutdown complete
|
|
12
12
|
`)),await r(0)});process.on("SIGTERM",async()=>{console.log(m.yellow(`
|
|
13
|
-
Received SIGTERM, shutting down gracefully...`)),await r(0)});async function x(){let{isVersionFastPath:e}=await import("./chunks/fast-paths-
|
|
13
|
+
Received SIGTERM, shutting down gracefully...`)),await r(0)});async function x(){let{isVersionFastPath:e}=await import("./chunks/fast-paths-MACRZGSE.js");e(process.argv)&&(console.log(v),process.exit(0));let{bootstrapTokenTracking:i}=await import("./chunks/token-bootstrap-3P22AYZ4.js");await i({enableOptimization:!0,enablePersistence:!0,verbose:process.env.AQE_VERBOSE==="true"}),await n.parseAsync(),await r(0)}x().catch(async e=>{console.error(m.red("Fatal error:"),e),await r(1)});
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{createRequire as __cr}from"module";const require=__cr(import.meta.url);if(process.argv.includes('--version')||process.argv.includes('-v')){console.log("3.13.11");process.exit(0)}
|
|
2
|
+
import{a,b,c}from"./chunk-2BDTZYQN.js";import"./chunk-76NSSNB3.js";import"./chunk-UX5SM2PW.js";import"./chunk-TZA45FI7.js";import"./chunk-TCVEXQLL.js";import"./chunk-LUAXQB57.js";export{a as AgentBoosterAdapter,b as createAgentBoosterAdapter,c as createAgentBoosterAdapterSync};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{createRequire as __cr}from"module";const require=__cr(import.meta.url);if(process.argv.includes('--version')||process.argv.includes('-v')){console.log("3.13.
|
|
2
|
-
import{a as x}from"./chunk-
|
|
1
|
+
import{createRequire as __cr}from"module";const require=__cr(import.meta.url);if(process.argv.includes('--version')||process.argv.includes('-v')){console.log("3.13.11");process.exit(0)}
|
|
2
|
+
import{a as x}from"./chunk-CYQRZ645.js";import{c as f}from"./chunk-QYHRDBKI.js";import"./chunk-LUAXQB57.js";x();import{createRequire as w}from"module";var S=f.create("agent-booster-wasm"),t={JavaScript:0,TypeScript:1,Python:2,Rust:3,Go:4,Java:5,C:6,Cpp:7},l={ExactReplace:0,FuzzyReplace:1,InsertAfter:2,InsertBefore:3,Append:4},v={0:"JavaScript",1:"TypeScript",2:"Python",3:"Rust",4:"Go",5:"Java",6:"C",7:"Cpp"},a=null,u=null,p=null;async function g(){if(a)return!0;if(p)return!1;try{if(a=w(import.meta.url)("./agent_booster_wasm.js"),!a)throw new Error("WASM module loaded but is null");return u=new a.AgentBoosterWasm,!0}catch(e){return p=e,console.warn("[AgentBoosterWASM] Failed to load WASM module:",e),!1}}function A(e){return{".js":t.JavaScript,".mjs":t.JavaScript,".cjs":t.JavaScript,".jsx":t.JavaScript,".ts":t.TypeScript,".tsx":t.TypeScript,".mts":t.TypeScript,".cts":t.TypeScript,".py":t.Python,".rs":t.Rust,".go":t.Go,".java":t.Java,".c":t.C,".h":t.C,".cpp":t.Cpp,".cc":t.Cpp,".cxx":t.Cpp,".hpp":t.Cpp}[e.toLowerCase()]??t.JavaScript}var M=[{name:"var-to-const",detect:(e,r)=>e.includes("var ")&&r.includes("const "),apply:(e,r)=>e.replace(/\bvar\s+/g,"const ")},{name:"var-to-let",detect:(e,r)=>e.includes("var ")&&r.includes("let "),apply:(e,r)=>e.replace(/\bvar\s+/g,"let ")},{name:"add-types-function",detect:(e,r)=>e.includes("function")&&!e.includes(":")&&r.includes(":"),apply:(e,r)=>r},{name:"async-wrapper",detect:(e,r)=>!e.includes("async")&&r.includes("async")&&r.includes("await"),apply:(e,r)=>r},{name:"try-catch-wrapper",detect:(e,r)=>!e.includes("try {")&&r.includes("try {"),apply:(e,r)=>r},{name:"null-check",detect:(e,r)=>!e.includes("if (!")&&!e.includes("if (!")&&(r.includes("if (!")||r.includes("?.")),apply:(e,r)=>r},{name:"test-assertion",detect:(e,r)=>e.includes("test(")&&!e.includes("expect(")&&r.includes("expect("),apply:(e,r)=>r}];function y(e,r){for(let n of M)if(n.detect(e,r))try{return{success:!0,code:n.apply(e,r),pattern:n.name}}catch(s){S.debug("Pattern transform failed, trying next",{pattern:n.name,error:s instanceof Error?s.message:String(s)});continue}return{success:!1,code:r}}async function b(e,r,n,s={}){let o=performance.now(),{confidenceThreshold:T=.5,allowFallback:d=!0}=s;if(!e.trim())return{success:!0,mergedCode:r,confidence:1,strategy:l.Append,syntaxValid:!0,source:"fallback",latencyMs:performance.now()-o};if(await g()&&u&&a)try{let c=a.WasmLanguage[v[n]],i=u.apply_edit(e,r,c);return{success:!0,mergedCode:i.merged_code,confidence:i.confidence,strategy:i.strategy,syntaxValid:i.syntax_valid,source:"wasm",latencyMs:performance.now()-o}}catch(c){let i=c;if(d){let m=y(e,r);if(m.success)return{success:!0,mergedCode:m.code,confidence:.7,strategy:l.FuzzyReplace,syntaxValid:!0,source:"pattern",latencyMs:performance.now()-o}}return{success:!1,mergedCode:r,confidence:0,strategy:l.Append,syntaxValid:!1,source:"fallback",latencyMs:performance.now()-o,error:i.message}}if(d){let c=y(e,r);return{success:c.success,mergedCode:c.code,confidence:c.success?.7:0,strategy:l.FuzzyReplace,syntaxValid:!0,source:"pattern",latencyMs:performance.now()-o}}return{success:!1,mergedCode:r,confidence:0,strategy:l.Append,syntaxValid:!1,source:"fallback",latencyMs:performance.now()-o,error:p?.message??"WASM not available"}}async function W(e,r={}){return Promise.all(e.map(({original:n,edit:s,language:o})=>b(n,s,o,r)))}async function C(){return g()}async function L(){return await g()&&a?a.AgentBoosterWasm.version():"unavailable"}async function R(){if(await g(),u&&a)try{u.apply_edit("function x() {}","function x() {}",a.WasmLanguage.JavaScript)}catch(e){console.debug("[AgentBoosterWASM] Warmup error:",e instanceof Error?e.message:e)}}var _={transform:b,batchTransform:W,isWasmAvailable:C,getVersion:L,warmup:R,Language:t,MergeStrategy:l,languageFromExtension:A};export{t as Language,l as MergeStrategy,W as batchTransform,_ as default,L as getVersion,C as isWasmAvailable,A as languageFromExtension,b as transform,R as warmup};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import{createRequire as __cr}from"module";const require=__cr(import.meta.url);if(process.argv.includes('--version')||process.argv.includes('-v')){console.log("3.13.
|
|
2
|
-
import{b as p}from"./chunk-
|
|
1
|
+
import{createRequire as __cr}from"module";const require=__cr(import.meta.url);if(process.argv.includes('--version')||process.argv.includes('-v')){console.log("3.13.11");process.exit(0)}
|
|
2
|
+
import{b as p}from"./chunk-IYMV4CU5.js";import{a as g}from"./chunk-YDEYB6Z2.js";import"./chunk-TZA45FI7.js";import"./chunk-LUAXQB57.js";import s from"chalk";var l=class{name="agent";description="Manage QE agents";cleanupAndExit;ensureInitialized;constructor(n,t){this.cleanupAndExit=n,this.ensureInitialized=t}register(n,t){let a=n.command("agent").description(this.description);a.command("list").description("List all agents").option("-d, --domain <domain>","Filter by domain").option("-s, --status <status>","Filter by status").action(async e=>{await this.executeList(e,t)}),a.command("spawn <domain>").description("Spawn an agent in a domain").option("-t, --type <type>","Agent type","worker").option("-c, --capabilities <caps>","Comma-separated capabilities","general").option("--no-progress","Disable progress indicator").action(async(e,o)=>{await this.executeSpawn(e,o,t)})}async executeList(n,t){if(await this.ensureInitialized())try{let a=n.domain?t.queen.getAgentsByDomain(n.domain):t.queen.listAllAgents();if(n.status&&(a=a.filter(e=>e.status===n.status)),console.log(s.blue(`
|
|
3
3
|
Agents (${a.length})
|
|
4
4
|
`)),a.length===0)console.log(s.gray(" No agents found"));else{let e=new Map;for(let i of a)e.has(i.domain)||e.set(i.domain,[]),e.get(i.domain).push(i);let o=Array.from(e.entries());for(let[i,m]of o){console.log(s.cyan(` ${i}:`));for(let r of m)console.log(` ${r.id}`),console.log(` Type: ${r.type}`),console.log(` Status: ${g(r.status)}`),r.startedAt&&console.log(s.gray(` Started: ${r.startedAt.toISOString()}`));console.log("")}}}catch(a){console.error(s.red(`
|
|
5
5
|
Failed to list agents:`),a),await this.cleanupAndExit(1)}}async executeSpawn(n,t,a){if(await this.ensureInitialized())try{let e=t.capabilities.split(",");console.log(s.blue(`
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{createRequire as __cr}from"module";const require=__cr(import.meta.url);if(process.argv.includes('--version')||process.argv.includes('-v')){console.log("3.13.
|
|
2
|
-
import"./chunk-
|
|
1
|
+
import{createRequire as __cr}from"module";const require=__cr(import.meta.url);if(process.argv.includes('--version')||process.argv.includes('-v')){console.log("3.13.11");process.exit(0)}
|
|
2
|
+
import"./chunk-LUAXQB57.js";import{existsSync as i,mkdirSync as d,unlinkSync as s,readdirSync as p,statSync as f}from"fs";import{join as o,basename as l}from"path";var v={branchDir:".agentic-qe/branches",defaultStrategy:"child-wins",orphanMaxAgeMs:36e5},g=class{config;parentAdapter;activeBranches=new Map;witnessChain=null;constructor(t,e){this.parentAdapter=t,this.config={...v,...e}}setWitnessChain(t){this.witnessChain=t}createBranch(t){if(this.activeBranches.has(t))throw new Error(`Branch already exists for agent ${t}`);i(this.config.branchDir)||d(this.config.branchDir,{recursive:!0});let e=o(this.config.branchDir,`${t}.rvf`),r=this.parentAdapter.path(),n=this.parentAdapter.derive(e),a={agentId:t,childPath:e,parentPath:r,childAdapter:n,createdAt:Date.now(),ingestLog:[]};return this.activeBranches.set(t,a),a}recordIngest(t,e){let r=this.activeBranches.get(t);if(r)for(let n of e)r.ingestLog.push({id:n.id,vector:n.vector})}async mergeBranch(t,e){let r=e??this.config.defaultStrategy,n=performance.now(),a=0;if(r==="child-wins"&&t.ingestLog.length>0)try{a=this.parentAdapter.ingest(t.ingestLog).accepted}catch(c){console.warn(`[AgentMemoryBranch] Merge replay failed for ${t.agentId}:`,c)}return this.witnessChain?.append("BRANCH_MERGE",{agentId:t.agentId,strategy:r,vectorsMerged:a,branchPath:t.childPath},`agent-${t.agentId}`),this.cleanupBranchFile(t),this.activeBranches.delete(t.agentId),{vectorsMerged:a,strategy:r,durationMs:performance.now()-n}}discardBranch(t){this.witnessChain?.append("BRANCH_DISCARD",{agentId:t.agentId,action:"discard",branchPath:t.childPath},`agent-${t.agentId}`),this.cleanupBranchFile(t),this.activeBranches.delete(t.agentId)}getBranch(t){return this.activeBranches.get(t)}getActiveBranches(){return Array.from(this.activeBranches.values())}listBranchFiles(){return i(this.config.branchDir)?p(this.config.branchDir).filter(e=>e.endsWith(".rvf")).map(e=>{let r=o(this.config.branchDir,e),n=f(r);return{agentId:l(e,".rvf"),path:r,sizeBytes:n.size,modifiedAt:n.mtime}}):[]}cleanupOrphans(t){let e=t??this.config.orphanMaxAgeMs,r=Date.now(),n=0;for(let a of this.listBranchFiles())if(r-a.modifiedAt.getTime()>e&&!this.activeBranches.has(a.agentId))try{s(a.path);let h=`${a.path}.idmap.json`;i(h)&&s(h),n++}catch{}return n}cleanupBranchFile(t){try{t.childAdapter.close()}catch{}try{i(t.childPath)&&s(t.childPath);let e=`${t.childPath}.idmap.json`;i(e)&&s(e)}catch{}}};export{g as AgentMemoryBranch};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{createRequire as __cr}from"module";const require=__cr(import.meta.url);if(process.argv.includes('--version')||process.argv.includes('-v')){console.log("3.13.11");process.exit(0)}
|
|
2
|
+
import{a,b,c,d,e,f}from"./chunk-2E2QCIGR.js";import"./chunk-GPJDZFFV.js";import"./chunk-JTQSXU6V.js";import"./chunk-GJTGHVAX.js";import"./chunk-TMY2Y7SC.js";import"./chunk-5364DBZG.js";import"./chunk-P736OKQN.js";import"./chunk-36ONUM43.js";import"./chunk-AFXMTSO3.js";import"./chunk-MWTFFGU3.js";import"./chunk-YEPJS4AM.js";import"./chunk-JWT675RM.js";import"./chunk-E54QUKAD.js";import"./chunk-UGFHEVG4.js";import"./chunk-TU4BYSXR.js";import"./chunk-T5M4TZRB.js";import"./chunk-2Y3PW5EJ.js";import"./chunk-SJJFU7KK.js";import"./chunk-WYQM7GXW.js";import"./chunk-CYQRZ645.js";import"./chunk-QYHRDBKI.js";import"./chunk-LREIHR2A.js";import"./chunk-TZA45FI7.js";import"./chunk-UPMQHCC2.js";import"./chunk-2D7SBOZ4.js";import"./chunk-FXKOHZBN.js";import"./chunk-XDK2TPI5.js";import"./chunk-TCVEXQLL.js";import"./chunk-PJNIDDER.js";import"./chunk-EI4KYBNI.js";import"./chunk-RGUKQXKL.js";import"./chunk-B646CE3C.js";import"./chunk-WJB6YYMJ.js";import"./chunk-AHG2O5HT.js";import"./chunk-23E37MDA.js";import"./chunk-NC7HTDH5.js";import"./chunk-PT6U3IIK.js";import"./chunk-NHL37QAZ.js";import"./chunk-LUAXQB57.js";export{b as AQELearningEngine,a as DEFAULT_ENGINE_CONFIG,c as DEFAULT_META_LEARNING_CONFIG,d as MetaLearningEngine,e as createAQELearningEngine,f as createDefaultLearningEngine};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{createRequire as __cr}from"module";const require=__cr(import.meta.url);if(process.argv.includes('--version')||process.argv.includes('-v')){console.log("3.13.
|
|
2
|
-
import"./chunk-
|
|
1
|
+
import{createRequire as __cr}from"module";const require=__cr(import.meta.url);if(process.argv.includes('--version')||process.argv.includes('-v')){console.log("3.13.11");process.exit(0)}
|
|
2
|
+
import"./chunk-LUAXQB57.js";import*as K from"fs";import*as M from"path";function G(t){let r=t>>>0;return function(){r|=0,r=r+1831565813|0;let n=Math.imul(r^r>>>15,1|r);return n=n+Math.imul(n^n>>>7,61|n)^n,((n^n>>>14)>>>0)/4294967296}}function w(t,r){return Math.floor(t()*r)}var z=[["===","!=="],["!==","==="],["<=","<"],[">=",">"],["&&","||"],["||","&&"],["<","<="],[">",">="],["+","-"],["*","+"]];function H(t){let r=new Array(t.length).fill(!1),n=0,e="code";for(;n<t.length;){let s=t[n],i=t[n+1];e==="code"?(s==="'"?e="single":s==='"'?e="double":s==="`"?e="template":s==="/"&&i==="/"?e="line-comment":s==="/"&&i==="*"&&(e="block-comment"),e!=="code"&&(r[n]=!0)):(r[n]=!0,e==="single"&&s==="'"&&t[n-1]!=="\\"||e==="double"&&s==='"'&&t[n-1]!=="\\"||e==="template"&&s==="`"&&t[n-1]!=="\\"||e==="line-comment"&&s===`
|
|
3
3
|
`?e="code":e==="block-comment"&&s==="*"&&i==="/"&&(r[n+1]=!0,n++,e="code")),n++}return r}function E(t,r){let n=1;for(let e=0;e<r;e++)t[e]===`
|
|
4
4
|
`&&n++;return n}function A(t,r){let n=H(t),e=new Array(t.length).fill(!1),s=[];for(let[i,c]of z){let a=t.indexOf(i);for(;a!==-1;){let u=a+i.length,y=e.slice(a,u).some(Boolean),h=n.slice(a,u).some(Boolean),v=i===">"&&t[a-1]==="=",S=(i==="<"||i===">")&&(t[u]==="="||t[a-1]==="<"||t[a-1]===">");if(!y&&!h&&!v&&!S){for(let d=a;d<u;d++)e[d]=!0;s.push({id:`${r}:${E(t,a)}:${a}:${i}->${c}`,index:a,from:i,to:c,line:E(t,a)})}a=t.indexOf(i,a+1)}}return s.sort((i,c)=>i.index-c.index)}function W(t,r){return t.slice(0,r.index)+r.to+t.slice(r.index+r.from.length)}import*as m from"fs";import*as f from"path";import*as L from"os";import{spawnSync as J}from"child_process";function I(t){let r=f.resolve(t),n=f.join(r,"src"),e=f.join(r,"tests");if(!m.existsSync(n)||!m.existsSync(e))throw new Error(`not an arena fixture (expected src/ and tests/): ${r}`);let s=m.readdirSync(n).filter(c=>c.endsWith(".mjs")).sort().map(c=>f.join("src",c)),i={};for(let c of m.readdirSync(e).filter(a=>a.endsWith(".test.mjs")).sort())i[c.replace(".test.mjs","")]=f.join("tests",c);if(s.length===0||Object.keys(i).length===0)throw new Error(`fixture has no src/*.mjs or tests/*.test.mjs: ${r}`);return{root:r,sourceFiles:s,testGroups:i}}function T(t,r){let n=m.mkdtempSync(f.join(r,"arena-ws-"));m.mkdirSync(f.join(n,"src"),{recursive:!0}),m.mkdirSync(f.join(n,"tests"),{recursive:!0});for(let e of t.layout.sourceFiles){let s=t.mutatedFile&&t.mutatedFile.relPath===e?t.mutatedFile.content:m.readFileSync(f.join(t.layout.root,e),"utf8");m.writeFileSync(f.join(n,e),s)}for(let e of t.groups){let s=t.layout.testGroups[e];m.copyFileSync(f.join(t.layout.root,s),f.join(n,s))}return n}function $(t,r={}){let n=["--test"];r.coverage&&n.push("--experimental-test-coverage");let e=m.readdirSync(f.join(t,"tests")).filter(u=>u.endsWith(".test.mjs")).sort().map(u=>f.join("tests",u));n.push(...e);let s=process.hrtime.bigint(),i=J(process.execPath,n,{cwd:t,timeout:r.timeoutMs??12e4,encoding:"utf8"}),c=Number(process.hrtime.bigint()-s)/1e6,a=null;if(r.coverage){let u=/all files\s*\|\s*([\d.]+)/.exec(i.stdout??"");a=u?Number(u[1]):null}return{ok:i.status===0,durationMs:Math.round(c),coveragePct:a}}function N(){return m.mkdtempSync(f.join(L.tmpdir(),"qe-arena-"))}function B(t){m.rmSync(t,{recursive:!0,force:!0})}var k={kill:.6,coverage:.3,runtimePenalty:.1};function Q(t,r,n){let e=[...t].sort(),s=new Set([e.join("+")]),i=[{id:"s1",name:`all(${e.join("+")})`,groups:e}],c=0;for(;i.length<r&&c++<200;){let a=e.filter(()=>n()<.5);if(a.length===0)continue;let u=a.join("+");s.has(u)||(s.add(u),i.push({id:`s${i.length+1}`,name:u,groups:a}))}return i}function C(t,r,n){let e=r===null?0:r/100,s=k.kill*t+k.coverage*e-k.runtimePenalty*n;return Math.round(s*1e4)/1e4}function D(t,r,n,e){let s=T({layout:t,groups:r.groups},e),i=$(s,{coverage:!0});if(!i.ok)return{baselinePassed:!1,killed:0,total:0,coveragePct:i.coveragePct,runtimeMs:i.durationMs};let c=0,a=0;for(let u of n)for(let y of u.mutants){a++;let h=T({layout:t,groups:r.groups,mutatedFile:{relPath:u.relPath,content:W(u.source,y)}},e);$(h).ok||c++}return{baselinePassed:!0,killed:c,total:a,coveragePct:i.coveragePct,runtimeMs:i.durationMs}}function rt(t){let r=t.seed??42,n=t.log??(()=>{}),e=G(r),s=I(t.target),i=N();try{let c=t.maxMutants??24,a=s.sourceFiles.map(l=>{let o=K.readFileSync(M.join(s.root,l),"utf8");return{relPath:l,source:o,mutants:A(o,l)}}),u=a.flatMap(l=>l.mutants.map(o=>({file:l.relPath,m:o})));if(u.length>c){let l=new Set;for(;l.size<c;)l.add(u[w(e,u.length)].m.id);for(let o of a)o.mutants=o.mutants.filter(p=>l.has(p.id));u=a.flatMap(o=>o.mutants.map(p=>({file:o.relPath,m:p})))}n(`mutants: ${u.length} (of ${a.reduce((l,o)=>l+A(o.source,o.relPath).length,0)} enumerated)`);let y=Q(Object.keys(s.testGroups),t.strategies??4,e),h={},v=y.map(l=>{n(`evaluating ${l.id} [${l.name}] ...`);let o=D(s,l,a,i);return h[l.id]=o.runtimeMs,{s:l,e:o}}),S=Object.keys(s.testGroups).length,d=v.map(({s:l,e:o})=>{let p=o.total>0?Math.round(o.killed/o.total*1e4)/1e4:0,g=Math.round(l.groups.length/S*1e4)/1e4;return{...l,baselinePassed:o.baselinePassed,mutantsKilled:o.killed,mutantsTotal:o.total,killRate:p,coveragePct:o.coveragePct,suiteCostRatio:g,fitness:o.baselinePassed?C(p,o.coveragePct,g):0}}),P=[...d].sort((l,o)=>o.fitness-l.fitness||l.id.localeCompare(o.id)).map(l=>l.id),U=d.map(l=>d.map(o=>l.fitness>o.fitness?1:l.fitness<o.fitness?-1:0)),j=[];if(t.evolveSteps&&t.evolveSteps>0){let l=Object.keys(s.testGroups).sort(),o=d.find(g=>g.id===P[0]).groups,p=d.find(g=>g.id===P[0]).fitness;for(let g=1;g<=t.evolveSteps;g++){let R=l[w(e,l.length)],b=o.includes(R)?o.filter(q=>q!==R):[...o,R].sort();if(b.length===0){j.push({step:g,groups:b,fitness:0,accepted:!1});continue}let x=D(s,{id:`evo${g}`,name:b.join("+"),groups:b},a,i),_=x.total>0?x.killed/x.total:0,F=x.baselinePassed?C(_,x.coveragePct,b.length/l.length):0,O=F>p;j.push({step:g,groups:b,fitness:F,accepted:O}),O&&(o=b,p=F)}}return{contract:"arena-result@1",seed:r,target:M.relative(process.cwd(),s.root)||".",weights:{...k},mutantsTotal:u.length,strategies:d,ranking:P,competitiveArray:U,evolution:j,informational:{runtimesMs:h}}}finally{B(i)}}export{Q as buildStrategies,rt as runArena};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import{createRequire as __cr}from"module";const require=__cr(import.meta.url);if(process.argv.includes('--version')||process.argv.includes('-v')){console.log("3.13.
|
|
2
|
-
import{a as c,c as f}from"./chunk-
|
|
1
|
+
import{createRequire as __cr}from"module";const require=__cr(import.meta.url);if(process.argv.includes('--version')||process.argv.includes('-v')){console.log("3.13.11");process.exit(0)}
|
|
2
|
+
import{a as c,c as f}from"./chunk-TCVEXQLL.js";import"./chunk-LUAXQB57.js";f();import{Command as $}from"commander";import r from"chalk";function x(v,g,p){let m=new $("arena").description("Competitive test-strategy tournaments (ADR-104)").addHelpText("after",`
|
|
3
3
|
Examples:
|
|
4
4
|
# Run a 4-strategy tournament against the demo fixture (reproducible under --seed)
|
|
5
5
|
aqe arena run --strategies 4 --target fixtures/arena-demo --seed 42
|
|
@@ -9,10 +9,10 @@ Examples:
|
|
|
9
9
|
|
|
10
10
|
# List persisted runs
|
|
11
11
|
aqe arena list
|
|
12
|
-
`);return m.command("run").description("Run a seeded strategy tournament against an arena fixture").requiredOption("--target <dir>","Arena fixture directory (src/*.mjs + tests/*.test.mjs)").option("--strategies <n>","Number of strategies","4").option("--seed <n>","RNG seed (same seed = same tournament)","42").option("--max-mutants <n>","Mutant sample cap","24").option("--evolve <steps>","Hill-climb steps from the winner","0").option("--json","Output the full arena-result@1 envelope as JSON").action(async a=>{try{let{runArena:i}=await import("./arena-
|
|
12
|
+
`);return m.command("run").description("Run a seeded strategy tournament against an arena fixture").requiredOption("--target <dir>","Arena fixture directory (src/*.mjs + tests/*.test.mjs)").option("--strategies <n>","Number of strategies","4").option("--seed <n>","RNG seed (same seed = same tournament)","42").option("--max-mutants <n>","Mutant sample cap","24").option("--evolve <steps>","Hill-climb steps from the winner","0").option("--json","Output the full arena-result@1 envelope as JSON").action(async a=>{try{let{runArena:i}=await import("./arena-7OCKBN6O.js"),t=i({target:a.target,strategies:parseInt(a.strategies,10),seed:parseInt(a.seed,10),maxMutants:parseInt(a.maxMutants,10),evolveSteps:parseInt(a.evolve,10),log:a.json?()=>{}:e=>console.error(r.dim(` ${e}`))});try{let{getUnifiedMemory:e}=await import("./unified-memory-4VO5KSHP.js"),s=e();s.isInitialized()||await s.initialize(),s.getDatabase().prepare("INSERT OR REPLACE INTO kv_store (namespace, key, value) VALUES ('arena', ?, ?)").run(`run:${t.seed}:${t.target}`,JSON.stringify(t))}catch(e){console.error(r.dim(` note: run not persisted (${c(e)})`))}if(a.json){console.log(JSON.stringify(t,null,2));return}let d=new Map(t.strategies.map(e=>[e.id,e]));console.log(r.blue(`
|
|
13
13
|
Arena: ${t.target} \xB7 seed ${t.seed} \xB7 ${t.mutantsTotal} mutants
|
|
14
14
|
`)),console.log(" rank id kill-rate coverage cost fitness groups"),t.ranking.forEach((e,s)=>{let n=d.get(e),u=n.coveragePct===null?" n/a":`${n.coveragePct.toFixed(2)}%`.padStart(7);console.log(` ${String(s+1).padEnd(5)}${n.id.padEnd(5)}${(n.killRate*100).toFixed(1).padStart(6)}% ${u} ${n.suiteCostRatio.toFixed(2).padEnd(6)}${n.fitness.toFixed(4).padEnd(9)}${n.name}`+(n.baselinePassed?"":r.red(" [baseline FAILED]")))}),console.log(`
|
|
15
15
|
competitive array (row beats column = 1):`);let o=t.strategies.map(e=>e.id);if(console.log(` ${o.map(e=>e.padEnd(4)).join("")}`),t.competitiveArray.forEach((e,s)=>{console.log(` ${o[s].padEnd(4)}${e.map(n=>String(n).padStart(2).padEnd(4)).join("")}`)}),t.evolution.length>0){console.log(`
|
|
16
16
|
evolution:`);for(let e of t.evolution)console.log(` step ${e.step}: [${e.groups.join("+")}] fitness ${e.fitness.toFixed(4)} ${e.accepted?r.green("accepted"):"rejected"}`)}let l=d.get(t.ranking[0]);console.log(r.green(`
|
|
17
17
|
winner: ${l.id} [${l.name}] \u2014 kill ${(l.killRate*100).toFixed(1)}%, fitness ${l.fitness.toFixed(4)}
|
|
18
|
-
`))}catch(i){console.error(r.red(` \u2717 ${c(i)}`)),await g(1)}}),m.command("list").description("List persisted arena runs").option("--json","Output as JSON").action(async a=>{if(await p())try{let{getUnifiedMemory:i}=await import("./unified-memory-
|
|
18
|
+
`))}catch(i){console.error(r.red(` \u2717 ${c(i)}`)),await g(1)}}),m.command("list").description("List persisted arena runs").option("--json","Output as JSON").action(async a=>{if(await p())try{let{getUnifiedMemory:i}=await import("./unified-memory-4VO5KSHP.js"),t=i();t.isInitialized()||await t.initialize();let d=t.getDatabase().prepare("SELECT key, value FROM kv_store WHERE namespace = 'arena' ORDER BY key").all();if(a.json){console.log(JSON.stringify(d.map(o=>({key:o.key,result:JSON.parse(o.value)})),null,2));return}if(d.length===0){console.log(r.yellow(" no persisted arena runs"));return}for(let o of d){let l=JSON.parse(o.value),e=l.strategies.find(s=>s.id===l.ranking[0]);console.log(` ${r.green(o.key)} \u2014 winner ${e?.id} [${e?.name}] fitness ${e?.fitness}`)}}catch(i){console.error(r.red(` \u2717 ${c(i)}`)),await g(1)}}),m}export{x as createArenaCommand};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import{createRequire as __cr}from"module";const require=__cr(import.meta.url);if(process.argv.includes('--version')||process.argv.includes('-v')){console.log("3.13.
|
|
2
|
-
import{d as f,e as g,f as m,g as y}from"./chunk-
|
|
3
|
-
`)}function V(){try{let n=l(),i=b.join(n,".agentic-qe","memory.db");if(!p(i))return null;let e=(w(),v(E)),t=new e(i),r=f(t),s=m(r);return t.close(),s}catch{return null}}async function O(n){let i=y(),t=(V()??g()).verifyChain(),r={featureEnabled:i,chainLength:t.length,integrity:t.valid,brokenAt:t.brokenAt,lastHash:t.lastHash,message:t.message};return n.format==="json"?console.log(JSON.stringify(r,null,2)):console.log(C(t,i)),r}async function j(n){let{WitnessChain:i,hashWith:e,serializeEntry:t}=await import("./witness-chain-
|
|
1
|
+
import{createRequire as __cr}from"module";const require=__cr(import.meta.url);if(process.argv.includes('--version')||process.argv.includes('-v')){console.log("3.13.11");process.exit(0)}
|
|
2
|
+
import{d as f,e as g,f as m,g as y}from"./chunk-UJ2NRIAS.js";import{m as L}from"./chunk-2Y3PW5EJ.js";import"./chunk-SJJFU7KK.js";import"./chunk-WYQM7GXW.js";import"./chunk-CYQRZ645.js";import"./chunk-QYHRDBKI.js";import{b as l}from"./chunk-LREIHR2A.js";import"./chunk-TZA45FI7.js";import"./chunk-TCVEXQLL.js";import"./chunk-EI4KYBNI.js";import{p as E,q as w}from"./chunk-RGUKQXKL.js";import"./chunk-B646CE3C.js";import"./chunk-WJB6YYMJ.js";import"./chunk-AHG2O5HT.js";import"./chunk-23E37MDA.js";import"./chunk-NC7HTDH5.js";import"./chunk-PT6U3IIK.js";import"./chunk-NHL37QAZ.js";import{g as v}from"./chunk-LUAXQB57.js";import{Command as x}from"commander";import c from"chalk";L();import{existsSync as p}from"node:fs";import b from"node:path";function C(n,i){let e=[];e.push(c.bold("Witness Chain Audit Verification")),e.push("");let t=i?c.green("ENABLED"):c.yellow("DISABLED");e.push(` Feature Flag: ${t}`),e.push(` Chain Length: ${n.length} receipts`);let r=n.valid?c.green("VALID"):c.red("BROKEN");return e.push(` Integrity: ${r}`),n.length>0&&e.push(` Last Hash: ${n.lastHash.slice(0,16)}...`),!n.valid&&n.brokenAt>=0&&(e.push(""),e.push(c.red(` Break detected at index ${n.brokenAt}`)),e.push(c.red(` ${n.message}`))),e.push(""),e.join(`
|
|
3
|
+
`)}function V(){try{let n=l(),i=b.join(n,".agentic-qe","memory.db");if(!p(i))return null;let e=(w(),v(E)),t=new e(i),r=f(t),s=m(r);return t.close(),s}catch{return null}}async function O(n){let i=y(),t=(V()??g()).verifyChain(),r={featureEnabled:i,chainLength:t.length,integrity:t.valid,brokenAt:t.brokenAt,lastHash:t.lastHash,message:t.message};return n.format==="json"?console.log(JSON.stringify(r,null,2)):console.log(C(t,i)),r}async function j(n){let{WitnessChain:i,hashWith:e,serializeEntry:t}=await import("./witness-chain-2TXUTEJE.js"),r=l(),s=b.join(r,".agentic-qe","memory.db"),a;if(!p(s))a={featureEnabled:!0,chainLength:0,integrity:!0,brokenAt:-1,lastHash:"",message:`No database found at ${s} \u2014 nothing to verify`};else{let{default:A}=await import("./better-sqlite3-OBFNNE4T.js"),h=new A(s,{readonly:!0});try{let d=new i(h);await d.initialize();let o=d.verify({includeArchive:!0,checkSignatures:!0}),u=h.prepare("SELECT * FROM witness_chain ORDER BY id DESC LIMIT 1").get(),k=u?e(u.hash_algo||"sha256",t(u)):"";a={featureEnabled:!0,chainLength:o.entriesChecked,integrity:o.valid,brokenAt:o.brokenAt??-1,lastHash:k,message:o.valid?`Audit chain verified: ${o.entriesChecked} entries checked, ${o.signatureFailures??0} signature failures`:`Audit chain BROKEN at id=${o.brokenAt} (${o.entriesChecked} entries checked before the break)`}}finally{h.close()}}return n.format==="json"?console.log(JSON.stringify(a,null,2)):console.log(C({valid:a.integrity,length:a.chainLength,brokenAt:a.brokenAt,lastHash:a.lastHash,message:a.message},a.featureEnabled)),a}function R(n,i,e){let t=new x("audit").description("Witness chain audit trail management");return t.command("verify").description("Verify witness chain integrity").option("-F, --format <format>","Output format (json|text)","text").option("-C, --chain <chain>","Which chain to verify: governance (29 decision receipts) or audit (full QE audit trail)","governance").action(async r=>{try{let s=r.format,a=r.chain==="audit"?await j({format:s}):await O({format:s});await i(a.integrity?0:1)}catch(s){console.error("Failed to verify witness chain:",s),await i(1)}}),t}export{R as createAuditCommand,C as formatVerificationText,j as handleAuditChainVerify,O as handleAuditVerify};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{createRequire as __cr}from"module";const require=__cr(import.meta.url);if(process.argv.includes('--version')||process.argv.includes('-v')){console.log("3.13.11");process.exit(0)}
|
|
2
|
+
import{a,b,c,d,e,f,g,h,i,j,k,l}from"./chunk-YRCNWQBO.js";import"./chunk-24XW7KUX.js";import"./chunk-2Y3PW5EJ.js";import"./chunk-SJJFU7KK.js";import"./chunk-WYQM7GXW.js";import"./chunk-CYQRZ645.js";import"./chunk-QYHRDBKI.js";import"./chunk-LREIHR2A.js";import"./chunk-TZA45FI7.js";import"./chunk-TCVEXQLL.js";import"./chunk-PJNIDDER.js";import"./chunk-4TUGQESL.js";import"./chunk-EI4KYBNI.js";import"./chunk-RGUKQXKL.js";import"./chunk-B646CE3C.js";import"./chunk-WJB6YYMJ.js";import"./chunk-AHG2O5HT.js";import"./chunk-23E37MDA.js";import"./chunk-NC7HTDH5.js";import"./chunk-PT6U3IIK.js";import"./chunk-NHL37QAZ.js";import"./chunk-LUAXQB57.js";export{l as MCPToolBase,k as defaultToolLogger,j as getKernel,i as getLLMRouter,e as getMemoryBackend,g as getSharedLLMRouter,c as getSharedMemoryBackend,a as isMemoryOnlyMode,b as registerRvfResetFn,h as resetSharedLLMRouter,d as resetSharedMemoryBackend,f as setSharedLLMRouter};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{createRequire as __cr}from"module";const require=__cr(import.meta.url);if(process.argv.includes('--version')||process.argv.includes('-v')){console.log("3.13.
|
|
2
|
-
import{a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,q as p}from"./chunk-
|
|
1
|
+
import{createRequire as __cr}from"module";const require=__cr(import.meta.url);if(process.argv.includes('--version')||process.argv.includes('-v')){console.log("3.13.11");process.exit(0)}
|
|
2
|
+
import{a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,q as p}from"./chunk-RGUKQXKL.js";import"./chunk-LUAXQB57.js";p();export{i as DotProductAttention,h as FlashAttention,k as HyperbolicAttention,l as LinearAttention,m as MoEAttention,j as MultiHeadAttention,b as RuvectorLayer,n as SonaEngine,c as TensorCompress,a as default,d as differentiableSearch,f as getCompressionLevel,e as hierarchicalForward,g as init,o as pipeline};
|