claude-teammate 0.1.49 → 0.1.51

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 +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,7 +14,7 @@
14
14
  </p>
15
15
 
16
16
  <p align="center">
17
- <a href="https://github.com/ignify-rd/claude-teammate/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue" alt="MIT License" /></a> <a href="https://github.com/ignify-rd/claude-teammate/actions/workflows/ci.yml"><img src="https://img.shields.io/github/actions/workflow/status/ignify-rd/claude-teammate/ci.yml?branch=main&label=CI" alt="CI" /></a> <a href="https://www.npmjs.com/package/claude-teammate"><img src="https://img.shields.io/npm/v/claude-teammate" alt="npm version" /></a>
17
+ <a href="https://github.com/ignify-rd/claude-teammate/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue" alt="MIT License" /></a> <a href="https://github.com/ignify-rd/claude-teammate/actions/workflows/ci.yml"><img src="https://img.shields.io/github/actions/workflow/status/ignify-rd/claude-teammate/ci.yml?branch=main&label=CI" alt="CI" /></a> <a href="https://www.npmjs.com/package/claude-teammate"><img src="https://img.shields.io/npm/v/claude-teammate" alt="npm version" /></a> <a href="https://snyk.io/test/github/ignify-rd/claude-teammate"><img src="https://snyk.io/test/github/ignify-rd/claude-teammate/badge.svg" alt="Known Vulnerabilities" /></a>
18
18
  </p>
19
19
 
20
20
  <h1 align="center">An autonomous software engineer<br />that lives in your Jira and GitHub</h1>
@@ -207,6 +207,7 @@ Yes. Claude skills, configured MCP servers, and repo instructions in `CLAUDE.md`
207
207
 
208
208
  ## Roadmap
209
209
 
210
+ - Act on per-line PR review comments
210
211
  - Ensure no conflicts for multiple concurrent claude-teammate agents
211
212
  - GitLab support
212
213
  - Bitbucket support
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-teammate",
3
- "version": "0.1.49",
3
+ "version": "0.1.51",
4
4
  "description": "CLI bootstrapper for Claude Teammate.",
5
5
  "license": "MIT",
6
6
  "type": "module",