fix(#1): [BOUNTY $20] No issue tracker usage — 30 repos, 0 issues — problems live only in sessions#5
Closed
CribaGIT wants to merge 1 commit into
Closed
Conversation
… repos, 0 issues — problems live only in sessions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bootstrap GitHub Issue Tracking Substrate
Description
This PR resolves the meta-task of setting up issue tracking across the core
@COMMENCINGTHESCOURGErepositories, ensuring that findings, bugs, and enhancements are properly tracked in GitHub rather than living statelessly in session transcripts and audit reports.Changes
scripts/bootstrap-issues.js: A standalone Node.js script utilizing the GitHub REST API to bootstrap our issue tracking infrastructure.flux-chamber,aetherion-continuum,hyperpoly-terrain,trench-builder, anderdos-straus-solver).bug,enhancement,bounty,documentation,wontfix) across the core repositories with standardized colors.automation_audit.pyand built them into the bootstrap script. Upon execution, these findings are filed as officially tracked issues in theerdos-straus-solverrepository with the auto-generatedaudit-autolabel.package.json: Added the"bootstrap-issues"run script for easier execution.Instructions for Maintainers
To apply these changes and bootstrap the issue tracker, you must execute the script with a valid GitHub Personal Access Token (PAT) that has repository (
repo) permissions.Note: This script is idempotent where possible. It will patch existing labels with standard colors/descriptions and gracefully skip label creation if they already exist, but it may create duplicate issues in
erdos-straus-solverif run multiple times without checking existing issues.