[codex] Update bundled intake visual spec package#46
Conversation
|
Closing because this downstream fork PR should not be used to merge the upstream/source intake change path. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: acc6b4bc91
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| @@ -1,4 +1,4 @@ | |||
| --- | |||
| --- | |||
There was a problem hiding this comment.
Remove the BOM from the command frontmatter
When this extension command is registered, CommandRegistrar.parse_frontmatter() only recognizes command metadata when the file content starts with ---; the leading U+FEFF here means this command is treated as having no frontmatter. Projects that install the intake extension will generate agent commands/skills for speckit.intake.visual-design without the intended description and with the raw frontmatter block left in the prompt body.
Useful? React with 👍 / 👎.
Summary
Sync the bundled
extensions/intakesnapshot in the fork repository with the latestbigsmartben/spec-kit-intakesource after merging PR #4 there.What changed
/speckit.intake.visual-designas the single visual intake entrypoint./speckit.intake.figma2htmlssotand/speckit.intake.ircommand surfaces.Why
The intake target is now the visual requirements/spec structured asset package. Component matrix previews remain helper evidence for reviewer coverage, not target implementation HTML or a separate intake command.
Validation
pytest -q extensions/intake/tests/test_extension_contract.py-> 70 passed, 1 skippedPYTHONPATH=src pytest -q tests/integrations/test_manifest.py tests/integrations/test_integration_catalog.py tests/integration/test_bundler_catalog_stack.py tests/test_extensions.py tests/test_extension_registration.py-> 492 passed, 9 skippedgit diff --check --cached-> passedSource
ee785908286e4110e42e05f3937c750602b99ae1