chore: update fullsend shim workflow#29
Conversation
|
🤖 Finished Review · ❌ Failure · Started 6:48 AM UTC · Completed 6:48 AM UTC |
5170f01 to
fa3e775
Compare
|
🤖 Finished Review · ✅ Success · Started 6:01 PM UTC · Completed 6:08 PM UTC |
ReviewFindingsHigh
Previous runReviewFindingsHigh
Info
Previous run (2)ReviewFindingsHigh
Low
Info
|
| @@ -1,3 +1,5 @@ | |||
| --- | |||
| # --- fullsend managed below - do not edit --- | |||
| # lint-workflow-size: max-lines=280 | |||
There was a problem hiding this comment.
[low] edge-case
The lint-workflow-size: max-lines=280 directive moves from line 1 to line 3 due to the new --- marker and comment. If the linting tool is position-sensitive, the check could silently stop being enforced.
| @@ -1,3 +1,5 @@ | |||
| --- | |||
There was a problem hiding this comment.
[info] formatting-consistency
The YAML document start marker --- is not used anywhere else in the repository YAML files. This may be intentional as part of template sync.
| @@ -1,3 +1,5 @@ | |||
| --- | |||
| # --- fullsend managed below - do not edit --- | |||
There was a problem hiding this comment.
[info] documentation-pattern
The fullsend managed below - do not edit comment pattern is new to this repository. No other configuration or workflow files use this convention.
fa3e775 to
8cff4c7
Compare
|
🤖 Finished Review · ✅ Success · Started 4:18 PM UTC · Completed 4:27 PM UTC |
| @@ -1,3 +1,7 @@ | |||
| # This file is managed by fullsend. Do not edit it directly. | |||
There was a problem hiding this comment.
[info] documentation-pattern
The managed-file header pattern (management comment + upstream URL + document marker + managed-below marker) is new to this repository. No other workflow or config files use this convention.
8cff4c7 to
9dc8e9c
Compare
|
🤖 Finished Review · ✅ Success · Started 5:03 PM UTC · Completed 5:12 PM UTC |
14c2ab5 to
cd05bab
Compare
Update the shim workflow to match the current template in the .fullsend config repo.
cd05bab to
7a854fe
Compare
|
🤖 Finished Retro · ✅ Success · Started 6:58 PM UTC · Completed 7:08 PM UTC |
|
PR #29 in fullsend-ai/experiments was a 5-line mechanical template sync from fullsend-ai-fullsend[bot] updating the shim workflow file. It took 27 days to merge because the review agent blocked 3 times with a high-severity protected-path finding, even though the file declares itself managed by fullsend. The bot force-pushed 10 times, triggering 3 redundant review runs with identical findings. A human overrode the CHANGES_REQUESTED to merge. The retro itself is low-value dispatch on a scaffolding PR with no meaningful agent workflow to analyze. Proposals filed
|
This PR updates the fullsend shim workflow to match the current template in the
.fullsendconfig repo.The shim content has drifted from the template — this brings it back in sync.