pub struct RepoBrainSource;Expand description
Adapter for guildgate’s Repo Brain. Reads UBIQUITOUS_LANGUAGE.md (one memory
per glossary term — the ## sections AFTER a ## Terms heading) plus
docs/wiki/ai/CONTRACTS.md and CONSTRAINTS.md (one whole-document memory
each). Knows the FORMAT (a data contract), never guildgate’s code. Missing
files are skipped.
Trait Implementations§
Source§impl IngestSource for RepoBrainSource
impl IngestSource for RepoBrainSource
Auto Trait Implementations§
impl Freeze for RepoBrainSource
impl RefUnwindSafe for RepoBrainSource
impl Send for RepoBrainSource
impl Sync for RepoBrainSource
impl Unpin for RepoBrainSource
impl UnsafeUnpin for RepoBrainSource
impl UnwindSafe for RepoBrainSource
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more