From a89252c46f25db34f7f7fa1f78d257ce48fd641c Mon Sep 17 00:00:00 2001 From: OmarAlJarrah Date: Sun, 9 Aug 2026 03:39:49 +0300 Subject: [PATCH 1/2] chore: drop the unproduced coverage badge, ignore .DS_Store --- .gitignore | 12 ++---------- README.md | 1 - 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index fad76bee..c2c530b4 100644 --- a/.gitignore +++ b/.gitignore @@ -27,21 +27,13 @@ profile.cov go.work go.work.sum -# Subagent-driven-development scratch ledger (git-ignored, not shared) -.superpowers/ -# Planning docs / SDD plan artifacts - kept local, never committed -docs/superpowers/ - # env file .env -# Editor/IDE +# Editor/IDE and OS metadata .idea/ .vscode/ - -# Agent scratch space — not project content -.claude/ -.crush/ +.DS_Store # Scratch files that land in the repo root during ad hoc runs /out.json diff --git a/README.md b/README.md index ccb1d64c..87fd9091 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,6 @@ gate License Go - Coverage

Morphic is a spec-to-SDK compiler. It reads an API specification in any supported source format, From 16bcd3e222fb2500f675d91edf03214aea1e57d6 Mon Sep 17 00:00:00 2001 From: Fuad Daoud Date: Tue, 15 Sep 2026 22:55:15 +0300 Subject: [PATCH 2/2] chore: re-add claude ai tool file to gitignore --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index c2c530b4..2fbd7eb1 100644 --- a/.gitignore +++ b/.gitignore @@ -27,12 +27,22 @@ profile.cov go.work go.work.sum +# Subagent-driven-development scratch ledger (git-ignored, not shared) +.superpowers/ +# Planning docs / SDD plan artifacts - kept local, never committed +docs/superpowers/ + # env file .env # Editor/IDE and OS metadata .idea/ .vscode/ + +# Agent scratch space — not project content +.claude/ +.crush/ + .DS_Store # Scratch files that land in the repo root during ad hoc runs