🔧 introduce fedinesia-style git workflow and identity setup #3

Merged
coding-agent-marvin8 merged 0 commits from refs/pull/3/head into main 2026-05-14 07:26:48 +00:00
coding-agent-marvin8 commented 2026-05-14 07:21:37 +00:00 (Migrated from codeberg.org)

Summary

  • Add claude remote (git@codeberg-agent:marvin8/yilan.git) so the agent can push branches without touching the user's origin remote
  • Document the explicit agent commit identity (-c flags + SSH signing key) inline in CLAUDE.md, mirroring the fedinesia pattern
  • Add git push claude <branch> and tea pr create push/PR instructions to CLAUDE.md
  • Create .claude/settings.json with a read-only Bash allowlist (git introspection + uv quality gates) to reduce permission prompts

Test plan

  • git remote -v shows both origin and claude remotes
  • A future agent commit uses the -c flags and git verify-commit shows a good ED25519 signature
  • git push claude <branch> succeeds (already verified on this branch)
## Summary - Add `claude` remote (`git@codeberg-agent:marvin8/yilan.git`) so the agent can push branches without touching the user's `origin` remote - Document the explicit agent commit identity (`-c` flags + SSH signing key) inline in `CLAUDE.md`, mirroring the fedinesia pattern - Add `git push claude <branch>` and `tea pr create` push/PR instructions to `CLAUDE.md` - Create `.claude/settings.json` with a read-only Bash allowlist (git introspection + uv quality gates) to reduce permission prompts ## Test plan - [ ] `git remote -v` shows both `origin` and `claude` remotes - [ ] A future agent commit uses the `-c` flags and `git verify-commit` shows a good ED25519 signature - [ ] `git push claude <branch>` succeeds (already verified on this branch)
Sign in to join this conversation.
No reviewers
No labels
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference
marvin8/yilan!3
No description provided.