You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>The ticketing provider's boards and CRM's pipeline views are the primary portfolio dashboards. A <code>/haiku:portfolio</code> skill can additionally query providers and aggregate a CLI summary of all active intents across studios.</p>
559
-
<prestyle="margin-top:0.75rem; padding:1rem; background:var(--accent-bg); border-radius:0.5rem; font-size:0.8rem; overflow-x:auto; color:var(--accent)"><code># /haiku:portfolio queries providers, not local files
560
-
→ Ticketing: list all H·AI·K·U epics, show stage/status
561
-
→ CRM: list all active deals, show pipeline stage
562
-
→ Knowledge: list recent cross-studio handoffs
563
-
564
-
# Output: unified view
565
-
Active Intents:
566
-
[software] feature-x — development (3/6 stages) Jira: PROJ-42
<p>The <code>/browse</code> feature is a hosted SPA that renders H·AI·K·U workspaces from any source:</p>
559
+
<prestyle="margin-top:0.75rem; padding:1rem; background:var(--accent-bg); border-radius:0.5rem; font-size:0.8rem; overflow-x:auto; color:var(--accent)"><code># Local — drag and drop a project folder
560
+
/browse → reads .haiku/ via File System Access API
561
+
562
+
# Remote — connect to any Git provider
563
+
/browse/git?repo=github.com/org/repo → GitHub REST API
564
+
/browse/git?repo=gitlab.com/group/project → GitLab REST API
565
+
566
+
# Auth — SPA OAuth for private repos
567
+
/auth/github/callback → code exchange via GCP Cloud Function
568
+
/auth/gitlab/callback → code exchange via GCP Cloud Function
569
+
570
+
# Views: Portfolio → Intent → Stage → Unit
571
+
# Same components for local and remote — only the data source differs</code></pre>
572
+
<pstyle="font-size:0.85rem; margin-top:0.5rem">Ticketing provider boards remain the primary operational dashboard. <code>/browse</code> adds artifact-level visibility — dive into intent specs, unit criteria, stage outputs — directly from the browser.</p>
0 commit comments