offwatch 0.4.0 → 0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -41,7 +41,7 @@ Offwatch is a Node.js CLI that orchestrates a team of AI agents to automate dev
41
41
  <div align="center">
42
42
  <table>
43
43
  <tr>
44
- <td align="center"><strong>Works<br/>with</strong></td>
44
+ <td align="center"><strong>Supports</strong></td>
45
45
  <td align="center"><img src="https://raw.githubusercontent.com/triss-smith/offwatch/main/doc/assets/logos/openclaw.svg" width="32" alt="OpenClaw" /><br/><sub>OpenClaw</sub></td>
46
46
  <td align="center"><img src="https://raw.githubusercontent.com/triss-smith/offwatch/main/doc/assets/logos/claude.svg" width="32" alt="Claude" /><br/><sub>Claude Code</sub></td>
47
47
  <td align="center"><img src="https://raw.githubusercontent.com/triss-smith/offwatch/main/doc/assets/logos/codex.svg" width="32" alt="Codex" /><br/><sub>Codex</sub></td>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "offwatch",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Offwatch — orchestrate AI agent teams to automate dev work",
5
5
  "type": "module",
6
6
  "bin": {