Skip to content

docs: retire maintainer-only validation artifacts - #17

Merged
SetraTheXX merged 1 commit into
mainfrom
chore/public-docs-cleanup
Jul 27, 2026
Merged

docs: retire maintainer-only validation artifacts#17
SetraTheXX merged 1 commit into
mainfrom
chore/public-docs-cleanup

Conversation

@SetraTheXX

Copy link
Copy Markdown
Owner

Summary

  • remove the Turkish maintainer acceptance guide and Phase 13 pilot-study templates from the public repository and npm package
  • remove the obsolete Codex capability probe matrix
  • preserve supported architecture, security, compatibility, recovery, API, and workflow documentation
  • move ignored private worktree artifacts outside the repository and strengthen the repository hygiene contract

Validation

  • npm run check
  • npm run pack:dry-run
  • git diff --check
  • repository hygiene red/green regression

Copilot AI review requested due to automatic review settings July 27, 2026 13:58

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@SetraTheXX
SetraTheXX merged commit 7d0b522 into main Jul 27, 2026
6 checks passed
@SetraTheXX
SetraTheXX deleted the chore/public-docs-cleanup branch July 27, 2026 14:04

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: ebecedee52

ℹ️ 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".

Comment thread docs/release-notes.md
Comment on lines +7 to +8
- Removed the maintainer-only Turkish acceptance guide, pilot-study templates,
and the obsolete Codex capability probe matrix from the public package.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Retain documentation for the still-shipped pilot CLI

The pilot tooling is still part of the public package and CLI (cewp pilot create, record, status, and export), but this removal eliminates its only workflow guide. A repo-wide search leaves only one-line help entries and historical release notes; in particular, users invoking pilot record --from have no supported documentation for constructing or classifying the required pilot-observation/v1 input. Either retain a current public pilot-command reference or stop exposing these commands as a supported package surface.

Useful? React with 👍 / 👎.

assert(previousIndex > releaseIndex, "Phase 12 release precedes earlier release history");
const unreleased = releaseNotes.slice(unreleasedIndex, releaseIndex);
assert(/No changes yet|Manual acceptance/i.test(unreleased), "Unreleased truthfully records current post-beta work");
assert(/\S/.test(unreleased), "Unreleased truthfully records current post-beta work");

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Validate content below the Unreleased heading

This assertion is now unconditional whenever the preceding ordering check passes, because unreleased always contains the non-whitespace text ## Unreleased. If a future change removes every note beneath that heading, the contract will still report that post-beta work is truthfully recorded. Test the section after stripping the heading, or require an expected empty-state/change entry.

Useful? React with 👍 / 👎.

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.

2 participants