Skip to content

Smoke#87

Closed
FMI-Test wants to merge 24 commits into
mainfrom
smoke
Closed

Smoke#87
FMI-Test wants to merge 24 commits into
mainfrom
smoke

Conversation

@FMI-Test
Copy link
Copy Markdown
Owner

No description provided.

FMI-Test and others added 24 commits March 18, 2026 13:33
Co-Authored-By: Copilot <198982749+Copilot@users.noreply.github.com>
Co-Authored-By: TomWizMaster <wso.alpha@gmail.com>
Co-Authored-By: Copilot <198982749+Copilot@users.noreply.github.com>
Co-Authored-By: TomWizMaster <wso.alpha@gmail.com>
Co-Authored-By: Copilot <198982749+Copilot@users.noreply.github.com>
Co-Authored-By: TomWizMaster <wso.alpha@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Initial plan

* Fix image path typos and heading spelling in Enigma and Fire docs

Co-authored-by: FMI-Test <24483979+FMI-Test@users.noreply.github.com>
Agent-Logs-Url: https://github.com/FMI-Test/TomWizMaster/sessions/3be863ee-6a4d-44d7-824f-7711b3bcb826

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: FMI-Test <24483979+FMI-Test@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
* Initial plan

* Redact sensitive org names and operational details in Fire/README.md

Co-authored-by: FMI-Test <24483979+FMI-Test@users.noreply.github.com>
Agent-Logs-Url: https://github.com/FMI-Test/TomWizMaster/sessions/753da305-92ad-4422-a953-41b7bf44aa43

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: FMI-Test <24483979+FMI-Test@users.noreply.github.com>
Copilot AI review requested due to automatic review settings April 17, 2026 05:22
@FMI-Test
Copy link
Copy Markdown
Owner Author

@copilot resolve the merge conflicts in this pull request

@FMI-Test
Copy link
Copy Markdown
Owner Author

@copilot resolve the merge conflicts in this pull request

@FMI-Test FMI-Test closed this Apr 17, 2026
@FMI-Test FMI-Test deleted the smoke branch April 17, 2026 05:23
Copilot stopped work on behalf of FMI-Test due to an error April 17, 2026 05:23
Copy link
Copy Markdown
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

Note

Copilot was unable to run its full agentic suite in this review.

Updates the repo’s “Fire” documentation to be more polished/structured, while adding new long-form essays/chapters and refreshing embedded media references.

Changes:

  • Rewrote and reformatted sections of Fire/README.md, including KPI list updates and image swaps.
  • Added two new Markdown essays (Fire/Phenix.md, Fire/Ass-Anatomy.md) with substantial narrative content and tables/images.
  • Expanded Fire/Fire-n-forget.md into a fuller article with diagrams, tables, and additional sections; corrected a typo in Enigma/NumPy.md.

Reviewed changes

Copilot reviewed 5 out of 937 changed files in this pull request and generated 8 comments.

Show a summary per file
File Description
Fire/README.md Rephrases bio/playbook content, renumbers sections, and updates multiple image references/KPIs.
Fire/Phenix.md New long-form chaptered essay with multiple tables and image embeds.
Fire/Fire-n-forget.md Expands “Fire & Forget” content significantly; adds images/tables and restructures sections.
Fire/Ass-Anatomy.md New essay with multiple sections, political references, and images/tables.
Enigma/NumPy.md Fixes heading typo and swaps the embedded image reference.

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

Comment thread Fire/Phenix.md
Comment on lines +17 to +21
| US City/State | Origin | Pattern |
|---------------|--------|---------|
| **New York** | York, England | Colony → renamed after British royalty |
| **New England** | England | Entire region branded as "New" homeland |
| **Washington D.C.** | George Washington | Named after milestone: independence, presidency |
Copy link

Copilot AI Apr 17, 2026

Choose a reason for hiding this comment

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

The tables are written with a double leading pipe (|| ...), which renders an unintended empty first column in GitHub Markdown and can break formatting in some renderers. Use a single leading pipe per row (e.g., | US City/State | Origin | Pattern |) to ensure consistent table rendering.

Copilot uses AI. Check for mistakes.
Comment thread Fire/Fire-n-forget.md
Comment on lines +46 to +49
| Era | Medium | Pattern | Speed |
|-----|--------|---------|-------|
| **Cave paintings** | Image | One-to-few, local | Centuries to spread |
| **Oral tradition** | Sound | One-to-many, tribal | Generations |
Copy link

Copilot AI Apr 17, 2026

Choose a reason for hiding this comment

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

Same Markdown table issue as elsewhere: the || prefix creates an extra blank column and inconsistent rendering. Switching to a single leading | per row will fix table layout across Markdown viewers.

Copilot uses AI. Check for mistakes.
Comment thread Fire/README.md
*How to Lead 350+ FTEs & Dominate Tier-0 Access across a Global Multi-BU Enterprise*

![MIx](images/MIx.png)
![Mix](images/Mix.png)
Copy link

Copilot AI Apr 17, 2026

Choose a reason for hiding this comment

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

A number of image targets were changed (including casing changes like MIx.pngMix.png). On case-sensitive filesystems (common in CI/Linux and GitHub Pages builds), a casing mismatch will break the image. Please ensure the referenced filenames exactly match the committed asset names/casing, and consider standardizing image naming conventions (e.g., all-lowercase) to avoid regressions.

Suggested change
![Mix](images/Mix.png)
![Mix](images/MIx.png)

Copilot uses AI. Check for mistakes.
Comment thread Fire/README.md
### 1. The Relentless Operating Cadence

![Cadence](images/Cadence.png)
![Cadence](images/itil.png)
Copy link

Copilot AI Apr 17, 2026

Choose a reason for hiding this comment

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

A number of image targets were changed (including casing changes like MIx.pngMix.png). On case-sensitive filesystems (common in CI/Linux and GitHub Pages builds), a casing mismatch will break the image. Please ensure the referenced filenames exactly match the committed asset names/casing, and consider standardizing image naming conventions (e.g., all-lowercase) to avoid regressions.

Suggested change
![Cadence](images/itil.png)
![Cadence](images/ITIL.png)

Copilot uses AI. Check for mistakes.
Comment thread Fire/README.md
### 2. ONE Single Source of Truth & FORCED Adoption

![Adoption](images/Adoption.png)
![Adoption](images/pipelines.png)
Copy link

Copilot AI Apr 17, 2026

Choose a reason for hiding this comment

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

A number of image targets were changed (including casing changes like MIx.pngMix.png). On case-sensitive filesystems (common in CI/Linux and GitHub Pages builds), a casing mismatch will break the image. Please ensure the referenced filenames exactly match the committed asset names/casing, and consider standardizing image naming conventions (e.g., all-lowercase) to avoid regressions.

Suggested change
![Adoption](images/pipelines.png)
![Adoption](images/Pipelines.png)

Copilot uses AI. Check for mistakes.
Comment thread Fire/README.md
Comment thread Fire/Phenix.md
Comment thread Fire/Phenix.md
@FMI-Test FMI-Test restored the smoke branch April 17, 2026 05:38
@FMI-Test
Copy link
Copy Markdown
Owner Author

FMI-Test commented May 1, 2026

@copilot apply changes based on the comments in this thread

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.

4 participants