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 */ + ) ;