Skip to content

Stg#64

Closed
FMI-Test wants to merge 3 commits intomainfrom
stg
Closed

Stg#64
FMI-Test wants to merge 3 commits intomainfrom
stg

Conversation

@FMI-Test
Copy link
Owner

No description provided.

* FEAT

* Checkpoint from VS Code for cloud agent session

* feat: Add README with insights on AI ethics and anti-patterns
Copilot AI review requested due to automatic review settings March 19, 2026 10:48
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR introduces “Show & Tell” and “Media-as-Text” documentation/templates plus several automation utilities (image-tag injection, ISO dataset generation), along with some AWS helper scaffolding and GitHub repo hygiene files.

Changes:

  • Add Show & Tell templates, generated outputs, and YAML/JSON configs.
  • Add Media-as-Text configuration plus generated media plan/prompt artifacts.
  • Add multiple repo automation scripts (image injection, filename normalization, ISO dataset refresh) and AWS utility wrappers.

Reviewed changes

Copilot reviewed 158 out of 223 changed files in this pull request and generated no comments.

Show a summary per file
File Description
verify_and_add_images.py Adds a repo-wide markdown image-tag injection script (currently malformed).
run_images.py Adds a simplified markdown image-tag injection script.
run-script.py Adds a repo-wide underscore→hyphen rename + image injection + dummy image creation script.
add_images.py Adds a markdown image-tag injection script (currently malformed).
showtell/templates/SLIDE-DECK-TEMPLATE.md Adds slide deck markdown template with a leading image tag.
showtell/templates/EXEC-SUMMARY-TEMPLATE.md Adds exec summary template with a leading image tag.
showtell/output/EXEC-SUMMARY.md Adds generated executive summary output content.
showtell/output/COVER-NOTE.md Adds generated cover note output content.
showtell/output/BOARD-REVIEW.md Adds generated board review output content (contains injected/garbled text).
showtell/config.yaml Adds YAML config for exec summary + deck generation.
showtell/config.json Adds JSON config alternative for exec summary + deck generation.
media/templates/MEDIA-ASSET-SPEC.md Adds media asset spec template.
media/output/prompts/ux-signals-spot.prompt.md Adds generated prompt artifact (contains absolute local paths).
media/output/prompts/hero-banner.prompt.md Adds generated prompt artifact (contains absolute local paths).
media/output/prompts/audit-explainer-short.prompt.md Adds generated prompt artifact (contains absolute local paths).
media/output/MEDIA-PLAN.md Adds generated media plan output (contains absolute local paths).
media/config.yaml Adds Media-as-Text YAML config.
media/README.md Adds Media-as-Text pipeline documentation.
fix-ordie-docin Adds a text asset (non-code content).
Fix-OrDie-DocIn.md Adds a markdown version of the same content with an image tag.
code/term/Terminal_Setup.ipynb Adds a notebook for terminal/VS Code profile setup (currently missing required imports and has invalid Python).
code/src/verify_and_add_images.py Adds the same image-tag injection script under code/src (currently malformed).
code/src/run_images.py Adds the simplified image-tag injection script under code/src.
code/src/run-script.py Adds the underscore→hyphen rename + image injection script under code/src.
code/src/add_images.py Adds the add_images script under code/src (currently malformed).
code/src/update_iso_data.py Adds an ISO dataset updater (currently incomplete/truncated).
code/src/update-iso-data.py Adds a second ISO updater variant (contains hardcoded local base path).
code/src/publish.sh Adds a publication script (macOS-specific sed -i '').
code/src/aws_utils/init.py Adds aws_utils package header and version.
code/src/aws_utils/core/session.py Adds a Boto3 session/client manager wrapper.
code/src/aws_utils/services/s3.py Adds an S3 service wrapper.
code/src/aws_utils/services/ec2.py Adds an EC2 service wrapper.
code/src/aws_utils/examples/replacements.py Adds an example comparing Ansible replace/lineinfile with Python.
code/README.md Adds documentation for the code/ directory layout.
code/EMOJI-PALETTE.yaml Adds an emoji palette YAML under code/.
code/.markdownlint.json Adds markdownlint configuration under code/.
Ugly-Truth/meddia-idea.md Adds an “Ugly-Truth” markdown file with injected image tag and links.
Ugly-Truth/Two-words-of-arithmetic.md Adds a bilingual markdown essay with injected image tag.
Ugly-Truth/Context.md Adds a context/notice file for the “Ugly-Truth” folder.
Transportation/scripts/update_istripper_4k.py Adds a file-rewrite utility for resolution replacement with backups.
Transportation/scripts/oss-audit-www-references.sh Adds an OSS release audit script to detect internal paths.
Transportation/scripts/kill-Chain.md Adds content containing explicit violence; not suitable for a professional/dev repo.
Transportation/scripts/generate_media_assets.py Adds generator for Media Plan + prompt files.
Transportation/scripts/generate_exec_summary.py Adds generator for exec summaries + decks from YAML/JSON config.
Transportation/scripts/EMOJI-PALETTE.yaml Adds an emoji palette file under Transportation/scripts.
Transportation/code/translation_service.py Adds a streaming translation/TTS prototype using AWS services.
Transportation/Uber.md Adds transportation-related notes.
Transportation/Uber-Plan.md Adds a planning doc (includes tool/version claims).
Transportation/Uber-Gemini.md Adds generated analysis doc.
Transportation/Uber-ChatGPT.md Adds generated analysis doc.
Prince-of-Persia/CHAPTER-02.md Adds a draft chapter markdown.
PUBLISH-PREP.md Adds publishing prep documentation.
One-Shot/images-TREE.md Adds an images folder tree doc with injected image tag.
One-Shot/UNINTENDED-CONSEQUENCES.md Adds a doc with injected image tag.
One-Shot/THE-HUMAN-COST-ANALYSIS.md Adds a doc with injected image tag.
One-Shot/SESSION-SUMMARY.md Adds a session summary doc with images.
One-Shot/SESSION-REDO.md Adds a session redo doc.
One-Shot/MODEL-SELECTION-NOTE.md Adds a model selection note doc.
One-Shot/LIMITATIONS-AND-GUARDRAILS.md Adds limitations/guardrails doc.
One-Shot/LESSONS-LEARNED.md Adds lessons learned doc.
One-Shot/Google/SESSION-SUMMARY.md Adds Google session summary doc.
One-Shot/Google/MODEL-IDENTITY-CORRECTION.md Adds model identity correction doc.
One-Shot/Google/GEMINI-SESSION-TRANSCRIPT.md Adds a transcript doc with images.
One-Shot/FINAL-REVIEW.md Adds a final review doc (contains placeholder “hash”).
One-Shot/COURT-TRANSCRIPT.md Adds a court transcript doc.
Meta/README.md Adds meta README containing local absolute paths.
Meta/Prompt.ai Adds a prompt file containing “purpose of life/existence” questions (non-dev content).
Love/LA-Seattle-Rooad-Trip.md Adds travel content (non-dev content).
Domains/Idealogy/README.md Adds ideology commentary with profanity/derogatory language.
Domains/IaT/* Adds Infrastructure-as-Text templates and docs (multiple files).
Domains/Gemini-Reload/* Adds Gemini reload narrative docs.
CURRENT_NOTES_AND_TODOS.md Adds workspace notes and TODO summary.
CODE_OF_CONDUCT.md Adds a Code of Conduct.
Audit/output/SESSION-2026-02-08-SUMMARY.md Adds an audit session summary output.
Audit/output/RC-1.2.1-REPORT.md Adds an RC release report output.
Audit/output/2026-01-30-LATENCY-PROTOCOL-AUDIT.md Adds an audit report output.
Audit/logs/2026-02-08/2305-payment-rails-wert-aak.md Adds an audit log entry.
Audit/logs/2026-02-08/2142-onboarding-docs-aak.md Adds an audit log entry (long).
Audit/logs/2026-02-08/1215-session-final-aak.md Adds an audit log entry.
Audit/logs/2026-02-08/1200-rc121-reasoning-log.md Adds an audit log entry.
Assets/fix-ordie-docin Adds a short text asset.
Assets/PAYMENT-RAILS-AVAILABILITY.csv Adds a country availability CSV dataset.
.github/workflows/codeql.yml Adds CodeQL workflow (uses codeql-action v4).
.github/ISSUE_TEMPLATE/bug_report.md Adds a bug report issue template.
.github/ISSUE_TEMPLATE/feature_request.md Adds a feature request issue template.
.github/ISSUE_TEMPLATE/custom.md Adds a custom issue template.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@TomWizMaster
Copy link
Contributor

GhostSnipper

Copy link
Owner Author

@FMI-Test FMI-Test left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hi

Copy link
Owner Author

@FMI-Test FMI-Test left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

kjhvc

Copy link
Owner Author

@FMI-Test FMI-Test left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

@FMI-Test FMI-Test closed this Mar 21, 2026
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.

3 participants