feat(glyph): add agentsview service#400
Open
stackptr wants to merge 3 commits intofeat/agentsview-packagefrom
Open
feat(glyph): add agentsview service#400stackptr wants to merge 3 commits intofeat/agentsview-packagefrom
stackptr wants to merge 3 commits intofeat/agentsview-packagefrom
Conversation
Owner
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced Mar 24, 2026
4 tasks
50c6f0f to
fd49947
Compare
fd49947 to
2bed94c
Compare
- Add agentsview database and user to PostgreSQL - Add systemd service for agentsview pg serve (team dashboard on :8095) - Add systemd timer to push local glyph sessions every 10 minutes - Tailscale subnet trusted for passwordless PG access Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2bed94c to
7390492
Compare
- Use preStart instead of ExecStartPre with + prefix so config dir is created with correct ownership under DynamicUser/StateDirectory - Wrap pg push in a script that exits after sync completes, since agentsview starts a file watcher and web server after pushing Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Use ExecStartPre with + prefix (runs as root) to create .agentsview/ directory and chown it to the DynamicUser, so agentsview can write config.json for its cursor secret. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
agentsviewPostgreSQL database and useragentsview pg serveas team dashboard on port 8095Test plan
nh os switch .#glyphpsql -l | grep agentsviewsystemctl status agentsviewsystemctl list-timers | grep agentsview🤖 Generated with Claude Code