mirror of
https://github.com/coleam00/Archon.git
synced 2025-12-25 03:10:40 -05:00
Fixes #802 The bug report feature was redirecting users to the old repository URL (dynamous-community/Archon-V2-Alpha) instead of the current repository (coleam00/Archon). This occurred because hardcoded default values in the bug report API were not updated during the Alpha-to-Beta rebranding. Changes: - Import GITHUB_REPO_OWNER and GITHUB_REPO_NAME from version.py - Update GitHubService.__init__() to construct default from constants - Update health check endpoint to use same centralized default - Add comprehensive integration tests for bug report URL generation - Document repository configuration in CLAUDE.md The fix ensures single source of truth for repository information and maintains backward compatibility with GITHUB_REPO environment variable override. All tests pass (7/7) validating correct repository URL usage. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>