fix: projects/ directory should be gitignored — it is local installation config, not shared code (#561)
- Add projects/*.toml to .gitignore - Remove existing TOML files from git tracking (git rm --cached) - Add .toml.example templates with placeholder values - Update BOOTSTRAP.md with new section on project TOML setup - Update AGENTS.md directory layout description Existing local installations are unaffected — gitignore only prevents tracked files from being committed, local copies persist. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
005a39237e
commit
a26dc5c2b0
9 changed files with 103 additions and 83 deletions
21
projects/versi.toml.example
Normal file
21
projects/versi.toml.example
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# projects/versi.toml.example — Template for johba/versi
|
||||
#
|
||||
# Copy to projects/versi.toml and fill in box-specific values,
|
||||
# or run: disinto init https://codeberg.org/johba/versi
|
||||
|
||||
name = "versi"
|
||||
repo = "johba/versi"
|
||||
repo_root = "/home/YOU/versi"
|
||||
primary_branch = "main"
|
||||
|
||||
[ci]
|
||||
woodpecker_repo_id = 0
|
||||
stale_minutes = 60
|
||||
|
||||
[services]
|
||||
containers = []
|
||||
|
||||
[monitoring]
|
||||
check_prs = true
|
||||
check_dev_agent = true
|
||||
check_pipeline_stall = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue