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 .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pyro",
"version": "0.2.0",
"version": "0.3.0",
"description": "Renders a .plain specification module into working, tested code.",
"author": {
"name": "Codeplain-ai",
Expand Down
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,31 @@ entries go directly below the marker.

<!-- version list -->

## v0.3.0 (2026-09-07)

### Continuous Integration

- Retarget PRs opened against main to dev
([`5b8fa52`](https://github.com/plainlang/pyro/commit/5b8fa52033b5fb15a1a78873b161dbfca5068ee4))

### Features

- Add copy_folder script for cross-platform folder copies
([`5a35f24`](https://github.com/plainlang/pyro/commit/5a35f241a70e0ccdbeb2ceea6b0a6114c14269c7))

- Clean up installed artifacts in mod.cleanup
([`3809030`](https://github.com/plainlang/pyro/commit/380903082ad457c494e2ab260d1cf3b372130caf))

- Consolidate module folders
([`106ed12`](https://github.com/plainlang/pyro/commit/106ed12fe0d8f8e25fb319067f7dc3f9a25acf4f))

- Forbid delegating render steps to subagents
([`d6b51d3`](https://github.com/plainlang/pyro/commit/d6b51d31a49349607c744ac6f6c0ee5bf8a65580))

- Use copy_folder script in SKILL.md copy steps
([`d6e4656`](https://github.com/plainlang/pyro/commit/d6e46563a54f02a208c6c50ed3b55ac72a7cd8df))


## v0.2.0 (2026-09-04)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# exists so python-semantic-release has a config home.
[project]
name = "pyro"
version = "0.2.0"
version = "0.3.0"
description = "Renders a .plain specification module into working, tested code."
readme = "README.md"
requires-python = ">=3.8"
Expand Down
2 changes: 1 addition & 1 deletion skills/render-spec/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: >-
implementation code in plain_module/code/, conformance tests in
plain_module/tests/, and the target module's output in dist/.
metadata:
version: "0.2.0"
version: "0.3.0"
---

# Skill instructions
Expand Down