Skip to content
This repository was archived by the owner on Mar 14, 2026. It is now read-only.

Commit 21a54eb

Browse files
authored
chore(main): release 0.1.0-alpha.2 (#9)
1 parent e3919c0 commit 21a54eb

File tree

4 files changed

+28
-4
lines changed

4 files changed

+28
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0-alpha.1"
2+
".": "0.1.0-alpha.2"
33
}

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Changelog
2+
3+
## [0.1.0-alpha.2](https://github.com/zenobi-us/opencode-background/compare/v0.1.0-alpha.1...v0.1.0-alpha.2) (2025-11-21)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **background-tasks:** Renamed core classes and interfaces from BackgroundTask to BackgroundProcess
9+
- Renamed `BackgroundTask` class to `BackgroundProcess`
10+
- Updated all related test files, type names, and documentation
11+
- Renamed `BackgroundTaskManager` to `BackgroundProcessManager`
12+
- Updated README to reflect terminology change from "tasks" to "processes"
13+
14+
### Bug Fixes
15+
16+
* simplify ci ([#7](https://github.com/zenobi-us/opencode-background/issues/7)) ([bd37a54](https://github.com/zenobi-us/opencode-background/commit/bd37a5434204c1e1f7fe4d3a74d619892d766922))
17+
* update .gitignore and AGENTS.md to include .memory/ directory for temporary data ([10624fc](https://github.com/zenobi-us/opencode-background/commit/10624fcd251d1ca1392c9a806a2ec8b0f481c27b))
18+
* update echo syntax for release data output in workflow ([511e5fe](https://github.com/zenobi-us/opencode-background/commit/511e5fe874584a008dc940714b14c234007ea9f8))
19+
* update task descriptions and dependencies in mise scripts ([3e0b818](https://github.com/zenobi-us/opencode-background/commit/3e0b818ac9a40abf548832d8554291482a8fbf3b))
20+
21+
22+
### Code Refactoring
23+
24+
* **background-tasks:** rename BackgroundTask to BackgroundProcess ([ea8cd63](https://github.com/zenobi-us/opencode-background/commit/ea8cd63d4cdb6e0abe65a48ce4d301d816403dad))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zenobius/opencode-background",
3-
"version": "0.1.0-alpha.1",
3+
"version": "0.1.0-alpha.2",
44
"description": "Background Tasks Plugin for OpenCode",
55
"type": "module",
66
"module": "src/index.ts",

0 commit comments

Comments
 (0)