From edacdf45f8871c01314563475f053370314a8bef Mon Sep 17 00:00:00 2001 From: Jackson Dean <45220444+jacksondean17@users.noreply.github.com> Date: Wed, 7 Jan 2026 11:20:34 -0800 Subject: [PATCH] update .gitignore to include .claude/ and add new agenda entry for Flexible Hardware-Enabled Guarantees --- .gitignore | 1 + sql/agendas.sql | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/.gitignore b/.gitignore index 6073cfdc..1ece2378 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ access-portal/tablesorter.css access-portal/anchor.min.js access-portal/head_date.txt slack-url.txt +.claude/ diff --git a/sql/agendas.sql b/sql/agendas.sql index 960a2866..dec7caee 100644 --- a/sql/agendas.sql +++ b/sql/agendas.sql @@ -214,4 +214,16 @@ insert into agendas(name, associated_people, associated_organizations, start_dat NULL, /* nature_of_intelligence_assumptions */ NULL /* other_assumptions */ ) + ,( + 'Flexible Hardware-Enabled Guarantees', /* name */ + '', /* associated_people */ + 'FlexHEG', /* associated_organizations */ + NULL, /* start_date */ + NULL, /* start_date_precision */ + 'FlexHEG website', /* overview */ + '', /* goals */ + '', /* ai_timelines_assumptions */ + '', /* nature_of_intelligence_assumptions */ + '' /* other_assumptions */ + ) ;