15 Commits

Author SHA1 Message Date
Jim Myhrberg
15cb9608fe chore(mcp): remove deepwiki server from MCP configs
DeepWiki MCP is now managed via the agentic repo rather than
editor-level MCP configs.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 10:23:51 +00:00
a7b959c8fc refactor: remove AI agent config management from siren script
Agent configurations (CLAUDE.md, commands, skills, cursor rules) have
been extracted to a separate repo (jimeh/agentic). Remove all related
symlink logic, helper functions, and stale-link cleanup from siren.

- Delete claude/ directory (CLAUDE.md, settings, statusline, commands,
  skills)
- Delete cursor/user-rules.md and cursor commands
- Delete ai/references/ directory
- Remove _add_command_symlinks, _add_skill_symlinks,
  _cleanup_stale_commands, _cleanup_stale_skills functions
- Remove Claude conditional block from define_settings()
- Trim Cursor conditional block to only mcp.json symlink
- Remove stale-symlink cleanup calls from do_config()

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 23:35:28 +00:00
9e237e2c90 chore(mcp): remove memory server configuration from mcp.json files
- Deleted the memory server configuration from both mcp.json and cursor/mcp.json to streamline server settings.
2026-01-07 08:25:02 +00:00
Jim Myhrberg
9b66fffa4b feat(cursor): add symlink management for markdown commands and cleanup of stale symlinks
- Implemented symlink creation for all markdown files in cursor/commands to ~/.cursor/commands.
- Added a cleanup function to remove stale symlinks in ~/.cursor/commands that no longer point to existing files.
- Updated the configuration process to include cleanup of stale symlinks when setting up the cursor editor.
2025-12-19 11:53:42 +00:00
Jim Myhrberg
8a4cc26920 docs: add AGENTS.md for project overview and guidelines 2025-10-06 09:28:27 +01:00
Jim Myhrberg
368b8776e6 feat(cursor/user-rules): add rule about how to execute commands 2025-09-15 11:53:25 +01:00
Jim Myhrberg
0e39757975 chore(cursor/rules): update default user rules 2025-08-29 10:20:47 +01:00
5e0d16580d feat(mcp): add DeepWiki MCP server 2025-08-22 08:48:55 +01:00
0d65a072ae chore(ai-rules): add rule about comments 2025-07-26 18:31:51 +01:00
858193cdcb chore(mcp): remove servers I run/manage via ToolHive 2025-07-26 12:11:59 +01:00
a944aac6ec chore(mcp/context7): switch to local server 2025-07-08 10:13:14 +01:00
Jim Myhrberg
b71ad26e6b feat(mcp): add memory and sequential-thinking servers 2025-07-07 13:22:32 +01:00
887f415c4b chore(mcp): switch to remove context7 MCP server 2025-06-26 16:17:19 +01:00
Jim Myhrberg
28bd146962 chore(cursor): move user-rules file 2025-06-13 10:33:42 +01:00
Jim Myhrberg
16d458cb63 feat(mcp/context7): add context7 MCP server for Cursor and VSCode 2025-06-03 13:28:52 +01:00