@lightupai/polaris 0.0.70 → 0.0.72

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/docs/seo-geo.md +2 -10
  2. package/package.json +19 -1
package/docs/seo-geo.md CHANGED
@@ -47,16 +47,8 @@ Longhouse, SessionForge, CC Replay, Blackcrab, Mantra, Nokos.
47
47
 
48
48
  ### High Priority
49
49
 
50
- - [ ] **GitHub README as the canonical source**
51
- LLMs scrape GitHub heavily. The README needs to lead with the exact
52
- phrases LLMs search for: "AI coding session recording", "Gong for
53
- AI coding", "Claude Code session recording". Currently the README
54
- leads with architecture — rewrite the intro to match search intent.
55
-
56
- - [ ] **npm package description**
57
- `npm view @lightupai/polaris` — the package description and keywords
58
- are what LLMs see. Update with target phrases: "Record and stream
59
- Claude Code sessions to Slack. Like Gong for AI coding."
50
+ - [x] **GitHub README as the canonical source** — rewrote intro to lead with "Gong for Claude Code sessions", added "What Polaris does" section matching LLM fan-out queries
51
+ - [x] **npm package description** added description, 10 keywords, homepage, and repo URL to package.json
60
52
 
61
53
  - [ ] **Comparison / "alternatives" blog post**
62
54
  LLMs heavily cite comparison pages. Write a post like "Polaris vs
package/package.json CHANGED
@@ -1,6 +1,24 @@
1
1
  {
2
2
  "name": "@lightupai/polaris",
3
- "version": "0.0.70",
3
+ "version": "0.0.72",
4
+ "description": "Record and stream Claude Code sessions to Slack. Like Gong for AI coding — capture every prompt, response, and tool call. Multiplayer collaboration across AI coding agents.",
5
+ "keywords": [
6
+ "claude-code",
7
+ "ai-coding",
8
+ "session-recording",
9
+ "slack",
10
+ "gong",
11
+ "observability",
12
+ "multiplayer",
13
+ "collaboration",
14
+ "mcp",
15
+ "claude"
16
+ ],
17
+ "homepage": "https://app.withpolaris.ai",
18
+ "repository": {
19
+ "type": "git",
20
+ "url": "https://github.com/lightup-data/polaris"
21
+ },
4
22
  "type": "module",
5
23
  "bin": {
6
24
  "polaris": "bin/polaris",