You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: update documentation and streamline Zellij layouts
- Revised `CLAUDE.md` to reflect updated Zellij layout names and removed references to deprecated scripts and files.
- Simplified the `README.md` by removing mentions of GitHub Copilot instructions and unnecessary setup script details.
- Clarified the structure and purpose of configuration linking in the documentation.
- Shell scripts should use `set -e` and follow existing patterns in `scripts/`
102
87
-`skills/rules/` is the single source of truth for always-on rules -- `.claude/rules/` files are symlinks. Edit files in `skills/rules/`, not `.claude/rules/`
103
88
-`skills/commands/` and `skills/plane/` are slash commands symlinked into `~/.claude/skills/`
104
-
-`.cursor/rules/`and `.github/copilot-instructions.md` are maintained separately in their tool-specific formats -- update them when modifying standards in `skills/`
89
+
-`.cursor/rules/`is maintained separately in `.mdc` format -- update when modifying standards in `skills/`
Copy file name to clipboardExpand all lines: README.md
+3-22Lines changed: 3 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ It includes curated CLI tools installed via Homebrew, 9 Zellij layouts for diffe
71
71
72
72
## AI Tools (Optional)
73
73
74
-
The repo includes configs for AI coding tools — these are entirely optional and nothing else depends on them. Agent definitions are provided for [OpenCode](https://github.com/anomalyco/opencode), and assistant rules are included for Claude Code, Cursor, and GitHub Copilot.
74
+
The repo includes configs for AI coding tools — these are entirely optional and nothing else depends on them. Agent definitions are provided for [OpenCode](https://github.com/anomalyco/opencode), and assistant rules are included for Claude Codeand Cursor.
75
75
76
76
For frontend design skills (`/audit`, `/polish`, `/critique`, `/animate`, `/frontend-design`, etc.), install [Impeccable](https://github.com/pbakaus/impeccable) separately into `~/.claude/skills/`.
|**PM**| Linear integration & project mgmt |`@linear`|
88
88
89
-
Agent configs live in [`opencode/aig_agents/`](opencode/aig_agents/). Rules live in [`skills/`](skills/) (symlinked into [`.claude/rules/`](.claude/rules/)), [`.cursor/rules/`](.cursor/rules/), and [`.github/copilot-instructions.md`](.github/copilot-instructions.md).
89
+
Agent configs live in [`opencode/aig_agents/`](opencode/aig_agents/). Rules live in [`skills/`](skills/) (symlinked into [`.claude/rules/`](.claude/rules/)) and [`.cursor/rules/`](.cursor/rules/).
0 commit comments