docs: Phase 1 Tier B/C — multi-context, intelligence stack, common prompts #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_mik_phase1_tier_bc"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Lands the 3 unmerged concept/task pages from the original
development_mik_capability_pagesdraft branch (s51), surgically selected so this PR adds new content only and does not regress dev.The 10 Tier A service pages from the original draft already landed via
6ed62f6in s52; this PR completes Phase 1 by adding the three "concept explainer" pages the AI Assistant grounds on alongside the per-service docs.What's in
collections/hero_os_guide/concept_intelligence_stack.md— Embedder + Books + Indexer + AI Broker + Agent layered designcollections/hero_os_guide/concept_multi_context.md— How Hero OS enforces per-tenant isolation across services and the AI Assistantcollections/hero_os_guide/tasks_common_prompts.md— Ten canonical AI Assistant prompts that work todayPlus three ebook manifest entries:
ebooks/hero_os_guide/14_concept_multi_context.heroebooks/hero_os_guide/15_concept_intelligence_stack.heroebooks/hero_os_guide/16_tasks_common_prompts.heroWhy surgical, not a merge of the draft branch
The original draft branch also holds older versions of three Tier A ebook entries (calendar, videos, foundry) that have since been improved on dev by ~30–40 bytes each. Merging the whole branch would regress those. Cherry-picking only the six unique-to-branch files preserves dev's improvements.
Staleness fix
One line in
concept_intelligence_stack.mdwas updated:hero_embedder_ui/ui.sock→hero_embedder_web/web.sock, matching the current crate layout on origin/development. The naming itself is in the home#230 phase 3 outlier audit (embedder is the only repo with_webinstead of_adminfor its admin dashboard), but for now the doc reflects current reality.Test plan
_ui/ui.sock/BASE_PATHreferences after the embedder fix.hero_indexercycle so the AI Assistant can ground on them.development_mik_capability_pagesdraft branch can be deleted.Refs
_webvs_adminoutlier audit6ed62f6Signed-off-by: mik-tf