GRM-79: feat: remove .taskid file, use branch name only for task ID

This commit is contained in:
2026-06-24 20:15:59 +00:00
parent 465e9bd484
commit 2017a5ee3e
3 changed files with 3 additions and 2 deletions
+3
View File
@@ -38,3 +38,6 @@ activate.zsh
# Generated badges (CI pushes to badges branch)
.badges/
# Deprecated CI task tracking (branch name is the sole source of truth)
.taskid
-1
View File
@@ -1 +0,0 @@
GRM-78
-1
View File
@@ -254,7 +254,6 @@ via `[tool.devx.classify]` in `pyproject.toml`.
- `.devin/**` — Agent/CI tooling config
- `hooks/**` — Git hooks
- `activate.sh`, `activate.fish`, `activate.zsh` — Generated venv scripts
- `.taskid` — CI task tracking file
**User-facing paths** (tool changes → release needed) — everything else:
- `src/gitea_runner_manager/**` — Python CLI source (except `__init__.py` and `api_clients.py`)