From f6f1b28d6d3cae729901e5ae31ac9ece5f97ca70 Mon Sep 17 00:00:00 2001 From: zmzlois Date: Tue, 15 Jul 2025 11:40:52 -0700 Subject: [PATCH 1/2] feat: add backlink for 12 factors agent methodology --- modus/overview.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modus/overview.mdx b/modus/overview.mdx index 16a31fba..6da72787 100644 --- a/modus/overview.mdx +++ b/modus/overview.mdx @@ -35,7 +35,7 @@ Modus provides a complete toolkit for building intelligent applications: Built-in observability provides automatic inference logging and tracing, while secure-by-default authorization ensures risk-appropriate access to tools and data. Following modern best practices for AI-native architectures, Modus -implements principles from the 12-factor agentic app methodology for +implements principles from the [12-factor agentic app methodology](https://hypermode.com/blog/the-twelve-factor-agentic-app) for maintainable, scalable intelligent systems. You can run Modus locally for development or deploy it in seconds to Hypermode From 39b50e81aa5bac4630708b770c6dc19271189d37 Mon Sep 17 00:00:00 2001 From: danstarns Date: Tue, 15 Jul 2025 11:47:44 -0700 Subject: [PATCH 2/2] trunk fixes --- modus/overview.mdx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modus/overview.mdx b/modus/overview.mdx index 6da72787..f398fd6e 100644 --- a/modus/overview.mdx +++ b/modus/overview.mdx @@ -35,8 +35,9 @@ Modus provides a complete toolkit for building intelligent applications: Built-in observability provides automatic inference logging and tracing, while secure-by-default authorization ensures risk-appropriate access to tools and data. Following modern best practices for AI-native architectures, Modus -implements principles from the [12-factor agentic app methodology](https://hypermode.com/blog/the-twelve-factor-agentic-app) for -maintainable, scalable intelligent systems. +implements principles from the +[12-factor agentic app methodology](https://hypermode.com/blog/the-twelve-factor-agentic-app) +for maintainable, scalable intelligent systems. You can run Modus locally for development or deploy it in seconds to Hypermode for production.