the signals and their derived score are provisional and subject to change.
validate manually before sharing.
0b0f7449e79275a7ad5cd1c0dee48c6d71f1f7f1559fc9da35d0ccea54334915eebb753607b2bde1Authored: 3 months ago (Thu, 21 May 2026 03:46:16 +0000)Match: Co-authored-by: Copilot <copilot@github.com>3548a65952fe07012ec439e5b999b9463e815234Authored: 3 months ago (Sat, 16 May 2026 17:58:01 +0000)Match: Co-authored-by: Copilot <copilot@github.com>2fcd7cf878ec3609a40b07a7605a6886210225a2Authored: 6 months ago (Thu, 5 Mar 2026 22:13:39 +0000)Match: Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>fc8c37fe690c3348c1ea6c9b9dfb8262b03ee960Authored: 7 months ago (Sat, 7 Feb 2026 01:27:38 +0000)Match: Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>263cbfd52d6c92b39ed7c1f5d17e6ff7a54c3bf9Authored: 9 months ago (Thu, 4 Dec 2025 16:40:38 +0000)Match: Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>AGENTS.mdTool: agents-md# AGENTS.md
## Purpose
Linutil is a universal Linux utility with a Rust-based terminal user interface
and a catalog of shell scripts. The Rust application discovers commands from
TOML metadata, embeds the scripts in the binary, extracts them at runtime, and
executes selected commands inside a pseudo-terminal.
Read `SPEC.md` before making architectural or behavior changes.
## Repository layout
- `core/`: Backend library, menu data model, TOML parsing, platform
preconditions, and embedded script extrac.opencode/File: .gitignoreTool: opencode