Major changes: - Added current date/time to system prompt so Ikario always knows when it is - Created comprehensive Tavily MCP integration spec (10 features) - Updated .gitignore to exclude node_modules Time Access Feature: - Modified buildSystemPrompt in server/routes/messages.js - Modified buildSystemPrompt in server/routes/claude.js - Ikario now receives: date, time, ISO timestamp, timezone - Added debug logging to verify system prompt Tavily MCP Spec (app_spec_tavily_mcp.txt): - Internet access via Tavily search API - 10 detailed features with implementation steps - Compatible with existing ikario-memory MCP - Provides real-time web search and news search 🤖 Generated with Claude Code Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
55 lines
1.6 KiB
JSON
55 lines
1.6 KiB
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(test:*)",
|
|
"Bash(cat:*)",
|
|
"Bash(netstat:*)",
|
|
"Bash(docker-compose:*)",
|
|
"Bash(ls:*)",
|
|
"Bash(git:*)",
|
|
"Bash(rm:*)",
|
|
"Bash(python autonomous_agent_demo.py:*)",
|
|
"Bash(python:*)",
|
|
"Bash(docker logs:*)",
|
|
"Bash(curl:*)",
|
|
"Bash(timeout 30 tail:*)",
|
|
"Bash(xargs:*)",
|
|
"Bash(npm run dev:*)",
|
|
"Bash(npm run build:*)",
|
|
"Bash(npm install:*)",
|
|
"WebFetch(domain:docs.anthropic.com)",
|
|
"WebFetch(domain:docs.claude.com)",
|
|
"Bash(npm start)",
|
|
"Bash(node test_extended_thinking.js:*)",
|
|
"Bash(node test_screenshot.js:*)",
|
|
"Bash(node test_thinking_badge.js:*)",
|
|
"Bash(node test_thinking_badge_simple.js:*)",
|
|
"Bash(node:*)",
|
|
"Bash(npx sqlite3:*)",
|
|
"Bash(taskkill:*)",
|
|
"Bash(findstr:*)",
|
|
"Bash(tee:*)",
|
|
"Bash(grep:*)",
|
|
"Bash(timeout 10 tail:*)",
|
|
"Bash(iconv:*)",
|
|
"Bash(pip install:*)",
|
|
"Bash(sqlite3:*)",
|
|
"Bash(wmic process where \"name=''python.exe''\" get ProcessId,CommandLine /format:list)",
|
|
"Bash(powershell -Command \"Get-Process python | Select-Object Id, Path, StartTime | Format-List\")",
|
|
"Bash(powershell:*)",
|
|
"Bash(timeout 5 tail:*)",
|
|
"Bash(timeout 8 tail:*)",
|
|
"Bash(find:*)",
|
|
"Bash(npm:*)",
|
|
"Bash(tasklist:*)",
|
|
"Bash(chmod:*)",
|
|
"Bash(restart.bat)",
|
|
"Bash(npm run dev)",
|
|
"Bash(pkill:*)",
|
|
"Bash(claude doctor:*)",
|
|
"Bash(dir /s /b \".claude_settings.json\")",
|
|
"Bash(dir /s /b \"settings.local.json\")",
|
|
"Bash(python -m json.tool:*)"
|
|
]
|
|
}
|
|
} |