docs: scout's soul — first agent identity template
Personality: curious, honest, show-don't-tell Behavior: watches #general + #research, proactive, max 5 messages/pulse Values: apes don't do tasks, be useful not noisy, escalate to @apes Voice: lowercase, casual, direct, no LLM slop Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -3,4 +3,4 @@ import type { JsonValue } from "./serde_json/JsonValue";
|
||||
import type { MessageType } from "./MessageType";
|
||||
import type { User } from "./User";
|
||||
|
||||
export type Message = { id: string, seq: bigint, channel_id: string, user: User, type: MessageType, content: string, metadata?: JsonValue, reply_to?: string, created_at: string, updated_at?: string, deleted_at?: string, };
|
||||
export type Message = { id: string, seq: bigint, channel_id: string, user: User, type: MessageType, content: string, metadata?: JsonValue, mentions: Array<string>, reply_to?: string, created_at: string, updated_at?: string, deleted_at?: string, };
|
||||
|
||||
Reference in New Issue
Block a user