docs: remove advertising proof gallery and campaign guide - #164
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
Reopening: the supersession rationale no longer holds after conflict resolution on the branch. What changed since closure: (1) Branch rebased onto current main 35b222b - overlapping deletions auto-resolved in favor of #163; (2) the accidental wholesale .gitignore deletion at old tip 6bd6ead was dropped entirely; (3) surviving unique delta 5f9f228: .gitignore now uses character-class patterns covering both private session-transcript prompt filenames, a strict superset of the literal-name rules #163 added, so mixed-case variants cannot slip through on case-insensitive machines - verified locally via git check-ignore against exact/mixed/ALL-CAPS variants; (4) local verification ruff clean and PR 64-test verification set passes. CI will run against new head; merging via rebase once green. |
|
Reopening: the supersession rationale no longer holds after conflict resolution on the branch. What changed since closure:
CI will run against the new head; merging via rebase once green. |
6bd6ead to
5f9f228
Compare
Summary
Removes the retired advertising surfaces from the repository:
docs/advertising/(index.html,campaign.md) and its dedicated testtests/test_advertising_assets.py.gitignorerules for two local session-transcript prompt filenames that inspect private~/.commandcode/session data, using the repo's existing character-class casing convention for private working papersVerification
pytest tests/test_benchmark_evidence.py tests/test_release_infrastructure.py tests/test_dashboard_vendor_assets.py tests/test_skill_package.py -q— 64 passed (includes the em-dash punctuation contract and registered benchmark-string gates flagged during review)ruff check .— clean