Agentic AI Atlasby a5c.ai
OverviewWikiGraphFor AgentsEdgesSearchWorkspace
/
GitHubDocsDiscord
i.3Wiki
Agentic AI Atlas · Phase 3: Closed Gaps
docs/genty-features-backlog-updated/phase3-closed-gapsa5c.ai
Search the atlas/
Wiki · linked records

Article and nearby pages

I.Current articlepp. 1 - 1
Gap Status MatrixGenty Stack RoadmapNext StepsGap Inventory: Category SummaryPhase 1 Inventory Adversarial Check ResultsPhase 2 Codebase Audit -- Adversarial Corrections
I.
Wiki article

docs/genty-features-backlog-updated/phase3-closed-gaps

Reading · 7 min

Phase 3: Closed Gaps reference

69 of 147 gaps (47%) can be closed. Grouped by category below.

Page nodewiki/docs/genty-features-backlog-updated/phase3-closed-gaps.mdNearby pages · 14Documents · 0

Continue reading

Nearby pages in the same section.

Gap Status MatrixGenty Stack RoadmapNext StepsGap Inventory: Category SummaryPhase 1 Inventory Adversarial Check ResultsPhase 2 Codebase Audit -- Adversarial CorrectionsPhase 2: Stale Paths ReportPhase 3: Status Reclassification -- All ChangesPhase 4: Critical Path AnalysisPhase 4: Parallel Work TracksPhase 5: Quick WinsPhase 5: Risk RegisterPhase 6: Milestone SummaryPhase 6: Roadmap

Phase 3: Closed Gaps

69 of 147 gaps (47%) can be closed. Grouped by category below.

---

Agent Delegation (2 closed / 8 total)

Gap IDTitleEvidence
GAP-AGENT-007Delegation Policy Layergovernance/engine.ts, governance/categories.ts, governance/sandboxPolicy.ts, governance/postureBridge.ts, sdk/runtime/policy/engine.ts
GAP-AGENT-008Harness Selection Policiesharness/selectionPolicies.ts (4 policies), harness/capabilityRouter.ts (selectHarness scoring)

Breakpoint Workflows (2 closed / 3 total)

Gap IDTitleEvidence
GAP-BRK-001Breakpoint Approval Chains and Escalationbreakpoints/approvalChains.ts (ApprovalChainStep, QuorumConfig, escalation)
GAP-BRK-002Breakpoint Delegation to External Systemsbreakpoints/delegation.ts, breakpoints/delegationTypes.ts (webhook routing, async approval)

Effect Routing (1 closed / 3 total)

Gap IDTitleEvidence
GAP-ROUTE-001Smart Effect Routing Engineharness/capabilityRouter.ts, harness/selectionPolicies.ts, harness/modelSelection.ts

Harness Adaptation (3 closed / 5 total)

Gap IDTitleEvidence
GAP-HADAPT-001Capability-Based Task Routingharness/capabilityRouter.ts (buildTaskRequirements, selectHarness), harness/types.ts (HarnessCapability)
GAP-HADAPT-002Model Selection Per Taskharness/modelSelection.ts (task model preference to routing bridge)
GAP-HADAPT-004Harness Fallback Chainsharness/fallbackChains.ts (FallbackChain, FallbackResolution, exhaustion detection)

JSON Interaction (4 closed / 5 total)

Gap IDTitleEvidence
GAP-JSON-001JSON API for Run Creation and Managementapi/runs.ts (ApiResult envelopes), mcp/tools/runs.ts (run_create, run_iterate, run_status)
GAP-JSON-002JSON Effect Dispatch and Response Protocolapi/effects.ts, api/effectsTypes.ts (listing, showing, cancelling, batch-committing)
GAP-JSON-003JSON Breakpoint Interaction APIapi/breakpoints.ts (list pending, get context, approve/reject with feedback)
GAP-JSON-005JSON Event Stream (SSE/WebSocket)api/eventStream.ts, storage/journalWatcher.ts, mcp/transport/websocket.ts

MCP Channels (3 closed / 4 total)

Gap IDTitleEvidence
GAP-MCPC-001MCP Channel Integration (Inbound)mcp/channels/channelManager.ts, mcp/channels/inboundQueue.ts (WakeCallback)
GAP-MCPC-002MCP Channel Outbound Messagingmcp/channels/outbound.ts (OutboundChannelSender, DEFAULT_CHANNEL_TOOL_MAPPINGS)
GAP-MCPC-004MCP Server Management UI and Connection Lifecyclemcp/client/manager.ts, mcp/client/config.ts, mcp/client/toolRegistry.ts

Observability (3 closed / 8 total)

Gap IDTitleEvidence
GAP-OBS-001Run Health Snapshotobservability/health.ts (computeRunHealthFromEvents, RunHealthSnapshot, HealthConfig)
GAP-OBS-002Phase Timeline Visualizationobservability/timeline.ts (PhaseTimeline, PhaseEntry, IterationTimeline, milestones)
GAP-OBS-004Policy Decision Trailgovernance/decisionTrail.ts, runtime/policy/logging.ts (governance-decisions.jsonl)

