Skip to content

Copilot/sub pr 74#81

Merged
FMI-Test merged 22 commits intomainfrom
copilot/sub-pr-74
Mar 23, 2026
Merged

Copilot/sub pr 74#81
FMI-Test merged 22 commits intomainfrom
copilot/sub-pr-74

Conversation

@FMI-Test
Copy link
Copy Markdown
Owner

No description provided.

FMI-Test and others added 19 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>
…e distinct FIX image

Co-authored-by: FMI-Test <24483979+FMI-Test@users.noreply.github.com>
Agent-Logs-Url: https://github.com/FMI-Test/TomWizMaster/sessions/0e9257a0-a481-425c-9f50-1c2317c3696a
Copilot AI review requested due to automatic review settings March 23, 2026 05:33
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

Adds a new “Fire” documentation set (essays/playbooks) and refreshes some Enigma docs/media references, while removing several Audit templates/files.

Changes:

  • Added multiple new Markdown docs under Fire/ (essays, protocol, release candidate notes).
  • Updated image references in Enigma/README.md and Enigma/NumPy.md.
  • Deleted several Audit/templates/* templates and Audit/Fun+.md; added Creation/README.md.

Reviewed changes

Copilot reviewed 15 out of 951 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
Fire/THE-ARCHITECTURE-OF-FIRE.md New essay content introducing “Fire” framing.
Fire/README.md New playbook-style README with many embedded images/links.
Fire/RC-V-3.0.md New “release candidate” narrative doc.
Fire/Phenix.md Long-form chapter content with multiple Markdown tables/images.
Fire/PURITY-PROTOCOL.md New “Purity Protocol” doc.
Fire/Fire-n-forget.md New “Fire & Forget” doc with images/tables.
Fire/Ass-Anatomy.md New essay with multiple images/tables and cross-links.
Fire/ACCIDENT-VS-OPTIMIZATION.md New essay doc.
Enigma/README.md Switched several image references from .png to .jpg and one to Tiger.jpg.
Enigma/NumPy.md Fixed heading typo and swapped embedded media reference.
Creation/README.md Added short narrative README.
Audit/templates/REASONING-LOG-TEMPLATE.md Deleted template file.
Audit/templates/MODEL-PROVENANCE-TEMPLATE.md Deleted template file.
Audit/templates/INPUT-COC-TEMPLATE.md Deleted template file.
Audit/Fun+.md Deleted file.

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

FMI-Test and others added 2 commits March 22, 2026 22:34
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings March 23, 2026 05:36
Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 23, 2026

@FMI-Test I've opened a new pull request, #82, to work on those changes. Once the pull request is ready, I'll request review from you.

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

Copilot reviewed 6 out of 936 changed files in this pull request and generated 6 comments.


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

Comment on lines +17 to +19
| US City/State | Origin | Pattern |
|---------------|--------|---------|
| **New York** | York, England | Colony → renamed after British royalty |
Copy link

Copilot AI Mar 23, 2026

Choose a reason for hiding this comment

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

These tables use a leading double pipe (||), which GitHub-flavored Markdown will interpret as an empty first column (rendering a misaligned table). If the intent is a standard 3-column table, remove the extra leading | so headers/rows start with a single pipe (e.g., | US City/State | Origin | Pattern |). Apply the same fix to the other tables in this file.

Copilot uses AI. Check for mistakes.
Comment on lines +46 to +48
| Era | Medium | Pattern | Speed |
|-----|--------|---------|-------|
| **Cave paintings** | Image | One-to-few, local | Centuries to spread |
Copy link

Copilot AI Mar 23, 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: lines start with ||, producing an unintended blank first column. Use a single leading pipe for each row (| Era | Medium | Pattern | Speed |) to avoid broken rendering.

Copilot uses AI. Check for mistakes.
Comment on lines +113 to +115
| Entity | Scale Mechanism | Failure Mode | MTTR | Fix |
|--------|----------------|-------------|------|-----|
| **Big-Ass Ship** | Physical mass | Single point of failure | Days–Forever | Observability + rollback |
Copy link

Copilot AI Mar 23, 2026

Choose a reason for hiding this comment

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

This table also uses || prefixes, which will render with an extra blank column in GitHub Markdown. Convert rows to start with a single | to keep the intended 5-column layout.

Copilot uses AI. Check for mistakes.
### 3. Nuking Chronically Late Projects

![Nuke](images/Nuke.png)
![Nuke](images/Extintion.png)
Copy link

Copilot AI Mar 23, 2026

Choose a reason for hiding this comment

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

The filename Extintion.png appears to be a misspelling of 'Extinction'. If the intended asset is 'Extinction.png', this will break image rendering on case-sensitive filesystems.

Suggested change
![Nuke](images/Extintion.png)
![Nuke](images/Extinction.png)

Copilot uses AI. Check for mistakes.
*This isn't managing. This is warfare. Command the board.*

![Skirmish](images/Skirmish.png)
![Extinction](images/Extintion.png)
Copy link

Copilot AI Mar 23, 2026

Choose a reason for hiding this comment

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

The filename Extintion.png appears to be a misspelling of 'Extinction'. If the intended asset is 'Extinction.png', this will break image rendering on case-sensitive filesystems.

Suggested change
![Extinction](images/Extintion.png)
![Extinction](images/Extinction.png)

Copilot uses AI. Check for mistakes.

# Chapter 5: California — A Case Study in Ownership

![Indo-European](images/indoeupopian.png)
Copy link

Copilot AI Mar 23, 2026

Choose a reason for hiding this comment

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

The image filename indoeupopian.png looks like a misspelling of 'Indo-European'. If the actual asset uses the correct spelling, this link will fail (especially on case-sensitive filesystems). Consider aligning the filename to the intended term (or updating the link to match the committed asset name).

Suggested change
![Indo-European](images/indoeupopian.png)
![Indo-European](images/indoeuropean.png)

Copilot uses AI. Check for mistakes.
@FMI-Test FMI-Test merged commit 75879b6 into main Mar 23, 2026
@FMI-Test FMI-Test deleted the copilot/sub-pr-74 branch March 23, 2026 05:41
FMI-Test added a commit that referenced this pull request Mar 23, 2026
* FEAT

* docs: finalize creation thought narrative [AAK GOAK]

* Update README.md

* Smoke

* RC V 3.0

* feat(Fire): Lock in RC V 3.1 - Fire & Forget images and core telemetry. ALIGNED. AUDITED. DONE.

* Smoke 3.1

Co-Authored-By: Copilot <198982749+Copilot@users.noreply.github.com>
Co-Authored-By: TomWizMaster <wso.alpha@gmail.com>

* Smoke 3.1

Co-Authored-By: Copilot <198982749+Copilot@users.noreply.github.com>
Co-Authored-By: TomWizMaster <wso.alpha@gmail.com>

* Smoke 3.1

Co-Authored-By: Copilot <198982749+Copilot@users.noreply.github.com>
Co-Authored-By: TomWizMaster <wso.alpha@gmail.com>

* RC V 3.2

* Update Fire/README.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update Fire/README.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update Fire/Fire-n-forget.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Initial plan (#75)

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>

* Initial plan (#76)

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>

* Update Fire/Ass-Anatomy.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Fix broken image refs and heading typos in Enigma and Fire docs (#78)

* 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>

* Initial plan

* Fix image refs in Enigma/README.md: fix Frictiion.jpg typo and restore distinct FIX image

Co-authored-by: FMI-Test <24483979+FMI-Test@users.noreply.github.com>
Agent-Logs-Url: https://github.com/FMI-Test/TomWizMaster/sessions/0e9257a0-a481-425c-9f50-1c2317c3696a

* Update Fire/Fire-n-forget.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Initial plan

---------

Co-authored-by: Bamdad Fakhran <bamdad.fakhran@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: FMI-Test <24483979+FMI-Test@users.noreply.github.com>
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