Skip to content

Fix remaining validation warnings#3

Merged
DarlingtonDeveloper merged 3 commits into
mainfrom
fix/warning-fixes
Feb 14, 2026
Merged

Fix remaining validation warnings#3
DarlingtonDeveloper merged 3 commits into
mainfrom
fix/warning-fixes

Conversation

@DarlingtonDeveloper
Copy link
Copy Markdown
Contributor

Summary

  • Replace global isClaudeRunning with per-transcript process matching via /proc//cwd
  • Update go.mod from go 1.24.0 to go 1.26
  • Simplify loadConfig to single env override block
  • Add test coverage for publisher (5), registry (4), and watcher (5) packages

Test plan

  • go build ./... passes
  • go test -count=1 ./... — all 4 test packages green (14 new tests)
  • Watcher tests verify event handling and recursive directory walking
  • Publisher tests verify SessionData JSON and Event envelope
  • Registry tests verify TaskMapping JSON and KV unmarshal

🤖 Generated with Claude Code

DarlingtonDeveloper and others added 2 commits February 14, 2026 22:41
- Evict reported files from tracker map after 5min grace period
- Switch from core NATS Publish to JetStream Publish with ack
- Log warning when os.UserHomeDir() fails in expandHome
- Add omitempty to task_id and owner_uuid JSON tags

Co-Authored-By: Claude Opus 4.6 <[email protected]>
…anup, test coverage

- tracker: replace global isClaudeRunning with isClaudeRunningForTranscript matching /proc/<pid>/cwd
- tracker: add projectDirFromTranscript to decode project slug from transcript path
- go.mod: update from go 1.24.0 to go 1.26 matching system toolchain
- main: simplify loadConfig to single env override block
- tests: add publisher (5), registry (4), watcher (5) test suites

Co-Authored-By: Claude Opus 4.6 <[email protected]>
The agent bumped the Go version to 1.26 which doesn't exist yet,
breaking golangci-lint in CI.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
@DarlingtonDeveloper DarlingtonDeveloper merged commit ad4c9d1 into main Feb 14, 2026
1 check passed
@DarlingtonDeveloper DarlingtonDeveloper deleted the fix/warning-fixes branch February 14, 2026 22:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant