From 2dedc1c7e5808257a2cb508641bc427f229a53a2 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Tue, 15 Sep 2026 13:43:04 +0200 Subject: docs: record the notifyd repo as created Public under the Linux cgit section, cloned to ~/Programming/GIT/notifyd, so Task 1 Step 1 is done and the executor starts at Step 2. --- docs/superpowers/plans/2026-09-15-notifyd.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/superpowers/plans/2026-09-15-notifyd.md b/docs/superpowers/plans/2026-09-15-notifyd.md index 711a86d..3b3e491 100644 --- a/docs/superpowers/plans/2026-09-15-notifyd.md +++ b/docs/superpowers/plans/2026-09-15-notifyd.md @@ -59,16 +59,16 @@ - Consumes: nothing. - Produces: `type Urgency string` with `Low`, `Normal`, `Critical`; `UrgencyFromHints(map[string]dbus.Variant) Urgency`; `EffectiveTimeoutMS(expire int32, u Urgency) int64`; `StackTagFromHints(map[string]dbus.Variant) string`; `ParseActions(flat []string) [][2]string`. Every later task uses these. -- [ ] **Step 1: Create the repo on the server and clone it** +- [x] **Step 1: Create the repo on the server and clone it** (done) -Outward-facing, and phase 1 needs the smartcard, so this is a user step. Ask the user to run: +Created public under the `Linux` cgit section, and cloned to `~/Programming/GIT/notifyd`: ```bash -gitctl -y repo create notifyd --private --desc "Desktop notification daemon" +gitctl -y repo create notifyd --section Linux --desc "Desktop notification daemon for Hyprland: owns org.freedesktop.Notifications, publishes state as files for a quickshell renderer" git clone danix_git:notifyd ~/Programming/GIT/notifyd ``` -`--private` keeps it off the public cgit index; to publish it instead, drop `--private` and add `--section ""` from `gitctl sections list`. Expected: the repo exists on the server and is cloned. All later steps run in `~/Programming/GIT/notifyd`. +All later steps run in `~/Programming/GIT/notifyd`. - [ ] **Step 2: Initialise the module and the license** -- cgit v1.2.3