Commit d453709
authored
Update README: install methods, remove private tools (#5)
* Update README: add install methods, remove private tools, fix npx refs
- Add npm global install and Homebrew install options alongside npx
- Remove HMA Researcher and Hunter from adapter table and architecture
- Fix npx commands from opena2a to opena2a-cli (matches npm package name)
* Add npm README for opena2a-cli package
Creates packages/cli/README.md so the npm page shows proper
documentation. Mirrors the root README but removes GIF image
references that won't resolve on npmjs.com and adds an npm
version badge.
* Sync package-lock.json with opena2a-cli package name
The lock file still referenced the old package name "opena2a"
instead of "opena2a-cli", causing npm ci to fail in CI with
"Missing: opena2a-cli@0.1.0 from lock file".
* Fix PR review workflow: use file-based JSON, add error handling
- Use jq --rawfile instead of shell variable expansion to avoid
escaping issues with large diffs
- Write request payload to file and use curl -d @file
- Capture HTTP status code and handle non-200 responses gracefully
- Skip review if ANTHROPIC_API_KEY is not configured
- Also set ANTHROPIC_API_KEY secret in repo (was missing)
* Do not auto-approve PRs when review API is unavailable
On API failure or missing key, post a comment instead of
auto-approving. This prevents a security bypass where causing
API errors could skip review.1 parent de227c9 commit d453709
4 files changed
Lines changed: 323 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
37 | 52 | | |
38 | 53 | | |
39 | 54 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
46 | 64 | | |
47 | | - | |
| 65 | + | |
48 | 66 | | |
49 | 67 | | |
50 | 68 | | |
| |||
60 | 78 | | |
61 | 79 | | |
62 | 80 | | |
63 | | - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
64 | 84 | | |
65 | 85 | | |
66 | 86 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
22 | 29 | | |
23 | 30 | | |
24 | 31 | | |
| |||
201 | 208 | | |
202 | 209 | | |
203 | 210 | | |
204 | | - | |
205 | | - | |
206 | 211 | | |
207 | 212 | | |
208 | 213 | | |
| |||
218 | 223 | | |
219 | 224 | | |
220 | 225 | | |
221 | | - | |
| 226 | + | |
222 | 227 | | |
223 | 228 | | |
224 | 229 | | |
225 | | - | |
| 230 | + | |
226 | 231 | | |
227 | 232 | | |
228 | 233 | | |
229 | 234 | | |
230 | | - | |
| 235 | + | |
231 | 236 | | |
232 | 237 | | |
233 | 238 | | |
| |||
256 | 261 | | |
257 | 262 | | |
258 | 263 | | |
259 | | - | |
260 | | - | |
261 | 264 | | |
262 | 265 | | |
263 | 266 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments