chore(coder): untrack live coder-providers.json, ship example

The live config is read AND written by the coder (UI provider toggles PATCH it),
so tracking it churned `git status`. Untrack it (now gitignored under data/*),
add a tracked data/coder-providers.example.json reference, and update the
.gitignore exception + CLAUDE.md/BOOCODER.md docs. Loader already falls back to
{providers:{}} (built-ins only) when the live file is absent. + CHANGELOG v2.5.15.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-29 22:23:13 +00:00
parent d0334ca544
commit 63adb218e6
6 changed files with 19 additions and 6 deletions

2
.gitignore vendored
View File

@@ -16,5 +16,5 @@ data/*
!data/AGENTS.md
!data/skills/
!data/mcp.json
!data/coder-providers.json
!data/coder-providers.example.json
codecontext/fork.tar.gz