Archive SpecHO repository and clean up codebase#10
Merged
johnzfitch merged 2 commits intomainfrom Jan 15, 2026
Merged
Conversation
This commit retires the SpecHO project into a clean, archived state: ## Cleanup - Remove log/output files (test_results.log, diagnostic_output.txt, etc.) - Remove backup files (CLAUDE-old.old.md.bak) - Remove duplicate SPECS.md from specHO/ module - Fix hardcoded paths in scripts/manual_analysis.py ## Reorganization - Move debug scripts to docs/archive/experiments/ - Move proposal docs to docs/archive/ - Move sample files to data/samples/ - Update archive INDEX.md with new structure ## Documentation - Rewrite README.md with project evolution story - Document the counterintuitive finding about human predictability - Add clear archive notice and final state summary - Update STATUS.md to reflect archived state The project achieved its research objectives: - 32/32 tasks complete, 830 tests passing - Working 5-component detection pipeline - Key insight: humans are more fingerprintable than LLMs
There was a problem hiding this comment.
Pull request overview
This PR archives the SpecHO project by cleaning up the codebase and documenting its final state. The project successfully completed all 32 tasks with 830 passing tests and achieved its research objective of demonstrating LLM fingerprinting capabilities. The key counterintuitive finding: human writing is more predictable and fingerprintable than LLM output.
Changes:
- Removed temporary files (logs, outputs, backups, duplicate documentation)
- Fixed hardcoded paths in scripts/manual_analysis.py for cross-platform compatibility
- Reorganized historical materials into docs/archive/experiments/
- Updated documentation to reflect archived status and document research findings
Reviewed changes
Copilot reviewed 13 out of 29 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| test_sample_human.txt | Removed temporary test sample file |
| test_results.log | Removed test output log (926 lines) |
| specho-commands.txt | Removed CLI usage guide (archived in docs) |
| specHO/SPECS.md | Removed duplicate specs (main version in docs/) |
| scripts/manual_analysis.py | Fixed hardcoded paths to use relative paths |
| pipeline_output.txt | Removed demo output file |
| full_test_metrics.txt | Removed test metrics snapshot |
| fields.txt/fields.json | Removed temporary debugging files |
| diagnostic_output.txt | Removed diagnostic output file |
| cli_test_output.txt | Removed CLI test output |
| CLAUDE-old.old.md.bak | Removed backup file |
| docs/archive/experiments/*.py | Added debug scripts to archive |
| docs/archive/*.md | Added proposal/status docs to archive |
| docs/archive/INDEX.md | Updated with experiments/ section |
| docs/archive/COMMIT_MESSAGE.txt | Added git commit template |
| docs/STATUS.md | Updated with archive notice |
| data/samples/.txt/.md | Moved sample files to data/samples/ |
| README.md | Rewrote with project evolution and archive notice |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
This commit retires the SpecHO project into a clean, archived state:
Cleanup
Reorganization
Documentation
The project achieved its research objectives: