Commit aabece9
jgstern-agent
chore(gitignore): treat tag_catalog.yaml and smart-test locks as runtime cache
Two untracked files were blocking release prep without a clear reason
to commit them:
- .agent/tracker/tag_catalog.yaml is the catalog populated lazily by
the WI-lifal `tracker tags` subcommand. Its current contents are
pure cache (every entry has empty description, false deprecated,
null in_favor_of) and every field present is derivable from the op
log per the WI-lifal commit message. Committing it would create
merge-conflict churn on `last_used` timestamps every time any agent
ran the subcommand, with zero information gain. Sibling to
`.agent/tracker-workspace/tui_preferences.json`. WI-lagid filed for
the design follow-up of where `tags describe` / `tags deprecate`
editorial state should persist when someone actually uses those
verbs.
- .ci/.smart-test.lock and .ci/.smart-test.lock.pid are process-local
runtime locks that smart-test creates and reuses across runs. They
were never meant to be committed; matches the existing
`full-suite.log` pattern in .ci/.gitignore.
Signed-off-by: jgstern-agent <josh-agent@iterabloom.com>1 parent f27d01b commit aabece9
3 files changed
Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments