{"id":51018654,"url":"https://github.com/ashlrai/ashlr-pulse","last_synced_at":"2026-06-21T14:01:30.953Z","repository":{"id":354525906,"uuid":"1217533371","full_name":"ashlrai/ashlr-pulse","owner":"ashlrai","description":"Shared mission control for agentic-engineering teams — configurable peer-visibility across repos and AI agents.","archived":false,"fork":false,"pushed_at":"2026-05-07T02:54:21.000Z","size":851,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-07T04:22:46.215Z","etag":null,"topics":["agentic-engineering","ai-observability","developer-tools","engineering-intelligence","opentelemetry"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ashlrai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":"ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-04-22T01:31:07.000Z","updated_at":"2026-05-07T02:54:25.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ashlrai/ashlr-pulse","commit_stats":null,"previous_names":["ashlrai/ashlr-pulse"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ashlrai/ashlr-pulse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashlrai%2Fashlr-pulse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashlrai%2Fashlr-pulse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashlrai%2Fashlr-pulse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashlrai%2Fashlr-pulse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ashlrai","download_url":"https://codeload.github.com/ashlrai/ashlr-pulse/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashlrai%2Fashlr-pulse/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34610832,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-21T02:00:05.568Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agentic-engineering","ai-observability","developer-tools","engineering-intelligence","opentelemetry"],"created_at":"2026-06-21T14:01:30.012Z","updated_at":"2026-06-21T14:01:30.935Z","avatar_url":"https://github.com/ashlrai.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ashlr Pulse\n\n\u003e **The shared mission control for agentic-engineering teams.**\n\u003e What you're building, what your cofounder is building, what the agents are doing —\n\u003e across every repo, with visibility you actually control.\n\nAshlr Pulse gives agentic-engineering teams configurable peer-visibility into each\nother's work — commits, AI tool usage, and token cost — with a hard privacy floor\nthat never stores prompts, completions, or code. It is built on OpenTelemetry GenAI\nsemantic conventions, so nothing about the data model is proprietary.\n\n## Get started in 60 seconds\n\nPulse is built for teams whose primary tool is Claude Code (or Codex, Cursor,\nAider). The setup story is too — drop these two commands in front of your AI\ncoding assistant and it'll do the rest:\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/ashlrai/ashlr-pulse/main/agent/install.sh | sh\npulse-agent onboard --url https://pulse.ashlr.ai\n```\n\nThe unified `onboard` command runs six idempotent steps end-to-end:\nserver-reach → PAT mint (browser-mediated approval) → repo auto-discovery →\nshell hook install → background service → GitHub connect. Each step prints a\nstructured progress line so AI agents driving the CLI can follow along, and\nemits explicit \"human action required\" handoff blocks for the few moments\nthat need a passkey or browser approval. See **[AGENTS.md](AGENTS.md)** for\nthe canonical AI-driveable instructions, and [DEPLOY.md](DEPLOY.md) for\nhosting your own.\n\n## Status\n\n**v0.2 in progress** — single-user dashboard, cofounder peer-share, daily\ndigest, project rollups, AI-first onboarding all live. Multi-tenant cloud is\nv0.4. See [ROADMAP.md](ROADMAP.md) for the full arc.\n\n## What's running\n\n- **OTLP ingest** at `POST /api/otlp/v1/traces` — accepts GenAI-shaped OTel spans\n- **Today dashboard** at `/app` — by source × model × project × repo, with\n  agent-uptime badge + missed-repos warning + cost rollups\n- **Peer-share + invite links** at `/share` — configure what your cofounder\n  sees, generate one-shot invite URLs that auto-suggest peer-share defaults\n- **GitHub OAuth + magic-link sign-in** at `/login`\n- **pulse-agent** — local Rust binary; tails Claude Code sessions (cmux-friendly),\n  optional shell hook for terminal AI CLIs (claude, codex, aider, sgpt, …),\n  and git. CLI subcommands: `run`, `init`, `onboard`, `doctor`, `login`,\n  `backfill`. See [agent/README.md](agent/README.md).\n- **Daily digest** — opt-in morning email summarizing yesterday's activity\n  (your own + peers, filtered through peer-share). Toggle at `/settings`.\n  Sends via SendGrid.\n\n## Run it locally\n\n```bash\ndocker compose up -d postgres   # Postgres on host port 55432\ncd server \u0026\u0026 bun install\ncp .env.example .env.local      # fill in SUPABASE_URL, SUPABASE_ANON_KEY, DATABASE_URL\nbun run migrate \u0026\u0026 bun run dev  # http://localhost:3000\n```\n\nSee [QUICKSTART.md](QUICKSTART.md) for full setup, [DEPLOY.md](DEPLOY.md) for\nhosting your own, and [AGENTS.md](AGENTS.md) for the AI-agent-driveable\ncontract.\n\n### Wiring secrets to production\n\nThe canonical path uses [Phantom](https://phantom.ashlr.ai) so the agent\nnever handles secret values:\n\n```bash\n# 1. Seal secrets into the vault from a TTY prompt (values never enter the transcript)\nphantom init --env-file server/.env.local\n\n# 2. Push prod-required keys to Railway in one step\nphantom sync --platform railway   # reads .phantom.toml at repo root\n```\n\n`server/scripts/wire-stripe-to-railway.sh` automates this for the three\nStripe keys specifically — run it after any key rotation.\n\n**Fallback (no Phantom installed):** paste secrets directly into the\nRailway dashboard at railway.app → your project → Variables. Do not use\n`railway variables set KEY=value` — that puts the value in shell history.\n\n## Privacy floor\n\nAshlr Pulse **never stores**: prompts, completions, user code, file contents,\nstdout/stderr, screenshots, or keystrokes. These fields are excluded at the ingest\nlayer and cannot be enabled by any configuration or paid tier. The hard floor is\nenforced at the server level — `fields` on `peer_share` is enum-restricted to\nexclude `prompts`, `completions`, and `raw_otel_span`.\n(See [ARCHITECTURE.md](ARCHITECTURE.md) lines 91 and 212.)\n\n## Docs\n\n| File | Contents |\n|---|---|\n| **[AGENTS.md](AGENTS.md)** | **Canonical AI-agent instructions** — read first when an agent is working in or with this repo |\n| [DEPLOY.md](DEPLOY.md) | End-to-end self-hosting walkthrough (Railway + SendGrid + Supabase + GitHub OAuth) |\n| [ARCHITECTURE.md](ARCHITECTURE.md) | Data model, OTel schema, stack, deployment shapes |\n| [PERSONAS.md](PERSONAS.md) | Who this is for |\n| [ROADMAP.md](ROADMAP.md) | Phased plan from dogfood to PM suite |\n| [COMPETITIVE.md](COMPETITIVE.md) | Landscape and our defensible line |\n| [QUICKSTART.md](QUICKSTART.md) | Local setup, auth, ingest, and smoke tests |\n| [agent/README.md](agent/README.md) | `pulse-agent` install + run + config |\n| [agent/CHANGELOG.md](agent/CHANGELOG.md) | Agent release notes |\n\n## The core idea\n\nModern founding teams don't work like 2019. A two-founder AI startup ships code\nacross fifteen repos, mixes client engagements with SaaS products, and uses Claude\nCode / Cursor / Copilot / aider as primary tools rather than occasional assists.\n**You don't need a manager seeing everyone's activity — you need peers with\nconfigurable windows into each other's work.**\n\nAshlr Pulse is that shared window.\n\n- **For you**: every repo you touched today, every agent session, every token,\n  grouped by product or engagement.\n- **For your team**: configurable peer-to-peer visibility — you and your cofounder\n  each decide what you share with whom. Not surveillance — consent.\n- **Evolves into**: the project/team-org/productivity tool built from the ground up\n  for teams where agents do most of the code.\n\n## License\n\nMIT — see [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashlrai%2Fashlr-pulse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fashlrai%2Fashlr-pulse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashlrai%2Fashlr-pulse/lists"}