Conversation
Clean up maintenance artifacts that have outlived their purpose: - tests/: test_shadow_calc.c no longer links (calculate_shadow_bias is now static); test_shadow_config binary is an orphan with no source; baselines/metadata.json captured pre-refactor snapshot that is no longer relevant - scripts/: remove one-off validators tied to archived specs (012 cleanup, 013 norminette, BVH integration fix), superseded helpers (create_wiki.sh replaced by .github/scripts/sync-wiki.sh), norm-violating tooling (fix_whitespace.sh converted tabs to spaces), and scripts with broken references (fix_line_continuations.sh) - scripts/test/: all three scripts dead (hardcoded macOS path in test_progress.sh, outdated spec 002 validation) - .gitignore: drop patterns for test binaries that never existed (test_vector, test_parser, test_mlx, etc.) and the removed test_optimizations.sh script Remaining in scripts/: validate_norminette.sh, test_miniRT.sh, test_scenes.sh, bench.sh — all referenced in AGENTS.md and wiki. Co-authored-by: Claude <noreply@anthropic.com>
gdtknight
added a commit
that referenced
this pull request
Apr 17, 2026
README was stuck at v2.6.0 and docs/CHANGELOG.md at v2.4.0, both missing the accumulated release history from the package restructuring work. - README: rewrite the project structure tree to reflect the 7-package feature-based layout introduced in v2.8.0 (common, scene, spatial, render, lighting, interact, metrics), replacing the stale flat layout. Extend the release history table with entries for v2.4.1, v2.5.0, v2.5.1, v2.6.0, v2.6.1, v2.6.2, v2.7.0, v2.8.0, and v2.8.1. - CHANGELOG: add full Keep-a-Changelog entries for v2.4.1 through v2.8.1, including the module restructurings, header cleanups, camera pitch fix, and the v2.8.1 maintenance cleanup (PRs #19, #20). Pure documentation update — no source or build changes. Co-Authored-By: Claude <noreply@anthropic.com>
32 tasks
gdtknight
added a commit
that referenced
this pull request
Apr 17, 2026
README was stuck at v2.6.0 and docs/CHANGELOG.md at v2.4.0, both missing the accumulated release history from the package restructuring work. - README: rewrite the project structure tree to reflect the 7-package feature-based layout introduced in v2.8.0 (common, scene, spatial, render, lighting, interact, metrics), replacing the stale flat layout. Extend the release history table with entries for v2.4.1, v2.5.0, v2.5.1, v2.6.0, v2.6.1, v2.6.2, v2.7.0, v2.8.0, and v2.8.1. - CHANGELOG: add full Keep-a-Changelog entries for v2.4.1 through v2.8.1, including the module restructurings, header cleanups, camera pitch fix, and the v2.8.1 maintenance cleanup (PRs #19, #20). Pure documentation update — no source or build changes. Co-authored-by: Claude <noreply@anthropic.com>
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.
Description
develop을main으로 병합합니다. 이번 릴리즈 주기에는 PR #19(유지보수 아티팩트 정리)만 포함되어 있어 런타임 동작이나 공개 API에는 변경이 없습니다.Related Issue
Type of Change
Changes
tests/전체,scripts/의 아카이브된 spec 전용 스크립트 15개,.gitignore의 존재하지 않는 테스트 바이너리 패턴 정리. 총 20개 파일, 977줄 삭제.Testing
Test Environment
Test Steps
make fclean && make all— 로컬 재빌드 성공./miniRT scenes/valid/valid_smoke_simple.rt— 시각 검증git log origin/main..origin/develop— 포함 커밋 단일 확인Test Results
Screenshots
Checklist
Constitution Compliance
Performance Impact
Additional Notes
develop → main은 브랜치 전략상 merge commit 방식으로 병합해야 합니다(스쿼시 아님 — 통합 시점 보존 목적). gh CLI로 머지할 때--merge플래그를 사용하세요.v2.8.1)가 적절합니다.🤖 Generated with Claude Code