Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
gitricko
/
hermes-codespace
Public
Notifications
You must be signed in to change notification settings
Fork
16
Star
5
Code
Issues
0
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat(tools): Mnemon knowledge-graph 3D viewer
- #25
#25
Merged
gitricko
merged 24 commits into
main
gitricko/hermes-codespace:main
from
feat/knowledge-graph-viewer
gitricko/hermes-codespace:feat/knowledge-graph-viewer
Copy head branch name to clipboard
Sep 6, 2026
Conversation
Commits
24
(24)
Checks
Files changed
Merged
feat(tools): Mnemon knowledge-graph 3D viewer
#25
gitricko
merged 24 commits into
main
gitricko/hermes-codespace:main
from
feat/knowledge-graph-viewer
gitricko/hermes-codespace:feat/knowledge-graph-viewer
Copy head branch name to clipboard
Commits
Commits on Aug 3, 2026
feat: add Mnem knowledge-graph 3D viewer
Show description for 7828aee
gitricko
authored
7828aee
View commit details
Copy full SHA for 7828aee
Browse repository at this point
Commits on Aug 4, 2026
fix(knowledge-graph): keep edges visible when importance filter changes
Show description for 63662a5
gitricko
authored
63662a5
View commit details
Copy full SHA for 63662a5
Browse repository at this point
docs(knowledge-graph): add design document + regeneration workflow
Show description for 2456402
gitricko
authored
2456402
View commit details
Copy full SHA for 2456402
Browse repository at this point
feat(skills): add mnemon-graph-export skill + wiki cross-reference
Show description for 82054b8
gitricko
authored
82054b8
View commit details
Copy full SHA for 82054b8
Browse repository at this point
refactor(knowledge-graph): decouple data from viewer (portable design)
Show description for 95131fc
gitricko
authored
95131fc
View commit details
Copy full SHA for 95131fc
Browse repository at this point
fix(knowledge-graph): make file:// double-click work (user-reported)
Show description for 867bd84
gitricko
authored
867bd84
View commit details
Copy full SHA for 867bd84
Browse repository at this point
feat(knowledge-graph): index.html forwards to viewer (root URL works)
Show description for 34ec402
gitricko
authored
34ec402
View commit details
Copy full SHA for 34ec402
Browse repository at this point
Commits on Aug 5, 2026
feat: implement canvas-based auto-force layout and smart camera positioning
Show description for 4fde818
gitricko
authored
4fde818
View commit details
Copy full SHA for 4fde818
Browse repository at this point
feat: implement canvas-based auto-force layout and smart camera positioning
Show description for ab0d4e9
gitricko
authored
ab0d4e9
View commit details
Copy full SHA for ab0d4e9
Browse repository at this point
Commits on Aug 6, 2026
fix(knowledge-graph): repair auto-layout — fatal SyntaxError + duplicate computeAutoForces
Show description for 03a774a
gitricko
authored
03a774a
View commit details
Copy full SHA for 03a774a
Browse repository at this point
docs(knowledge-graph): document auto-layout pitfalls (SyntaxError chain, duplicate fn, bubble size, orbit center)
Show description for f28926e
gitricko
authored
f28926e
View commit details
Copy full SHA for f28926e
Browse repository at this point
chore(knowledge-graph): drop mnemon-viz.html vis.js fallback
Show description for 1693a17
gitricko
authored
1693a17
View commit details
Copy full SHA for 1693a17
Browse repository at this point
docs(knowledge-graph): switch viewer port 8123 -> 8130
gitricko
authored
f95cb9d
View commit details
Copy full SHA for f95cb9d
Browse repository at this point
Commits on Sep 6, 2026
chore(knowledge-graph): refactor viewer tooling into skill folder (move from tools/knowledge-graph into mnemon-graph-export/scripts/); update all references (SKILL.md, wiki, DESIGN.md); add .gitign…
Show description for 0143d7a
gitricko
authored
0143d7a
View commit details
Copy full SHA for 0143d7a
Browse repository at this point
merge: resolve main conflicts (MEMORY.md path filter + INDEX.md mnemon-graph-viewer + new wiki articles)
gitricko
authored
a572045
View commit details
Copy full SHA for a572045
Browse repository at this point
fix: tooltip unclickable + canvas cursor missing + click positioning
gitricko
authored
1c1d35d
View commit details
Copy full SHA for 1c1d35d
Browse repository at this point
feat(knowledge-graph): hoverable category pills + untrack generated export data
Show description for cb8fa46
gitricko
authored
cb8fa46
View commit details
Copy full SHA for cb8fa46
Browse repository at this point
fix(knowledge-graph): resolve Greptile/Copilot review findings (security + correctness)
Show description for 7198d4a
gitricko
authored
7198d4a
View commit details
Copy full SHA for 7198d4a
Browse repository at this point
fix(knowledge-graph): snap repulsion force value to slider 10-step (Greptile P1)
Show description for 83a0099
gitricko
authored
83a0099
View commit details
Copy full SHA for 83a0099
Browse repository at this point
revert: restore MEMORY.md to main version — exclude from this PR
Show description for 9b1cf4b
gitricko
authored
9b1cf4b
View commit details
Copy full SHA for 9b1cf4b
Browse repository at this point
chore(knowledge-graph): untrack .cache/fg2.js (build cache, gitignored)
Show description for 335e337
gitricko
authored
335e337
View commit details
Copy full SHA for 335e337
Browse repository at this point
seed: add mnemon-graph-export skill entry for cross-spawn persistence
Show description for 11a867d
gitricko
authored
11a867d
View commit details
Copy full SHA for 11a867d
Browse repository at this point
docs(memory): expand CI path-filter entry with runtime/infrastructure terminology + PR policy
Show description for 7991297
gitricko
authored
7991297
View commit details
Copy full SHA for 7991297
Browse repository at this point
fix(knowledge-graph): escape nodeLabel in graph (Greptile P1 XSS)
Show description for 1be79f7
gitricko
authored
1be79f7
View commit details
Copy full SHA for 1be79f7
Browse repository at this point
You can’t perform that action at this time.