Mercury Toolbox portable package

Install from this extracted directory:
  pwsh -NoProfile -File .\scripts\install-package-toolbox.ps1

After install, open a new PowerShell or reload PATH:
  $env:Path = [Environment]::GetEnvironmentVariable('Path','User') + ';' + [Environment]::GetEnvironmentVariable('Path','Machine')

Safe first commands:
  fileprobe <PATH>
  reposhape . --json | ConvertFrom-Json
  peimports <PATH> --json | ConvertFrom-Json
  drvshape <SYS> --json | ConvertFrom-Json
  asmref diagnose <ASSEMBLY> --resolve-dir <DIR> --format toon

AI and Codex assets:
  docs\ai\mercury-toolbox-ai-prompt.md
  skills\mercury-toolbox\SKILL.md
  skills\mercury-toolbox\references\command-catalog.md

Trust guided triage first. Every command is documented with an answer shape, trust basis, and next actions in the packaged skill catalog. PE tools also expose report_quality and next_actions in --json/--toon, and text output starts with answer=, trust=, and next_action= lines.

This archive intentionally omits the repo README; use the files above as the package entry points.
