Skip to content

Commit 0c5e0f4

Browse files
authored
ref(dotagents): Gitignore auto-generated files instead of tracking them (#246)
Move `agents.lock` and `.agents/.gitignore` into root `.gitignore` rather than tracking them in the repo. Remove the `gitignore = true` setting from `agents.toml` since dotagents no longer needs to manage its own `.gitignore`. This prepares for the next version of the dotagents spec where these files are treated as ephemeral build artifacts rather than committed state. Agent transcript: https://claudescope.sentry.dev/share/M04zUTuV5EqzMV9fmW5jb_5-4RgeYBf5_Zf2fooZgqg
1 parent ed71953 commit 0c5e0f4

4 files changed

Lines changed: 3 additions & 78 deletions

File tree

.agents/.gitignore

Lines changed: 0 additions & 11 deletions
This file was deleted.

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,6 @@ coverage/
3939
# Temporary files
4040
*.tmp
4141
*.temp
42+
# Auto-generated by dotagents — do not commit these files.
43+
agents.lock
44+
.agents/.gitignore

agents.lock

Lines changed: 0 additions & 65 deletions
This file was deleted.

agents.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
version = 1
2-
# Managed skills are gitignored; collaborators must run 'dotagents install'.
3-
gitignore = true
42
agents = ["cursor", "codex", "claude"]
53

64
[trust]

0 commit comments

Comments
 (0)