Skip to content

Commit 5b955ce

Browse files
authored
Document strategy package in package listings (#55)
1 parent 259cd6c commit 5b955ce

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ apps/web Next.js dashboard
198198
packages/cli openaeo audit <url>
199199
packages/crawler respectful site crawler
200200
packages/audit scoring, rules, fixes, AI analysis
201+
packages/strategy recurring strategy monitoring and brief generation
201202
packages/schemas shared Zod schemas and sample report
202203
docs launch notes, scheduled audit docs, and assets
203204
examples/fixtures local fixture site for validation

packages/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ OpenAEO keeps reusable product logic in packages so the CLI, dashboard, tests, a
77
| `@openaeo/schemas` | Zod schemas, report types, prompt-set experiment contracts, and sample report and prompt-set factories. |
88
| `@openaeo/crawler` | Respectful crawler for robots, sitemap, page metadata, links, schema, and AI source files. |
99
| `@openaeo/audit` | SEO/AEO/GEO/trust rules, scoring, generated fixes, Markdown output, and optional AI analysis. |
10+
| `@openaeo/strategy` | Feed-driven strategy briefs for recurring AI-search monitoring and content planning. |
1011
| `openaeo` | CLI entry point for `openaeo audit <url>`. |
1112

1213
Package boundaries should stay boring and explicit: crawler collects evidence, audit interprets evidence, schemas define the public report contract, and CLI/web present the result.

0 commit comments

Comments
 (0)