sequant 2.1.0 → 2.1.1

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sequant",
3
3
  "description": "Structured workflow system for Claude Code - GitHub issue resolution with spec, exec, test, and QA phases",
4
- "version": "2.1.0",
4
+ "version": "2.1.1",
5
5
  "author": {
6
6
  "name": "sequant-io",
7
7
  "email": "hello@sequant.io"
@@ -25,7 +25,7 @@ const CLIENTS_NEEDING_CWD = new Set([
25
25
  export function getSequantMcpConfig(options) {
26
26
  const config = {
27
27
  command: "npx",
28
- args: ["sequant@latest", "serve"],
28
+ args: ["-y", "sequant@latest", "serve"],
29
29
  };
30
30
  // Add cwd for clients that don't run from the project directory
31
31
  if (options?.clientType && CLIENTS_NEEDING_CWD.has(options.clientType)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sequant",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "Quantize your development workflow - Sequential AI phases with quality gates",
5
5
  "type": "module",
6
6
  "bin": {