docs: add Work Selection Rule for LLM operating rules #265

Closed
jcwalker3 wants to merge 0 commits from docs/work-selection-lease-rule into master
Owner

Closes #272

Summary

Adds the Work Selection Rule for LLMs to portable and Gitea-specific operating rules. Sessions must acquire or verify a work lease before coding, reviewing, branching, committing, pushing, commenting, or opening a PR.

Changes

  • skills/llm-project-workflow/SKILL.md — new rule section + step 0 in start-work workflow
  • skills/llm-project-workflow/templates/start-issue.md — lease checks before claim
  • docs/llm-workflow-runbooks.md — Gitea runbook section
  • docs/wiki/Workflow.md — author path step 0
  • gitea_mcp_server.pywork_selection in operator guide rules
  • Tests: doc-contract for SKILL section; operator guide key assertion

Validation

  • git diff --check — clean
  • unittest tests.test_review_proofs.TestControllerHandoff.test_skill_doc_declares_handoff_requirement — passed
Closes #272 ## Summary Adds the **Work Selection Rule for LLMs** to portable and Gitea-specific operating rules. Sessions must acquire or verify a work lease before coding, reviewing, branching, committing, pushing, commenting, or opening a PR. ## Changes - `skills/llm-project-workflow/SKILL.md` — new rule section + step 0 in start-work workflow - `skills/llm-project-workflow/templates/start-issue.md` — lease checks before claim - `docs/llm-workflow-runbooks.md` — Gitea runbook section - `docs/wiki/Workflow.md` — author path step 0 - `gitea_mcp_server.py` — `work_selection` in operator guide rules - Tests: doc-contract for SKILL section; operator guide key assertion ## Validation - `git diff --check` — clean - `unittest tests.test_review_proofs.TestControllerHandoff.test_skill_doc_declares_handoff_requirement` — passed
jcwalker3 added 1 commit 2026-07-06 12:45:50 -05:00
Require lease verification (open PRs, branches, worktrees, leases,
merged completion) before any issue or PR work. Surface the rule in
the portable skill, Gitea runbooks, operator guide, and start-issue
template; add doc-contract tests.

Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
jcwalker3 closed this pull request 2026-07-06 12:54:27 -05:00
jcwalker3 deleted branch docs/work-selection-lease-rule 2026-07-06 12:54:27 -05:00

Pull request closed

This pull request cannot be reopened because the branch was deleted.
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Scaled-Tech-Consulting/Gitea-Tools#265