news: add codex skills option entry

This commit is contained in:
Hauke Schnau 2026-01-15 12:12:42 +01:00 committed by Austin Horstman
parent f1b5f20210
commit cae8abb629

View file

@ -0,0 +1,9 @@
{ config, ... }:
{
time = "2026-01-15T11:10:49+00:00";
condition = config.programs.codex.enable;
message = ''
A new 'programs.codex.skills' option is available to configure Codex
skills from inline definitions or a directory of skill folders.
'';
}