Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions .rulesync/skills/rulesync-feature-research/references/replit.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

## Official Docs

| Feature | Official docs | Upstream surface |
| ------------- | ---------------------------------------------------- | ------------------------------------------------------------------------------------ |
| index | `https://docs.replit.com/core-concepts/agent` | Replit Agent documentation |
| `rules` | `https://docs.replit.com/core-concepts/agent` | Replit Agent project context; Rulesync maps a Replit rules target |
| `ignore` | No dedicated upstream ignore surface in map | No Rulesync-supported Replit ignore target in map |
| `mcp` | `https://docs.replit.com/tutorials/agent-skills` | MCP is discussed as complementary to skills; no Rulesync-supported Replit MCP target |
| `commands` | No dedicated upstream commands surface in map | No Rulesync-supported Replit commands target in map |
| `subagents` | No dedicated upstream subagents surface in map | No Rulesync-supported Replit subagents target in map |
| `skills` | `https://docs.replit.com/core-concepts/agent/skills` | Project `/.agents/skills`, Agent Skills standard, Skills pane and `npx skills` |
| `hooks` | No dedicated upstream hooks surface in map | No Rulesync-supported Replit hooks target in map |
| `permissions` | No dedicated upstream permissions surface in map | No Rulesync-supported Replit permissions target in map |
| Feature | Official docs | Upstream surface |
| ------------- | ---------------------------------------------------- | ------------------------------------------------------------------------------ |
| index | `https://docs.replit.com/core-concepts/agent` | Replit Agent documentation |
| `rules` | `https://docs.replit.com/core-concepts/agent` | Replit Agent project context; Rulesync maps a Replit rules target |
| `ignore` | No dedicated upstream ignore surface in map | No Rulesync-supported Replit ignore target in map |
| `mcp` | No dedicated upstream MCP surface in map | No Rulesync-supported Replit MCP target in map |
| `commands` | No dedicated upstream commands surface in map | No Rulesync-supported Replit commands target in map |
| `subagents` | No dedicated upstream subagents surface in map | No Rulesync-supported Replit subagents target in map |
| `skills` | `https://docs.replit.com/core-concepts/agent/skills` | Project `/.agents/skills`, Agent Skills standard, Skills pane and `npx skills` |
| `hooks` | No dedicated upstream hooks surface in map | No Rulesync-supported Replit hooks target in map |
| `permissions` | No dedicated upstream permissions surface in map | No Rulesync-supported Replit permissions target in map |

## Client Anchors

Expand Down
22 changes: 11 additions & 11 deletions .rulesync/skills/rulesync-feature-research/references/windsurf.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

## Official Docs

| Feature | Official docs | Upstream surface |
| ------------- | ----------------------------------------------------- | ------------------------------------------------------------------------------------ |
| index | `https://docs.windsurf.com/` | Windsurf documentation index |
| `rules` | `https://docs.windsurf.com/windsurf/cascade/memories` | `.windsurf/rules/*.md`, global rules, AGENTS.md, activation modes |
| `ignore` | No dedicated upstream ignore surface in map | Rulesync maps a Windsurf ignore target; verify upstream before expanding behavior |
| `mcp` | No dedicated upstream MCP surface in map | No Rulesync-supported Windsurf MCP target in map |
| `commands` | `https://docs.windsurf.com/windsurf/cascade/memories` | Workflows exist upstream; no Rulesync-supported Windsurf commands target |
| `subagents` | No dedicated upstream subagents surface in map | No Rulesync-supported Windsurf subagents target in map |
| `skills` | `https://docs.windsurf.com/windsurf/cascade/memories` | Skills as bundled procedures with supporting files; Rulesync maps `.windsurf/skills` |
| `hooks` | No dedicated upstream hooks surface in map | No Rulesync-supported Windsurf hooks target in map |
| `permissions` | No dedicated upstream permissions surface in map | No Rulesync-supported Windsurf permissions target in map |
| Feature | Official docs | Upstream surface |
| ------------- | ------------------------------------------------------ | ------------------------------------------------------------------------------------ |
| index | `https://docs.windsurf.com/` | Windsurf documentation index |
| `rules` | `https://docs.windsurf.com/windsurf/cascade/memories` | `.windsurf/rules/*.md`, global rules, AGENTS.md, activation modes |
| `ignore` | No dedicated upstream ignore surface in map | Rulesync maps a Windsurf ignore target; verify upstream before expanding behavior |
| `mcp` | No dedicated upstream MCP surface in map | No Rulesync-supported Windsurf MCP target in map |
| `commands` | `https://docs.windsurf.com/windsurf/cascade/workflows` | Workflows exist upstream; no Rulesync-supported Windsurf commands target |
| `subagents` | No dedicated upstream subagents surface in map | No Rulesync-supported Windsurf subagents target in map |
| `skills` | `https://docs.windsurf.com/windsurf/cascade/skills` | Skills as bundled procedures with supporting files; Rulesync maps `.windsurf/skills` |
| `hooks` | No dedicated upstream hooks surface in map | No Rulesync-supported Windsurf hooks target in map |
| `permissions` | No dedicated upstream permissions surface in map | No Rulesync-supported Windsurf permissions target in map |

## Client Anchors

Expand Down
Loading