@@ -134,6 +134,9 @@ test('agent-tools exposes agent ops tools', async (t) => {
|
||||
'get_hrpc_allowlist_status',
|
||||
'emit_host_notification',
|
||||
'request_host_action',
|
||||
'discord_send_message',
|
||||
'discord_channel_status',
|
||||
'discord_read_inbox',
|
||||
'autonomous_run',
|
||||
'autonomous_run_status',
|
||||
'autonomous_run_stop',
|
||||
@@ -215,6 +218,14 @@ test('agent-tui embeds operating contract appendix', async (t) => {
|
||||
t.ok(TUI.includes('BARE_OS_AGENT_DISCORD'))
|
||||
t.ok(TUI.includes('verification_hints'))
|
||||
t.ok(TUI.includes('NEVER ASK'))
|
||||
t.ok(TUI.includes('YOU RUN THE TOOLS'))
|
||||
t.ok(TUI.includes('The user never runs your tools'))
|
||||
t.ok(TUI.includes('discord_send_message'))
|
||||
t.ok(TUI.includes('DISCORD CHANNEL'))
|
||||
t.ok(TUI.includes('The user is not your tool runner'))
|
||||
t.ok(TUI.includes('You can create files, edit files'))
|
||||
t.ok(TUI.includes('Never say you cannot write files'))
|
||||
t.ok(TUI.includes('ONLY your final answer'))
|
||||
t.ok(TUI.includes('Lead with tools'))
|
||||
t.ok(TUI.includes('TOOL DISCIPLINE'))
|
||||
t.ok(TUI.includes('WORK POLICY'))
|
||||
|
||||
Reference in New Issue
Block a user