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:
Kevin Turcios 2026-04-14 19:14:57 -05:00 committed by GitHub
parent 044b2f190a
commit 361bb899e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
34 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View file

@ -7,6 +7,7 @@ __pycache__/
original_base_research/
.claude/settings.local.json
.claude/handoffs/
.codeflash/observability/
dist/
dist-*/
dist-v2/