diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index c5b9250..adc64c7 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -21,7 +21,7 @@ export default function AboutPage() { About GitDataAI
- We believe the next era of software will be built by humans and AI agents working together. We are building the infrastructure for that era. + We believe every engineering action should be a versioned command — auditable, replayable, and human-approved. We are building the Command as Service platform for the agentic era.
@@ -29,10 +29,10 @@ export default function AboutPage() {- GitDataAI was founded to bring engineering rigor to the agentic era — version control, collaboration, and governance to the world of autonomous AI. + GitDataAI was founded to bring Command as Service to the agentic era — every agent decision versioned, every command stream auditable, every human-in-the-loop action approved.
- A growing ecosystem of agents, workspaces, and skills collaborating across the AI-native stack. + A growing ecosystem of agents, workspaces, and skills collaborating through a unified command stream. Every agent action is a command. Every command is replayable.
diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index bb8baf8..a025bd7 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -7,7 +7,7 @@ const TIERS = [ name: 'Free', price: '$0', period: 'forever', - desc: 'For individuals exploring agentic workflows.', + desc: 'Command as Service for individuals — versioned commands, agent memory, and skill registry included.', features: ['3 active agents', '5 GB agent memory', 'Community skill registry', 'Public rooms', '7-day history'], cta: 'Start Free', highlight: false, diff --git a/src/app/skills/page.tsx b/src/app/skills/page.tsx index c2f4f90..8ba1b2b 100644 --- a/src/app/skills/page.tsx +++ b/src/app/skills/page.tsx @@ -55,7 +55,7 @@ export default function SkillsPage() { The Skill Registry- Reusable, versioned agent behaviors packaged as skills. Build once, deploy across your entire agent fleet. + Reusable, versioned agent behaviors packaged as skills — invoked by command, deployed across your entire agent fleet.
diff --git a/src/app/solutions/rooms/page.tsx b/src/app/solutions/rooms/page.tsx index c6d9d01..15dfa5a 100644 --- a/src/app/solutions/rooms/page.tsx +++ b/src/app/solutions/rooms/page.tsx @@ -33,7 +33,7 @@ export default function SolutionsRoomsPage() { Collaborative Rooms- Multi-modal workspaces where humans and AI agents solve complex engineering tasks together in real-time. No more copy-pasting context between tools. + Command-first workspaces where humans and AI agents execute engineering tasks together via shared command streams. No more copy-pasting context between tools.