Skip to content

feat(product): expand product wiki contract#201

Merged
Terry-Mao merged 1 commit into
mainfrom
product-wiki-contract
May 29, 2026
Merged

feat(product): expand product wiki contract#201
Terry-Mao merged 1 commit into
mainfrom
product-wiki-contract

Conversation

@Terry-Mao
Copy link
Copy Markdown
Owner

Summary

  • Rename the product wiki skill to product-wiki and expand its contract beyond compile-only behavior.
  • Add Query and staged review schema pages for the product LLM Wiki.
  • Strengthen product wiki validation for metadata, links, health checks, and invalid review dates.

Validation

  • PYTHONDONTWRITEBYTECODE=1 python3 -m unittest discover -s .github/aicodingflow-tests -p 'test_product_wiki_compile.py'
  • PYTHONPYCACHEPREFIX=/tmp/aicodingflow-pycache python3 -m py_compile .github/scripts/validate_product_wiki_compile.py
  • python3 .github/scripts/validate_review_json.py pr_diff.txt review.json
  • git diff --check

Refs #190

Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Found: 0 critical, 1 important, 0 suggestions. The product wiki workflow now instructs Codex to load a renamed skill path, but the checked-out repository still only contains .agents/skills/product-wiki-compile/SKILL.md; .agents/skills/product-wiki/SKILL.md is absent. That makes the scheduled/manual wiki compile fail before it can run the updated contract.

Comment thread .github/workflows/product-wiki-compile.yml
@Terry-Mao Terry-Mao merged commit 0785073 into main May 29, 2026
7 checks passed
@Terry-Mao Terry-Mao deleted the product-wiki-contract branch May 29, 2026 09:52
This was referenced Jun 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant