Skip to content
Open
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
12 changes: 2 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
<a href="https://github.com/dexpace/morphic/actions/workflows/gate.yml"><img alt="gate" src="https://github.com/dexpace/morphic/actions/workflows/gate.yml/badge.svg"></a>
<a href="LICENSE"><img alt="License" src="https://img.shields.io/badge/license-MIT-blue.svg"></a>
<img alt="Go" src="https://img.shields.io/badge/go-1.26-00ADD8.svg?logo=go&logoColor=white">
<img alt="Coverage" src="https://img.shields.io/badge/coverage-100%25-success.svg">
</p>

Morphic is a spec-to-SDK compiler. It reads an API specification in any supported source format,
Expand Down
Loading