Skip to content
Open
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
5 changes: 0 additions & 5 deletions .changeset/foundry-cli-meta.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/restructure-foundry-cli.md

This file was deleted.

14 changes: 14 additions & 0 deletions packages/foundry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# @galaxy-foundry/foundry

## 0.1.0

### Minor Changes

- [#240](https://github.com/galaxyproject/foundry/pull/240) [`87f9a46`](https://github.com/galaxyproject/foundry/commit/87f9a4617510f79e9fae02117694b5aa8c1176d1) Thanks [@jmchilton](https://github.com/jmchilton)! - Add browser-safe `./meta` subpath export (`foundryCliMeta`) so consumers can render per-subcommand documentation from static program metadata without invoking commander or shelling out to `foundry --help`. The bin is refactored: `buildProgram()` is now importable from `@galaxy-foundry/foundry`'s internal `program.ts`, and the bin entry point is a thin parse-argv shim.

- [#239](https://github.com/galaxyproject/foundry/pull/239) [`ceb66c9`](https://github.com/galaxyproject/foundry/commit/ceb66c905324317f0815cf410cca76f800f762fb) Thanks [@jmchilton](https://github.com/jmchilton)! - Restructure publishable packages: introduce the unified `foundry` CLI bundling all `validate-*` subcommands plus a `summarize-nextflow` wrapper. The summarize-nextflow package now owns its own schema and self-validates without a foundry dependency. The four standalone schema packages (`summary-nextflow-schema`, `summary-cwl-schema`, `galaxy-tool-discovery-schema`, `galaxy-tool-summary-schema`, `tests-format-schema`) are folded into either `summarize-nextflow` (producer-co-located) or `foundry` (orphans).

### Patch Changes

- Updated dependencies [[`ceb66c9`](https://github.com/galaxyproject/foundry/commit/ceb66c905324317f0815cf410cca76f800f762fb)]:
- @galaxy-foundry/summarize-nextflow@0.1.0
2 changes: 1 addition & 1 deletion packages/foundry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@galaxy-foundry/foundry",
"version": "0.0.0",
"version": "0.1.0",
"description": "Galaxy Workflow Foundry CLI — produce and validate Mold IO artifacts.",
"type": "module",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/foundry/src/meta/version.generated.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Generated by scripts/sync-schema.mjs. Do not edit.
// Source of truth: packages/foundry/package.json.
export const FOUNDRY_VERSION = "0.0.0";
export const FOUNDRY_VERSION = "0.1.0";
7 changes: 7 additions & 0 deletions packages/summarize-nextflow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @galaxy-foundry/summarize-nextflow

## 0.1.0

### Minor Changes

- [#239](https://github.com/galaxyproject/foundry/pull/239) [`ceb66c9`](https://github.com/galaxyproject/foundry/commit/ceb66c905324317f0815cf410cca76f800f762fb) Thanks [@jmchilton](https://github.com/jmchilton)! - Restructure publishable packages: introduce the unified `foundry` CLI bundling all `validate-*` subcommands plus a `summarize-nextflow` wrapper. The summarize-nextflow package now owns its own schema and self-validates without a foundry dependency. The four standalone schema packages (`summary-nextflow-schema`, `summary-cwl-schema`, `galaxy-tool-discovery-schema`, `galaxy-tool-summary-schema`, `tests-format-schema`) are folded into either `summarize-nextflow` (producer-co-located) or `foundry` (orphans).
2 changes: 1 addition & 1 deletion packages/summarize-nextflow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@galaxy-foundry/summarize-nextflow",
"version": "0.0.0",
"version": "0.1.0",
"description": "Statically introspect a Nextflow / nf-core pipeline tree and emit a structured JSON summary.",
"type": "module",
"bin": {
Expand Down