Skip to content

Commit e54c5a5

Browse files
refactor: remove advertising proof gallery and campaign guide; purge session transcript prompts
Removes the 'Grounded, not guessed' proof gallery link and campaign guide references from README.md. Deletes docs/advertising/ (index.html, campaign.md) and tests/test_advertising_assets.py. Removes pROMPT_SESSION_TRANSCRIPT_ANALYSIS.md and session_transcript_query_prompt.md (working prompts that inspect private ~/.commandcode/ session data). Adds all four filenames to .gitignore.
1 parent 5e61b07 commit e54c5a5

5 files changed

Lines changed: 801 additions & 1546 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,3 +132,8 @@ uv.lock
132132
/stats_pm2.txt
133133
/venv_status.txt
134134
/r3.txt
135+
136+
# Local Command Code session-transcript analysis prompts — inspect private
137+
# ~/.commandcode/ session data, never commit these.
138+
/pROMPT_SESSION_TRANSCRIPT_ANALYSIS.md
139+
/session_transcript_query_prompt.md

0 commit comments

Comments
 (0)