Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@tsforge/docs",
"type": "module",
"private": true,
"version": "0.26.1",
"version": "0.27.0",
"description": "tsforge docs — Astro Starlight product site.",
"scripts": {
"sync:rules": "bun scripts/sync-rules-catalog.ts",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tsforge",
"type": "module",
"version": "0.26.1",
"version": "0.27.0",
"license": "MIT",
"description": "TypeScript coding harness with a deterministic gate, stack-aware guardrails, and stream-level correction.",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@agjs/tsforge",
"type": "module",
"version": "0.26.1",
"version": "0.27.0",
"license": "MIT",
"description": "TypeScript coding harness with a deterministic gate, stack-aware guardrails, and stream-level correction.",
"repository": {
Expand Down
Loading