From e6f5812a27efe54f393c197ccd8e9e8b46d9ec7c Mon Sep 17 00:00:00 2001 From: 24601 <24601@users.noreply.github.com> Date: Mon, 21 Sep 2026 11:23:17 -0600 Subject: [PATCH 1/2] Recategorize Augustus from research to agents Move 24601/Augustus into Agent tooling (category id agents), matching peer agent skills and tooling. Tighten description to class-first wording with TypeSafe Jev as the dominant exemplar. Affiliation: I maintain Augustus. --- data/projects.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/projects.json b/data/projects.json index 58af391..a9f486f 100644 --- a/data/projects.json +++ b/data/projects.json @@ -7234,8 +7234,8 @@ "name": "Augustus", "repo": "24601/Augustus", "site": "https://24601.github.io/Augustus/", - "description": "Agent skill: design judgment-assisted systems with TypeSafe Jev (System One). Maps Choice/Score/Noul onto decision theory, reranking, and routing. Composition algebra, question design, validation gates. MIT.", - "category": "research", + "description": "Design-judgment skill for the decision-model class (classifiers, enc/dec, specialized AR heads, System One); TypeSafe Jev is the dominant exemplar. Composition algebra, question design, and a validation gate.", + "category": "agents", "language": "Python", "stars": 6, "added": "2026-09-20", From 7ff18835cf6c532d3aa9e3ec2613b35ddf8b8843 Mon Sep 17 00:00:00 2001 From: Basit Mustafa <24601@users.noreply.github.com> Date: Wed, 23 Sep 2026 11:48:48 -0600 Subject: [PATCH 2/2] Update Augustus description to current find/build/evaluate/improve positioning Drafted with AI assistance. Co-Authored-By: Claude Opus 5.5 (1M context) Claude-Session: https://claude.ai/code/session_01RYUVwhgXGhA1PciC6dqYoJ --- data/projects.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/projects.json b/data/projects.json index a9f486f..5c16b7b 100644 --- a/data/projects.json +++ b/data/projects.json @@ -7234,7 +7234,7 @@ "name": "Augustus", "repo": "24601/Augustus", "site": "https://24601.github.io/Augustus/", - "description": "Design-judgment skill for the decision-model class (classifiers, enc/dec, specialized AR heads, System One); TypeSafe Jev is the dominant exemplar. Composition algebra, question design, and a validation gate.", + "description": "Independent agent skill for finding, building, evaluating, and improving decision-model systems with composition rules, evaluation harnesses, and bounded prompt/program optimization; TypeSafe Jev is the default hosted exemplar.", "category": "agents", "language": "Python", "stars": 6,