Observer Integration (1 closed / 2 total)

Gap IDTitleEvidence
GAP-OBS-NEW-002Dashboard API for External Dashboardsapi/ module (runs, effects, breakpoints, eventStream), mcp/tools/ JSON tools

Parallelization (2 closed / 7 total)

Gap IDTitleEvidence
GAP-PAR-002Async Effect Executionruntime/asyncEffects.ts, harness/backgroundTracker.ts (BackgroundEffectEntry/Status)
GAP-PAR-009Parallel Effect Execution Strategiesruntime/parallelStrategies.ts (4 strategies), tasks/concurrentExecution.ts (waves)

Performance (3 closed / 8 total)

Gap IDTitleEvidence
GAP-PERF-005Cache-Aware Prompt Assemblyprompts/strata.ts (PART_STRATA_MAP, STRATUM_ORDER, composeByStrataWithMeta)
GAP-PERF-006Incremental Orchestration Streamingstorage/journalWatcher.ts, api/eventStream.ts, mcp/transport/websocket.ts
GAP-PERF-008Structured Continuity Statesession/continuityState.ts (ContinuityPhase, decisions, files, findings)

Process Composition (2 closed / 4 total)

Gap IDTitleEvidence
GAP-PROC-002Process Nesting and Sub-Process Invocationruntime/intrinsics/subprocess.ts (SubprocessInvocation, ctx.subprocess())
GAP-PROC-004Process Parameter Schemas and Validationruntime/schemaValidator.ts, SubprocessInvocation.inputSchema/outputSchema

Prompt Engineering (7 closed / 12 total)

Gap IDTitleEvidence
GAP-PROMPT-001Prompt Strata Modelprompts/strata.ts (STRATUM_ORDER, PART_STRATA_MAP, composeByStrataWithMeta)
GAP-PROMPT-002Deterministic Capability Projectionprompts/capabilityCollector.ts (sorted, deterministic CollectedCapabilities.all)
GAP-PROMPT-003Runtime Personality Overlaysharness/modeSelector.ts (4 modes with per-mode config)
GAP-PROMPT-005Continuity Overlays for Resumeprompts/continuityOverlay.ts, prompts/parts/continuityOverlay.ts
GAP-PROMPT-008Coding Philosophy Prompt Sectionprompts/parts/codingPhilosophy.ts, prompts/templates/coding-philosophy.md
GAP-PROMPT-009Tool Preference and Usage Rulesprompts/parts/toolPreferences.ts, prompts/templates/tool-preferences.md
GAP-PROMPT-011Output Efficiency Rulesprompts/parts/outputEfficiency.ts, prompts/templates/output-efficiency.md
GAP-PROMPT-012Git Safety Protocol Prompt Sectionprompts/parts/gitSafety.ts, prompts/templates/git-safety.md

Remote Integration (5 closed / 9 total)

Gap IDTitleEvidence
GAP-REMOTE-001Daemon Modedaemon/lifecycle.ts, daemon/loop.ts, daemon/fileWatcher.ts, daemon/timerScheduler.ts, daemon/webhookListener.ts
GAP-REMOTE-004Cron Triggers and Schedulingdaemon/timerScheduler.ts (parseCron, macros, timezone, interval checking)
GAP-REMOTE-006MCP Client Integrationmcp/client/manager.ts, config.ts, toolRegistry.ts, executor.ts
GAP-REMOTE-008Streaming Orchestration Protocolstorage/journalWatcher.ts, api/eventStream.ts, WebSocket transport
GAP-REMOTE-009Host-Mediated Interactionapi/breakpoints.ts, harness/hostContract.ts, mcp/channels/permissionRelay.ts

Security (4 closed / 7 total)

Gap IDTitleEvidence
GAP-SEC-001Governance Policy Layergovernance/engine.ts (createPolicyEngine), runtime/policy/types.ts, governance/categories.ts
GAP-SEC-003Permission Request and Denial Hooksbreakpoints/types.ts (InteractionKind), interaction/interactionRouter.ts, hooks/types.ts
GAP-SEC-004Sandbox Togglegovernance/sandboxPolicy.ts, governance/sandboxBridge.ts, harness/piSecureSandbox.ts
GAP-SEC-005Approval Posture Modelbreakpoints/postures.ts (DEFAULT_POSTURES), governance/postureBridge.ts

Session Management (3 closed / 5 total)

Gap IDTitleEvidence
GAP-SESSION-001Session-to-Run One-to-Manysession/context.ts, session/history.ts, session/types.ts (runIds)
GAP-SESSION-002Session State Persistence and Historysession/history.ts (decisions, summaries, snapshots), session/persistence.ts
GAP-SESSION-004Session-Level Cost Tracking and Budgetssession/cost.ts (SessionBudget, SessionCostSummary, threshold alerts)

State Continuity (2 closed / 6 total)

Gap IDTitleEvidence
GAP-STATE-003Session State Persistencesession/persistence.ts (SessionFinding, modifications, patterns, preferences)
GAP-STATE-008Run Health Modelobservability/health.ts (computeRunHealthFromEvents, RunHealthSnapshot, thresholds)

Subagent Observability (1 closed / 5 total)

Gap IDTitleEvidence
GAP-SUBOBS-003Per-Subagent Token and Cost Trackingcost/effectCost.ts (EffectCostSummary, per-effect breakdown), sdk/cost/ pricing

Tools Capabilities (13 closed / 20 total)

Gap IDTitleEvidence
GAP-TOOLS-008Web Search Agentic ToolagenticTools/web/tools.ts (web_search with query, domains, exclude_domains)
GAP-TOOLS-014Programmatic Task CRUDtasks/crud.ts, api/effects.ts, mcp/tools/tasks.ts
GAP-TOOLS-018Structured Planning Phaseharness/planMode.ts (PlanStep, status, dependencies, verification)
GAP-TOOLS-020Scheduled Orchestration Triggersdaemon/timerScheduler.ts, daemon/automationExecutor.ts, daemon/loop.ts
GAP-TOOLS-021External Event Triggersdaemon/webhookListener.ts, daemon/fileWatcher.ts, daemon/automationExecutor.ts
GAP-TOOLS-025MCP Tool Discovery and Invocationmcp/client/toolRegistry.ts, mcp/client/executor.ts, agenticTools/discovery/tools.ts
GAP-TOOLS-027Skill Discovery and Invocationskills/ (SkillRouter, SkillDiscoveryService, SkillChainBuilder)
GAP-TOOLS-030Effect Cancellationruntime/commitEffectResult.ts, runtime/exceptions.ts, mcp/tools/tasks.ts, harness/invoker/processControl.ts
GAP-TOOLS-033Runtime Configuration ToolagenticTools/config/tool.ts, agenticTools/config/state.ts
GAP-TOOLS-034Dynamic Tool Discovery and Searchharness/deferredToolRegistry.ts, agenticTools/discovery/tools.ts
GAP-TOOLS-035Grep Output Modes and Context ParamsagenticTools/tools/fileSystem.ts (output_mode, context, head_limit, multiline)
GAP-TOOLS-036Bash Background ExecutionagenticTools/tools/execution.ts, agenticTools/background/tools.ts
GAP-TOOLS-038Ask Tool Interaction Model AlignmentagenticTools/tools/delegation.ts (mode: simple/structured)

User Experience (6 closed / 14 total)

Gap IDTitleEvidence
GAP-USER-001Operator Command Layerharness/operatorCommands.ts (categories, commandTemplate, breakpoint integration)
GAP-USER-006Real-Time Cost Trackingcost/effectCost.ts, cost/pricing.ts, session/cost.ts (budget auto-pause)
GAP-USER-012Plan Mode with Verificationharness/planMode.ts (full plan mode with approval/modification)
GAP-UX-005Structured Orchestration Status Viewobservability/runStatus.ts (getOrchestrationStatus, JSON output)
GAP-UX-006Pending Work Inspectorobservability/runStatus.ts (getPendingWorkItems), tasks/batching.ts
GAP-UX-007Rich Breakpoint Interactioninteraction/interactionRouter.ts, breakpoints/postures.ts, harness/operatorCommands.ts
GAP-UX-014Operator Mode Selectionharness/modeSelector.ts (4 modes, getModeConfig/switchMode)

---

Category Completion Summary

CategoryClosedTotal% Complete
Agent Delegation2825%
Breakpoint Workflows2367%
Ecosystem050%
Effect Routing1333%
Harness Adaptation3560%
JSON Interaction4580%
MCP Channels3475%
Observability3838%
Observer Integration1250%
Parallelization2729%
Performance3838%
Process Composition2450%
Profile Orchestration010%
Prompt Engineering71258%
Remote Integration5956%
Run Lifecycle030%
Security4757%
Session Management3560%
State Continuity2633%
Subagent Observability1520%
Tools Capabilities132065%
User Experience71450%
**TOTAL****69****147****47%**

Trail

Wiki
Babysitter Docs
Genty Features Backlog: Adversarial Gap Analysis

Phase 3: Closed Gaps

Continue reading

Gap Status Matrix
Genty Stack Roadmap
Next Steps
Gap Inventory: Category Summary
Phase 1 Inventory Adversarial Check Results
Phase 2 Codebase Audit -- Adversarial Corrections
Phase 2: Stale Paths Report
Phase 3: Status Reclassification -- All Changes

Page record

Open node ledger

wiki/docs/genty-features-backlog-updated/phase3-closed-gaps.md

Documents

No documented graph nodes on this page.