Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ awmg/
├── sys/ # System utilities
├── testutil/ # Test utilities and helpers
├── timeutil/ # Time formatting utilities
├── tracing/ # OpenTelemetry OTLP tracing helpers
├── tty/ # Terminal detection utilities
└── version/ # Version management
```
Expand All @@ -290,6 +291,7 @@ awmg/
- **`internal/sys/`** - System utilities
- **`internal/testutil/`** - Test utilities and helpers
- **`internal/timeutil/`** - Time formatting utilities
- **`internal/tracing/`** - OpenTelemetry OTLP trace export helpers (HTTP handler wrapping, provider management)
- **`internal/tty/`** - Terminal detection utilities
- **`internal/version/`** - Version management

Expand Down Expand Up @@ -424,6 +426,7 @@ The project uses:
- `github.com/santhosh-tekuri/jsonschema/v5` - JSON schema validation
- `github.com/stretchr/testify` - Test assertions
- `github.com/tetratelabs/wazero` - WASM runtime for executing WASM-based security guards
- `go.opentelemetry.io/otel` - OpenTelemetry tracing API and span/trace management
- `golang.org/x/term` - Terminal detection
- Standard library for JSON, HTTP, exec

Expand Down
Loading