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 pkg/parser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down