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
4 changes: 0 additions & 4 deletions .changeset/pre.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pre/add-framework-gitignores.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pre/add-nestjs-bootstrap.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/pre/add-nestjs-module-adapter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pre/allow-esbuild-in-created-pnpm-projects.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pre/bright-starters-build.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pre/calm-tools-render.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pre/direct-module-creation.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pre/extend-generated-routes.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pre/extend-resolved-config.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pre/fix-cli-runtime-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pre/fix-config-extension-targets.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pre/fix-generated-tsconfig-paths.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pre/fix-module-plugin-auto-imports.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pre/fix-nestjs-decorator-runtime.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pre/fix-production-manifest-loading.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pre/fix-unctx-runtime-dependency.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pre/fresh-cats-connect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pre/fuzzy-pandas-render.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/pre/fuzzy-plums-smile.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/pre/gentle-actors-clap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pre/modern-use-fetch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pre/preserve-lifecycle-context.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pre/quiet-otters-listen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pre/rename-runable-welcome.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/pre/salty-moments-pull.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pre/serve-production-assets.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pre/serve-text-assets-inline.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pre/tame-eagles-shout.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/pre/tame-otters-dance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pre/tidy-wombats-jump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pre/use-cli-version-in-created-projects.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pre/use-esm-lodash-in-browser.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/pre/use-runable-mode.md

This file was deleted.

36 changes: 36 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# @runablejs/cli

## 1.0.0

### Minor Changes

