pi-goal-list-loop-audit 0.28.18 → 0.28.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -482,13 +482,13 @@ export class SettingsMenuComponent implements Component {
482
482
 
483
483
  lines.push(this.theme.fg("accent", this.theme.bold(this.title)));
484
484
 
485
- // v0.28.18: EVERY tab is bracketed (active = accent, inactive = dim) —
486
- // bare words read as floating text, not tabs.
485
+ // v0.28.19: color-only tabs (user call: "dropping the brackets") —
486
+ // active = accent + bold, inactive = dim. No bracket chrome.
487
487
  lines.push(
488
488
  SETTINGS_SECTIONS.map((s, i) =>
489
489
  i === this.activeSectionIdx
490
- ? this.theme.fg("accent", `[${s.label}]`)
491
- : this.theme.fg("dim", `[${s.label}]`),
490
+ ? this.theme.fg("accent", this.theme.bold(s.label))
491
+ : this.theme.fg("dim", s.label),
492
492
  ).join(" "),
493
493
  );
494
494
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-goal-list-loop-audit",
3
- "version": "0.28.18",
3
+ "version": "0.28.19",
4
4
  "description": "Goal. Loop. Audit. Done. \u2014 a pi-coding-agent extension that supervises long-running work, with isolated auditor on each completion. Beat bamboozling by design: the auditor runs in a fresh session with no extensions, no skills, no editor \u2014 only the read tools needed to verify your goal.",
5
5
  "license": "MIT",
6
6
  "author": "dracon",