chore(work): tick task in 06-compliance-generator-scripts
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"updated_at": "2026-05-18T19:53:19.660Z",
|
"updated_at": "2026-05-18T20:02:55.069Z",
|
||||||
"epics": {
|
"epics": {
|
||||||
"binder-wrap-helper": {
|
"binder-wrap-helper": {
|
||||||
"status": "done",
|
"status": "done",
|
||||||
@@ -201,7 +201,7 @@
|
|||||||
"status": "in-progress",
|
"status": "in-progress",
|
||||||
"title": "Compliance generator scripts (emit-data-map, emit-retention-policy, emit-sub-processors, emit-all)",
|
"title": "Compliance generator scripts (emit-data-map, emit-retention-policy, emit-sub-processors, emit-all)",
|
||||||
"ac_total": 4,
|
"ac_total": 4,
|
||||||
"ac_completed": 2,
|
"ac_completed": 3,
|
||||||
"depends_on": [
|
"depends_on": [
|
||||||
"01-pii-retention-type-primitives",
|
"01-pii-retention-type-primitives",
|
||||||
"05-backfill-template-collections"
|
"05-backfill-template-collections"
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ feature: tooling
|
|||||||
depends-on: [01-pii-retention-type-primitives, 05-backfill-template-collections]
|
depends-on: [01-pii-retention-type-primitives, 05-backfill-template-collections]
|
||||||
blocks: [07-pre-commit-and-ci-integration, 08-docs-compliance-reference-files]
|
blocks: [07-pre-commit-and-ci-integration, 08-docs-compliance-reference-files]
|
||||||
created: 2026-05-18T17:52:09Z
|
created: 2026-05-18T17:52:09Z
|
||||||
updated: 2026-05-18T19:53:19.501Z
|
updated: 2026-05-18T20:02:54.913Z
|
||||||
---
|
---
|
||||||
|
|
||||||
## Goal
|
## Goal
|
||||||
@@ -48,5 +48,5 @@ The generators are the runtime bridge between source declarations (Payload confi
|
|||||||
|
|
||||||
- [x] Add `scripts/compliance/emit-data-map.mjs` + unit tests + `compliance:data-map` root package script — walks Payload collections, applies auth PII defaults and `authPii` overrides, deterministic YAML output, `--check` and `--print` modes — all gates pass on this commit.
|
- [x] Add `scripts/compliance/emit-data-map.mjs` + unit tests + `compliance:data-map` root package script — walks Payload collections, applies auth PII defaults and `authPii` overrides, deterministic YAML output, `--check` and `--print` modes — all gates pass on this commit.
|
||||||
- [x] Add `scripts/compliance/emit-retention-policy.mjs` + unit tests + `compliance:retention-policy` root package script — validates `purgeSchedule` on every collection, deterministic YAML output, `--check` and `--print` modes — all gates pass on this commit.
|
- [x] Add `scripts/compliance/emit-retention-policy.mjs` + unit tests + `compliance:retention-policy` root package script — validates `purgeSchedule` on every collection, deterministic YAML output, `--check` and `--print` modes — all gates pass on this commit.
|
||||||
- [ ] Add `scripts/compliance/emit-sub-processors.mjs` + unit tests + `compliance:sub-processors` root package script — parses `is-sub-processor` discriminated union from library traces, merges manual entries with `source: manual` flag, sorted deterministic YAML output, `--check` and `--print` modes — all gates pass on this commit.
|
- [x] Add `scripts/compliance/emit-sub-processors.mjs` + unit tests + `compliance:sub-processors` root package script — parses `is-sub-processor` discriminated union from library traces, merges manual entries with `source: manual` flag, sorted deterministic YAML output, `--check` and `--print` modes — all gates pass on this commit.
|
||||||
- [ ] Add `scripts/compliance/emit-all.mjs` orchestrator + `compliance:emit-all` root package script, run `pnpm compliance:emit-all` to produce and commit initial `compliance/data-map.yml`, `compliance/retention-policy.yml`, and `compliance/sub-processors.yml` — all gates pass on this commit.
|
- [ ] Add `scripts/compliance/emit-all.mjs` orchestrator + `compliance:emit-all` root package script, run `pnpm compliance:emit-all` to produce and commit initial `compliance/data-map.yml`, `compliance/retention-policy.yml`, and `compliance/sub-processors.yml` — all gates pass on this commit.
|
||||||
|
|||||||
Reference in New Issue
Block a user