issues Search Results · language:Dune language:Python language:Python language:JavaScript language:JavaScript language:Java
Filter by
55M results
Problem
The PostToolUse/Agent capture hook and the orchestrator s active-spawn.json write (added in #525) share a single
.pipeline/artifacts/active-spawn.json. When a wave spawns multiple agents in parallel, ...
Kontext
Die In-App-Doku ist aktuell nur über das BookOpen-Icon im Sidebar-Footer erreichbar:
// frontend/src/components/Footer/index.tsx
{
key: docs ,
Icon: BookOpen as IconComponent,
url: paths.appDocs(), ...
documentation
enhancement
frontend
Kontext
Es gibt zwei Doku-Pfade in der App:
// frontend/src/utils/paths.ts
docs: (path = ) = {
// Externe gehostete Doku (Feature-/Agent-/Channel-Guides).
return `https://opensin.delqhi.com/docs${path}`; ...
documentation
infra
Where
pkgs/maki-stem/src/maki_stem/main.py:535 — _feed_memories(user_message, cortex_response).
What
async def _feed_memories(user_message: str, cortex_response: str):
for attempt in range(2):
...
automated
bug
P3
Goal
build_dmg.sh at the repo root is an orphaned script that references the wrong binary path, uses ad-hoc signing (--sign
Developer ID Application without a real identity), reads from a non-existent ...
afk
Kontext
Der Doku-Content wird aktuell manuell aus docs/ nach frontend/src/pages/Docs/content/ kopiert und per Vite ?raw
importiert:
// frontend/src/pages/Docs/docsManifest.ts
const rawDocs = import.meta.glob( ...
documentation
infra
tech-debt
Kontext
Die In-App-Doku bündelt 14 kuratierte Markdown-Dateien aus dem docs/-Ordner. Diese werden 1:1 als Frontend-Content
gespiegelt:
// frontend/src/pages/Docs/docsManifest.ts
const FILE_TO_SLUG: Record ...
documentation
enhancement
Kontext
Die mobile Navigation der Doku (frontend/src/pages/Docs/index.tsx) ist als Off-Canvas-Overlay bereits implementiert:
// frontend/src/pages/Docs/index.tsx
{mobileNavOpen (
div className= ...
documentation
enhancement
frontend
Kontext
Die neue In-App-Doku unter /docs (siehe frontend/src/pages/Docs/) setzt aktuell keinen per-Seite Browser-Titel und keine
Meta-Description. Der Tab zeigt immer den globalen Titel aus frontend/index.html: ...
documentation
enhancement
frontend
Goal
core.py line ~6369 calls re.compile(pattern, flags|re.UNICODE) with a user-supplied pattern, and ~6403 calls
regex.finditer(page_text) — both with no timeout. A pattern like (a+)+$ (5 chars, passes ...
afk

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.