@cardor/agent-harness-kit 1.2.3 → 1.2.4

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.
package/README.md CHANGED
@@ -3,6 +3,7 @@
3
3
  **A provider-agnostic scaffolding kit for running structured multi-agent workflows in your codebase.**
4
4
 
5
5
  ![npm version](https://img.shields.io/npm/v/@cardor/agent-harness-kit)
6
+ ![npm downloads](https://img.shields.io/npm/dm/@cardor/agent-harness-kit)
6
7
  ![license](https://img.shields.io/npm/l/@cardor/agent-harness-kit)
7
8
  [![Known Vulnerabilities](https://snyk.io/test/npm/@cardor/agent-harness-kit/badge.svg)](https://snyk.io/test/npm/@cardor/agent-harness-kit)
8
9
 
@@ -168,6 +168,17 @@ tasks.update(taskId, 'done')
168
168
  bash health.sh → must be green before closing
169
169
  ```
170
170
 
171
+
172
+ ---
173
+
174
+ ## PR Context Order
175
+
176
+ When creating a PR via the CLI, gather context in this order:
177
+
178
+ 1. **First** — Search the feature task DB via MCP (agent-harness-kit tools: `tasks.get`, `actions.get`, `docs.search`)
179
+ 2. **Second** — Review chat history for relevant discussion, decisions, and requirements
180
+ 3. **Third** — Use git CLI to inspect file changes (`git diff`, `git status`, `git log`)
181
+
171
182
  ## Hard rules
172
183
 
173
184
  - **One task at a time.** Never pick a second task while one is in progress.
package/package.json CHANGED
@@ -1,7 +1,10 @@
1
1
  {
2
2
  "name": "@cardor/agent-harness-kit",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "description": "CLI scaffolding for multi-agent harness systems",
5
+ "publishConfig": {
6
+ "access": "public"
7
+ },
5
8
  "type": "module",
6
9
  "main": "./dist/index.js",
7
10
  "types": "./dist/index.d.ts",
@@ -45,7 +48,7 @@
45
48
  "ws": "^8.18.0"
46
49
  },
47
50
  "devDependencies": {
48
- "@cardor/agent-harness-kit": "^0.17.0",
51
+ "@cardor/agent-harness-kit": "^1.2.3",
49
52
  "@commitlint/cli": "^20.5.3",
50
53
  "@commitlint/config-conventional": "^20.5.3",
51
54
  "@eslint-react/eslint-plugin": "^5.7.1",