From dc770d151b8df0751c05b02777b62f899d4ed915 Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Tue, 24 Feb 2026 20:54:12 -0800 Subject: [PATCH] chore: add backlog.md + gitignore config/.backup-* dirs --- .gitignore | 1 + docs/backlog.md | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 docs/backlog.md diff --git a/.gitignore b/.gitignore index ab1ab8e..416cc24 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ unsloth_compiled_cache/ data/survey_screenshots/* !data/survey_screenshots/.gitkeep config/user.yaml +config/.backup-* diff --git a/docs/backlog.md b/docs/backlog.md new file mode 100644 index 0000000..9a4aeb7 --- /dev/null +++ b/docs/backlog.md @@ -0,0 +1,23 @@ +# Peregrine — Feature Backlog + +Unscheduled ideas and deferred features. Roughly grouped by area. + +--- + +## Settings / Data Management + +- **Backup / Restore / Teleport** — Settings panel option to export a full config snapshot (user.yaml + all gitignored configs) as a zip, restore from a snapshot, and "teleport" (export + import to a new machine or Docker volume). Useful for migrations, multi-machine setups, and safe wizard testing. + +--- + +## Apply / Browser Integration + +- **Browser autofill extension** — Chrome/Firefox extension that reads job application forms and auto-fills from the user's profile + generated cover letter; syncs submitted applications back into the pipeline automatically. (Phase 2 paid+ feature per business plan.) + +--- + +## Email Sync + +See also: `docs/plans/email-sync-testing-checklist.md` for outstanding test coverage items. + +---