Coordinated framework release. Documentation-only code change plus the shared
version bump.
- core/launcher/doc.go, core/logz/doc.go: logz.New(logz.Options{...}) ->
logz.Config (Options was retired per ADR-003; the constructor takes Config).
- go.mod: contracts -> v1.1.0 (via go get + go mod tidy).
Verified by compiling the example patterns against the real API. Badge -> v1.1.0.
Rene Nochebuena
requested review from CoreDevelopers 2026-08-07 18:46:25 -06:00
Rene Nochebuena
requested review from Agents 2026-08-07 18:46:25 -06:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
docs(core): fix logz.Options -> logz.Config; bump to v1.1.0
Summary
launcher/logzpackage docs:logz.Options->logz.Config(didn't compile).contracts-> v1.1.0.Notes
Doc example patterns compiled against the real API. No API changes.
Coordinated framework release. Documentation-only code change plus the shared version bump. - core/launcher/doc.go, core/logz/doc.go: logz.New(logz.Options{...}) -> logz.Config (Options was retired per ADR-003; the constructor takes Config). - go.mod: contracts -> v1.1.0 (via go get + go mod tidy). Verified by compiling the example patterns against the real API. Badge -> v1.1.0.