Skip to main content

export

Change Markdown/plain-text reports or redacted snapshot/diff export. Use when Copy as Markdown, CLI output, or GitHub-issue paste is wrong.

Jump to install

Source facts

Repository
hoangsonww/Diffuse-Native-Apps
Last source activity
August 20, 2026 at 04:16
Detected SKILL.md language
English
Stars
2
Forks
0

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
name
export
description
Change Markdown/plain-text reports or redacted snapshot/diff export. Use when Copy as Markdown, CLI output, or GitHub-issue paste is wrong.
# Export Apps and `diffuse-dev` must share `ReportRenderer` and `SnapshotService.export*`. Do not add a second template in an app target. - Diff reports start with `# Diffuse Report` and end with a local-only footer. - Snapshot inventories list sections and entities; empty sections print status, not a blank list. - Markdown escaping covers `*`, `_`, `` ` ``. - Export methods take `RedactionPolicy` (default `.standard`) and apply it to **copies**. - Import assigns a new `SnapshotID`, sets origin `.imported`, and adds the `imported` tag. Tests: `Tests/Domain/ReportRendererTests.swift`, export parity in `Tests/Integration/PipelineTests.swift`.
View on GitHub