mirror of
https://github.com/lahfir/agent-desktop.git
synced 2026-07-26 17:12:15 +00:00
style: fix formatting in nc_session.rs
This commit is contained in:
parent
3881bc82bd
commit
3dd9081e81
5 changed files with 23 additions and 1 deletions
8
compound-engineering.local.md
Normal file
8
compound-engineering.local.md
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
review_agents:
|
||||
- security-sentinel
|
||||
- performance-oracle
|
||||
- architecture-strategist
|
||||
- code-simplicity-reviewer
|
||||
- pattern-recognition-specialist
|
||||
---
|
||||
|
|
@ -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
BIN
notion_page.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 232 KiB |
BIN
numbers_screenshot.png
Normal file
BIN
numbers_screenshot.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 281 KiB |
10
skills-lock.json
Normal file
10
skills-lock.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"version": 1,
|
||||
"skills": {
|
||||
"agent-desktop": {
|
||||
"source": "lahfir/agent-desktop",
|
||||
"sourceType": "github",
|
||||
"computedHash": "5bcc30887e272065dc6950604497c510a7c315d58a7454c587baf594c2281c3e"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue