Snapshot date: 2026-03-25
Refresh workflow: run npm run refresh-status in ciq-mvp2-docs when both repos are available locally.
Method: headline completion percentages are based on the tracked MVP items below. Documentation completion counts items marked complete. Implementation completion counts items marked implemented. Items marked in-progress stay visible in the tables and delivery counts, but they do not count as complete.
| Metric | Value |
|---|
| Program status | Active delivery |
| MVP start date | 2026-03-03 |
| Days since MVP start | 22 |
| Release window | TBD |
| Documentation completion | 96% (22/23 tracked items) |
| Implementation completion | 48% (11/23 tracked items) |
| Docs-to-implementation gap | 48 percentage points |
| Implementation in progress | 8 tracked items |
| Implementation not started | 4 tracked items |
Documentation is ahead of implementation. Core account flows are present, while several advanced or secondary surfaces are still partial or planned.
| Signal | Value |
|---|
| Combined commits since MVP start | 53 |
| Total commits across both repos | 53 |
| Commits in last 7 days | 19 |
| Commits in last 14 days | 37 |
| Average commits per day since MVP start | 2.4 |
| Docs pages in repo | 133 |
| Route docs (non-index) | 53 |
| Component docs (non-index) | 11 |
| Implemented app pages | 24 |
| Daily token usage | Not instrumented yet |
| Repo | First commit | Total commits | Commits since MVP start | Last 7 days | Last 14 days |
|---|
ciq-mvp2-app | 2026-03-03 | 28 | 28 | 9 | 19 |
ciq-mvp2-docs | 2026-03-03 | 25 | 25 | 10 | 18 |
| Item | Docs | Implementation | Evidence |
|---|
| Get Started onboarding | complete | implemented | src/app/get-started/page.tsx |
| Dashboard | complete | implemented | src/app/account/dashboard/page.tsx |
| Workspaces list | complete | implemented | src/app/account/workspaces/page.tsx |
| Workspace detail and node views | complete | in progress | src/app/account/workspaces/[workspaceId]/page.tsx |
| Knowledge bases list and detail | complete | implemented | src/app/account/knowledge-bases/page.tsx |
| Channels management | complete | implemented | src/app/account/channels/page.tsx |
| Agents | complete | in progress | src/app/account/agents/page.tsx |
| Settings and admin surfaces | complete | in progress | src/app/account/settings/page.tsx |
| Profile, billing, and activity | complete | in progress | src/app/account/my-profile/page.tsx |
| Comments moderation queues | complete | in progress | src/app/account/comments/page.tsx |
| Reviews management | complete | in progress | src/app/account/reviews/page.tsx |
| Chatti Live surfaces | complete | not started | Documented as part of the broader platform shape, but not yet represented as a dedicated app surface in this repo. |
| Private documentation hub | complete | implemented | Docs website is now live and accessible through Cloudflare Pages. |
| Item | Docs | Implementation | Evidence |
|---|
| Shared connect-channel flows | complete | implemented | src/components/onboarding/shared-connection-flows.tsx |
| Workspace and knowledge-base filters | complete | in progress | Filter controls exist, but not every documented behavior is fully realized across surfaces. |
| Page list toolbars and table patterns | complete | implemented | src/components/page-list-toolbar.tsx |
| Knowledge-base mapping and configuration | complete | in progress | Core settings UI exists, while the full documented mapping story is still broader than the current shipped UI. |
| Daily token usage analytics | partial | not started | Useful for BA reporting, but no repo-backed instrumentation is currently available. |
| Item | Docs | Implementation | Evidence |
|---|
| Channel card | complete | implemented | src/components/channel-card/channel-card.tsx |
| Knowledge-base card | complete | implemented | Represented within current page implementations and supporting docs. |
| Knowledge-base settings accordion | complete | implemented | src/components/kb/kb-settings-accordion.tsx |
| Workspace card | complete | not started | The reusable contract is documented, but a dedicated code component is not present yet. |
| Agent configuration component | complete | not started | Documented as part of the target platform model, but not yet implemented as a reusable UI contract. |
| Layout | Status | Notes |
|---|
| Desktop | implemented | Primary working form factor for the current MVP. |
| Tablet | in progress | Some responsive behavior exists, but tablet-specific polish is not yet fully tracked or completed. |
| Mobile | not started | Not currently a committed MVP-quality layout target. |
/account/agents -> src/app/account/agents/page.tsx
/account/channels -> src/app/account/channels/page.tsx
/account/comments -> src/app/account/comments/page.tsx
/account/components -> src/app/account/components/page.tsx
/account/conversations -> src/app/account/conversations/page.tsx
/account/dashboard -> src/app/account/dashboard/page.tsx
/account/knowledge-bases/[kbId] -> src/app/account/knowledge-bases/[kbId]/page.tsx
/account/knowledge-bases -> src/app/account/knowledge-bases/page.tsx
/account/my-profile/activity-log -> src/app/account/my-profile/activity-log/page.tsx
/account/my-profile/billing -> src/app/account/my-profile/billing/page.tsx
/account/my-profile -> src/app/account/my-profile/page.tsx
/account -> src/app/account/page.tsx
/account/reviews -> src/app/account/reviews/page.tsx
/account/settings -> src/app/account/settings/page.tsx
/account/workspaces/[workspaceId] -> src/app/account/workspaces/[workspaceId]/page.tsx
/account/workspaces -> src/app/account/workspaces/page.tsx
/get-started -> src/app/get-started/page.tsx
/ -> src/app/page.tsx
/profile/activity-log -> src/app/profile/activity-log/page.tsx
/profile/billing -> src/app/profile/billing/page.tsx
/profile -> src/app/profile/page.tsx
/sign-in -> src/app/sign-in/page.tsx
/sign-up -> src/app/sign-up/page.tsx
/verify -> src/app/verify/page.tsx
| Date | Repo | Commit | Work done |
|---|
| 2026-03-25 | ciq-mvp2-app | 461600d | Refactor UI components and enhance styling for improved user experience |
| 2026-03-25 | ciq-mvp2-docs | 143db67 | Launch the private documentation hub and align the docs for publishing. |
| 2026-03-24 | ciq-mvp2-docs | 708d39e | Update documentation to enhance clarity and detail across various sections. Added new entries for exploration and dashboard analytics in the README, expanded the analytics-events documentation to include future dashboard enablement events, and refined the layout and functionality descriptions for the Reviews page. Improved workspace and knowledge base documentation to reflect accurate counts and filtering behavior. Enhanced the overall structure and consistency of the documentation to support better user understanding and navigation. |
| 2026-03-24 | ciq-mvp2-app | 9b1a882 | Enhance scrollbar styles and improve AgentsPage query handling |
| 2026-03-24 | ciq-mvp2-docs | df544e0 | Enhance documentation to support rebuildability and clarify AI governance. Added sections on API and persistence contracts, AI prompts, and operational recovery guidance. Updated architecture layers to reflect the role of agents and channels in the platform. Revised documentation standards to ensure all critical contracts are documented, including workflows and AI behaviors, to facilitate platform regeneration if needed. |
| 2026-03-24 | ciq-mvp2-app | d6a41be | Enhance workspace tables with column visibility and pagination features |
| 2026-03-23 | ciq-mvp2-docs | 82cb4a4 | Enhance application shell and data model documentation. Added a shared footer section for authenticated app pages, detailing its layout and functionality. Expanded connection-level fields in the data model to include SMS compliance details, brand, and campaign registration fields. Updated agents documentation to reflect changes in the agents table layout and SMS channel management, including compliance handling and wizard flow improvements. |
| 2026-03-23 | ciq-mvp2-docs | 42c8c0e | Refactor data model documentation to consolidate and clarify the structure of Workspaces, Knowledge Bases, and Agents. Updated the default workspace and knowledge base creation process to include a default agent, ensuring every workspace has both a knowledge base and an agent upon creation. Enhanced the agents tab layout and functionality, including default agent management and improved inline editing capabilities. Revised related documentation for consistency and clarity across the platform. |
| 2026-03-23 | ciq-mvp2-app | 6c500c2 | Add Radix UI Accordion and Collapsible components to enhance UI |
| 2026-03-23 | ciq-mvp2-docs | 1e10e6c | Refactor AI governance documentation and update agent roles. Removed the Architecht agent documentation, replaced the Playground entry in the sitemap with Components, and enhanced the agents overview with detailed role descriptions and responsibilities. Updated decision flow and channel ownership model documentation for clarity and consistency across the AI-assisted development lifecycle. |
- Finalize Cloudflare Access and attach the final custom docs domain.
- Expand workspace-detail implementation toward the broader documented node-view scope.
- Continue moving documented agent and settings contracts into production-grade UI behavior.
- Define whether tablet polish is required for MVP sign-off or can remain post-MVP.
- Daily token-usage analytics is not instrumented yet, so BA-facing usage reporting cannot be automated from the repos.
- Several route documents intentionally describe target-state behavior that is broader than the currently shipped UI.
- Mobile readiness is not yet part of the clearly implemented scope, so cross-device expectations should be stated explicitly.
- Documentation is intentionally acting as the forward-looking MVP contract, not only as a reflection of shipped UI.
- The docs and implementation repos started on the same day, which makes combined commit and cadence reporting easier to reason about.
- The gap between documented routes and implemented pages is useful as a planning signal for BA and delivery prioritization.