Skip to content

Add AdaL CLI as a supported platform - #617

Open
chindris-mihai-alexandru wants to merge 3 commits into
Egonex-AI:mainfrom
chindris-mihai-alexandru:main
Open

Add AdaL CLI as a supported platform#617
chindris-mihai-alexandru wants to merge 3 commits into
Egonex-AI:mainfrom
chindris-mihai-alexandru:main

Conversation

@chindris-mihai-alexandru

@chindris-mihai-alexandru chindris-mihai-alexandru commented Aug 3, 2026

Copy link
Copy Markdown

Adds AdaL CLI (https://adalagent.ai/) as a supported platform to the install scripts and README.

Changes:

  • install.sh: Add adal|$HOME/.adal/skills|per-skill to platforms table
  • install.ps1: Add adal to $Platforms hashtable
  • README.md: Add AdaL section, platform table row, one-line install mention
  • READMEs/*.md: Update all 7 translated READMEs with AdaL row
  • install.sh/install.ps1: Add AdaL-specific tip in cmd_install

AdaL CLI uses the same /plugin command system as Claude Code and reads skills from ~/.adal/skills/ (personal) or .adal/skills/ (project-level). The per-skill symlink style is compatible with AdaL's skill discovery mechanism.

- Add adal to install.sh platforms table (~/.adal/skills, per-skill)
- Add adal to install.ps1 platforms table (~/.adal/skills, per-skill)
- Add AdaL section to README.md with install instructions
- Add AdaL to platform compatibility table
- Add AdaL to supported platforms list
- Add AdaL tip in install.sh and install.ps1 cmd_install functions
- Update all 7 translated READMEs (es-ES, ja-JP, ko-KR, ru-RU, tr-TR, zh-CN, zh-TW)
Copilot AI review requested due to automatic review settings August 3, 2026 17:46
@chindris-mihai-alexandru

Copy link
Copy Markdown
Author

This PR adds AdaL CLI as a supported platform. See also issue #616 for the feature request discussion.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Adds AdaL CLI as a first-class supported platform by extending the cross-platform installers and updating the main + translated READMEs so users can install and discover skills in ~/.adal/skills/.

Changes:

  • Added adal to the platform tables in install.sh and install.ps1 (per-skill symlink style targeting ~/.adal/skills/).
  • Documented AdaL CLI in README.md (one-line install list, supported platform values, dedicated AdaL section, compatibility table row).
  • Updated all 7 translated READMEs to include AdaL in the platform compatibility tables.

Reviewed changes

Copilot reviewed 10 out of 10 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
README.md Documents AdaL CLI installation and adds it to platform lists/tables.
install.sh Adds adal platform mapping and prints an AdaL-specific post-install tip.
install.ps1 Adds adal platform mapping and prints an AdaL-specific post-install tip.
READMEs/README.zh-TW.md Adds AdaL CLI row to the platform compatibility table.
READMEs/README.zh-CN.md Adds AdaL CLI row to the platform compatibility table.
READMEs/README.tr-TR.md Adds AdaL CLI row to the platform compatibility table.
READMEs/README.ru-RU.md Adds AdaL CLI row to the platform compatibility table.
READMEs/README.ko-KR.md Adds AdaL CLI row to the platform compatibility table.
READMEs/README.ja-JP.md Adds AdaL CLI row to the platform compatibility table.
READMEs/README.es-ES.md Adds AdaL CLI row to the platform compatibility table.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread install.sh
Comment on lines +236 to +238
if [[ "$id" == "adal" ]]; then
printf '\n Tip: AdaL uses /plugin commands — install with /plugin marketplace add Egonex-AI/Understand-Anything and /plugin install understand-anything, or use the install.sh script above.\n'
fi
Comment thread install.ps1
Comment on lines +249 to +251
if ($Id -eq 'adal') {
Write-Host "`n Tip: AdaL uses /plugin commands — install with /plugin marketplace add Egonex-AI/Understand-Anything and /plugin install understand-anything, or use the install.ps1 above."
}
- Replace hardcoded LAYER_ORDER with dynamic derivation from graph.layers
  array position (index 0 = top, index N = bottom)
- Eliminates DRY violation and silent failure for unknown layer IDs
- Fix stale comment: '(sorted)' → '(architectural order)'
- Add 8 tests for aggregateLayerEdges and computePortals (14 total)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants