feat(cli): Add documentation type discovery - #6
Merged
Conversation
philprime
added this pull request to stack #8
September 9, 2026 14:40
philprime
disabled the stack merge
September 9, 2026 14:41
List symbols from technology root DocC pages and expose stable table and JSON output. Resolve nested paths, map lookup failures to actionable links, and preserve raw responses without eager decoding.
Return actionable unsupported-technology guidance when a catalog-resolved DocC root also returns 404. Avoid repeating the same case-insensitive request when the original path already used the resolved slug.
philprime
force-pushed
the
philprime/feat/add-type-discovery
branch
from
September 9, 2026 14:42
9ff76b9 to
07747e8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add root DocC symbol discovery and make type lookup more resilient. Users can now inspect a technology’s direct symbols, follow nested documentation paths, and recover from missing or unsupported lookups with actionable links.
CLI Behavior
apple-docs types list --technology <technology>with table and JSON output.codeVoicecontent plus follow-up URLs.Verification
make testwith 50 unit and behavior tests passing.make analyzewith no lint, format, or actionlint violations.swift build -c release.TELEMETRY_DISABLED=true make test-integrationwith 6 live integration tests passing.