Tools
Git & GitHub
Jeden separates read-only repository inspection from mutations that publish or rewrite shared state.
Local Git
git_statusgit_diffgit_loggit_showgit_worktreegit_guarded_push
Use typed history and diff tools before shelling out. Guarded push requires explicit authority and verifies the intended repository state.
GitHub
github_issuegithub_prgithub_searchgithub_actions
Issue and pull-request tools operate on typed repository resources. Search locates code and discussions; Actions inspection exposes workflow state without conflating it with local process output.
Shared-state rule
Do not overwrite unexpected local changes or rewrite a branch you do not own. Read current status and references immediately before any shared-state mutation.