- [#51](https://github.com/runablejs/runable/pull/51) [`1e2cf51`](https://github.com/runablejs/runable/commit/1e2cf51ccf01f2f8053428bed50659e6af2682f3) Thanks [@domutala](https://github.com/domutala)! - Ship ready-to-run starter projects for Express, Fastify, NestJS, AdonisJS, Hono, and Koa.

- [#51](https://github.com/runablejs/runable/pull/51) [`d289327`](https://github.com/runablejs/runable/commit/d2893277bfbe653243564ede6f810c89e6e158b1) Thanks [@domutala](https://github.com/domutala)! - Add `runable create --module` for directly scaffolding a Runable module, keep the default interactive prompt focused on application creation, and install the framework packages as module development dependencies.

- [#49](https://github.com/runablejs/runable/pull/49) [`8ea56a0`](https://github.com/runablejs/runable/commit/8ea56a0eabf34859434651acf7840f1de9af7baf) Thanks [@domutala](https://github.com/domutala)! - Add a runable mcp command that starts the @runablejs/mcp installation from the current Runable project.

- [#42](https://github.com/runablejs/runable/pull/42) [`8589e2c`](https://github.com/runablejs/runable/commit/8589e2c1ab0ccf785ed3df3b3b886d80ac4a70dc) Thanks [@domutala](https://github.com/domutala)! - Add Agent Skills distribution and installation to the CLI: `runable skills install` detects the AI coding agents already in use in a project (Claude Code, OpenAI Codex, Cursor, GitHub Copilot, Gemini CLI, OpenCode, Cline, or any other Agent Skills-compatible agent), installs Runable's official Agent Skills into the right destination for each (`.claude/skills/`, `.cline/skills/`, or the shared `.agents/skills/`, deduplicated when several agents share one), and never overwrites a locally modified or foreign Skill without `--force`. `runable skills list` (with a `--json` option) lists the Skills bundled with the installed CLI version. Skills are bundled with the package itself — installing them never requires network access and always matches the installed Runable version.

Also, `runable create` now scaffolds an `AGENTS.md` file into every new or existing project it sets up, so AI coding agents understand a project's Runable conventions from the start.

### Patch Changes

- [#73](https://github.com/runablejs/runable/pull/73) [`7c00343`](https://github.com/runablejs/runable/commit/7c003439ea633358db934d01f6495b4e0d72bdf8) Thanks [@domutala](https://github.com/domutala)! - Give every starter its own framework-specific gitignore file and Runable lifecycle scripts, and streamline the AdonisJS starter while retaining ESLint and Prettier.

- [#63](https://github.com/runablejs/runable/pull/63) [`4dc97c8`](https://github.com/runablejs/runable/commit/4dc97c89c22e27de1ac08b93e758926307db0902) Thanks [@domutala](https://github.com/domutala)! - Wrap the NestJS starter initialization in a `bootstrap` function.

- [#69](https://github.com/runablejs/runable/pull/69) [`8841343`](https://github.com/runablejs/runable/commit/88413431f1d5e934aa63086aeba5ea95e88b0bda) Thanks [@domutala](https://github.com/domutala)! - Add a configurable NestJS catch-all module and update the NestJS starter to register it.

- [#63](https://github.com/runablejs/runable/pull/63) [`e5785b2`](https://github.com/runablejs/runable/commit/e5785b203b4a965a896ee3c8a3b357c6ec89757a) Thanks [@domutala](https://github.com/domutala)! - Allow esbuild dependency scripts in generated pnpm projects so dependency installation completes without manual approval.

- [#61](https://github.com/runablejs/runable/pull/61) [`7d64d86`](https://github.com/runablejs/runable/commit/7d64d862eb682c8b3785f4ae9d0aafbaaa39a02f) Thanks [@domutala](https://github.com/domutala)! - Ship CLI runtime packages as production dependencies so installed commands can resolve them.

- [#67](https://github.com/runablejs/runable/pull/67) [`02ebe9a`](https://github.com/runablejs/runable/commit/02ebe9a5aca29a3f76e3cf8475fab91cc57dacb1) Thanks [@domutala](https://github.com/domutala)! - Add the internal Runable welcome component and use it as the home page of every generated starter.

- [#1](https://github.com/runablejs/runable/pull/1) [`79877dd`](https://github.com/runablejs/runable/commit/79877ddeb08a7222311e9cb54ae5778fc90b35a0) Thanks [@domutala](https://github.com/domutala)! - clean code

- [#63](https://github.com/runablejs/runable/pull/63) [`4dc97c8`](https://github.com/runablejs/runable/commit/4dc97c89c22e27de1ac08b93e758926307db0902) Thanks [@domutala](https://github.com/domutala)! - Use the current CLI package version for `runable` and `@runablejs/cli` when creating projects and modules.

- [#77](https://github.com/runablejs/runable/pull/77) [`c72c87f`](https://github.com/runablejs/runable/commit/c72c87f6736701f9711a74f81b542c6938c6fc18) Thanks [@domutala](https://github.com/domutala)! - Use `RUNABLE_MODE` instead of `NODE_ENV` to select Runable's production runtime.
- Updated dependencies [[`8841343`](https://github.com/runablejs/runable/commit/88413431f1d5e934aa63086aeba5ea95e88b0bda), [`10421c7`](https://github.com/runablejs/runable/commit/10421c750b224c72503dc4edde1909b93f8a1a5e), [`78f1a56`](https://github.com/runablejs/runable/commit/78f1a56275dc5b9fe32e09141b0ac222e3cacaf1), [`5bed854`](https://github.com/runablejs/runable/commit/5bed854ef5541d52e008ec6b35ffbb5addd02bda), [`b129483`](https://github.com/runablejs/runable/commit/b129483a831db0812aa08213b2c0f910a2d4bebb), [`f6c9a82`](https://github.com/runablejs/runable/commit/f6c9a8232b3c6b29ec076808072d4d6d8c1ac44c), [`61e3258`](https://github.com/runablejs/runable/commit/61e3258d1605d9b77c0d4085af3880a8270f39f6), [`6b0b398`](https://github.com/runablejs/runable/commit/6b0b398ca2d3b8232d2be5363b1981b391a5d98a), [`9cdc4da`](https://github.com/runablejs/runable/commit/9cdc4da776a25a7fd9d30e2dc5952e2220051bdb), [`4dc97c8`](https://github.com/runablejs/runable/commit/4dc97c89c22e27de1ac08b93e758926307db0902), [`377d8e1`](https://github.com/runablejs/runable/commit/377d8e18c4f31580da5bbcc69c3241524d588454), [`02ebe9a`](https://github.com/runablejs/runable/commit/02ebe9a5aca29a3f76e3cf8475fab91cc57dacb1), [`3404609`](https://github.com/runablejs/runable/commit/34046096250242914ea90bc4b85952b840341ae2), [`ad00d67`](https://github.com/runablejs/runable/commit/ad00d67943606c0e08875b99eaa7eb2a870e9498), [`6910aaf`](https://github.com/runablejs/runable/commit/6910aaf1d0757ac4e7e03b562a847a871c4cfdde), [`c5dfc80`](https://github.com/runablejs/runable/commit/c5dfc806180509628dba19ba8b71eee9e23cb47b), [`c72c87f`](https://github.com/runablejs/runable/commit/c72c87f6736701f9711a74f81b542c6938c6fc18), [`83d018f`](https://github.com/runablejs/runable/commit/83d018fe15820e63d13885bc9de0055682396f06), [`180a915`](https://github.com/runablejs/runable/commit/180a915b441a2561ccc7be097139f9eb8e77f1a1), [`9a99a77`](https://github.com/runablejs/runable/commit/9a99a77b87d51fc7d48c3adb7621c0d6f73104c4), [`1ace040`](https://github.com/runablejs/runable/commit/1ace04043a171cc735ec6f18827e860d382efc72), [`c72c87f`](https://github.com/runablejs/runable/commit/c72c87f6736701f9711a74f81b542c6938c6fc18)]:
- runable@1.0.0

## 1.0.0-alpha.21

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@runablejs/cli",
"version": "1.0.0-alpha.21",
"version": "1.0.0",
"private": false,
"license": "MIT",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/create-syora/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# create-runable

## 1.0.0

### Patch Changes

- [#42](https://github.com/runablejs/runable/pull/42) [`8589e2c`](https://github.com/runablejs/runable/commit/8589e2c1ab0ccf785ed3df3b3b886d80ac4a70dc) Thanks [@domutala](https://github.com/domutala)! - Fix the bundled CLI resolution in the `create-runable` bin: it now resolves `@runablejs/cli` through the package's own export map instead of a hardcoded `dist/index.js` path, so it keeps working if that package's build output ever moves.
- Updated dependencies [[`7c00343`](https://github.com/runablejs/runable/commit/7c003439ea633358db934d01f6495b4e0d72bdf8), [`4dc97c8`](https://github.com/runablejs/runable/commit/4dc97c89c22e27de1ac08b93e758926307db0902), [`8841343`](https://github.com/runablejs/runable/commit/88413431f1d5e934aa63086aeba5ea95e88b0bda), [`e5785b2`](https://github.com/runablejs/runable/commit/e5785b203b4a965a896ee3c8a3b357c6ec89757a), [`1e2cf51`](https://github.com/runablejs/runable/commit/1e2cf51ccf01f2f8053428bed50659e6af2682f3), [`d289327`](https://github.com/runablejs/runable/commit/d2893277bfbe653243564ede6f810c89e6e158b1), [`7d64d86`](https://github.com/runablejs/runable/commit/7d64d862eb682c8b3785f4ae9d0aafbaaa39a02f), [`8ea56a0`](https://github.com/runablejs/runable/commit/8ea56a0eabf34859434651acf7840f1de9af7baf), [`02ebe9a`](https://github.com/runablejs/runable/commit/02ebe9a5aca29a3f76e3cf8475fab91cc57dacb1), [`8589e2c`](https://github.com/runablejs/runable/commit/8589e2c1ab0ccf785ed3df3b3b886d80ac4a70dc), [`79877dd`](https://github.com/runablejs/runable/commit/79877ddeb08a7222311e9cb54ae5778fc90b35a0), [`4dc97c8`](https://github.com/runablejs/runable/commit/4dc97c89c22e27de1ac08b93e758926307db0902), [`c72c87f`](https://github.com/runablejs/runable/commit/c72c87f6736701f9711a74f81b542c6938c6fc18)]:
- @runablejs/cli@1.0.0

## 1.0.0-alpha.21

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-syora/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-runable",
"version": "1.0.0-alpha.21",
"version": "1.0.0",
"description": "Create a Runable project",
"private": false,
"license": "MIT",
Expand Down
Loading