docs(landing): align docs + secondary landing with new lobu.toml schema#248
Closed
buremba wants to merge 1 commit into
Closed
docs(landing): align docs + secondary landing with new lobu.toml schema#248buremba wants to merge 1 commit into
buremba wants to merge 1 commit into
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.
1 task
buremba
added a commit
that referenced
this pull request
May 29, 2026
buremba
added a commit
that referenced
this pull request
May 29, 2026
* feat(linkedin): home_feed via content-script scrape + bump owletto pointer The personalized LinkedIn home feed is the one feed that can't be read via network capture: attaching the CDP debugger stops the feed rendering so the Voyager responses never arrive. Add a home_feed feed that reads it via the extension's cs_scrape content-script op (no debugger) instead. company_updates + jobs are unchanged (still extensionNetworkSync). Bumps the owletto submodule pointer to d8f4535, which provides the cs_scrape op. * chore: bump owletto pointer to cs_scrape firstLine/nav fixes (#248)
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.Stacked on
Depends on #247 (inline memory config + engineering rename); PR base is
pr/schema-migration-engineering-rename. Merge #247 first, then this.Test plan
cd packages/landing && bun run buildpasses