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
108 changes: 54 additions & 54 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,56 +1,56 @@
{
"packages/core": "1.38.2",
"packages/deno": "1.0.0",
"packages/docs": "1.0.0",
"packages/npm": "1.0.0",
"packages/npx": "1.0.0",
"packages/bun": "1.0.0",
"packages/pnpm": "1.0.0",
"packages/yarn": "1.0.0",
"packages/cmd": "1.0.0",
"packages/console": "1.0.1",
"packages/cli": "1.0.0",
"packages/docker": "1.0.0",
"packages/docker-compose": "1.0.0",
"packages/kubectl": "1.0.0",
"packages/helm": "1.0.0",
"packages/kustomize": "1.0.0",
"packages/oxlint": "1.0.0",
"packages/eslint": "1.0.0",
"packages/cspell": "1.0.0",
"packages/jest": "1.0.0",
"packages/vitest": "1.0.0",
"packages/playwright": "1.0.0",
"packages/biome": "1.0.0",
"packages/knip": "1.0.0",
"packages/dpdm": "1.0.0",
"packages/cypress": "1.0.0",
"packages/vite": "1.0.0",
"packages/tsup": "1.0.0",
"packages/turbo": "1.0.0",
"packages/nx": "1.0.0",
"packages/jsr": "1.0.0",
"packages/tsx": "1.0.0",
"packages/tsc": "1.0.0",
"packages/tsc-alias": "1.0.0",
"packages/tsdown": "1.0.0",
"packages/nest": "1.0.0",
"packages/openapi-ts": "1.0.0",
"packages/orval": "1.0.0",
"packages/husky": "1.0.0",
"packages/node": "1.0.0",
"packages/dprint": "1.0.0",
"packages/gcloud": "1.0.0",
"packages/git": "1.1.0",
"packages/gh": "1.3.0",
"packages/codecov": "1.0.2",
"packages/claude": "1.1.1",
"packages/codex": "1.1.1",
"packages/gemini": "1.1.1",
"packages/terraform": "1.0.0",
"packages/tofu": "1.0.0",
"packages/release-please": "1.0.2",
"packages/security": "1.0.0",
"packages/ai": "2.1.0",
"packages/otel": "1.0.1"
"packages/core": "1.38.3",
"packages/deno": "1.0.1",
"packages/docs": "1.0.1",
"packages/npm": "1.0.1",
"packages/npx": "1.0.1",
"packages/bun": "1.0.1",
"packages/pnpm": "1.0.1",
"packages/yarn": "1.0.1",
"packages/cmd": "1.0.1",
"packages/console": "1.0.2",
"packages/cli": "1.0.1",
"packages/docker": "1.0.1",
"packages/docker-compose": "1.0.1",
"packages/kubectl": "1.0.1",
"packages/helm": "1.0.1",
"packages/kustomize": "1.0.1",
"packages/oxlint": "1.0.1",
"packages/eslint": "1.0.1",
"packages/cspell": "1.0.1",
"packages/jest": "1.0.1",
"packages/vitest": "1.0.1",
"packages/playwright": "1.0.1",
"packages/biome": "1.0.1",
"packages/knip": "1.0.1",
"packages/dpdm": "1.0.1",
"packages/cypress": "1.0.1",
"packages/vite": "1.0.1",
"packages/tsup": "1.0.1",
"packages/turbo": "1.0.1",
"packages/nx": "1.0.1",
"packages/jsr": "1.0.1",
"packages/tsx": "1.0.1",
"packages/tsc": "1.0.1",
"packages/tsc-alias": "1.0.1",
"packages/tsdown": "1.0.1",
"packages/nest": "1.0.1",
"packages/openapi-ts": "1.0.1",
"packages/orval": "1.0.1",
"packages/husky": "1.0.1",
"packages/node": "1.0.1",
"packages/dprint": "1.0.1",
"packages/gcloud": "1.0.1",
"packages/git": "1.1.1",
"packages/gh": "1.3.1",
"packages/codecov": "1.0.3",
"packages/claude": "1.1.2",
"packages/codex": "1.1.2",
"packages/gemini": "1.1.2",
"packages/terraform": "1.0.1",
"packages/tofu": "1.0.1",
"packages/release-please": "1.0.3",
"packages/security": "1.0.1",
"packages/ai": "2.1.1",
"packages/otel": "1.0.2"
}
7 changes: 7 additions & 0 deletions packages/ai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.1.1](https://github.com/zuke-build/zuke/compare/ai-v2.1.0...ai-v2.1.1) (2026-08-13)


### Bug Fixes

* **cli:** escape line separators in generated literals; license headers and review docs ([#347](https://github.com/zuke-build/zuke/issues/347)) ([114f842](https://github.com/zuke-build/zuke/commit/114f84246e83fc6fb0bd12b55e8eb04192978074))

## [2.1.0](https://github.com/zuke-build/zuke/compare/ai-v2.0.0...ai-v2.1.0) (2026-08-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/ai/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zuke/ai",
"version": "2.1.0",
"version": "2.1.1",
"license": "MIT",
"description": "Deep, discussion-driven AI code review for Zuke builds — define a reviewer (Claude/OpenAI/Gemini) with a settings-lambda API and gate targets on a security (or custom) assessment: conventions-aware, adversarially verified findings, and a PR discussion loop where accepted rebuttals stay dismissed, hardened against prompt injection.",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/biome/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.1](https://github.com/zuke-build/zuke/compare/biome-v1.0.0...biome-v1.0.1) (2026-08-13)


### Bug Fixes

* **cli:** escape line separators in generated literals; license headers and review docs ([#347](https://github.com/zuke-build/zuke/issues/347)) ([114f842](https://github.com/zuke-build/zuke/commit/114f84246e83fc6fb0bd12b55e8eb04192978074))

## [1.0.0](https://github.com/zuke-build/zuke/compare/biome-v0.1.3...biome-v1.0.0) (2026-07-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/biome/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zuke/biome",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"description": "Typed Biome CLI task wrappers for Zuke builds — check, format, lint, and ci via an injection-free settings-lambda API.",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/bun/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.1](https://github.com/zuke-build/zuke/compare/bun-v1.0.0...bun-v1.0.1) (2026-08-13)


### Bug Fixes

* **cli:** escape line separators in generated literals; license headers and review docs ([#347](https://github.com/zuke-build/zuke/issues/347)) ([114f842](https://github.com/zuke-build/zuke/commit/114f84246e83fc6fb0bd12b55e8eb04192978074))

## [1.0.0](https://github.com/zuke-build/zuke/compare/bun-v0.1.2...bun-v1.0.0) (2026-07-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/bun/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zuke/bun",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"description": "Typed bun CLI task wrappers for Zuke builds — install, add, remove, run, x, and test via an injection-free settings-lambda API.",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/claude/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.2](https://github.com/zuke-build/zuke/compare/claude-v1.1.1...claude-v1.1.2) (2026-08-13)


### Bug Fixes

* **cli:** escape line separators in generated literals; license headers and review docs ([#347](https://github.com/zuke-build/zuke/issues/347)) ([114f842](https://github.com/zuke-build/zuke/commit/114f84246e83fc6fb0bd12b55e8eb04192978074))

## [1.1.1](https://github.com/zuke-build/zuke/compare/claude-v1.1.0...claude-v1.1.1) (2026-07-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/claude/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zuke/claude",
"version": "1.1.1",
"version": "1.1.2",
"license": "MIT",
"description": "Typed Claude Code CLI task wrapper for Zuke builds — drive prompts non-interactively and manage MCP/config via an injection-free, settings-lambda API.",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.1](https://github.com/zuke-build/zuke/compare/cli-v1.0.0...cli-v1.0.1) (2026-08-13)


### Bug Fixes

* **cli:** escape line separators in generated literals; license headers and review docs ([#347](https://github.com/zuke-build/zuke/issues/347)) ([114f842](https://github.com/zuke-build/zuke/commit/114f84246e83fc6fb0bd12b55e8eb04192978074))

## [1.0.0](https://github.com/zuke-build/zuke/compare/cli-v0.8.1...cli-v1.0.0) (2026-07-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/cli/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zuke/cli",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"description": "The zuke command-line tool — scaffold a Zuke project with `zuke setup`, including a starter build, launchers, and tasks.",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
// SPDX-License-Identifier: MIT

/** The `@zuke/cli` version. Kept in sync with deno.json by release-please. */
export const VERSION = "1.0.0"; // x-release-please-version
export const VERSION = "1.0.1"; // x-release-please-version
7 changes: 7 additions & 0 deletions packages/cmd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.1](https://github.com/zuke-build/zuke/compare/cmd-v1.0.0...cmd-v1.0.1) (2026-08-13)


### Bug Fixes

* **cli:** escape line separators in generated literals; license headers and review docs ([#347](https://github.com/zuke-build/zuke/issues/347)) ([114f842](https://github.com/zuke-build/zuke/commit/114f84246e83fc6fb0bd12b55e8eb04192978074))

## [1.0.0](https://github.com/zuke-build/zuke/compare/cmd-v0.3.2...cmd-v1.0.0) (2026-07-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/cmd/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zuke/cmd",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"description": "Generic command task wrapper for Zuke builds — run any CLI tool through a typed, injection-free settings-lambda API.",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/codecov/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.3](https://github.com/zuke-build/zuke/compare/codecov-v1.0.2...codecov-v1.0.3) (2026-08-13)


### Bug Fixes

* **cli:** escape line separators in generated literals; license headers and review docs ([#347](https://github.com/zuke-build/zuke/issues/347)) ([114f842](https://github.com/zuke-build/zuke/commit/114f84246e83fc6fb0bd12b55e8eb04192978074))

## [1.0.2](https://github.com/zuke-build/zuke/compare/codecov-v1.0.1...codecov-v1.0.2) (2026-07-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/codecov/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zuke/codecov",
"version": "1.0.2",
"version": "1.0.3",
"license": "MIT",
"description": "Typed Codecov CLI (codecovcli) task wrapper for Zuke builds — upload coverage reports to Codecov via a settings-lambda API, injection-free.",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/codex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.2](https://github.com/zuke-build/zuke/compare/codex-v1.1.1...codex-v1.1.2) (2026-08-13)


### Bug Fixes

* **cli:** escape line separators in generated literals; license headers and review docs ([#347](https://github.com/zuke-build/zuke/issues/347)) ([114f842](https://github.com/zuke-build/zuke/commit/114f84246e83fc6fb0bd12b55e8eb04192978074))

## [1.1.1](https://github.com/zuke-build/zuke/compare/codex-v1.1.0...codex-v1.1.1) (2026-07-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/codex/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zuke/codex",
"version": "1.1.1",
"version": "1.1.2",
"license": "MIT",
"description": "Typed OpenAI Codex CLI task wrapper for Zuke builds — run prompts non-interactively with codex exec and manage MCP via an injection-free, settings-lambda API.",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/console/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.2](https://github.com/zuke-build/zuke/compare/console-v1.0.1...console-v1.0.2) (2026-08-13)


### Bug Fixes

* **cli:** escape line separators in generated literals; license headers and review docs ([#347](https://github.com/zuke-build/zuke/issues/347)) ([114f842](https://github.com/zuke-build/zuke/commit/114f84246e83fc6fb0bd12b55e8eb04192978074))

## [1.0.1](https://github.com/zuke-build/zuke/compare/console-v1.0.0...console-v1.0.1) (2026-07-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/console/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zuke/console",
"version": "1.0.1",
"version": "1.0.2",
"license": "MIT",
"description": "Task-shaped console output for Zuke builds — a levelled logger, inline style markup with a semantic theme, and line/box/table primitives, so builds never reach for console.log.",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.38.3](https://github.com/zuke-build/zuke/compare/core-v1.38.2...core-v1.38.3) (2026-08-13)


### Bug Fixes

* **cli:** escape line separators in generated literals; license headers and review docs ([#347](https://github.com/zuke-build/zuke/issues/347)) ([114f842](https://github.com/zuke-build/zuke/commit/114f84246e83fc6fb0bd12b55e8eb04192978074))

## [1.38.2](https://github.com/zuke-build/zuke/compare/core-v1.38.1...core-v1.38.2) (2026-08-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zuke/core",
"version": "1.38.2",
"version": "1.38.3",
"license": "MIT",
"description": "Core of Zuke: a code-first, strongly-typed build-automation library for Deno & TypeScript with a typed target graph and an injection-free shell.",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/cspell/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.1](https://github.com/zuke-build/zuke/compare/cspell-v1.0.0...cspell-v1.0.1) (2026-08-13)


### Bug Fixes

* **cli:** escape line separators in generated literals; license headers and review docs ([#347](https://github.com/zuke-build/zuke/issues/347)) ([114f842](https://github.com/zuke-build/zuke/commit/114f84246e83fc6fb0bd12b55e8eb04192978074))

## [1.0.0](https://github.com/zuke-build/zuke/compare/cspell-v0.2.3...cspell-v1.0.0) (2026-07-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/cspell/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zuke/cspell",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"description": "Typed cspell task wrappers for Zuke builds — spell-check files and globs via an injection-free settings-lambda API.",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/cypress/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.1](https://github.com/zuke-build/zuke/compare/cypress-v1.0.0...cypress-v1.0.1) (2026-08-13)


### Bug Fixes

* **cli:** escape line separators in generated literals; license headers and review docs ([#347](https://github.com/zuke-build/zuke/issues/347)) ([114f842](https://github.com/zuke-build/zuke/commit/114f84246e83fc6fb0bd12b55e8eb04192978074))

## [1.0.0](https://github.com/zuke-build/zuke/compare/cypress-v0.1.3...cypress-v1.0.0) (2026-07-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/cypress/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zuke/cypress",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"description": "Typed Cypress CLI task wrappers for Zuke builds — run, open, install, verify, and info via an injection-free settings-lambda API.",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/deno/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.1](https://github.com/zuke-build/zuke/compare/deno-v1.0.0...deno-v1.0.1) (2026-08-13)


### Bug Fixes

* **cli:** escape line separators in generated literals; license headers and review docs ([#347](https://github.com/zuke-build/zuke/issues/347)) ([114f842](https://github.com/zuke-build/zuke/commit/114f84246e83fc6fb0bd12b55e8eb04192978074))

## [1.0.0](https://github.com/zuke-build/zuke/compare/deno-v0.8.0...deno-v1.0.0) (2026-07-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/deno/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zuke/deno",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"description": "Typed deno CLI task wrappers for Zuke builds — run, test, check, fmt, lint, doc, cache, coverage, and task via an injection-free settings-lambda API.",
"exports": {
Expand Down
Loading