chore(work): finish 02-eslint-rule-pii-declaration-complete
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"updated_at": "2026-05-18T18:29:19.549Z",
|
"updated_at": "2026-05-18T18:35:44.011Z",
|
||||||
"epics": {
|
"epics": {
|
||||||
"binder-wrap-helper": {
|
"binder-wrap-helper": {
|
||||||
"status": "done",
|
"status": "done",
|
||||||
@@ -156,10 +156,10 @@
|
|||||||
"blocks": []
|
"blocks": []
|
||||||
},
|
},
|
||||||
"02-eslint-rule-pii-declaration-complete": {
|
"02-eslint-rule-pii-declaration-complete": {
|
||||||
"status": "todo",
|
"status": "done",
|
||||||
"title": "Add pii-declaration-must-be-complete ESLint rule to core-eslint",
|
"title": "Add pii-declaration-must-be-complete ESLint rule to core-eslint",
|
||||||
"ac_total": 1,
|
"ac_total": 1,
|
||||||
"ac_completed": 0,
|
"ac_completed": 1,
|
||||||
"depends_on": [
|
"depends_on": [
|
||||||
"01-pii-retention-type-primitives"
|
"01-pii-retention-type-primitives"
|
||||||
],
|
],
|
||||||
@@ -437,11 +437,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ready": [
|
"ready": [
|
||||||
{
|
|
||||||
"epic": "compliance-manifests-pii-retention-subprocessors",
|
|
||||||
"story": "02-eslint-rule-pii-declaration-complete",
|
|
||||||
"title": "Add pii-declaration-must-be-complete ESLint rule to core-eslint"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"epic": "compliance-manifests-pii-retention-subprocessors",
|
"epic": "compliance-manifests-pii-retention-subprocessors",
|
||||||
"story": "03-adr-022-amendment-and-evaluate-library-skill",
|
"story": "03-adr-022-amendment-and-evaluate-library-skill",
|
||||||
|
|||||||
@@ -3,12 +3,12 @@ id: 02-eslint-rule-pii-declaration-complete
|
|||||||
epic: compliance-manifests-pii-retention-subprocessors
|
epic: compliance-manifests-pii-retention-subprocessors
|
||||||
title: Add pii-declaration-must-be-complete ESLint rule to core-eslint
|
title: Add pii-declaration-must-be-complete ESLint rule to core-eslint
|
||||||
type: technical-story
|
type: technical-story
|
||||||
status: todo
|
status: done
|
||||||
feature: core-eslint
|
feature: core-eslint
|
||||||
depends-on: [01-pii-retention-type-primitives]
|
depends-on: [01-pii-retention-type-primitives]
|
||||||
blocks: [05-backfill-template-collections]
|
blocks: [05-backfill-template-collections]
|
||||||
created: 2026-05-18T17:52:09Z
|
created: 2026-05-18T17:52:09Z
|
||||||
updated: 2026-05-18T18:06:15.725Z
|
updated: 2026-05-18T18:35:43.840Z
|
||||||
---
|
---
|
||||||
|
|
||||||
## Goal
|
## Goal
|
||||||
@@ -40,4 +40,4 @@ Provides sub-second editor and CI feedback when a developer partially declares a
|
|||||||
|
|
||||||
## Tasks
|
## Tasks
|
||||||
|
|
||||||
- [ ] Add `pii-declaration-must-be-complete.js` rule to `@repo/core-eslint` — AST rule detecting incomplete `custom.pii` blocks in Payload config files, RuleTester fixtures (complete passes, each missing required field warns, non-pii custom block is no-op), register in `plugin.js` + `base.js` at `"warn"`, update conformance rule count in `conformance-quickref.md` and `CLAUDE.md` (7 → 8) — all gates pass on this commit.
|
- [x] Add `pii-declaration-must-be-complete.js` rule to `@repo/core-eslint` — AST rule detecting incomplete `custom.pii` blocks in Payload config files, RuleTester fixtures (complete passes, each missing required field warns, non-pii custom block is no-op), register in `plugin.js` + `base.js` at `"warn"`, update conformance rule count in `conformance-quickref.md` and `CLAUDE.md` (7 → 8) — all gates pass on this commit.
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ status: in-progress
|
|||||||
features:
|
features:
|
||||||
[core-shared, core-eslint, auth, blog, media, marketing-pages, navigation]
|
[core-shared, core-eslint, auth, blog, media, marketing-pages, navigation]
|
||||||
created: 2026-05-18T17:52:09Z
|
created: 2026-05-18T17:52:09Z
|
||||||
updated: 2026-05-18T18:29:19.373Z
|
updated: 2026-05-18T18:35:43.840Z
|
||||||
---
|
---
|
||||||
|
|
||||||
## Goal
|
## Goal
|
||||||
@@ -17,7 +17,7 @@ Ship the declarative compliance manifests + generators so downstream consumers g
|
|||||||
## Stories
|
## Stories
|
||||||
|
|
||||||
- [x] [01 — PII and retention type primitives in core-shared](01-pii-retention-type-primitives/_story.md)
|
- [x] [01 — PII and retention type primitives in core-shared](01-pii-retention-type-primitives/_story.md)
|
||||||
- [ ] [02 — ESLint rule pii-declaration-must-be-complete](02-eslint-rule-pii-declaration-complete/_story.md)
|
- [x] [02 — ESLint rule pii-declaration-must-be-complete](02-eslint-rule-pii-declaration-complete/_story.md)
|
||||||
- [ ] [03 — ADR-022 amendment and evaluate-library skill update](03-adr-022-amendment-and-evaluate-library-skill/_story.md)
|
- [ ] [03 — ADR-022 amendment and evaluate-library skill update](03-adr-022-amendment-and-evaluate-library-skill/_story.md)
|
||||||
- [ ] [04 — Background retention purge job in core-shared](04-retention-purge-job/_story.md)
|
- [ ] [04 — Background retention purge job in core-shared](04-retention-purge-job/_story.md)
|
||||||
- [ ] [05 — Backfill existing template collections](05-backfill-template-collections/_story.md)
|
- [ ] [05 — Backfill existing template collections](05-backfill-template-collections/_story.md)
|
||||||
|
|||||||
Reference in New Issue
Block a user