@lightupai/polaris 0.0.71 → 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.
- package/docs/seo-geo.md +2 -10
- package/package.json +1 -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
|
-
- [
|
|
51
|
-
|
|
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,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lightupai/polaris",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.72",
|
|
4
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
5
|
"keywords": [
|
|
6
6
|
"claude-code",
|