@taiga-ai/mcp-server 0.2.3-dev.233 → 0.2.3-dev.234

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/dist/index.js CHANGED
@@ -204,28 +204,6 @@ const featureFlagDefinitions = Object.freeze({
204
204
  designEmitter: {
205
205
  description: "Design-system emitter: writes an organization's internal design standards into design-tokens.css and DESIGN.md in the generated application at build bootstrap.",
206
206
  availability: "non-prod"
207
- },
208
- /**
209
- * Autonomous merge (project "Autonomous Merge") -- Taiga decides when an
210
- * agent-authored pull request merges, under a customer-set autonomy policy,
211
- * instead of parking every green PR at `needs_review` for a person.
212
- *
213
- * NOT the customer's switch, and the distinction is the whole reason this
214
- * comment is long. THIS flag is a per-ENVIRONMENT constant answering "does
215
- * the capability exist in this build at all". The customer's consent is a
216
- * separate per-TENANT policy resolved across org -> team -> project ->
217
- * initiative, where org defaults to off. Reading this flag as "the tenant
218
- * enabled auto-merge" would merge into a repository whose owner never asked
219
- * for it. One is the kill switch, the other is the consent; they are never
220
- * interchangeable.
221
- *
222
- * Release toggle: ON in local/dev/staging, OFF in prod while the policy core,
223
- * forge preflight, executor and safety net land.
224
- * **Remove this flag (and its gates) at GA.**
225
- */
226
- autoMerge: {
227
- description: "Autonomous merge: Taiga merges green agent-authored pull requests under the customer's autonomy policy. This is the capability kill switch, not the tenant's consent.",
228
- availability: "everywhere"
229
207
  }
230
208
  });
231
209
  /** Every flag name, in registry order. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ai/mcp-server",
3
- "version": "0.2.3-dev.233",
3
+ "version": "0.2.3-dev.234",
4
4
  "description": "MCP server for Taiga -- gives AI assistants access to documents, skills, and projects",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",