From 1106e67b78db9463b61076ca0eca1a5fbf45c56b Mon Sep 17 00:00:00 2001 From: Ahmet Abdullah Gultekin Date: Sat, 13 Jun 2026 10:47:12 +0000 Subject: [PATCH] chore: move PASSPORT_NFC_ROADMAP.md out of repo root into docs/ Move PASSPORT_NFC_ROADMAP.md from the repo root into docs/ (git mv, history preserved) and update the one in-repo reference (docs/archive/2026-04-16/README.md) to the new docs/ path. Dropped the filename from the structure-lock allowed_root_files so it can't reappear at root. --- .repo-structure.yml | 1 - PASSPORT_NFC_ROADMAP.md => docs/PASSPORT_NFC_ROADMAP.md | 0 docs/archive/2026-04-16/README.md | 2 +- 3 files changed, 1 insertion(+), 2 deletions(-) rename PASSPORT_NFC_ROADMAP.md => docs/PASSPORT_NFC_ROADMAP.md (100%) diff --git a/.repo-structure.yml b/.repo-structure.yml index 6706ec6..fbb0a53 100644 --- a/.repo-structure.yml +++ b/.repo-structure.yml @@ -20,7 +20,6 @@ allowed_root_files: - ".pre-commit-config.yaml" - ".repo-structure.yml" - "LICENSE" - - "PASSPORT_NFC_ROADMAP.md" - "README.md" - "SECURITY.md" diff --git a/PASSPORT_NFC_ROADMAP.md b/docs/PASSPORT_NFC_ROADMAP.md similarity index 100% rename from PASSPORT_NFC_ROADMAP.md rename to docs/PASSPORT_NFC_ROADMAP.md diff --git a/docs/archive/2026-04-16/README.md b/docs/archive/2026-04-16/README.md index da6676c..11d2823 100644 --- a/docs/archive/2026-04-16/README.md +++ b/docs/archive/2026-04-16/README.md @@ -6,6 +6,6 @@ The dated status/progress/cleanup/compliance/fixes-applied reports that were ori Retained reference docs in this directory: -- `se-checklist.md` — reusable security & engineering checklist, still referenced by `PASSPORT_NFC_ROADMAP.md` and `TurkishEidNfcReader/README.md`. +- `se-checklist.md` — reusable security & engineering checklist, still referenced by `docs/PASSPORT_NFC_ROADMAP.md` and `TurkishEidNfcReader/README.md`. - `UX_ANALYSIS.md` — design/UX analysis of the Turkish eID NFC Reader (P0/P1/P2 matrix). - `LAUNCHER_ICONS_NOTE.md` — how-to note for adding Android launcher icons.