Skip to content

Support markdown manifests + directory fallback for apps#52

Merged
KjetilVaa merged 1 commit intostagingfrom
feat/apps-markdown-register
Feb 25, 2026
Merged

Support markdown manifests + directory fallback for apps#52
KjetilVaa merged 1 commit intostagingfrom
feat/apps-markdown-register

Conversation

@KjetilVaa
Copy link
Copy Markdown
Collaborator

Summary

  • reef apps register --manifest ./app.md now parses app markdown files instead of only accepting JSON manifests
  • reef apps read <appId> falls back to fetching from the directory API when the app is not installed locally, then caches it to ~/.reef/apps/ for future reads
  • Fix async handling for apps read CLI action

Test plan

  • reef apps register --app-id test --name Test --manifest ./test.md with a valid app markdown
  • reef apps read <appId> for an app not installed locally but registered in the directory
  • reef apps read <appId> for an app already installed locally (no change in behavior)

🤖 Generated with Claude Code

…apps read

- `reef apps register --manifest ./app.md` now parses app markdown files
  instead of only accepting JSON
- `reef apps read <appId>` falls back to the directory API when the app
  is not installed locally, then caches it for future reads

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@KjetilVaa KjetilVaa merged commit 85fdeec into staging Feb 25, 2026
2 checks passed
@KjetilVaa KjetilVaa deleted the feat/apps-markdown-register branch February 25, 2026 13:42
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.

1 participant