Skip to content

refactor: replace resolveLanguage with resolveLiteral (companion to coasys/ad4m#842)#613

Open
HexaField wants to merge 1 commit into
devfrom
refactor/typed-rdf-literals-and-fn-cleanup
Open

refactor: replace resolveLanguage with resolveLiteral (companion to coasys/ad4m#842)#613
HexaField wants to merge 1 commit into
devfrom
refactor/typed-rdf-literals-and-fn-cleanup

Conversation

@HexaField

Copy link
Copy Markdown
Contributor

Summary

Companion PR to coasys/ad4m#842 — typed RDF literals and resolveLanguage → resolveLiteral migration.

  • resolveLanguage: 'literal' removed from kanban TaskModel and docs examples (now the implicit default)
  • resolveLanguage: FILE_STORAGE_LANGUAGEresolveLiteral: false on community image/thumbnail and post image properties
  • propShape.resolveLanguagepropShape.resolveLiteral in table-view NewClass dynamic shape builder

Test plan

  • Verify kanban-view task creation still works
  • Verify community image upload/display
  • Verify post image upload/display
  • Verify table-view class creation with language properties

🤖 Generated with Claude Code

…iterals

Companion to coasys/ad4m#842. The @coasys/ad4m SDK now uses
`resolveLiteral: boolean` instead of `resolveLanguage: string`:
- `resolveLiteral: false` for file-storage expressions (Community image/thumbnail, Post image)
- Removed `resolveLanguage: 'literal'` where literal is now the default (TaskModel, docs)
- Updated dynamic SHACL shape builder in NewClass to use new property name
- Cleaned up unused FILE_STORAGE_LANGUAGE imports

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@netlify

netlify Bot commented Jun 18, 2026

Copy link
Copy Markdown

Deploy Preview for fluxsocial-dev ready!

Name Link
🔨 Latest commit 1c6a9e0
🔍 Latest deploy log https://app.netlify.com/projects/fluxsocial-dev/deploys/6a33ae242ce9030008331bc7
😎 Deploy Preview https://deploy-preview-613--fluxsocial-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@coderabbitai

coderabbitai Bot commented Jun 18, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@HexaField, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 56 minutes and 35 seconds. Learn how PR review limits work.

Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file).

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits.

🚦 How do rate limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, the refill rate gradually slows as usage increases. The highest same-day bursts are limited more strictly.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 24c9180c-d729-493c-91f3-d027f0eb952c

📥 Commits

Reviewing files that changed from the base of the PR and between bc3bae2 and 1c6a9e0.

📒 Files selected for processing (5)
  • docs/src/create-flux-plugin/basics/subjects.md
  • packages/api/src/community/index.ts
  • packages/api/src/post/index.ts
  • views/kanban-view/src/components/Board/TaskModel.ts
  • views/table-view/src/components/NewClass/NewClass.tsx
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch refactor/typed-rdf-literals-and-fn-cleanup

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.

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