Conversation
- Reorganize node_repl environment variables for consistency - Update browser service version 26.814.41407 → 26.814.41957 Co-Authored-By: oh-my-pi <omp@can.ac>
…indings rename start-day.md still seeded new daily notes with the pre-rename anchor <!-- pr:post-findings appends reviewed PRs here -->, while post-review-findings.md (renamed from pr:post-findings) looks for <!-- pr:post-review-findings appends reviewed PRs here -->. The mismatch meant the seeded anchor never matched, so PR entries only landed via the end-of-section fallback and inconsistently. - Update start-day.md's anchor/skill-name reference to match the current pr-post-review-findings command - Regenerate the derived .agents/harness copy via scripts/agent-harnesses.py - Add a bats test asserting start-day.md and post-review-findings.md share the same anchor string, guarding against future rename drift Co-Authored-By: Claude <noreply@anthropic.com>
- Add .codex/casper.config.toml for Ditto GPU provider - Reorder node_repl env vars alphabetically - Update .gitignore to track all .codex/*.config.toml Co-Authored-By: Codex <noreply@openai.com>
Install font-jetbrains-mono-nerd-font cask and point Ghostty at the Nerd Font Mono variant so OMP's TUI icon glyphs render (Powerline fonts installed system-wide don't include the Nerd Font icon set). Co-Authored-By: oh-my-pi <omp@can.ac>
Set theme to dark-aurora, symbolPreset to nerd (now that a Nerd Font is installed), and configure the status line with a powerline-thin separator, session accent, and hook status. Co-Authored-By: oh-my-pi <omp@can.ac>
Set markdown preview code and body font to JetBrainsMono Nerd Font and disable content width limit for full-width preview rendering. Co-Authored-By: oh-my-pi <omp@can.ac>
context-mode@context-mode was cached but never registered in config.toml's [plugins.*] table, so it defaulted to enabled=true. Its hooks/hooks.json carries a top-level "description" key outside Codex's hook schema, tripping the codex-hooks.bats compatibility check. Co-Authored-By: oh-my-pi <omp@can.ac>
…ageAwareFallback) - Set anthropic.serverSideFallback to false - Enable retry.usageAwareFallback - Set doubleEscapeAction to tree Co-Authored-By: oh-my-pi <omp@can.ac>
Bash's ignores() function already had .omc/; bring the zsh and nushell copies in sync. Co-Authored-By: oh-my-pi <omp@can.ac>
Disable clangd-lsp, claude-code-setup, claude-md-management, plugin-dev, pup, and skill-creator plugins. Co-Authored-By: oh-my-pi <omp@can.ac>
Adapt the removed .claude/skills/justfile/SKILL.md into .agents/skills/justfile/SKILL.md, the single source of truth for Just conventions across every harness. The Claude rule at .claude/rules/justfile.md becomes a thin path-scoped loader that reads the shared skill instead of duplicating it; Codex keeps manual invocation via agents/openai.yaml. Apply the revised convention to the tracked root justfile: - Drop global 'set export' and 'set quiet'; keep explicit 'export PATH := ...' and prefix only _default's command with @ - Switch _default from [script] to [default], silent via @just --list - Fix the stale claim that --fmt requires set unstable Add a regression test locking the settings/default-recipe contract, register justfile in the procedural-skills sidecar test, and add .agents/skills/justfile/evals/evals.json with three baseline-vs-skill eval prompts (verified: settings header, deps-not-install naming, and grouping only once a file crosses ten non-default recipes). Co-Authored-By: oh-my-pi <omp@can.ac>
omp-plugins-reinstall only ran `bun install`, which never removed stale entries from omp-plugins.lock.json for plugins no longer declared in package.json (e.g. a leftover pi-cache-optimizer entry). Run `omp plugin doctor --fix` after install to sync the lock file. Co-Authored-By: oh-my-pi <omp@can.ac>
Adds a lightweight /2ndbrain command, distinct from /session-save: it captures only the assistant's most recent reply (verbatim, no summarization) into ~/2ndBrain/quick-notes/<year>/ with minimal frontmatter. Regenerated all harness adapters (Claude, Codex, OpenCode, Pi/OMP, Antigravity, Cursor) and bumped the hardcoded 26-command validator expectation. Co-Authored-By: oh-my-pi <omp@can.ac>
cmt (bash, zsh, nushell) invoked with no arguments now runs `omp -p "/git:commit" --model smol --auto-approve` instead of launching the interactive TUI. -p processes the prompt and exits automatically once the commit workflow finishes; --auto-approve makes that explicit regardless of the configured approvalMode. Adds cmt to bash, which previously only had it in zsh and nushell. Co-Authored-By: oh-my-pi <omp@can.ac>
Co-Authored-By: oh-my-pi <omp@can.ac>
Session transcripts live under different roots per harness (Claude, OMP, Pi, Codex). Step 2 now records which root the located session file came from as `harness`, so each quick-save note in ~/2ndBrain/quick-notes/ can be traced back to the agent that produced it. Added a `harness` field to the note frontmatter, alongside the existing `session_id`. Verified against this live OMP session: correctly detected harness=omp for a transcript under ~/.omp/agent/sessions/. Co-Authored-By: oh-my-pi <omp@can.ac>
Step 2 now resolves the detected harness's own CLI version (claude --version, omp --version, pi --version, codex --version) alongside the harness name, and Step 5 writes it into the note frontmatter as agent_version, next to harness and session_id. Verified against this live OMP session: correctly resolved harness=omp agent_version=omp/17.3.8. Co-Authored-By: oh-my-pi <omp@can.ac>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Daily dotfiles branch for wednesday, 2026-08-19.