From a775d8456aef7dc5866774eecc348e54303ca3ea Mon Sep 17 00:00:00 2001 From: Dmitriy Petrov Date: Sat, 11 Jul 2026 19:18:50 +0300 Subject: [PATCH] Ignore local workpack roadmap workspace --- .gitignore | 3 +++ AGENTS.md | 5 +++++ 2 files changed, 8 insertions(+) create mode 100644 AGENTS.md diff --git a/.gitignore b/.gitignore index 9c52843..5963232 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,9 @@ data/ .runtime/ .worktrees/ +# Local roadmap and task workspace +/workpack/ + # Node/Vite node_modules/ dist/ diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..3e67d9a --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,5 @@ +# Harbor task workflow + +Use the checked-in `workpack/` directory as the only roadmap source. Do not require or read the original archive. + +Follow `workpack/AGENTS.md` for every roadmap task, including status updates. Completed tasks must not be selected or implemented again unless the user explicitly asks to reopen one.