Skip to content

feat: add Hono support#132

Merged
HugoRCD merged 8 commits intomainfrom
feat/framework-ecosystem-foundation
Mar 5, 2026
Merged

feat: add Hono support#132
HugoRCD merged 8 commits intomainfrom
feat/framework-ecosystem-foundation

Conversation

@HugoRCD
Copy link
Copy Markdown
Owner

@HugoRCD HugoRCD commented Mar 5, 2026

Summary

  • Shared createMiddlewareLogger utility — reusable request-lifecycle logic (logger creation, route filtering, tail sampling, emit, enrich, drain) with extractSafeHeaders helper and shared test helpers (EVL-103)
  • Hono middleware integration (evlog/hono) — built on the shared utility, with full test suite, build config, package exports, and documentation
  • create-framework-integration agent skill — comprehensive 7-touchpoint guide for adding new framework integrations (EVL-104)
  • DX improvementsdotenv-cli for automatic root .env loading via turbo, self-contained test UI at / for all examples, turbo globalDependencies config

Linear Issues

  • Resolves EVL-103 (shared createMiddlewareLogger utility)
  • Resolves EVL-104 (create-framework-integration agent skill)

HugoRCD added 4 commits March 5, 2026 21:37
Extract common request-lifecycle logic into a reusable
createMiddlewareLogger utility with extractSafeHeaders helper.
Includes shared test helpers for framework integration tests.

Resolves EVL-103
Add evlog/hono with automatic wide-event logging middleware,
built on the shared createMiddlewareLogger utility.
Includes full test suite, build config, package exports,
and documentation updates.
Comprehensive skill covering all 7 touchpoints for adding a
new framework integration: source, build, exports, tests,
docs, AGENTS.md, and example app with test UI.

Resolves EVL-104
- Add dotenv-cli to load root .env for all example scripts
- Add test UI served at / for manual testing without curl
- Add globalDependencies and POSTHOG_HOST to turbo.json
- Update Hono example with PostHog drain and enricher
@vercel
Copy link
Copy Markdown

vercel bot commented Mar 5, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
evlog-docs Ready Ready Preview, Comment, Open in v0 Mar 5, 2026 9:48pm

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 5, 2026

Thank you for following the naming conventions! 🙏

@HugoRCD HugoRCD changed the title feat: framework ecosystem foundation feat(hono): add Hono middleware integration Mar 5, 2026
@HugoRCD HugoRCD changed the title feat(hono): add Hono middleware integration feat: add Hono middleware integration Mar 5, 2026
@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new bot commented Mar 5, 2026

npm i https://pkg.pr.new/evlog@132
npm i https://pkg.pr.new/@evlog/nuxthub@132

commit: 07584e0

@HugoRCD HugoRCD merged commit e8d68ac into main Mar 5, 2026
12 checks passed
@HugoRCD HugoRCD deleted the feat/framework-ecosystem-foundation branch March 5, 2026 21:52
@HugoRCD HugoRCD changed the title feat: add Hono middleware integration feat: add Hono support Mar 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant