@axiomatic-labs/claudeflow 2.13.42 → 2.13.43

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 (2) hide show
  1. package/lib/panel.js +1 -0
  2. package/package.json +1 -1
package/lib/panel.js CHANGED
@@ -1729,6 +1729,7 @@ async function run(argv = []) {
1729
1729
 
1730
1730
  module.exports = run;
1731
1731
  module.exports.start = start;
1732
+ module.exports.createPanelServer = handler;
1732
1733
  module.exports.collectStatus = collectStatus;
1733
1734
  module.exports.getClaudeMdInfo = getClaudeMdInfo;
1734
1735
  module.exports.getHooksInfo = getHooksInfo;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axiomatic-labs/claudeflow",
3
- "version": "2.13.42",
3
+ "version": "2.13.43",
4
4
  "description": "Claudeflow — AI-powered development toolkit for Claude Code. Skills, agents, hooks, and quality gates that ship production apps.",
5
5
  "bin": {
6
6
  "claudeflow": "./bin/cli.js"