feat: dependency installation and bilingual project pages (v0.9.6) - #12
Conversation
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f38beb8cd5
ℹ️ 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".
|  | ||
|
|
||
| DIRcreative 不是“输入一句话、吐出一堆提示词”的黑盒。它先判断任务是局部修改、完整开发还是交付审计,再只加载对应合同。局部任务直接交付修改结果;只有真实方向冲突、生成授权或客户交付才停下来询问。 | ||
| *AI-generated illustrative artwork; not a screenshot or a verified production result.* |
There was a problem hiding this comment.
Remove generated marketing media from the source tree
These newly referenced illustrations are explicitly identified as AI-generated, yet the commit checks four of them into docs/assets/marketing-20260908/ and duplicates them under site/assets/. This violates the repository requirement to keep generated media outside the source tree and also adds the docs copies to every packaged installation; publish them through the existing release mechanism and reference the external artifacts instead.
AGENTS.md reference: AGENTS.md:L37-L39
Useful? React with 👍 / 👎.
|  | ||
|
|
||
| [快速开始](#quick-start) · [能力](#what-it-does) · [交互体验](#visual-conversational-workflow) · [示例](#examples) · [文档](#documentation) · [正式安装](#verified-release-install) | ||
| [Website](https://papperrollinggery.github.io/Paperrolling-DIRcreative-SKILL/) · [Get started](#get-started) · [What you can make](#what-you-can-make) · [Dependencies](#skills-that-work-together) · [Documentation](#documentation) |
There was a problem hiding this comment.
Deploy the site before advertising its URL
The new Website link points at the GitHub Pages root, but all added HTML lives under site/; the checked repository has no Pages deployment workflow or Jekyll source configuration, and its only workflow is CI. GitHub Pages therefore has no repository-defined step that publishes site/index.html at this URL, so users following this prominent link will not reach the new landing page; add a Pages workflow that uploads site/ or move the site into the configured Pages source.
Useful? React with 👍 / 👎.
DIRcreative installations can now opt into a hash-locked, licensed humanizer-zh bundle and an updater for Jingzao's official latest stable release. Existing unmanaged or edited providers and newer or unorderable versions are preserved; staged replacement protects concurrent edits and rollback. Bundle payloads restore SKILL.md only in the external provider destination, so DIR retains one discoverable public entrypoint.
The project now has separate English and Chinese READMEs, fresh language-specific introduction graphics, a self-contained bilingual landing page, search/social metadata, and dependency availability/setup documentation. Detailed verified-install and integration instructions remain in README.technical.md. No redistribution permission is assumed for the other specialist Skills.
Validation: 19 focused dependency/updater tests; full source validation; independent review and targeted rechecks; actual isolated Jingzao v1.9.0 sync/check; isolated packaged humanizer install/check and single-entrypoint discovery; desktop and 390px mobile browser checks. Generated marketing images are illustrative, not runtime-media acceptance evidence. Full release gate and CI results are tracked separately before release.