docs: design GlitchTip/Gitea deduplication and linking (#78) #95
Reference in New Issue
Block a user
Delete Branch "docs/issue-78-glitchtip-deduplication-linking"
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?
Issue Reference
Closes #78
Summary
This PR adds the design notes for deduplicating and linking GlitchTip errors/events to Gitea issues. It details the structured metadata marker, duplicate search strategy, closed issue matching modes, concurrency mitigation, and spam prevention.
Files Changed
docs/architecture/glitchtip-gitea-deduplication-linking-design.mdValidation Commands and Results
git diff --check: Passedpython3 -m py_compile mcp_server.py manage_labels.py gitea_auth.py: Passedbash -n scripts/clear-provenance: Passedpytest tests/ -q: Passed (355 passed in 6.40s)Risk Notes
None. This PR consists of documentation/design only.
Explicit Disclosures
No secrets, tags, or release states were changed in this PR.