Skip to content

docs: add AdaL installation instructions#400

Open
liyin2015 wants to merge 1 commit intoobra:mainfrom
liyin2015:add-adal-cli
Open

docs: add AdaL installation instructions#400
liyin2015 wants to merge 1 commit intoobra:mainfrom
liyin2015:add-adal-cli

Conversation

@liyin2015
Copy link

@liyin2015 liyin2015 commented Feb 2, 2026

Summary

Adds AdaL installation instructions alongside Claude Code and Codex.

About AdaL

AdaL is a self-evolving AI coding agent that is fully compatible with Claude Code skills and the plugin marketplace system. Users can install Superpowers using the same plugin marketplace commands.

Changes

  • Added AdaL installation section with marketplace and plugin install commands

🌸 Generated with AdaL

Summary by CodeRabbit

Release Notes

  • Documentation
    • Added AdaL installation instructions to README, including commands for marketplace registration and plugin installation
    • Installation steps included in two sections of the setup guide for enhanced visibility

✏️ Tip: You can customize this high-level summary in your review settings.

@coderabbitai
Copy link

coderabbitai bot commented Feb 2, 2026

📝 Walkthrough

Walkthrough

Adds AdaL installation section to README.md, introducing marketplace registration and plugin installation commands for the superpowers plugin. These steps are duplicated across two separate locations within the installation flow documentation.

Changes

Cohort / File(s) Summary
Documentation Updates
README.md
Added AdaL installation instructions including marketplace registration (/plugin marketplace add obra/superpowers-marketplace) and plugin installation (/plugin install superpowers@superpowers-marketplace) commands in two separate sections of the installation guide.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

Possibly related PRs

Poem

🐰 The README hops with fresh new lines,
AdaL commands now clearly shine,
Two paths, one message, all aligned—
Installation wisdom, doubly signed! ✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'docs: add AdaL installation instructions' directly and clearly summarizes the main change: adding documentation for AdaL installation, which matches the changeset's addition of AdaL installation sections to README.md.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
README.md (1)

29-29: ⚠️ Potential issue | 🟡 Minor

Update the platform note to include AdaL.

The platform overview mentions Claude Code's plugin system but doesn't reference AdaL, which is now also documented as using the same plugin marketplace system. This creates an incomplete picture for users reading the installation section.

📝 Suggested update
-**Note:** Installation differs by platform. Claude Code has a built-in plugin system. Codex and OpenCode require manual setup.
+**Note:** Installation differs by platform. Claude Code and AdaL have built-in plugin systems. Codex and OpenCode require manual setup.
🤖 Fix all issues with AI agents
In `@README.md`:
- Around line 60-72: The AdaL section currently shows only install commands;
update the AdaL heading/paragraph to briefly describe AdaL as a self-evolving AI
coding agent and when to use this installation method (e.g., for autonomous code
generation/CI workflows), clarify how it relates/differs from Claude Code
despite using similar plugin commands, and add links to https://sylph.ai and
https://github.com/SylphAI-Inc/adal-cli so users can learn more; ensure this
descriptive text appears immediately above the existing plugin
marketplace/install commands in the AdaL section.

Comment on lines +60 to +72
### AdaL

In AdaL, register the marketplace:

```bash
/plugin marketplace add obra/superpowers-marketplace
```

Then install the plugin:

```bash
/plugin install superpowers@superpowers-marketplace
```
Copy link

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Add context about AdaL to help users understand when to use this installation method.

The new AdaL section provides installation commands but offers no context about what AdaL is or how it relates to the other platforms listed. The PR objectives indicate this section should "Describe AdaL as a self-evolving AI coding agent" and include links to https://sylph.ai and https://github.com/SylphAI-Inc/adal-cli, but these details are missing from the actual changes.

Without this context, users won't know:

  • What AdaL is or when they should use this installation method
  • How AdaL relates to Claude Code (despite using identical commands)
  • Where to learn more about AdaL
📝 Suggested enhancement
 ### AdaL
 
+[AdaL](https://sylph.ai) is a self-evolving AI coding agent that is fully compatible with Claude Code skills and the plugin marketplace system. Learn more at [github.com/SylphAI-Inc/adal-cli](https://github.com/SylphAI-Inc/adal-cli).
+
 In AdaL, register the marketplace:
 
 ```bash
🤖 Prompt for AI Agents
In `@README.md` around lines 60 - 72, The AdaL section currently shows only
install commands; update the AdaL heading/paragraph to briefly describe AdaL as
a self-evolving AI coding agent and when to use this installation method (e.g.,
for autonomous code generation/CI workflows), clarify how it relates/differs
from Claude Code despite using similar plugin commands, and add links to
https://sylph.ai and https://github.com/SylphAI-Inc/adal-cli so users can learn
more; ensure this descriptive text appears immediately above the existing plugin
marketplace/install commands in the AdaL section.

@obra obra added new-harness Requests for harnesses with few existing items enhancement New feature or request labels Feb 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request new-harness Requests for harnesses with few existing items

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants