chore(work): tick task in 02-socket-integration
This commit is contained in:
@@ -3,7 +3,7 @@ id: 02-socket-integration
|
|||||||
epic: 2026-05-14-ci-security-and-supply-chain
|
epic: 2026-05-14-ci-security-and-supply-chain
|
||||||
title: Socket integration (skill + CI)
|
title: Socket integration (skill + CI)
|
||||||
type: technical-story
|
type: technical-story
|
||||||
status: todo
|
status: in-progress
|
||||||
feature: tooling
|
feature: tooling
|
||||||
depends-on: [01-trace-schema-extensions]
|
depends-on: [01-trace-schema-extensions]
|
||||||
blocks: [08-reviewer-prompt-update]
|
blocks: [08-reviewer-prompt-update]
|
||||||
@@ -41,5 +41,5 @@ CVE databases are lagging indicators — `event-stream`, `ua-parser-js`, and `tj
|
|||||||
|
|
||||||
## Tasks
|
## Tasks
|
||||||
|
|
||||||
- [ ] Add `.socket.json` at repo root and extend `.claude/skills/evaluate-library/SKILL.md` with a "Filter 9 — Supply-chain behavior (Socket)" section: position Socket after cheap filters, document `socket-cli` as the verification command, specify how `clean`/`flagged`/`<finding-summary>` maps to the trace's `socket-risk` field; one commit, all gates pass.
|
- [x] Add `.socket.json` at repo root and extend `.claude/skills/evaluate-library/SKILL.md` with a "Filter 9 — Supply-chain behavior (Socket)" section: position Socket after cheap filters, document `socket-cli` as the verification command, specify how `clean`/`flagged`/`<finding-summary>` maps to the trace's `socket-risk` field; one commit, all gates pass.
|
||||||
- [ ] Add a `socket-cli scan` step to `ci.yml`'s `validate` job, scoped to PRs touching `package.json` or `pnpm-lock.yaml` via a `paths:` condition; step exits non-zero on any `critical` finding; one commit, all gates pass.
|
- [ ] Add a `socket-cli scan` step to `ci.yml`'s `validate` job, scoped to PRs touching `package.json` or `pnpm-lock.yaml` via a `paths:` condition; step exits non-zero on any `critical` finding; one commit, all gates pass.
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"updated_at": "2026-05-14T17:06:12.047Z",
|
"updated_at": "2026-05-14T17:11:35.212Z",
|
||||||
"epics": {
|
"epics": {
|
||||||
"2026-05-13-binder-wrap-helper": {
|
"2026-05-13-binder-wrap-helper": {
|
||||||
"status": "done",
|
"status": "done",
|
||||||
@@ -53,10 +53,10 @@
|
|||||||
"blocks": []
|
"blocks": []
|
||||||
},
|
},
|
||||||
"02-socket-integration": {
|
"02-socket-integration": {
|
||||||
"status": "todo",
|
"status": "in-progress",
|
||||||
"title": "Socket integration (skill + CI)",
|
"title": "Socket integration (skill + CI)",
|
||||||
"ac_total": 2,
|
"ac_total": 2,
|
||||||
"ac_completed": 0,
|
"ac_completed": 1,
|
||||||
"depends_on": [
|
"depends_on": [
|
||||||
"01-trace-schema-extensions"
|
"01-trace-schema-extensions"
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user