feat: updates prd-review skills and document for CUE registry import - #3
Open
jpower432 wants to merge 4 commits into
Open
feat: updates prd-review skills and document for CUE registry import#3jpower432 wants to merge 4 commits into
jpower432 wants to merge 4 commits into
Conversation
Move schema/prd.cue to the module root to simplify the CUE registry import path. Consumers can now reference the module as github.com/unbound-force/intake-kit:prds instead of requiring the /schema suffix. Update all references in documentation and workflows. Also clarify in PRD review skill documentation that the --schema flag is an optional fallback for local development, not a required path. Assisted-by: Claude (Anthropic, Claude Haiku 4.5) Signed-off-by: Jennifer Power <barnabei.jennifer@gmail.com>
prd.cue moved to module root in 6ba2745 but README's layout diagram still referenced a schema/ directory.
Phase 0 wording implied callers need their own cue.mod to vet against the published schema. They don't — cue vet resolves a registry import path@version:package directly, same as any other registry-backed CUE package. Also fixes the import path syntax (path@version:qualifier, not path:qualifier@version). Signed-off-by: Jennifer Power <barnabei.jennifer@gmail.com>
Fixed documented cue vet command argument order — schema/registry import must come before the data file for correct validation. Also added missing -d '#PRDDocument' to README example so it validates the correct document type, and corrected stale project-layout reference in AGENTS.md (schema is prd.cue at module root, not schema/ directory). Assisted-by: Claude (Anthropic, Claude Haiku 4.5) Signed-off-by: Jennifer Power <barnabei.jennifer@gmail.com>
jpower432
marked this pull request as ready for review
August 19, 2026 19:24
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.
/schemafrom path