Skip to content

Commit b99fc23

Browse files
sionsmithclaude
andcommitted
Reposition README and project description for AI agents, not bots
Restructure README to put agent-critical information first: JSON contract, exit codes, headless auth, and workflow patterns. Remove "Bots" from title — this is a tool agents wield, not a chatbot framework. Update Cargo.toml description and keywords for agent discoverability. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 717c5d4 commit b99fc23

2 files changed

Lines changed: 159 additions & 160 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ edition = "2021"
55
rust-version = "1.75"
66
license = "MIT"
77
authors = ["OSO DevOps"]
8-
description = "A Rust CLI for Microsoft Teamsagent-first design"
8+
description = "Microsoft Teams CLI for AI agentsstructured JSON output, deterministic exit codes, headless auth, real-time webhooks"
99
repository = "https://github.com/osodevops/ms-teams-cli"
1010
readme = "README.md"
11-
keywords = ["teams", "microsoft", "cli", "graph-api", "mcp"]
11+
keywords = ["teams", "microsoft", "ai-agent", "graph-api", "mcp"]
1212
categories = ["command-line-utilities"]
1313

1414
[[bin]]

0 commit comments

Comments
 (0)