Add Scope Enforcement to gitea_coder #12
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Objective
Add scope enforcement to gitea_coder to prevent the observed problems with LLMs sending deltas that wipe files clean.
Problem Statement
Even after renaming tools (update_file vs replace_file), LLMs still send deltas that wipe files nearly clean. Need process gating and explicit documentation.
Required Implementations
{type}/{issue-id}-{short-description}Technical Approach
Testing Criteria