docs(landing): align docs + secondary landing with new lobu.toml schema#249
Merged
Conversation
…toml schema - `reference/lobu-toml.md` and `reference/owletto-cli.md` document the new `[memory.owletto]` block (inline `org`/`name`/`description`) and drop the `owletto.yaml` path. - `getting-started/memory.mdx`, `guides/agent-settings.md`, `guides/architecture.mdx`, `guides/troubleshooting.md`, `platforms/discord.mdx`, and the filesystem-vs-database blog post follow the same rename. - `ArchitectureSection`, `BenchmarkSection`, `PricingSection`, `PlatformChatExamples`, `connect-from/TryItSection`, and `connect-from/ConnectFromDocContent.astro` are refreshed to use the new helpers (`getOwlettoBaseHostLabel`, `getOwlettoLoginUrl`) and reflect the "Build Memory" / "Build in Cloud" CTA direction.
buremba
added a commit
that referenced
this pull request
May 29, 2026
buremba
added a commit
that referenced
this pull request
May 29, 2026
…1158) * feat(server): associate connections with entities (union with feeds) Add entity_ids to manage_connections create/connect/update (cross-org validated via assertEntityIdsInOrg, tri-state clear on update); list entity_names + entity_id filter become a UNION of the connection's own entity_ids and its feeds' entity_ids; parse entity_ids to number[] so the API returns a typed array. Bumps owletto pointer for the matching UI. Depends on the connections.entity_ids drift migration (#1157) for prod DBs. * chore: bump owletto pointer to merged #249 (09e361d)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
reference/lobu-toml.md,reference/owletto-cli.md,getting-started/memory.mdx,guides/*,platforms/discord.mdx, filesystem-vs-database blog) now document the inline[memory.owletto]block (org/name/description) and dropowletto.yaml.ArchitectureSection,BenchmarkSection,PricingSection,PlatformChatExamples,connect-from/TryItSection,connect-from/ConnectFromDocContent.astro) refreshed to use the new helpers (getOwlettoBaseHostLabel,getOwlettoLoginUrl) and reflect the "Build Memory" / "Build in Cloud" CTA direction.Rebased onto main now that #247 has landed. Replaces closed #248.
Test plan
cd packages/landing && bun run buildpasses