Veect retrofit (ADR-027): the template's demo content is being removed to make room for the Veect package map. This slice deletes packages/blog whole and prunes every composition edge in one commit: core-api router mount, core-cms collections + regenerated Payload types, web-next bindAll entry / home page / blog route / Tailwind sources, blog e2e spec, tsconfig paths, fallow ignore entry, anchor-guard + generator e2e feature lists, compliance artifacts, and feature-list doc entries (CLAUDE.md, AGENTS.md, glossary). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016j8z4VHjedXDTjEDNg7qHK
26 lines
663 B
YAML
26 lines
663 B
YAML
# compliance/retention-policy.yml — Collection retention schedules
|
|
# Generated by scripts/compliance/emit-retention-policy.mjs — do not edit manually.
|
|
# Run `pnpm compliance:retention-policy` to regenerate.
|
|
collections:
|
|
media:
|
|
postDeletion:
|
|
action: hard-delete
|
|
duration: P90D
|
|
trigger: after-deletion
|
|
purgeSchedule: monthly
|
|
slug: media
|
|
pages:
|
|
postDeletion:
|
|
action: hard-delete
|
|
duration: P90D
|
|
trigger: after-deletion
|
|
purgeSchedule: monthly
|
|
slug: pages
|
|
users:
|
|
postDeletion:
|
|
action: hard-delete
|
|
duration: P30D
|
|
trigger: after-deletion
|
|
purgeSchedule: daily
|
|
slug: users
|