From 4cace2f42208bc54298894d4bc0988b165bd73da Mon Sep 17 00:00:00 2001 From: Ahmed Date: Sun, 14 Jun 2026 16:39:16 +0300 Subject: add: hooks, documentation, and other vibed edits --- dev-docs/alfred.md | 2 ++ dev-docs/osterman.md | 1 + 2 files changed, 3 insertions(+) (limited to 'dev-docs') diff --git a/dev-docs/alfred.md b/dev-docs/alfred.md index 74876c5..49e2a08 100644 --- a/dev-docs/alfred.md +++ b/dev-docs/alfred.md @@ -153,9 +153,11 @@ These need proper parsing and formatted output. These parse `top -b -n 1` output. The column indices are hardcoded to match the Alpine Linux `top` format from busybox: + ``` PID PPID USER STAT VSZ %VSZ CPU %CPU COMMAND ``` + If the system uses a different `top` (procps-ng for example), the column indices may be wrong. This is documented as a known platform dependency. diff --git a/dev-docs/osterman.md b/dev-docs/osterman.md index 7676def..75e058c 100644 --- a/dev-docs/osterman.md +++ b/dev-docs/osterman.md @@ -41,6 +41,7 @@ import helpstrings as h ``` Three-level hierarchy: + ``` !help → TOPICS (list of topic names and commands) !help → topic line listing commands -- cgit v1.2.3