Skip to content

Document runner authority truth#71

Merged
Jesssullivan merged 2 commits intomainfrom
codex/runner-authority-truth
Apr 24, 2026
Merged

Document runner authority truth#71
Jesssullivan merged 2 commits intomainfrom
codex/runner-authority-truth

Conversation

@Jesssullivan
Copy link
Copy Markdown
Owner

Summary

  • add the Phase 2 runner-authority truth to AGENTS.md
  • add matching runner-authority guidance to README.md
  • normalize markdown formatting so the required doc checks pass

Verification

  • git diff --check
  • pnpm dlx markdownlint-cli2 AGENTS.md README.md

@Jesssullivan Jesssullivan marked this pull request as ready for review April 24, 2026 02:48
@Jesssullivan Jesssullivan merged commit b36a540 into main Apr 24, 2026
4 checks passed
@Jesssullivan Jesssullivan deleted the codex/runner-authority-truth branch April 24, 2026 02:48
@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented Apr 24, 2026

Greptile Summary

This PR documents the Phase 2 runner-authority truth (GloriousFlywheel self-hosted runner, label ["scheduling-kit"]) in both AGENTS.md and README.md, and normalizes all long lines, table separators, and import formatting to satisfy markdownlint-cli2. No source code is changed.

Confidence Score: 5/5

Documentation-only change with no source code modifications; safe to merge.

No code paths are touched. The new content accurately mirrors the runner contract described elsewhere in the PR, and all markdown formatting changes are mechanical lint fixes.

No files require special attention.

Important Files Changed

Filename Overview
AGENTS.md Adds Phase 2 runner-authority truth block under Publishing section; wraps long lines for markdownlint compliance; no content regressions.
README.md Adds Runner Authority section mirroring AGENTS.md; normalizes line lengths, table separator padding, and import formatting; two component descriptions lightly shortened.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Push to main] --> B[GitHub Actions Trigger]
    B --> C{Runner label}
    C -->|scheduling-kit| D[GloriousFlywheel Self-hosted Runner]
    D --> E[pnpm build + publint]
    E --> F{Publish targets}
    F --> G[npmjs - tummycrypt/scheduling-kit]
    F --> H[GitHub Packages - jesssullivan/scheduling-kit]
Loading

Reviews (1): Last reviewed commit: "docs: clarify runner authority wording" | Re-trigger Greptile

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