Adopt the project template into this repository #1
Labels
No Label
P0
P1
P2
release-blocker
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: null/Privacy-Period-Tracker#1
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Period existed as a bare directory holding one file — a 2,527-line V1 specification — with no git repository, no tracker and no documentation convention. Nothing the portfolio relies on could see it: no trust map saying which document owns which answer, no status headers with Review trigger lines, and no way for privacyllc.dev to report on the project at all.
This issue is the adoption itself, following Projects/Template/START-HERE-New-Project.md.
What it covers:
git init, and the template'sscaffold.shrun into the repository root (nevercp -r, which has no never-overwrite protection)Docs/period_tracker_product_plan.mdtodocs/planning/PRODUCT_PLAN.md, content unchanged, with a status header added<Project>placeholdersdocs/OPERATIONS.mddeleted — an offline Android app is not a deployed service, and an empty runbook reads as one nobody wrotescripts/, the rest deliberately declined and named indocs/TOOLS.md.githooks/, withpre-commitadapted to GradleTrap worth knowing:
docs/DOC_TRUST_MAP.mdis written LAST, describing what is actually here rather than what the template says should be. Its whole value is being accurate about the others.Verify:
docs/DOC_TRUST_MAP.mdexists and names every document actually present;grep -rnE '<(Project|YYYY-MM-DD|who maintains this)>' docs/finds nothing outside a fenced example;bash scripts/doc-claims.sh docs/ README.mdpasses.