Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This repo **is** the plugin marketplace. It ships three plugins — the **core**
```
plugins/lazarus/ # core plugin
├── .claude-plugin/plugin.json # manifest (NO version field — git SHA is the version)
├── skills/ # discover, repair, audit, audit-repair, presentation, presentation-repair
├── skills/ # discover, repair, audit, audit-repair, gitalive, gitalive-repair
├── agents/repo-explorer.md # read-only Haiku exploration subagent
├── hooks/hooks.json # wires the guard as a PreToolUse hook (auto-loaded)
└── scripts/check-destructive.sh # the destructive-command guard
Expand Down
2 changes: 1 addition & 1 deletion MAINTAINING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ lazarus/ ← this directory IS the GitHub repo root
├── .claude-plugin/marketplace.json ← lists ALL plugins; "name" = cognitivecode (the @handle)
├── plugins/lazarus/ ← core
│ ├── .claude-plugin/plugin.json ← plugin manifest (no version → git SHA is the version)
│ ├── skills/{discover,repair,audit,audit-repair,presentation,presentation-repair}/SKILL.md
│ ├── skills/{discover,repair,audit,audit-repair,gitalive,gitalive-repair}/SKILL.md
│ ├── agents/repo-explorer.md
│ ├── hooks/hooks.json ← auto-loaded; do NOT also list it in plugin.json
│ └── scripts/check-destructive.sh ← the guard (must stay executable / git mode 100755)
Expand Down
49 changes: 34 additions & 15 deletions README.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Images used by the project README and the repo's GitHub presentation.
| `banner2.png` | Hero image at the top of the README | `README.md` |
| `demo.svg` | Animated "Watch it work" terminal | `README.md` |
| `guard.png` | Inline image in the "makes it safe to run" section | `README.md` |
| `gitalive-before-after.svg` | Before/after panel in the "GitAlive" spotlight section | `README.md` |
| `og-card.png` | Social-preview card (how the repo unfurls on Slack/X/etc.) | GitHub → repo **Settings → General → Social preview** (not referenced from `README.md`) |

**Updating an image.** Replace the file in place and keep the same name, so the README keeps
Expand Down
80 changes: 80 additions & 0 deletions assets/gitalive-before-after.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading