From 5d734466576ce642fde9a5acb8a3e3d9b4f0d50c Mon Sep 17 00:00:00 2001 From: Mateusz Sadowski Date: Fri, 27 Mar 2026 22:23:31 +0100 Subject: [PATCH 1/3] feat: readme optimization --- .claude/settings.json | 13 +++++++++++++ README.md | 13 +++++++++---- 2 files changed, 22 insertions(+), 4 deletions(-) create mode 100644 .claude/settings.json diff --git a/.claude/settings.json b/.claude/settings.json new file mode 100644 index 0000000..530408e --- /dev/null +++ b/.claude/settings.json @@ -0,0 +1,13 @@ +{ + "permissions": { + "allow": [ + "WebSearch", + "WebFetch(domain:themobilereality.com)", + "WebFetch(domain:www.figma.com)", + "WebFetch(domain:wifitalents.com)" + ], + "additionalDirectories": [ + "c:\\Users\\mateu\\Desktop\\repos\\mdma" + ] + } +} diff --git a/README.md b/README.md index 43c1ebe..9517dab 100644 --- a/README.md +++ b/README.md @@ -347,10 +347,15 @@ pnpm eval:view TypeScript monorepo — pnpm workspaces, Turborepo, Zod, React, Vitest, remark -## License +## Built by Mobile Reality -MIT +MDMA is built and maintained by [Mobile Reality](https://themobilereality.com/services/ai-automation-agency) — an AI automation agency specializing in AI agent development, custom software, and enterprise automation. We use MDMA in production across fintech and proptech projects. ---- +**Read more:** +- [LLM Interface: The Missing Layer Between Your AI Model and Your Users](https://themobilereality.com/blog/business/llm-interface) +- [Structured LLM Output Without JSON Schemas](https://themobilereality.com/blog/business/structured-output-llm) +- [Generative UI: How AI Creates Dynamic User Interfaces](https://themobilereality.com/blog/business/generative-ui-ai) -

Made with ❤️ by Mobile Reality

+## License + +MIT From 31fb8ed1502746dcfaf1066371e0458505565919 Mon Sep 17 00:00:00 2001 From: Mateusz Sadowski Date: Fri, 27 Mar 2026 22:27:40 +0100 Subject: [PATCH 2/3] fix: gitigonre --- .claude/settings.json | 13 ------------- .gitignore | 5 ++++- 2 files changed, 4 insertions(+), 14 deletions(-) delete mode 100644 .claude/settings.json diff --git a/.claude/settings.json b/.claude/settings.json deleted file mode 100644 index 530408e..0000000 --- a/.claude/settings.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "permissions": { - "allow": [ - "WebSearch", - "WebFetch(domain:themobilereality.com)", - "WebFetch(domain:www.figma.com)", - "WebFetch(domain:wifitalents.com)" - ], - "additionalDirectories": [ - "c:\\Users\\mateu\\Desktop\\repos\\mdma" - ] - } -} diff --git a/.gitignore b/.gitignore index ca1cd23..e10fff2 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,7 @@ coverage/ .DS_Store # Eval results (generated, may contain LLM output) -evals/results*.json \ No newline at end of file +evals/results*.json + +# Claude Code +.claude/ \ No newline at end of file From cac6f02f15f2364c796423858cc34f1d18078592 Mon Sep 17 00:00:00 2001 From: Mateusz Sadowski Date: Fri, 27 Mar 2026 22:31:52 +0100 Subject: [PATCH 3/3] feat: footer restore --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9517dab..b4b90fe 100644 --- a/README.md +++ b/README.md @@ -359,3 +359,7 @@ MDMA is built and maintained by [Mobile Reality](https://themobilereality.com/se ## License MIT + +--- + +

Made with ❤️ by Mobile Reality