Skip to content

Security and quality hardening pass#29

Merged
Patel230 merged 4 commits into
mainfrom
feature/wip-20260705
Jul 8, 2026
Merged

Security and quality hardening pass#29
Patel230 merged 4 commits into
mainfrom
feature/wip-20260705

Conversation

@Patel230

@Patel230 Patel230 commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Fix Strict-mode email regex to catch internationalized (SMTPUTF8/RFC 6531) addresses via Unicode letter/number classes, not just ASCII
  • CI, daemon, audit, memory, and MCP core hardening fixes from cross-repo consistency review
  • Update AGENTS.md to the shared hawk-eco extension-authoring format

Test plan

  • go build ./...
  • go vet ./...
  • golangci-lint run ./...
  • go test ./...
  • govulncheck ./...

Patel230 added 4 commits July 5, 2026 20:34
…RSION

- Remove internal/version/ package (embedded stale co-located copy)
- Add root version.go with //go:embed VERSION as single source of truth
- Update rest handler to import root yaad package instead of internal/version
- Fix Strict-mode email regex to catch internationalized (SMTPUTF8/RFC 6531)
  addresses via Unicode letter/number classes, not just ASCII
- CI, daemon, audit, memory, and MCP core hardening fixes from cross-repo
  consistency review
- Update AGENTS.md to the shared hawk-eco extension-authoring format
@Patel230 Patel230 merged commit c21562e into main Jul 8, 2026
12 checks passed
@Patel230 Patel230 deleted the feature/wip-20260705 branch July 8, 2026 17:43
Patel230 added a commit that referenced this pull request Jul 11, 2026
* chore: commit wip changes on feature/wip-20260705

* refactor: consolidate version into root version.go with //go:embed VERSION

- Remove internal/version/ package (embedded stale co-located copy)
- Add root version.go with //go:embed VERSION as single source of truth
- Update rest handler to import root yaad package instead of internal/version

* Security and quality hardening pass

- Fix Strict-mode email regex to catch internationalized (SMTPUTF8/RFC 6531)
  addresses via Unicode letter/number classes, not just ASCII
- CI, daemon, audit, memory, and MCP core hardening fixes from cross-repo
  consistency review
- Update AGENTS.md to the shared hawk-eco extension-authoring format

* Apply gofumpt formatting to satisfy CI format check
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