Skip to content

Expose docs/test front-door checks as a public npm script #8

Description

@VladimirBrejcha

Why this is real

CONTRIBUTING.md tells public patches to run test:broker-core, test:client, and test:harness-adoption. The contract tests that pin the public README, CONTRIBUTING tracks, CI shape, and now the issue/PR templates live under docs/test/ and run through the maintainer spec-only profile (node --test docs/test/*.test.mjs).

Independent review of PR #5 recorded that as a residual: a drive-by contributor who only follows the public-track npm scripts will not run those checks.

This project is Alpha, macOS-only, and needs Xcode. This ticket is only the public script wiring.

Expected

  • package.json grows a public script such as test:docs that runs node --test docs/test/*.test.mjs.
  • CONTRIBUTING.md public-patches track names that script for doc, README, and template changes.
  • No harness session is required to run it.

Out of scope

  • Moving those tests out of docs/test/
  • Changing agent:complete or spec-only

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationgood first issueGood for newcomers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions