style: fix formatting in nc_session.rs

This commit is contained in:
Lahfir 2026-02-27 16:16:40 -08:00
parent 3881bc82bd
commit 3dd9081e81
5 changed files with 23 additions and 1 deletions

View file

@ -0,0 +1,8 @@
---
review_agents:
- security-sentinel
- performance-oracle
- architecture-strategist
- code-simplicity-reviewer
- pattern-recognition-specialist
---

View file

@ -55,7 +55,11 @@ fn frontmost_app() -> Option<String> {
.ok()?;
if output.status.success() {
let name = String::from_utf8_lossy(&output.stdout).trim().to_string();
if name.is_empty() { None } else { Some(name) }
if name.is_empty() {
None
} else {
Some(name)
}
} else {
None
}

BIN
notion_page.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 232 KiB

BIN
numbers_screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 281 KiB

10
skills-lock.json Normal file
View file

@ -0,0 +1,10 @@
{
"version": 1,
"skills": {
"agent-desktop": {
"source": "lahfir/agent-desktop",
"sourceType": "github",
"computedHash": "5bcc30887e272065dc6950604497c510a7c315d58a7454c587baf594c2281c3e"
}
}
}