Skip to content
Open
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
5 changes: 5 additions & 0 deletions .changeset/docs-fix-core-readme-duplicate-word.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---

@steve8708 steve8708 Jun 14, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just realized - we don’t need a patch for a readme update. Let’s remove
this file and should be good to go

"@agent-native/core": patch
---

Fix a duplicate word in the core README.
2 changes: 1 addition & 1 deletion packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ Don't want to scaffold a whole app yet? Add agent-native superpowers to a coding
npx @agent-native/core@latest skills add visual-plan
```

It installs the skill, registers the hosted MCP connector, and signs you in in one step — then run `/visual-plan`. See the **[Skills Guide](https://agent-native.com/docs/skills-guide#app-backed-skills)** for more skills and local installs.
It installs the skill, registers the hosted MCP connector, and signs you in one step — then run `/visual-plan`. See the **[Skills Guide](https://agent-native.com/docs/skills-guide#app-backed-skills)** for more skills and local installs.

## Workspaces (Monorepo)

Expand Down
Loading