mirror of
https://github.com/codeflash-ai/codeflash-agent.git
synced 2026-05-04 18:25:19 +00:00
Move Go overlay to plugin/languages/go/ (#13)
* Move Go plugin overlay from languages/go/ to plugin/languages/go/ Aligns Go with the Java/Python/JavaScript convention where all language overlays live under plugin/languages/<lang>/. The Makefile already discovers from plugin/languages/* so Go is now included in builds. * Remove accidental read-tracker changes * Ignore .codeflash/observability/ in gitignore
This commit is contained in:
parent
044b2f190a
commit
361bb899e2
34 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -7,6 +7,7 @@ __pycache__/
|
|||
original_base_research/
|
||||
.claude/settings.local.json
|
||||
.claude/handoffs/
|
||||
.codeflash/observability/
|
||||
dist/
|
||||
dist-*/
|
||||
dist-v2/
|
||||
|
|
|
|||
Loading…
Reference in a new issue