Skip to content

Commit 103575a

Browse files
roodboiclaude
andcommitted
docs: tickets/ in every durable ignore-block listing
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 71c3601 commit 103575a

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

docs/architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ same repo.
292292
- `hack.config.json`
293293
- `hack.branches.json` (optional)
294294
- `.gitignore` (committed, self-healing on `init`/`up`; covers machine-local generated files —
295-
`.internal/`, `.branch/`, `.env`, `.env.state.json`, `hack.env*.local.yaml`. If generated files
295+
`.internal/`, `.branch/`, `.env`, `.env.state.json`, `hack.env*.local.yaml`, `tickets/`. If generated files
296296
leaked into git, `hack doctor --fix` untracks them without deleting them from disk.)
297297
- `hack.env.default.yaml` plus optional `hack.env.<overlay>.yaml` (committed env)
298298
- `hack.env.local.yaml` / `hack.env.<overlay>.local.yaml` (worktree-local overrides)

docs/cli.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ materialized `.hack/.env` or `.hack/.env.state.json` is stale and should be rege
128128
## Project files
129129

130130
Hack owns a committed `.hack/.gitignore` (self-healing on `init`/`up`) that ignores machine-local
131-
generated files (`.internal/`, `.branch/`, `.env`, `.env.state.json`, `hack.env*.local.yaml`). Keep
131+
generated files (`.internal/`, `.branch/`, `.env`, `.env.state.json`, `hack.env*.local.yaml`,
132+
`tickets/`). Keep
132133
it committed. If generated files ever leak into git, `hack doctor --fix` untracks them (the files
133134
stay on disk). See [Architecture](architecture.md) for the full file map.
134135

docs/env.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ worktrees inherit the rules with zero setup. It covers (patterns relative to
5151
- `.env.state.json`
5252
- `hack.env.local.yaml`
5353
- `hack.env.*.local.yaml`
54+
- `tickets/` (local tickets-extension cache)
5455

5556
How it is maintained:
5657

0 commit comments

Comments
 (0)