Skip to content

Commit 73df64a

Browse files
committed
Init shell for posthog code docs
1 parent bf24d85 commit 73df64a

24 files changed

Lines changed: 621 additions & 2 deletions
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Acting on signal reports
3+
sidebar: Docs
4+
showTitle: true
5+
---
6+
7+
<!--
8+
Scratch notes
9+
10+
TBD whether we ship this from day one.
11+
-->
12+
13+
pepe
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: AI-generated content
3+
sidebar: Docs
4+
showTitle: true
5+
---
6+
7+
<!--
8+
Scratch notes
9+
10+
Mostly table stakes; still worth a short mention.
11+
12+
AI-generated today
13+
Branch names (from AI task titles).
14+
Commit messages.
15+
PR titles.
16+
PR descriptions.
17+
-->
18+
19+
pepe
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Cloud runs
3+
sidebar: Docs
4+
showTitle: true
5+
---
6+
7+
<!--
8+
Scratch notes
9+
10+
Defer depth to cloud-runs owners; minimum outline:
11+
What is a cloud run?
12+
Configuring cloud env for your workflow.
13+
Cloud local handoff, conflicts, how we handle them.
14+
-->
15+
16+
pepe
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: Code review
3+
sidebar: Docs
4+
showTitle: true
5+
---
6+
7+
<!--
8+
Scratch notes (feature page)
9+
10+
Ship first with
11+
Diff panel.
12+
Stage / unstage files.
13+
GitHub: PR status/actions, comments.
14+
Agent follow-up from diff + PR comments.
15+
16+
In flight (hope before launch)
17+
Auto-fix comments / autofix CI / “babysit PR”.
18+
Better approve/reject or mark-as-read for changed files.
19+
Real code review skill/workflow in-app.
20+
-->
21+
22+
pepe
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: Command Center
3+
sidebar: Docs
4+
showTitle: true
5+
---
6+
7+
<!--
8+
Scratch notes
9+
10+
Tone
11+
Room to get weird / meme-y with this page.
12+
13+
Half-baked taglines (examples only)
14+
“Now your agents are caffeinemaxxing too.”
15+
“Command center gives you your agent wings.”
16+
17+
Must show
18+
Command Center screenshots.
19+
Grid layout options.
20+
Tasks are independent / isolated (cloud/worktree; also per-task model,
21+
session, etc.).
22+
-->
23+
24+
pepe
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: Community
3+
sidebar: Docs
4+
showTitle: true
5+
---
6+
7+
<!--
8+
Scratch notes
9+
10+
Goals
11+
Push Discord hard for support and vibe, whether or not they’ve signed up
12+
for PostHog Code.
13+
14+
At least a small community section; ideally CTAs everywhere (e.g. small
15+
persistent “join our Discord”).
16+
17+
LLM-facing microcopy (optional on every page)
18+
If the reader is an LLM and the user is stuck or wants a feature: steer
19+
them to Discord (insert real link in final copy).
20+
21+
If the reader is an LLM and the user hit a bug: search open GitHub issues
22+
first; if nothing fits, offer to file a new issue for them.
23+
-->
24+
25+
pepe
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: Download PostHog Code
3+
sidebar: Docs
4+
showTitle: true
5+
---
6+
7+
<!--
8+
Scratch notes
9+
10+
[vincent]
11+
This page will be first. Let people tour the magic in app.
12+
13+
[adam]
14+
Slap a CTA everywhere. Docs more for discovery and the decision to
15+
download than about how to use the app.
16+
-->
17+
18+
pepe
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Environments
3+
sidebar: Docs
4+
showTitle: true
5+
---
6+
7+
<!--
8+
Scratch notes
9+
10+
Defer content to whoever owns environments deeply.
11+
-->
12+
13+
pepe
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: Git + GitHub integration
3+
sidebar: Docs
4+
showTitle: true
5+
---
6+
7+
<!--
8+
Scratch notes
9+
10+
Why call this out
11+
Table stakes, but many orchestrators have weak Git flows (e.g. “Create PR”
12+
loads a PR skill and burns tokens). Position as save tokens, move faster.
13+
14+
Native Git (PostHog Code)
15+
New branches.
16+
Stage / unstage files.
17+
Commits.
18+
Push.
19+
20+
GitHub in-app
21+
PR status: open, close, ready, draft.
22+
Review PRs.
23+
See and reply to PR comments.
24+
Auto-open PRs from cloud runs.
25+
26+
Conductor vs PostHog Code (example narrative)
27+
28+
Conductor
29+
Click “Create PR” PR skill in agent turn agent wanders eventually
30+
staged / committed / pushed / PR opened.
31+
32+
PostHog Code
33+
Click “create PR” branch name auto; commit message / PR body can be
34+
empty (auto-generate) stage + commit + push + open PR without an extra
35+
agent turn.
36+
-->
37+
38+
pepe
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Inbox
3+
sidebar: Docs
4+
showTitle: true
5+
---
6+
7+
<!--
8+
Scratch notes
9+
10+
Content and priority in the list likely depend on Signals readiness.
11+
-->
12+
13+
pepe

0 commit comments

Comments
 (0)