Should .beads/metadata.json or config.yaml be added to git? #256
-
|
It would be nice to make the documentation explicit on this. |
Beta Was this translation helpful? Give feedback.
Answered by
steveyegge
Nov 23, 2025
Replies: 1 comment
-
|
Yes, both should be committed to git. These files contain repository-specific configuration that should be shared across all developers and agents working on the project:
Neither file is excluded by
Committing these files ensures everyone on the team has consistent beads behavior and project setup. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
steveyegge
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, both should be committed to git.
These files contain repository-specific configuration that should be shared across all developers and agents working on the project:
.beads/metadata.json.beads/config.yamlissue-prefix(e.g., "bd" for this project)Neither file is excluded by
.gitignore. The .gitignore only excludes runtime/temporary files:daemon.log,daemon.pid,daemon.lock,bd.sockdb.sqlite,bd.db(JSONL is the source of truth for git)C…