docs: refinements #14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "2025-11-08"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Greatly refine and reorganize the existing docs.
Added opencode commands.
Changes Requested
Please make the following changes before merging:
.opencode/command/do-pr.md: add explicit, configurable non-interactive test command variables (e.g.TEST_CMD,TEST_UNIT_CMD,TEST_E2E_CMD,SINGLE_TEST_CMD) with repository-default values and update any hardcoded examples (CHANGELOG link) to point tohttps://github.com/kwila-cloud/market/pull/NNor use a repo variable.AGENTS.md: restore a minimal "Agent quick commands" section with exact non-interactive commands (install, unit test, e2e test, single test, docker dev start, build) or clearly point toCONTRIBUTING.mdwhile still providing those concrete commands.README.md: replace the non-standard admonition> [!NOTE]with a standard GitHub blockquote (single>), or confirm you intentionally want the current syntax and why it should be preserved.Please confirm the canonical package manager and exact test script names for this repo (e.g.
pnpm install,pnpm test,pnpm test:unit,pnpm test:e2e/pnpm playwright) so I can re-checkdo-prandAGENTS.mdrecommendations. @PertemptoSummary of Changes
.opencodecommands:do-pr,start-pr,avoid-mistake.AGENTS.md, addedCONTRIBUTING.md, updatedREADME.md.specs/000-mvp.mdand added UX/architecture notes.Overall Feedback
Negative: Several agent-facing docs are missing exact, non-interactive commands and contain repo-specific assumptions (notably the
do-prtest steps and a hardcoded CHANGELOG example to another repo). That will break automated flows; please make test commands configurable and concrete and fix the changelog link.Positive: The documentation reorganization, added specs, and
.opencodeautomation commands are a clear improvement — they make the project more approachable and enable future automation. Nice work on structuring the MVP tasks and agent guidance.If you update the three files above and confirm the canonical test commands and package manager, I will re-review quickly. 🙂
This is the correct syntax in GitHub markdown.