Skip to content

Releases: gagoar/typescript-patterns-enforcer

v0.2.3 — guidance phrasing for agent escalation

20 Jun 21:19

Choose a tag to compare

Replaces imperative agent-escalation language with descriptive guidance. The skill still mentions the agent for large work, but as information rather than an instruction — preventing subagents from recursively spawning more instances.

v0.2.2 — fix recursive subagent nesting

20 Jun 21:14

Choose a tag to compare

Removes the 'spawn the subagent via the Agent tool' instruction from the skill description. This line caused subagents to read it and recursively spawn more ts-patterns agents. disallowedTools: Skill (added in v0.2.1) only blocked the Skill tool — the escalation path via Agent tool was still triggering. The skill is now inline-only; the agent remains available for manual invocation.

ts-patterns v0.2.1

20 Jun 20:39

Choose a tag to compare

  • fix: add disallowedTools: Skill to review agent — prevents ts-patterns:check from recursively triggering inside the review subagent

ts-patterns v0.2.0 — plugin renamed to ts-patterns

20 Jun 19:50

Choose a tag to compare

  • Plugin renamed from typescript-patterns-enforcer to ts-patterns (shorter invocations: /ts-patterns:check and ts-patterns:review)
  • Added GitHub Pages docs site
  • Version bump to 0.2.0 for new install identifier

v0.1.0

20 Jun 16:55

Choose a tag to compare

Initial release — TypeScript pattern enforcement as an inline skill and subagent.