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
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,16 @@ 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
/logs.txt
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