No description
Find a file
Snider 66e2df79b6 fix(ts): update stale API call and apply gofmt formatting
- Fix marketplace.NewInstaller call to match go-scm v0.3.4 signature
  (now requires Medium as first argument)
- Apply gofmt: sort imports lexicographically, fix struct field alignment
- Update CLAUDE.md: correct DenoClient mutex type (sync.Mutex not RWMutex)
- Remove stale pkg/coredeno comment and unnecessary unused import guard

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-17 09:13:40 +00:00
docs docs: add human-friendly documentation 2026-03-11 13:02:40 +00:00
proto fix: regenerate proto with correct source path 2026-03-06 09:01:59 +00:00
runtime feat: extract core/ts from core/go pkg/coredeno 2026-03-06 09:00:25 +00:00
.gitignore chore: add .core/ and .idea/ to .gitignore 2026-03-15 10:17:51 +00:00
CLAUDE.md fix(ts): update stale API call and apply gofmt formatting 2026-03-17 09:13:40 +00:00
coredeno.go fix(ts): update stale API call and apply gofmt formatting 2026-03-17 09:13:40 +00:00
coredeno_test.go feat: extract core/ts from core/go pkg/coredeno 2026-03-06 09:00:25 +00:00
denoclient.go feat: extract core/ts from core/go pkg/coredeno 2026-03-06 09:00:25 +00:00
go.mod chore: sync dependencies for v0.1.6 2026-03-16 22:20:57 +00:00
go.sum chore: sync dependencies for v0.1.6 2026-03-16 22:20:57 +00:00
integration_test.go fix(ts): update stale API call and apply gofmt formatting 2026-03-17 09:13:40 +00:00
lifecycle.go feat: extract core/ts from core/go pkg/coredeno 2026-03-06 09:00:25 +00:00
lifecycle_test.go feat: extract core/ts from core/go pkg/coredeno 2026-03-06 09:00:25 +00:00
listener.go feat: extract core/ts from core/go pkg/coredeno 2026-03-06 09:00:25 +00:00
listener_test.go fix(ts): update stale API call and apply gofmt formatting 2026-03-17 09:13:40 +00:00
permissions.go feat: extract core/ts from core/go pkg/coredeno 2026-03-06 09:00:25 +00:00
permissions_test.go feat: extract core/ts from core/go pkg/coredeno 2026-03-06 09:00:25 +00:00
server.go fix(ts): update stale API call and apply gofmt formatting 2026-03-17 09:13:40 +00:00
server_test.go fix(ts): update stale API call and apply gofmt formatting 2026-03-17 09:13:40 +00:00
service.go fix(ts): update stale API call and apply gofmt formatting 2026-03-17 09:13:40 +00:00
service_test.go fix(ts): update stale API call and apply gofmt formatting 2026-03-17 09:13:40 +00:00