agileflow 3.4.1 → 3.4.3

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 (40) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/README.md +2 -2
  3. package/lib/drivers/claude-driver.ts +1 -1
  4. package/lib/lazy-require.js +1 -1
  5. package/package.json +1 -1
  6. package/scripts/agent-loop.js +290 -230
  7. package/scripts/check-sessions.js +116 -0
  8. package/scripts/lib/audit-registry.js +36 -0
  9. package/scripts/lib/quality-gates.js +35 -8
  10. package/scripts/lib/signal-detectors.js +0 -13
  11. package/scripts/lib/team-events.js +1 -1
  12. package/scripts/lib/tmux-audit-monitor.js +2 -1
  13. package/scripts/lib/tmux-group-colors.js +2 -2
  14. package/scripts/spawn-audit-sessions.js +1 -1
  15. package/src/core/commands/ads/audit.md +84 -6
  16. package/src/core/commands/code/accessibility.md +22 -6
  17. package/src/core/commands/code/api.md +22 -6
  18. package/src/core/commands/code/architecture.md +22 -6
  19. package/src/core/commands/code/completeness.md +22 -6
  20. package/src/core/commands/code/legal.md +22 -6
  21. package/src/core/commands/code/logic.md +22 -6
  22. package/src/core/commands/code/performance.md +22 -6
  23. package/src/core/commands/code/security.md +22 -6
  24. package/src/core/commands/code/test.md +22 -6
  25. package/src/core/commands/ideate/features.md +5 -4
  26. package/src/core/commands/ideate/new.md +8 -7
  27. package/src/core/commands/seo/audit.md +78 -7
  28. package/lib/claude-cli-bridge.js +0 -215
  29. package/lib/dashboard-automations.js +0 -130
  30. package/lib/dashboard-git.js +0 -254
  31. package/lib/dashboard-inbox.js +0 -64
  32. package/lib/dashboard-protocol.js +0 -605
  33. package/lib/dashboard-server.js +0 -1296
  34. package/lib/dashboard-session.js +0 -136
  35. package/lib/dashboard-status.js +0 -72
  36. package/lib/dashboard-terminal.js +0 -354
  37. package/lib/dashboard-websocket.js +0 -88
  38. package/scripts/dashboard-serve.js +0 -336
  39. package/src/core/commands/serve.md +0 -127
  40. package/tools/cli/commands/serve.js +0 -492
package/CHANGELOG.md CHANGED
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [3.4.3] - 2026-03-07
11
+
12
+ ### Added
13
+ - Session monitor wrapper and quality-gates integration
14
+
15
+ ## [3.4.2] - 2026-03-07
16
+
17
+ ### Added
18
+ - DEPTH=ultradeep|extreme for SEO and Ads audit commands
19
+
10
20
  ## [3.4.1] - 2026-03-06
11
21
 
12
22
  ### Added
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  </p>
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/agileflow?color=brightgreen)](https://www.npmjs.com/package/agileflow)
6
- [![Commands](https://img.shields.io/badge/commands-143-blue)](https://docs.agileflow.projectquestorg.com/docs/commands)
6
+ [![Commands](https://img.shields.io/badge/commands-142-blue)](https://docs.agileflow.projectquestorg.com/docs/commands)
7
7
  [![Agents/Experts](https://img.shields.io/badge/agents%2Fexperts-131-orange)](https://docs.agileflow.projectquestorg.com/docs/agents)
8
8
  [![Skills](https://img.shields.io/badge/skills-dynamic-purple)](https://docs.agileflow.projectquestorg.com/docs/features/skills)
9
9
 
@@ -54,7 +54,7 @@ Traditional project management tools create friction between planning and execut
54
54
 
55
55
  | Component | Count | Description |
56
56
  |-----------|-------|-------------|
57
- | [Commands](https://docs.agileflow.projectquestorg.com/docs/commands) | 143 | Slash commands for agile workflows |
57
+ | [Commands](https://docs.agileflow.projectquestorg.com/docs/commands) | 142 | Slash commands for agile workflows |
58
58
  | [Agents/Experts](https://docs.agileflow.projectquestorg.com/docs/agents) | 131 | Specialized agents with self-improving knowledge bases |
59
59
  | [Skills](https://docs.agileflow.projectquestorg.com/docs/features/skills) | Dynamic | Browse and install from skills.sh marketplace via `/agileflow:skill:recommend` |
60
60
 
@@ -266,7 +266,7 @@ export class ClaudeDriver implements Driver {
266
266
  }
267
267
 
268
268
  // ============================================================================
269
- // Claude Native Message Types (from dashboard-protocol.js)
269
+ // Claude Native Message Types
270
270
  // ============================================================================
271
271
 
272
272
  export interface ClaudeNativeMessage {
@@ -5,7 +5,7 @@
5
5
  * as hooks. When these scripts eagerly require() npm dependencies at module
6
6
  * load time, they crash if the dependency isn't resolvable from the user's
7
7
  * project directory. This utility standardizes the lazy-loading pattern used
8
- * ad-hoc in yaml-utils.js and dashboard-server.js.
8
+ * ad-hoc in yaml-utils.js.
9
9
  *
10
10
  * Usage:
11
11
  * const { lazyRequire } = require('./lazy-require');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agileflow",
3
- "version": "3.4.1",
3
+ "version": "3.4.3",
4
4
  "description": "AI-driven agile development system for Claude Code, Cursor, Windsurf, and more",
5
5
  "keywords": [
6
6
  "agile",