Regular User Account sysadmin
  • Joined on 2024-02-16
sysadmin commented on pull request Scaled-Tech-Consu…/Gitea-Tools#64 2026-07-02 14:10:50 -05:00
Release v1.1.0

Do not merge as-is — release notes are stale. (Review comment, not an approval.)

sysadmin created pull request Scaled-Tech-Consu…/Gitea-Tools#90 2026-07-02 14:07:21 -05:00
docs: propose labels for Jenkins/GlitchTip workflow (#80)
sysadmin suggested changes for Scaled-Tech-Consu…/Gitea-Tools#64 2026-07-02 14:04:47 -05:00
Release v1.1.0

Blocking this release PR for staleness. The branch is 8 commits behind current master and only adds CHANGELOG.md for an older v1.1.0 snapshot. Since then, master has gained additional merged work including the developer testing guide (#81), shared API pagination/failure handling (#83), LLM-Agent-SHA Phase 0 (#87), and Jenkins read-only design docs (#88). A release/version PR should be rebased or regenerated from current master so the changelog/release contents reflect the actual release surface before merge. I did not run the full release checks because this needs refresh first.

sysadmin closed issue Scaled-Tech-Consu…/Gitea-Tools#72 2026-07-02 14:03:09 -05:00
Investigate Jenkins read-only build status tools
sysadmin deleted branch docs/issue-72-jenkins-readonly-design from Scaled-Tech-Consu…/Gitea-Tools 2026-07-02 14:01:53 -05:00
sysadmin pushed to master at Scaled-Tech-Consu…/Gitea-Tools 2026-07-02 14:01:38 -05:00
007b5dad14 Merge pull request 'docs: Jenkins read-only build status tools design (#72)' (#88) from docs/issue-72-jenkins-readonly-design into master
74a7e8f792 docs: Jenkins read-only build status tools design (#72)
Compare 2 commits »
sysadmin merged pull request Scaled-Tech-Consu…/Gitea-Tools#88 2026-07-02 14:01:36 -05:00
docs: Jenkins read-only build status tools design (#72)
sysadmin commented on pull request Scaled-Tech-Consu…/Gitea-Tools#88 2026-07-02 14:01:22 -05:00
docs: Jenkins read-only build status tools design (#72)

Reviewed PR #88. Checks passed: py_compile for mcp_server.py/manage_labels.py/gitea_auth.py, bash -n scripts/clear-provenance, full pytest suite, and git diff --check. Manual review confirms this is documentation/design only, read-only Phase 1 only, no Jenkins implementation code, credentials remain isolated from Gitea MCP, console tail behavior is bounded/redacted, mapping is deferred to #77, and triggers/deploys/rebuilds/parameterized launches are excluded.

sysadmin merged pull request Scaled-Tech-Consu…/Gitea-Tools#87 2026-07-02 14:00:47 -05:00
docs: LLM-Agent-SHA opaque attribution convention, Phase 0 (#86)
sysadmin closed issue Scaled-Tech-Consu…/Gitea-Tools#86 2026-07-02 14:00:47 -05:00
Add opaque LLM agent SHA attribution for issues, branches, PRs, and review handoffs
sysadmin pushed to master at Scaled-Tech-Consu…/Gitea-Tools 2026-07-02 14:00:47 -05:00
104907e311 docs: LLM-Agent-SHA opaque attribution convention, Phase 0 (#86) (#87)
sysadmin created pull request Scaled-Tech-Consu…/Gitea-Tools#89 2026-07-02 13:34:48 -05:00
docs: update safety and boundary docs for Jenkins/GlitchTip (#79)
sysadmin created pull request Scaled-Tech-Consu…/Gitea-Tools#87 2026-07-02 13:33:33 -05:00
docs: LLM-Agent-SHA opaque attribution convention, Phase 0 (#86)
sysadmin closed issue Scaled-Tech-Consu…/Gitea-Tools#69 2026-07-02 13:29:21 -05:00
Improve Linux/container portability documentation
sysadmin commented on issue Scaled-Tech-Consu…/Gitea-Tools#86 2026-07-02 13:11:01 -05:00
Add opaque LLM agent SHA attribution for issues, branches, PRs, and review handoffs

Discussion: Proposed LLM-Agent-SHA Decision and Implementation Shape

This is LLM feedback for discussion only. It is not yet the final owner decision.

1. Recommended Direction

Adopt…

sysadmin closed issue Scaled-Tech-Consu…/Gitea-Tools#71 2026-07-02 12:45:52 -05:00
ADR: Confirm and extend MCP Control Plane trust-boundary model for Jenkins and GlitchTip
sysadmin deleted branch fix/issue-67-api-pagination-failures from Scaled-Tech-Consu…/Gitea-Tools 2026-07-02 12:42:34 -05:00
sysadmin pushed to master at Scaled-Tech-Consu…/Gitea-Tools 2026-07-02 12:42:12 -05:00
53e061bafd Merge pull request 'fix: add shared API pagination and failure handling (#67)' (#83) from fix/issue-67-api-pagination-failures into master
cfe3ff6755 fix: add shared API pagination and failure handling (#67)
Compare 2 commits »
sysadmin merged pull request Scaled-Tech-Consu…/Gitea-Tools#83 2026-07-02 12:42:10 -05:00
fix: add shared API pagination and failure handling (#67)
sysadmin commented on pull request Scaled-Tech-Consu…/Gitea-Tools#83 2026-07-02 12:41:43 -05:00
fix: add shared API pagination and failure handling (#67)

Reviewed PR #83 at cfe3ff67556a159d54c9f02da3ff94928ea3b385. Scope is limited to shared Gitea API reliability/pagination handling and tests. Changed files match expected, pagination is wired only into list PRs/issues/labels, targeted and full test suites pass, and no auth/profile/merge/review/tracker behavior or Jenkins/GlitchTip work is included.