@roarpeng/graphflow 1.7.6 → 1.7.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/README.md +183 -183
  3. package/dist/graph/context-slicer-types.d.ts +4 -0
  4. package/dist/graph/context-slicer-types.d.ts.map +1 -1
  5. package/dist/graph/context-slicer-types.js +5 -1
  6. package/dist/graph/context-slicer-types.js.map +1 -1
  7. package/dist/graph/context-slicer.d.ts.map +1 -1
  8. package/dist/graph/context-slicer.js +8 -2
  9. package/dist/graph/context-slicer.js.map +1 -1
  10. package/dist/graph/graph-utils.d.ts +7 -0
  11. package/dist/graph/graph-utils.d.ts.map +1 -1
  12. package/dist/graph/graph-utils.js +65 -1
  13. package/dist/graph/graph-utils.js.map +1 -1
  14. package/dist/graph/query-expand.d.ts.map +1 -1
  15. package/dist/graph/query-expand.js +1 -0
  16. package/dist/graph/query-expand.js.map +1 -1
  17. package/dist/integrations/skill-installer.d.ts +6 -0
  18. package/dist/integrations/skill-installer.d.ts.map +1 -1
  19. package/dist/integrations/skill-installer.js +11 -2
  20. package/dist/integrations/skill-installer.js.map +1 -1
  21. package/dist/learning/skill-flywheel.d.ts +19 -0
  22. package/dist/learning/skill-flywheel.d.ts.map +1 -1
  23. package/dist/learning/skill-flywheel.js +94 -8
  24. package/dist/learning/skill-flywheel.js.map +1 -1
  25. package/dist/learning/skill-store.d.ts.map +1 -1
  26. package/dist/learning/skill-store.js +1 -0
  27. package/dist/learning/skill-store.js.map +1 -1
  28. package/dist/learning/skill-types.d.ts +2 -0
  29. package/dist/learning/skill-types.d.ts.map +1 -1
  30. package/dist/learning/skill-types.js.map +1 -1
  31. package/dist/surfaces/cli/runtime/helpers.d.ts.map +1 -1
  32. package/dist/surfaces/cli/runtime/helpers.js +4 -0
  33. package/dist/surfaces/cli/runtime/helpers.js.map +1 -1
  34. package/dist/surfaces/cli/runtime/routing.d.ts +7 -9
  35. package/dist/surfaces/cli/runtime/routing.d.ts.map +1 -1
  36. package/dist/surfaces/cli/runtime/routing.js +41 -4
  37. package/dist/surfaces/cli/runtime/routing.js.map +1 -1
  38. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,20 @@
2
2
 
3
3
  All notable changes to this project are documented in this file.
4
4
 
5
+ ## [1.7.7] - 2026-07-19
6
+
7
+ ### Added
8
+
9
+ - **npm 幂等发布**:`scripts/publish-npm-idempotent.mjs`,已发布版本不再因 E403 失败
10
+ - **技能飞轮卫生**:全 stopword 短语过滤、`pruneFailedSkills` 软隐藏毒技能、`reportOutcome` lessons 质量门
11
+ - **架构检索加权**:架构/CJK 查询优先 orchestrator / MCP / README,压低 types/errors/panels
12
+ - **安装指令块**:统一为 10 工具面 + `graphflow_context` + CallMcpTool 契约
13
+
14
+ ### Changed
15
+
16
+ - CI / publish workflows 升级 Node **22**
17
+ - Marketplace:无密钥时 dispatch 跳过警告;tag 推送无密钥则明确失败;日志使用 GraphFlow Tool / `graphflow-tool`
18
+
5
19
  ## [1.7.4] - 2026-07-13
6
20
 
7
21
  ### Added