29 Commits

Author SHA1 Message Date
NeverSightAI 2f699dc142 Update README.md with additional resource links and prompts 2026-04-30 00:39:39 +08:00
NeverSightAI 1ced77dd08 archive: improve error message for oversized snapshots 2026-02-28 10:40:08 +08:00
NeverSightAI 8e2610fd53 Enhance archive script with oversized file cleanup and snapshot writing logic. Introduce _cleanup_oversized function to remove files exceeding GitHub's size limit and refactor snapshot writing to ensure only compliant files are saved. This improves error handling and prevents large files from blocking future commits. 2026-02-28 06:38:04 +08:00
NeverSightAI 52dac2c4b0 Update archiving workflow to commit every successful archive immediately. Adjust maximum file size limit to 95 MB to prevent GitHub LFS rejections. Enhance error handling in the archive script to undo commits blocked by large files and improve retry logic for push failures. 2026-02-27 18:31:20 +08:00
NeverSightAI 8c2078f8eb Refactor archive script to utilize a content extraction API for fetching repository content when cloning or code2prompt fails. Introduce exclusion patterns for binary and large asset files to streamline the extraction process and improve reliability. 2026-02-27 16:10:55 +08:00
NeverSightAI a03836e7a2 Increase timeout for URL fetching in archive script to improve reliability during page fetch operations. 2026-02-27 16:01:51 +08:00
NeverSightAI 69d86feae3 Enhance archiving workflow by adding 'skip_existing' input option to skip already archived repositories. Update archive script to filter out existing archives before applying limits, ensuring accurate processing of pending repositories. 2026-02-27 15:57:43 +08:00
NeverSightAI 49fb11c89a Implement fallback mechanism in archive script to fetch repository content from an external snapshot service when cloning or code2prompt fails. Update workflows to pass REPO_SNAPSHOT_HOST environment variable for improved reliability. 2026-02-27 15:48:32 +08:00
NeverSightAI 17d06ffac0 Enhance archive script to exclude binary and large asset files from code2prompt output, improving focus on source code and preventing TOOLARGE rejections. Implemented additional filters for various file types including audio, images, 3D assets, and documents. 2026-02-27 15:42:12 +08:00
NeverSightAI 8c40e29dfc Enhance Git configuration in workflows and archive script to handle large files and network issues. Increase HTTP post buffer and adjust timeout settings for improved reliability during archiving operations. 2026-02-26 12:10:45 +08:00
NeverSightAI 8134f303d9 Refactor git commit and push logic to handle push rejections with retries and rebase. Update workflows to check for staged changes before committing. 2026-02-26 09:42:58 +08:00
NeverSightAI 4aa4ad2a09 feat: add GitHub Actions workflow for auto-archiving new repositories on push 2026-02-26 01:15:53 +08:00
NeverSightAI ad4a11ee6a archive: update timeout settings and file size limit 2026-02-26 00:11:19 +08:00
NeverSightAI 3f522c3d7a archive: add 3 new repo prompt(s) [skip ci] 2026-02-26 00:06:36 +08:00
NeverSightAI 2da69367a8 Increase CODE2PROMPT_TIMEOUT from 10 to 30 seconds in archive-repos.py to allow more time for processing large repositories. 2026-02-25 18:30:15 +08:00
NeverSightAI 40a38395d8 Add skipped URLs for authentication-restricted repositories in check-and-fix-links.py 2026-02-25 18:24:32 +08:00
NeverSightAI 110ac1d4c2 Enhance link checking logic to treat 404 and 451 as confirmed dead links, while considering 429, 403, and server errors as alive/unknown. Update output labels for link status in verbose mode. 2026-02-25 11:25:27 +08:00
NeverSightAI 12ae7e7ce9 Improve error handling in agent launch and polling functions to manage network issues and HTTP errors gracefully 2026-02-25 10:50:23 +08:00
NeverSightAI 7e9a963f18 fix: update branch naming convention in workflows and scripts to use hyphens instead of slashes 2026-02-24 23:30:59 +08:00
NeverSightAI 762d1af075 archive: add 3 repo prompt(s) [skip ci] 2026-02-24 23:25:38 +08:00
NeverSightAI aa262e6b7a Reduce CODE2PROMPT_TIMEOUT from 60 to 10 seconds to quickly abandon large repositories during archiving. 2026-02-24 21:10:32 +08:00
NeverSightAI 8c7d82d533 Enhance archive-repos.py script to start scanning for GitHub repositories from a specified marker, improving the extraction process and adding a warning for missing markers. 2026-02-24 20:54:47 +08:00
NeverSightAI c6c35f8f2d Enhance archive-repos.py script with new features: added options for committing every few archives, filtering by owner, and limiting output. Improved error handling and updated usage instructions for clarity. 2026-02-24 20:53:54 +08:00
NeverSightAI 44c8165895 Update README.md to enhance clarity and accuracy of game security and reverse engineering resources 2026-02-24 20:50:53 +08:00
NeverSightAI f6835f4e02 Update README.md to include new resources for security research and reverse engineering tools 2026-02-24 14:43:58 +08:00
NeverSightAI f846a6bf09 Remove unused scripts: generate-toc.py and remove-forks.py 2026-01-21 12:03:50 +08:00
gmh5225 429f4b92c2 Merge pull request #6 from HoLLy-HaCKeR/add-toc
Add table of contents
2022-08-21 19:02:08 +08:00
HoLLy 63ea8125f3 Add script to generate table of contents 2022-08-21 12:32:14 +02:00
HoLLy 4dd300f1dc Add script to change forks to their original repository 2022-08-21 11:52:33 +02:00