@contextrail/code-review-agent 0.1.1-alpha.0 → 0.1.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 +0 -12
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,15 +1,3 @@
1
- ---
2
- title: 'Code Review Agent Client Integration Guide'
3
- owner: platform-eng
4
- status: draft
5
- last_reviewed: 2026-02-10
6
- audience: developers integrating code-review-agent in client repositories
7
- purpose: Provide user-facing installation and execution guidance for npm-distributed code-review-agent.
8
- user_need: do
9
- doc_form: how-to-guide
10
- location: packages/code-review-agent/README.md
11
- ---
12
-
13
1
  # [Context Rail](https://contextrail.app): Code Review Agent Client Integration Guide
14
2
 
15
3
  ## Summary
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contextrail/code-review-agent",
3
- "version": "0.1.1-alpha.0",
3
+ "version": "0.1.1",
4
4
  "description": "CLI tool for orchestrating ContextRail-powered code reviews",
5
5
  "homepage": "https://contextrail.app",
6
6
  "repository": {