Rather than have claude fetch the context itself, let's fetch the context for it in the setup job. This has the following advantages: - We can reduce the permissions granted to the claude job - claude has less opportunity to mess up trying to fetch the context itself. Specifically, it keeps spawsning a background task to fetch the PR branch which messes up the structured output at the end, causing the review job to fail. By pre-fetching the context it won't have to spawn the background task. Additionally, we limit the git commands it can execute to local ones to ensure it doesn't try to fetch the PR branch. Finally, we fetch the branch ourselves as pr-review so claude can look at it to review the PR.
System and Service Manager
Details
Most documentation is available on systemd's web site.
Assorted, older, general information about systemd can be found in the systemd Wiki.
Information about build requirements is provided in the README file.
Consult our NEWS file for information about what's new in the most recent systemd versions.
Please see the Code Map for information about this repository's layout and content.
Please see the Hacking guide for information on how to hack on systemd and test your modifications.
Please see our Contribution Guidelines for more information about filing GitHub Issues and posting GitHub Pull Requests.
When preparing patches for systemd, please follow our Coding Style Guidelines.
If you are looking for support, please contact our mailing list, join our IRC channel #systemd on libera.chat or Matrix channel
Stable branches with backported patches are available in the stable repo.
We have a security bug bounty program sponsored by the Sovereign Tech Fund hosted on YesWeHack
Repositories with distribution packages built from git main are available on OBS, and also repositories with packages built from the latest stable release
