chore: pre-release cleanup — remove orphaned files, consolidate docs, fix Trivy CVEs - #358
Merged
Conversation
…t logs Phase A of repo cleanup: - Remove orphaned PIPE-7/10 migration scripts (already applied via Django) - Remove redundant CLAUDE.md (AGENTS.md is the source of truth) - Remove tracked blog post drafts - Remove 15 agent log files from git tracking - Add .agents/logs/ to .gitignore - Clean orphaned dirs from disk (prei/, graphify-out/, package/, .claude/, db.sqlite3)
Move 7 completed assessment documents to docs/assessments/archive/: - AUDIT_GA_PIPELINE.md (Jul 2026 — bridge built, screening wired) - DISCOVERY_ASSESSMENT.md (dedup engine now production-grade) - GROWTH_AREA_ASSESSMENT.md (issues addressed) - GROWTH_AREAS_AUDIT.md (Bootstrap removed, composite_score in DB) - implementation-summary-growth-areas.md (historical) - REPO_AUDIT_2026-07.md (Phase 0/1/2 all done) - APP_REVIEW.md (docs updated since)
Upgrades base image from python:3.14.6-slim-bookworm to 3.14.7-slim-bookworm and adds apt-get upgrade to resolve 25 Trivy alerts: Critical: perl signed integer overflow, perl regex processing, zlib integer overflow, sqlite integer overflow, perl-archive-tar path traversal, perl heap buffer overflow. High: openssl QUIC DoS, acl symlink traversal, GNU gzip buffer overflow, libblkid integer overflow (x8), perl-IO-Compress, perl-Archive-Tar (x2), ncurses buffer overflow (x3).
- Create docs/CURRENT_STATE.md — single source of truth for component maturity, replacing stale PRODUCT_STRATEGY.md maturity sections and all 7 archived assessment documents - Archive stale planning docs: PM Critique, FEATURE_FLOW_AUDIT - Archive 12 stale top-level docs: DEVEX_PLAN, DEVEX_LOG, DOCS_AUDIT, GITOPS_COMPLIANCE_AUDIT, UFAWKES_OBS_SETUP, COPILOT_COST_GUIDE, MODEL_ROUTING_GUIDE, PROMPT_LIBRARY, TEAM_ARCHETYPE, VALUE_STREAM_MAP, TOP_01_PLAN, TEST_PYRAMID_PLAN All docs preserved in docs/planning/archive/ and docs/archive/ for historical reference. Git history is the permanent record.
The base image ships pip 26.2.1 but we pinned 26.1.2, causing ImportError on get_runnable_pip. Remove pin — setuptools and wheel upgrades are sufficient for the CVE patches.
….14.7 The base image python:3.14.7-slim-bookworm ships with pip 26.2.1+. Pinning pip==26.1.2 downgrades pip and breaks the internal API (get_runnable_pip was removed in pip 26.2+). Remove the pip version pin; setuptools and wheel upgrades remain for the CVE patches (CVE-2026-23949, CVE-2026-24049).
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.
Summary
Pre-release cleanup for public readiness.
Phase A: Orphaned Files (21 files, -547 lines)
Phase B: Documentation Consolidation (15 files, +125 lines)
Security Fix (2 files)
Stats