From 86f115d2003ff1696fae5816ca698576e850b51e Mon Sep 17 00:00:00 2001 From: Mohd Kaif <98801504+KaifAhmad1@users.noreply.github.com> Date: Tue, 4 Aug 2026 12:55:51 +0530 Subject: [PATCH] docs: surface pip install command at the top of README and docs (#828) Makes the install command the first actionable thing visible on both the README and docs landing page, ahead of the fold. --- README.md | 4 ++++ docs/index.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index 08580cd4..7902900f 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,10 @@ [![Website](https://img.shields.io/badge/Website-getsemantica.ai-000000?style=flat-square&logo=googlechrome&logoColor=white)](https://getsemantica.ai/) [![Docs](https://img.shields.io/badge/Docs-docs.getsemantica.ai-0099FF?style=flat-square&logo=readthedocs&logoColor=white)](https://docs.getsemantica.ai/) [![Discord](https://img.shields.io/badge/Discord-Join%20Community-5865F2?style=flat-square&logo=discord&logoColor=white)](https://discord.gg/sV34vps5hH) [![Twitter/X](https://img.shields.io/badge/Follow-%40BuildSemantica-000000?style=flat-square&logo=x&logoColor=white)](https://x.com/BuildSemantica) [![YouTube](https://img.shields.io/badge/YouTube-Watch%20Demos-FF0000?style=flat-square&logo=youtube&logoColor=white)](https://www.youtube.com/watch?v=QfnNZg4-dZA) [![Changelog](https://img.shields.io/badge/Changelog-View-6E40C9?style=flat-square&logo=keepachangelog&logoColor=white)](CHANGELOG.md) +```bash +pip install semantica +``` + --- diff --git a/docs/index.md b/docs/index.md index 492d1a7d..80ce7b12 100644 --- a/docs/index.md +++ b/docs/index.md @@ -3,6 +3,10 @@ title: "Semantica" description: "The Accountability and Context Layer for AI: Context Graphs · Decision Intelligence · Full Provenance" --- +```bash +pip install semantica +``` + Your AI agent just made a decision. Now someone needs to explain it. *What did it know at the time? Which facts shaped the outcome? Where did those facts come from? Has it made the same call before: and did that go well?*