diff --git a/pkg/parser/README.md b/pkg/parser/README.md index 907465f22dd..190abab24a2 100644 --- a/pkg/parser/README.md +++ b/pkg/parser/README.md @@ -288,13 +288,16 @@ Import caching is crucial for performance and cycle detection. The `ImportCache` **Internal**: - `github.com/github/gh-aw/pkg/console` — parser-facing warning/error message formatting - `github.com/github/gh-aw/pkg/constants` — shared parser constants and default values +- `github.com/github/gh-aw/pkg/envutil` — reads environment variables (e.g. `GITHUB_TOKEN`, `GH_TOKEN`) with consistent default handling - `github.com/github/gh-aw/pkg/errorutil` — shared error classification helpers for remote fetch and import errors - `github.com/github/gh-aw/pkg/fileutil` — file existence and path helper utilities - `github.com/github/gh-aw/pkg/gitutil` — Git remote and host detection helpers +- `github.com/github/gh-aw/pkg/importinpututil` — input-value resolution and formatting utilities for `@import` directive substitution - `github.com/github/gh-aw/pkg/jsonutil` — compact JSON marshaling for frontmatter hash computation - `github.com/github/gh-aw/pkg/types` — `BaseMCPServerConfig` - `github.com/github/gh-aw/pkg/typeutil` — safe type conversion helpers for dynamic frontmatter - `github.com/github/gh-aw/pkg/logger` — debug logging +- `github.com/github/gh-aw/pkg/setutil` — set membership helpers used in import BFS traversal and cycle detection - `github.com/github/gh-aw/pkg/sliceutil` — slice helper utilities for validation and merging - `github.com/github/gh-aw/pkg/stringutil` — string normalization and ANSI/format helpers