Skip to content

chore: pre-release cleanup — remove orphaned files, consolidate docs, fix Trivy CVEs - #358

Merged
paruff merged 6 commits into
mainfrom
chore/pre-release-cleanup
Aug 20, 2026
Merged

chore: pre-release cleanup — remove orphaned files, consolidate docs, fix Trivy CVEs#358
paruff merged 6 commits into
mainfrom
chore/pre-release-cleanup

Conversation

@paruff

@paruff paruff commented Aug 20, 2026

Copy link
Copy Markdown
Owner

Summary

Pre-release cleanup for public readiness.

Phase A: Orphaned Files (21 files, -547 lines)

  • Remove PIPE-7/10 migration scripts (already applied)
  • Remove redundant CLAUDE.md
  • Remove tracked blog post drafts
  • Remove 15 agent log files from git
  • Add .agents/logs/ to .gitignore
  • Clean orphaned dirs from disk (prei/, graphify-out/, package/, .claude/, db.sqlite3)

Phase B: Documentation Consolidation (15 files, +125 lines)

  • Create docs/CURRENT_STATE.md — single source of truth for component maturity
  • Archive 7 stale assessment docs to docs/assessments/archive/
  • Archive 2 stale planning docs to docs/planning/archive/
  • Archive 12 stale top-level docs to docs/archive/

Security Fix (2 files)

  • Upgrade Docker base image python:3.14.6 to 3.14.7
  • Add apt-get upgrade for 25 Trivy CVEs (perl, openssl, sqlite, zlib, ncurses, libblkid)
  • Save remediation plan to docs/archive/

Stats

  • 38 files changed across 4 commits
  • All pre-commit hooks passed

paruff added 4 commits August 20, 2026 20:36
…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.
@paruff paruff changed the title chore: pre-release cleanup — remove orphaned files and gitignore agent logs chore: pre-release cleanup — remove orphaned files, consolidate docs, fix Trivy CVEs Aug 20, 2026
paruff added 2 commits August 20, 2026 20:58
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).
@paruff
paruff merged commit 5798467 into main Aug 20, 2026
24 checks passed
@paruff
paruff deleted the chore/pre-release-cleanup branch August 20, 2026 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant