[codex] Slim README docs split#26
Conversation
There was a problem hiding this comment.
Code Review
This pull request restructures the project's documentation by simplifying the English and Korean README files into concise landing pages and moving detailed guides (installation, storage/privacy, validation, and release checklists) into dedicated files under the docs/ directory. Corresponding updates were made to the policy markers and test suite. Feedback on the changes suggests refactoring the test suite to better align with this new structure by moving README-specific assertions to their appropriate test case and cleaning up unused variables in the storage policy test.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 3206c3c404
ℹ️ 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".
Summary
README.mdandREADME.ko.mdinto short landing pages with quickstart, runtime boundary, and docs links.Runtime weight
.agents/skills/watchlist-md/.Validation
PYTHONDONTWRITEBYTECODE=1 python -m unittest discover -s evals -p 'test_*.py'python evals/check_policy_markers.pypython evals/check_semantic_cases.pypython evals/check_skill_package.pypython evals/check_release_metadata.pypython evals/check_watchlist.py examples/WATCHLIST.example.mdpython evals/check_watchlist.py examples/WATCHLIST.example.md --strict-format --strict-safety --require-archive-sectionpython evals/check_watchlist.py .agents/skills/watchlist-md/assets/WATCHLIST.template.mdpython tools/validate_watchlist.py .agents/skills/watchlist-md/assets/WATCHLIST.template.md --strict-format --strict-safety --require-archive-sectiongit diff --name-only origin/main...HEAD -- .agents/skills/watchlist-mdreturned no paths.git diff --name-only -- .agents/skills/watchlist-mdreturned no paths.