Dashboard › sshoq › Session 12EghEPrGoV2
12EghEPrGoV2OUglV{"title":"Project Inquiry"}
.jj/ directory present). Activate on: commit, push, pull, status, diff, log, branch/bookmark, PR, merge, rebase, stash, conflict, undo, or any version-control task. In jj repos, use jj exclusively — running git commands can corrupt or confuse state.Bias toward working without stopping for clarifying questions — when you'd normally pause to check, make the reasonable call and keep going; they'll redirect you if needed. If the user, a skill, or the shape of the task suggests they want you to ask (with AskUserQuestion or otherwise), do so. And even absent that signal, it's still fine to stop when you're genuinely blocked — unclear direction, missing input, a decision only they can make. </system-reminder>
IMPORTANT: this context may or may not be relevant to your tasks. You should not respond to this context unless it is highly relevant to your task.
</system-reminder>
what's this project again?
## Recall Results Found 30 results, showing top 15 (score range: 0.070–0.048). ### Strong Matches #### People & Entities - **ORAS CLI** (service): aka oras-project/oras, ORAS — OCI Registry As Storage CLI; v1.3.1; used in cleanup-nightlies.yml to prune old nightly tags from GHCR #### Distilled - Date: June 11, 2026 * 🔴 (11:03) User's email: burak.kaya@sentry.io * 🔴 (11:03) User's working directory: /home/byk/Code/sshoq * 🟡 (11:03) User sent a test message to verify session was working * 🟡 (11:03) User asked how the assistant obtained the working directory info (assistant explained it used the Bash `pwd` command via tool) * 🟡 (11:03) User asked "what is this project" / "tell me about this project" regarding /home/byk/Code/sshoq (project details not yet retrieved) (sources: t:50791843137abc258480ddfcd336db1e, t:83b9150bf8b3e4973312134c0f6110ce, t:5e9ace1a7f1f425f701dca5fa6fbeb47, t:6c6ed63653ceea5db39d994a4a96618e, t:93ce995358875903fe79f2b2817dbfe6, ...
/home/byk/Code/sshoq total 180 drwxrwxr-x 1 byk byk 906 Jan 20 12:08 . drwxrwxr-x 1 byk byk 2062 Jun 8 21:33 .. drwxrwxr-x 1 byk byk 46 Jan 19 13:07 auth drwxrwxr-x 1 byk byk 58 Jan 20 00:56 bin -rw-rw-r-- 1 byk byk 550 Jan 19 16:10 cert.pem -rw-rw-r-- 1 byk byk 16318 Jan 19 13:07 channel.go drwxrwxr-x 1 byk byk 44 Jan 20 00:55 client -rw-rw-r-- 1 byk byk 9962 Jan 19 13:07 client_auth.go drwxrwxr-x 1 byk byk 110 Jan 20 12:08 cmd -rw-rw-r-- 1 byk byk 17322 Jan 20 12:08 conversation.go -rw-rw-r-- 1 byk byk 412 Jan 19 13:07 docker-compose.yml -rw-rw-r-- 1 byk byk 189 Jan 19 13:07 Dockerfile -rw-rw-r-- 1 byk byk 495 Jan 19 13:07 generate_openssl_selfsigned_certificate.sh drwxrwxr-x 1 byk byk 220 Jun 5 11:58 .git drwxrwxr-x 1 byk byk 18 Jan 19 13:07 .github -rw-rw-r-- 1 byk byk 24 Jan 20 12:07 .gitignore -rw-rw-r-- 1 byk byk 1770 Jan 20 00:55 go.mod -rw-rw-r-- 1 byk byk 1525 Jan 19 13:07 .goreleaser-client-only-windows.yml -rw-rw-r-- 1 byk byk 1985 Jan ...
sshoq is a Go project that appears to be an SSH-based communication/chat tool. Here's the quick rundown:
go.mod, go.sum, .go files)channel.go), client authentication (client_auth.go), server authentication (server_auth/), conversations (conversation.go), and known hosts management (known_hosts.go)client/ package, a server.go, and a cmd/ directory (likely CLI entrypoints for both)Dockerfile, docker-compose.yml), systemd unit files (systemd/), and GoReleaser configs for cross-platform builds (Linux amd64/arm64, Unix, Windows client-only)message/), TLS certs for local dev, and GitHub Actions CI (.github/)In short — it's an SSH-over-QUIC (the name "sshoq" likely = SSH over QUIC) tool that lets you do SSH-style authenticated communication using the QUIC transport protocol.
Date: June 11, 2026 * 🔴 (14:59) User's working directory: /home/byk/Code/sshoq * 🟡 (14:59) User asked "what's this project again?" about /home/byk/Code/sshoq * 🟡 (15:00) Assistant identified sshoq as a Go project implementing SSH over QUIC (SSH-over-QUIC); client-server architecture * 🟡 (15:00) sshoq key files: `channel.go` (16318 bytes), `client_auth.go` (9962 bytes), `conversation.go` (1732…