specialists: switch training to PyTorch, add capacity sweep infrastructure

- train_specialist_pt.py: pure PyTorch trainer replacing Fabricate binary.
  No SQLite/WAL — saves checkpoint.pt + history.json only. Fabricate was
  causing D-state IO blocking on the HDD due to continuous WAL writes.
- eval_specialist_pt.py: PyTorch eval with confusion matrix, threshold
  analysis, guardrail assessment, and deployment verdict.
- capacity_sweep.py: updated to call PyTorch scripts; TIERS now include
  heads field (4/6/8) since PyTorch supports multi-head unlike Fabricate.
- prereq_op_binary_split.py: evaluate_combined rewritten in PyTorch.
- Performance fix in train_specialist_pt.py: load training data onto GPU
  once and sample via torch.randint instead of DataLoader (eliminates
  Python/CPU overhead on tiny datasets). Fix applied, not yet timed.

Next session: time the fix, then run sweep_all_gates.sh --pilot-only.
See HANDOFF-2026-03-31.md for full context.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Bill
2026-03-31 22:55:51 -06:00
parent 410bb2d78c
commit 3fc9deac5b
61 changed files with 9168 additions and 0 deletions

View File

@@ -0,0 +1,46 @@
2 0 name=LibrarySymbolAdvisor
3 0 name=SelfHostTranspileAudit
1 0 name=TrainingDataGenerator
3 0 name=IntentTranslator
3 0 name=TypeSystemTranslator
0 0 name=ContextBundleMinimizer
3 0 name=SecurityPreservingTranslation
3 0 name=IncrementalOptimizer
0 0 name=BufferOpsLifecycle
0 0 name=MigrationAcceptanceContract
5 0 name=ApprovalEscalationPlanner
0 0 name=Sprint163IntegrationSummary
5 0 name=ArchitectReviewInterface
3 0 name=MemoryModelTranslator
4 0 name=AgentCodeGen
0 0 name=Sprint238IntegrationSummary
1 0 name=CppJSBindingEmitter
2 0 name=OperationClassifier
0 0 name=Sprint36IntegrationSummary
0 0 name=SelfHostHarness
2 0 name=SymbolSelectorAPI
5 0 name=ArchitectReviewSurface
0 0 name=Sprint111IntegrationSummary
2 0 name=LibrarySymbolAdvisor
2 0 name=TaskitemLibraryAnnotator
1 0 name=SyntaxHighlighterElisp
0 0 name=SelfHostCodebaseAudit
2 0 name=PerTaskLibrarySelector
1 0 name=SyntaxHighlighterGo
4 0 name=AgentRegistry
2 0 name=OperationClassifier
1 0 name=WorkflowTemplates
5 0 name=AgentMutationApproval
5 0 name=AgentMutationPreview
1 0 name=RustPythonBindingEmitter
3 0 name=TransformEngine
2 0 name=OperationClassifier
0 0 name=CompilerPhaseSpec
5 0 name=ArchitectReviewSurface
2 0 name=OperationSelectorAPI
5 0 name=AgentMutationPreview
5 0 name=AgentMutationApproval
4 0 name=AgentTaskStatusOverlay
4 0 name=ScopeMilestoneDecomposer
5 0 name=SecurityExceptionReviewBoard
1 0 name=CompositionBuilder
1 2 0 name=LibrarySymbolAdvisor
2 3 0 name=SelfHostTranspileAudit
3 1 0 name=TrainingDataGenerator
4 3 0 name=IntentTranslator
5 3 0 name=TypeSystemTranslator
6 0 0 name=ContextBundleMinimizer
7 3 0 name=SecurityPreservingTranslation
8 3 0 name=IncrementalOptimizer
9 0 0 name=BufferOpsLifecycle
10 0 0 name=MigrationAcceptanceContract
11 5 0 name=ApprovalEscalationPlanner
12 0 0 name=Sprint163IntegrationSummary
13 5 0 name=ArchitectReviewInterface
14 3 0 name=MemoryModelTranslator
15 4 0 name=AgentCodeGen
16 0 0 name=Sprint238IntegrationSummary
17 1 0 name=CppJSBindingEmitter
18 2 0 name=OperationClassifier
19 0 0 name=Sprint36IntegrationSummary
20 0 0 name=SelfHostHarness
21 2 0 name=SymbolSelectorAPI
22 5 0 name=ArchitectReviewSurface
23 0 0 name=Sprint111IntegrationSummary
24 2 0 name=LibrarySymbolAdvisor
25 2 0 name=TaskitemLibraryAnnotator
26 1 0 name=SyntaxHighlighterElisp
27 0 0 name=SelfHostCodebaseAudit
28 2 0 name=PerTaskLibrarySelector
29 1 0 name=SyntaxHighlighterGo
30 4 0 name=AgentRegistry
31 2 0 name=OperationClassifier
32 1 0 name=WorkflowTemplates
33 5 0 name=AgentMutationApproval
34 5 0 name=AgentMutationPreview
35 1 0 name=RustPythonBindingEmitter
36 3 0 name=TransformEngine
37 2 0 name=OperationClassifier
38 0 0 name=CompilerPhaseSpec
39 5 0 name=ArchitectReviewSurface
40 2 0 name=OperationSelectorAPI
41 5 0 name=AgentMutationPreview
42 5 0 name=AgentMutationApproval
43 4 0 name=AgentTaskStatusOverlay
44 4 0 name=ScopeMilestoneDecomposer
45 5 0 name=SecurityExceptionReviewBoard
46 1 0 name=CompositionBuilder

View File

@@ -0,0 +1,266 @@
4 0 name=AgentChatContextInjector
5 0 name=ApprovalEscalationPlanner
3 0 name=StrategyAwareOptimizer
0 0 name=SettingsManager
2 0 name=LibrarySymbolAdvisor
3 0 name=TransformEngineExtended
3 0 name=StrategyAwareOptimizer
2 0 name=SymbolSelectorAPI
5 0 name=ApprovalEscalationPlanner
0 0 name=PolyApiProject
3 0 name=MemoryModelTranslator
4 0 name=AgentChatSessionPersistence
4 0 name=AgentSessionRecorder
3 0 name=IncrementalOptimizer
3 0 name=TypeSystemTranslator
1 0 name=MigrationTestGenerator
1 0 name=SCIPEmitter
5 0 name=ArchitectReviewInterface
1 0 name=CapabilityDeclarationGenerator
0 0 name=Sprint190IntegrationSummary
5 0 name=SecurityExceptionReviewBoard
1 0 name=SecurityTestSkeletonGenerator
1 0 name=SchemaToCppGenerator
1 0 name=JobDispatchTableGenerator
0 0 name=Sprint85IntegrationSummary
2 0 name=SymbolSelectorAPI
1 0 name=ProjectAstCMakeGenerator
0 0 name=BatchMutationAPI
2 0 name=CanaryPromotionJudge
5 0 name=ArchitectReviewSurface
3 0 name=TypeAwareMappings
3 0 name=SecurityPreservingTranslation
3 0 name=TransformEngineExtended
5 0 name=ArchitectReviewSurface
0 0 name=Sprint222IntegrationSummary
5 0 name=ArchitectReviewInterface
5 0 name=ArchitectReviewSurface
4 0 name=PolyglotSuiteOrchestrator
0 0 name=Sprint265IntegrationSummary
1 0 name=SyntaxHighlighterOrg
3 0 name=TransformEngineExtended
3 0 name=TypeAwareMappings
4 0 name=AgentChatPanelModel
4 0 name=ArchitectModuleDecomposer
0 0 name=ContextSliceAssembler
1 0 name=SyntaxHighlighterJavaScript
3 0 name=TranspilationConfidence
4 0 name=ArchitectTechStackSelector
2 0 name=PerTaskLibrarySelector
5 0 name=ArchitectReviewInterface
5 0 name=SecurityExceptionReviewBoard
0 0 name=Sprint106IntegrationSummary
2 0 name=OperationClassifier
1 0 name=SQLiteDataLayerGenerator
3 0 name=SelfHostTranspileAudit
0 0 name=Sprint27IntegrationSummary
3 0 name=IncrementalOptimizer
5 0 name=AgentMutationApproval
0 0 name=Sprint98IntegrationSummary
2 0 name=OperationSelectorAPI
3 0 name=SelfHostTranspileAudit
2 0 name=OperationSelectorAPI
0 0 name=AccessibilityBaseline
5 0 name=AgentMutationApproval
1 0 name=TraceGenerator
0 0 name=CostEstimator
4 0 name=AgentPermissionPolicy
5 0 name=AgentMutationPreview
3 0 name=ConcurrencyTranslator
3 0 name=SelfHostTranspileAudit
3 0 name=ContextWindowOptimizer
5 0 name=AgentMutationPreview
3 0 name=IntentTranslator
4 0 name=AgentLibraryPolicy
1 0 name=SyntaxHighlighterPython
1 0 name=JobDispatchTableGenerator
0 0 name=EditorModePolicy
2 0 name=LibrarySymbolAdvisor
4 0 name=AgentMarketplace
3 0 name=TranspilationConfidence
0 0 name=SwarmStatusPanelModel
5 0 name=ApprovalEscalationPlanner
3 0 name=TransformEngine
1 0 name=SyntaxHighlighter
4 0 name=ArchitectIntakeProcessor
4 0 name=PolyglotOrchestrator
4 0 name=AgentTaskStatusOverlay
5 0 name=ArchitectReviewInterface
2 0 name=OperationSelectorAPI
2 0 name=LibrarySymbolAdvisor
0 0 name=Sprint184IntegrationSummary
5 0 name=SecurityExceptionReviewBoard
0 0 name=Sprint36aIntegration
5 0 name=ArchitectReviewInterface
1 0 name=SyntaxHighlighterPython
0 0 name=SearchUtils
0 0 name=Diagnostics
1 0 name=TestPlanGenerator
5 0 name=SecurityExceptionReviewBoard
1 0 name=InferenceJobGenerator
4 0 name=ArchitectProblemParser
0 0 name=LSPSymbolExtractor
2 0 name=SymbolSelectorAPI
4 0 name=ArchitectProjectPipeline
2 0 name=PerTaskLibrarySelector
4 0 name=AgentToolCallVisualization
1 0 name=ProjectSkeletonGenerator
2 0 name=TaskitemLibraryAnnotator
2 0 name=CanaryPromotionJudge
5 0 name=SecurityExceptionReviewBoard
2 0 name=OperationSelectorAPI
1 0 name=LanguageGeneratorPluginManifest
3 0 name=TransformEngine
4 0 name=OnCallCoveragePlanner
2 0 name=TaskitemLibraryAnnotator
2 0 name=TaskitemLibraryAnnotator
5 0 name=AgentMutationPreview
4 0 name=AgentChatSessionPersistence
1 0 name=CHeaderEmitter
0 0 name=Sprint49IntegrationSummary
3 0 name=ContextWindowOptimizer
2 0 name=PerTaskLibrarySelector
4 0 name=ArchitectMultiLanguageOrchestrator
0 0 name=MCPWorkflowPrompts
3 0 name=TranspilationRPC
3 0 name=ContextWindowOptimizer
2 0 name=OperationSelectorAPI
0 0 name=Sprint198IntegrationSummary
4 0 name=ArchitectScaffoldGenerator
1 0 name=GoCppBindingEmitter
0 0 name=AnimationUtils
0 0 name=SelfHostAnnotationAudit
4 0 name=ArchitectIntakeProcessor
4 0 name=AgentMarketplace
3 0 name=TranspilationConfidence
5 0 name=ArchitectReviewSurface
1 0 name=SecureByDefaultGenerator
2 0 name=OperationSelectorAPI
2 0 name=CanaryPromotionJudge
2 0 name=TaskitemLibraryAnnotator
4 0 name=AgentChatPanelModel
2 0 name=LibrarySymbolAdvisor
3 0 name=SecurityPreservingTranslation
0 0 name=APIBoundaryPreserver
5 0 name=ApprovalEscalationPlanner
3 0 name=TypeSystemTranslator
3 0 name=StrategyAwareOptimizer
3 0 name=TransformEngineExtended
1 0 name=SyntaxHighlighterRust
4 0 name=AgentSessionRecorder
0 0 name=Sprint136IntegrationSummary
0 0 name=OperationTaxonomy
4 0 name=ArchitectTechStackSelector
0 0 name=AnnotationConflict
2 0 name=CanaryPromotionJudge
5 0 name=ApprovalEscalationPlanner
0 0 name=Sprint286IntegrationSummary
1 0 name=MigrationPlanGenerator
0 0 name=Sprint261IntegrationSummary
1 0 name=TrainingDataGenerator
1 0 name=RustPythonBindingEmitter
4 0 name=AgentTaskSlots
4 0 name=AgentCodeGen
0 0 name=Sprint74IntegrationSummary
1 0 name=ArchitectTemplates
2 0 name=SymbolSelectorAPI
2 0 name=TaskitemLibraryAnnotator
5 0 name=ApprovalEscalationPlanner
2 0 name=CanaryPromotionJudge
5 0 name=AgentMutationApproval
1 0 name=SyntaxHighlighterJava
5 0 name=AgentMutationPreview
5 0 name=AgentMutationPreview
1 0 name=SQLiteDataLayerGenerator
4 0 name=AgentTaskSlots
4 0 name=AgentRPCHandler
3 0 name=MemoryModelTranslator
3 0 name=ConcurrencyTranslator
5 0 name=ArchitectReviewSurface
4 0 name=AgentToolCallVisualization
5 0 name=SecurityExceptionReviewBoard
1 0 name=RustGoBindingEmitter
0 0 name=Sprint58IntegrationSummary
3 0 name=IncrementalOptimizer
0 0 name=Sprint239IntegrationSummary
1 0 name=SyntaxHighlighterElisp
1 0 name=PlatformCMakeTargetGenerator
5 0 name=ApprovalEscalationPlanner
1 0 name=MqttBoilerplateGenerator
2 0 name=PerTaskLibrarySelector
3 0 name=IntentTranslator
5 0 name=SecurityExceptionReviewBoard
1 0 name=KeySymbolRenderer
2 0 name=OperationSelectorAPI
3 0 name=MemoryModelTranslator
5 0 name=ArchitectReviewInterface
1 0 name=ArchitectSkeletonGenerator
2 0 name=OperationClassifier
5 0 name=ApprovalEscalationPlanner
2 0 name=OperationClassifier
1 0 name=PackageScriptGenerator
2 0 name=TaskitemLibraryAnnotator
3 0 name=TypeAwareMappings
5 0 name=ArchitectReviewInterface
1 0 name=GoCppBindingEmitter
5 0 name=AgentMutationApproval
1 0 name=CHeaderEmitter
1 0 name=SyntaxHighlighterOrg
1 0 name=TaskitemGeneratorV2
0 0 name=Sprint96IntegrationSummary
0 0 name=ScoreClampUtil
4 0 name=AgentRPCHandler
4 0 name=ArchitectScaffoldGenerator
4 0 name=ScopeMilestoneDecomposer
5 0 name=AgentMutationApproval
5 0 name=AgentMutationPreview
4 0 name=AgentPermissionPolicy
2 0 name=PerTaskLibrarySelector
0 0 name=ConstrainedRoutingRulesetExtension
1 0 name=LanguageGeneratorPluginManifest
5 0 name=ArchitectReviewSurface
0 0 name=WorkItem
2 0 name=TaskitemLibraryAnnotator
2 0 name=CanaryPromotionJudge
5 0 name=AgentMutationApproval
2 0 name=LibrarySymbolAdvisor
3 0 name=ConcurrencyTranslator
2 0 name=CanaryPromotionJudge
4 0 name=WorkflowOrchestrator
1 0 name=InferenceJobGenerator
3 0 name=TranspilationRPC
4 0 name=AgentLibraryPolicy
0 0 name=Sprint272IntegrationSummary
3 0 name=TransformEngine
3 0 name=TranspilationRPC
4 0 name=OnCallCoveragePlanner
2 0 name=SymbolSelectorAPI
4 0 name=PolyglotOrchestrator
2 0 name=OperationClassifier
0 0 name=RefactorActions
2 0 name=LibrarySymbolAdvisor
3 0 name=IntentTranslator
2 0 name=PerTaskLibrarySelector
4 0 name=WorkflowOrchestrator
4 0 name=AgentChatContextInjector
4 0 name=AgentAnnotationAssistant
5 0 name=AgentMutationApproval
2 0 name=SymbolSelectorAPI
5 0 name=ArchitectReviewInterface
1 0 name=SyntaxHighlighterCpp
4 0 name=ArchitectMultiLanguageOrchestrator
1 0 name=APIDocGenerator
4 0 name=ArchitectProblemParser
3 0 name=StrategyAwareOptimizer
4 0 name=AgentAnnotationAssistant
1 0 name=PackageScriptGenerator
4 0 name=AgentRegistry
4 0 name=ArchitectModuleDecomposer
0 0 name=Sprint249IntegrationSummary
3 0 name=SecurityPreservingTranslation
4 0 name=ArchitectProjectPipeline
0 0 name=WorkerDispatchValidator
3 0 name=ContextWindowOptimizer
4 0 name=PolyglotSuiteOrchestrator
5 0 name=AgentMutationPreview
3 0 name=TypeSystemTranslator
1 4 0 name=AgentChatContextInjector
2 5 0 name=ApprovalEscalationPlanner
3 3 0 name=StrategyAwareOptimizer
4 0 0 name=SettingsManager
5 2 0 name=LibrarySymbolAdvisor
6 3 0 name=TransformEngineExtended
7 3 0 name=StrategyAwareOptimizer
8 2 0 name=SymbolSelectorAPI
9 5 0 name=ApprovalEscalationPlanner
10 0 0 name=PolyApiProject
11 3 0 name=MemoryModelTranslator
12 4 0 name=AgentChatSessionPersistence
13 4 0 name=AgentSessionRecorder
14 3 0 name=IncrementalOptimizer
15 3 0 name=TypeSystemTranslator
16 1 0 name=MigrationTestGenerator
17 1 0 name=SCIPEmitter
18 5 0 name=ArchitectReviewInterface
19 1 0 name=CapabilityDeclarationGenerator
20 0 0 name=Sprint190IntegrationSummary
21 5 0 name=SecurityExceptionReviewBoard
22 1 0 name=SecurityTestSkeletonGenerator
23 1 0 name=SchemaToCppGenerator
24 1 0 name=JobDispatchTableGenerator
25 0 0 name=Sprint85IntegrationSummary
26 2 0 name=SymbolSelectorAPI
27 1 0 name=ProjectAstCMakeGenerator
28 0 0 name=BatchMutationAPI
29 2 0 name=CanaryPromotionJudge
30 5 0 name=ArchitectReviewSurface
31 3 0 name=TypeAwareMappings
32 3 0 name=SecurityPreservingTranslation
33 3 0 name=TransformEngineExtended
34 5 0 name=ArchitectReviewSurface
35 0 0 name=Sprint222IntegrationSummary
36 5 0 name=ArchitectReviewInterface
37 5 0 name=ArchitectReviewSurface
38 4 0 name=PolyglotSuiteOrchestrator
39 0 0 name=Sprint265IntegrationSummary
40 1 0 name=SyntaxHighlighterOrg
41 3 0 name=TransformEngineExtended
42 3 0 name=TypeAwareMappings
43 4 0 name=AgentChatPanelModel
44 4 0 name=ArchitectModuleDecomposer
45 0 0 name=ContextSliceAssembler
46 1 0 name=SyntaxHighlighterJavaScript
47 3 0 name=TranspilationConfidence
48 4 0 name=ArchitectTechStackSelector
49 2 0 name=PerTaskLibrarySelector
50 5 0 name=ArchitectReviewInterface
51 5 0 name=SecurityExceptionReviewBoard
52 0 0 name=Sprint106IntegrationSummary
53 2 0 name=OperationClassifier
54 1 0 name=SQLiteDataLayerGenerator
55 3 0 name=SelfHostTranspileAudit
56 0 0 name=Sprint27IntegrationSummary
57 3 0 name=IncrementalOptimizer
58 5 0 name=AgentMutationApproval
59 0 0 name=Sprint98IntegrationSummary
60 2 0 name=OperationSelectorAPI
61 3 0 name=SelfHostTranspileAudit
62 2 0 name=OperationSelectorAPI
63 0 0 name=AccessibilityBaseline
64 5 0 name=AgentMutationApproval
65 1 0 name=TraceGenerator
66 0 0 name=CostEstimator
67 4 0 name=AgentPermissionPolicy
68 5 0 name=AgentMutationPreview
69 3 0 name=ConcurrencyTranslator
70 3 0 name=SelfHostTranspileAudit
71 3 0 name=ContextWindowOptimizer
72 5 0 name=AgentMutationPreview
73 3 0 name=IntentTranslator
74 4 0 name=AgentLibraryPolicy
75 1 0 name=SyntaxHighlighterPython
76 1 0 name=JobDispatchTableGenerator
77 0 0 name=EditorModePolicy
78 2 0 name=LibrarySymbolAdvisor
79 4 0 name=AgentMarketplace
80 3 0 name=TranspilationConfidence
81 0 0 name=SwarmStatusPanelModel
82 5 0 name=ApprovalEscalationPlanner
83 3 0 name=TransformEngine
84 1 0 name=SyntaxHighlighter
85 4 0 name=ArchitectIntakeProcessor
86 4 0 name=PolyglotOrchestrator
87 4 0 name=AgentTaskStatusOverlay
88 5 0 name=ArchitectReviewInterface
89 2 0 name=OperationSelectorAPI
90 2 0 name=LibrarySymbolAdvisor
91 0 0 name=Sprint184IntegrationSummary
92 5 0 name=SecurityExceptionReviewBoard
93 0 0 name=Sprint36aIntegration
94 5 0 name=ArchitectReviewInterface
95 1 0 name=SyntaxHighlighterPython
96 0 0 name=SearchUtils
97 0 0 name=Diagnostics
98 1 0 name=TestPlanGenerator
99 5 0 name=SecurityExceptionReviewBoard
100 1 0 name=InferenceJobGenerator
101 4 0 name=ArchitectProblemParser
102 0 0 name=LSPSymbolExtractor
103 2 0 name=SymbolSelectorAPI
104 4 0 name=ArchitectProjectPipeline
105 2 0 name=PerTaskLibrarySelector
106 4 0 name=AgentToolCallVisualization
107 1 0 name=ProjectSkeletonGenerator
108 2 0 name=TaskitemLibraryAnnotator
109 2 0 name=CanaryPromotionJudge
110 5 0 name=SecurityExceptionReviewBoard
111 2 0 name=OperationSelectorAPI
112 1 0 name=LanguageGeneratorPluginManifest
113 3 0 name=TransformEngine
114 4 0 name=OnCallCoveragePlanner
115 2 0 name=TaskitemLibraryAnnotator
116 2 0 name=TaskitemLibraryAnnotator
117 5 0 name=AgentMutationPreview
118 4 0 name=AgentChatSessionPersistence
119 1 0 name=CHeaderEmitter
120 0 0 name=Sprint49IntegrationSummary
121 3 0 name=ContextWindowOptimizer
122 2 0 name=PerTaskLibrarySelector
123 4 0 name=ArchitectMultiLanguageOrchestrator
124 0 0 name=MCPWorkflowPrompts
125 3 0 name=TranspilationRPC
126 3 0 name=ContextWindowOptimizer
127 2 0 name=OperationSelectorAPI
128 0 0 name=Sprint198IntegrationSummary
129 4 0 name=ArchitectScaffoldGenerator
130 1 0 name=GoCppBindingEmitter
131 0 0 name=AnimationUtils
132 0 0 name=SelfHostAnnotationAudit
133 4 0 name=ArchitectIntakeProcessor
134 4 0 name=AgentMarketplace
135 3 0 name=TranspilationConfidence
136 5 0 name=ArchitectReviewSurface
137 1 0 name=SecureByDefaultGenerator
138 2 0 name=OperationSelectorAPI
139 2 0 name=CanaryPromotionJudge
140 2 0 name=TaskitemLibraryAnnotator
141 4 0 name=AgentChatPanelModel
142 2 0 name=LibrarySymbolAdvisor
143 3 0 name=SecurityPreservingTranslation
144 0 0 name=APIBoundaryPreserver
145 5 0 name=ApprovalEscalationPlanner
146 3 0 name=TypeSystemTranslator
147 3 0 name=StrategyAwareOptimizer
148 3 0 name=TransformEngineExtended
149 1 0 name=SyntaxHighlighterRust
150 4 0 name=AgentSessionRecorder
151 0 0 name=Sprint136IntegrationSummary
152 0 0 name=OperationTaxonomy
153 4 0 name=ArchitectTechStackSelector
154 0 0 name=AnnotationConflict
155 2 0 name=CanaryPromotionJudge
156 5 0 name=ApprovalEscalationPlanner
157 0 0 name=Sprint286IntegrationSummary
158 1 0 name=MigrationPlanGenerator
159 0 0 name=Sprint261IntegrationSummary
160 1 0 name=TrainingDataGenerator
161 1 0 name=RustPythonBindingEmitter
162 4 0 name=AgentTaskSlots
163 4 0 name=AgentCodeGen
164 0 0 name=Sprint74IntegrationSummary
165 1 0 name=ArchitectTemplates
166 2 0 name=SymbolSelectorAPI
167 2 0 name=TaskitemLibraryAnnotator
168 5 0 name=ApprovalEscalationPlanner
169 2 0 name=CanaryPromotionJudge
170 5 0 name=AgentMutationApproval
171 1 0 name=SyntaxHighlighterJava
172 5 0 name=AgentMutationPreview
173 5 0 name=AgentMutationPreview
174 1 0 name=SQLiteDataLayerGenerator
175 4 0 name=AgentTaskSlots
176 4 0 name=AgentRPCHandler
177 3 0 name=MemoryModelTranslator
178 3 0 name=ConcurrencyTranslator
179 5 0 name=ArchitectReviewSurface
180 4 0 name=AgentToolCallVisualization
181 5 0 name=SecurityExceptionReviewBoard
182 1 0 name=RustGoBindingEmitter
183 0 0 name=Sprint58IntegrationSummary
184 3 0 name=IncrementalOptimizer
185 0 0 name=Sprint239IntegrationSummary
186 1 0 name=SyntaxHighlighterElisp
187 1 0 name=PlatformCMakeTargetGenerator
188 5 0 name=ApprovalEscalationPlanner
189 1 0 name=MqttBoilerplateGenerator
190 2 0 name=PerTaskLibrarySelector
191 3 0 name=IntentTranslator
192 5 0 name=SecurityExceptionReviewBoard
193 1 0 name=KeySymbolRenderer
194 2 0 name=OperationSelectorAPI
195 3 0 name=MemoryModelTranslator
196 5 0 name=ArchitectReviewInterface
197 1 0 name=ArchitectSkeletonGenerator
198 2 0 name=OperationClassifier
199 5 0 name=ApprovalEscalationPlanner
200 2 0 name=OperationClassifier
201 1 0 name=PackageScriptGenerator
202 2 0 name=TaskitemLibraryAnnotator
203 3 0 name=TypeAwareMappings
204 5 0 name=ArchitectReviewInterface
205 1 0 name=GoCppBindingEmitter
206 5 0 name=AgentMutationApproval
207 1 0 name=CHeaderEmitter
208 1 0 name=SyntaxHighlighterOrg
209 1 0 name=TaskitemGeneratorV2
210 0 0 name=Sprint96IntegrationSummary
211 0 0 name=ScoreClampUtil
212 4 0 name=AgentRPCHandler
213 4 0 name=ArchitectScaffoldGenerator
214 4 0 name=ScopeMilestoneDecomposer
215 5 0 name=AgentMutationApproval
216 5 0 name=AgentMutationPreview
217 4 0 name=AgentPermissionPolicy
218 2 0 name=PerTaskLibrarySelector
219 0 0 name=ConstrainedRoutingRulesetExtension
220 1 0 name=LanguageGeneratorPluginManifest
221 5 0 name=ArchitectReviewSurface
222 0 0 name=WorkItem
223 2 0 name=TaskitemLibraryAnnotator
224 2 0 name=CanaryPromotionJudge
225 5 0 name=AgentMutationApproval
226 2 0 name=LibrarySymbolAdvisor
227 3 0 name=ConcurrencyTranslator
228 2 0 name=CanaryPromotionJudge
229 4 0 name=WorkflowOrchestrator
230 1 0 name=InferenceJobGenerator
231 3 0 name=TranspilationRPC
232 4 0 name=AgentLibraryPolicy
233 0 0 name=Sprint272IntegrationSummary
234 3 0 name=TransformEngine
235 3 0 name=TranspilationRPC
236 4 0 name=OnCallCoveragePlanner
237 2 0 name=SymbolSelectorAPI
238 4 0 name=PolyglotOrchestrator
239 2 0 name=OperationClassifier
240 0 0 name=RefactorActions
241 2 0 name=LibrarySymbolAdvisor
242 3 0 name=IntentTranslator
243 2 0 name=PerTaskLibrarySelector
244 4 0 name=WorkflowOrchestrator
245 4 0 name=AgentChatContextInjector
246 4 0 name=AgentAnnotationAssistant
247 5 0 name=AgentMutationApproval
248 2 0 name=SymbolSelectorAPI
249 5 0 name=ArchitectReviewInterface
250 1 0 name=SyntaxHighlighterCpp
251 4 0 name=ArchitectMultiLanguageOrchestrator
252 1 0 name=APIDocGenerator
253 4 0 name=ArchitectProblemParser
254 3 0 name=StrategyAwareOptimizer
255 4 0 name=AgentAnnotationAssistant
256 1 0 name=PackageScriptGenerator
257 4 0 name=AgentRegistry
258 4 0 name=ArchitectModuleDecomposer
259 0 0 name=Sprint249IntegrationSummary
260 3 0 name=SecurityPreservingTranslation
261 4 0 name=ArchitectProjectPipeline
262 0 0 name=WorkerDispatchValidator
263 3 0 name=ContextWindowOptimizer
264 4 0 name=PolyglotSuiteOrchestrator
265 5 0 name=AgentMutationPreview
266 3 0 name=TypeSystemTranslator

View File

@@ -0,0 +1,180 @@
0 0 conflicts=0 ambiguity=0 deps=0 prereqs=2 queueready=yes
1 0 conflicts=0 ambiguity=2 deps=2 prereqs=2 queueready=yes
1 0 conflicts=0 ambiguity=2 deps=1 prereqs=1 queueready=yes
0 0 conflicts=0 ambiguity=0 deps=0 prereqs=4 queueready=yes
2 0 conflicts=8 ambiguity=1 deps=1 prereqs=1 queueready=yes
0 0 conflicts=0 ambiguity=0 deps=2 prereqs=1 queueready=yes
0 0 conflicts=0 ambiguity=0 deps=0 prereqs=4 queueready=yes
1 0 conflicts=1 ambiguity=0 deps=0 prereqs=3 queueready=yes
0 0 conflicts=0 ambiguity=0 deps=1 prereqs=2 queueready=yes
0 0 conflicts=0 ambiguity=0 deps=2 prereqs=2 queueready=yes
0 0 conflicts=0 ambiguity=0 deps=0 prereqs=1 queueready=yes
2 0 conflicts=5 ambiguity=0 deps=0 prereqs=4 queueready=no
1 0 conflicts=2 ambiguity=0 deps=0 prereqs=1 queueready=yes
1 0 conflicts=0 ambiguity=1 deps=0 prereqs=2 queueready=yes
2 0 conflicts=2 ambiguity=2 deps=0 prereqs=2 queueready=no
0 0 conflicts=0 ambiguity=0 deps=0 prereqs=3 queueready=yes
1 0 conflicts=0 ambiguity=2 deps=0 prereqs=4 queueready=yes
0 0 conflicts=0 ambiguity=0 deps=0 prereqs=1 queueready=yes
1 0 conflicts=1 ambiguity=0 deps=2 prereqs=3 queueready=yes
0 0 conflicts=0 ambiguity=0 deps=1 prereqs=1 queueready=yes
0 0 conflicts=0 ambiguity=0 deps=2 prereqs=1 queueready=yes
2 0 conflicts=2 ambiguity=2 deps=2 prereqs=1 queueready=no
2 0 conflicts=6 ambiguity=1 deps=0 prereqs=3 queueready=yes
1 0 conflicts=1 ambiguity=0 deps=2 prereqs=4 queueready=yes
2 0 conflicts=4 ambiguity=0 deps=2 prereqs=3 queueready=yes
0 0 conflicts=0 ambiguity=0 deps=2 prereqs=1 queueready=yes
2 0 conflicts=7 ambiguity=2 deps=0 prereqs=1 queueready=yes
0 0 conflicts=0 ambiguity=0 deps=0 prereqs=3 queueready=yes
0 0 conflicts=0 ambiguity=0 deps=2 prereqs=2 queueready=yes
1 0 conflicts=1 ambiguity=0 deps=2 prereqs=2 queueready=yes
2 0 conflicts=2 ambiguity=1 deps=0 prereqs=3 queueready=no
2 0 conflicts=4 ambiguity=0 deps=1 prereqs=3 queueready=no
1 0 conflicts=0 ambiguity=1 deps=1 prereqs=3 queueready=yes
0 0 conflicts=0 ambiguity=0 deps=1 prereqs=2 queueready=yes
1 0 conflicts=1 ambiguity=1 deps=0 prereqs=1 queueready=yes
2 0 conflicts=7 ambiguity=2 deps=2 prereqs=3 queueready=no
1 0 conflicts=0 ambiguity=0 deps=0 prereqs=1 queueready=no
1 0 conflicts=1 ambiguity=0 deps=1 prereqs=3 queueready=yes
2 0 conflicts=4 ambiguity=0 deps=2 prereqs=2 queueready=yes
1 0 conflicts=2 ambiguity=0 deps=2 prereqs=3 queueready=yes
1 0 conflicts=0 ambiguity=2 deps=2 prereqs=1 queueready=yes
1 0 conflicts=0 ambiguity=0 deps=1 prereqs=3 queueready=yes
0 0 conflicts=0 ambiguity=0 deps=1 prereqs=1 queueready=yes
0 0 conflicts=0 ambiguity=0 deps=0 prereqs=4 queueready=yes
1 0 conflicts=1 ambiguity=1 deps=0 prereqs=1 queueready=yes
2 0 conflicts=4 ambiguity=2 deps=0 prereqs=1 queueready=yes
1 0 conflicts=3 ambiguity=0 deps=0 prereqs=2 queueready=yes
2 0 conflicts=7 ambiguity=1 deps=0 prereqs=2 queueready=yes
0 0 conflicts=0 ambiguity=0 deps=2 prereqs=1 queueready=yes
0 0 conflicts=0 ambiguity=0 deps=0 prereqs=4 queueready=yes
1 0 conflicts=2 ambiguity=0 deps=0 prereqs=1 queueready=yes
0 0 conflicts=0 ambiguity=0 deps=0 prereqs=4 queueready=yes
2 0 conflicts=5 ambiguity=2 deps=2 prereqs=4 queueready=yes
2 0 conflicts=0 ambiguity=3 deps=2 prereqs=1 queueready=yes
0 0 conflicts=0 ambiguity=0 deps=0 prereqs=2 queueready=yes
0 0 conflicts=0 ambiguity=0 deps=0 prereqs=2 queueready=yes
0 0 conflicts=0 ambiguity=0 deps=0 prereqs=4 queueready=yes
0 0 conflicts=0 ambiguity=0 deps=2 prereqs=2 queueready=yes
1 0 conflicts=1 ambiguity=0 deps=1 prereqs=2 queueready=yes
1 0 conflicts=0 ambiguity=0 deps=0 prereqs=1 queueready=no
0 0 conflicts=0 ambiguity=0 deps=1 prereqs=1 queueready=yes
1 0 conflicts=0 ambiguity=1 deps=1 prereqs=4 queueready=yes
0 0 conflicts=0 ambiguity=0 deps=0 prereqs=4 queueready=yes
1 0 conflicts=0 ambiguity=1 deps=0 prereqs=1 queueready=yes
1 0 conflicts=0 ambiguity=1 deps=1 prereqs=2 queueready=yes
0 0 conflicts=0 ambiguity=0 deps=0 prereqs=1 queueready=yes
2 0 conflicts=2 ambiguity=2 deps=0 prereqs=1 queueready=yes
2 0 conflicts=2 ambiguity=0 deps=0 prereqs=3 queueready=no
1 0 conflicts=2 ambiguity=0 deps=1 prereqs=4 queueready=yes
0 0 conflicts=0 ambiguity=0 deps=1 prereqs=2 queueready=yes
0 0 conflicts=0 ambiguity=0 deps=2 prereqs=1 queueready=yes
0 0 conflicts=0 ambiguity=0 deps=2 prereqs=2 queueready=yes
0 0 conflicts=0 ambiguity=0 deps=0 prereqs=3 queueready=yes
1 0 conflicts=1 ambiguity=0 deps=2 prereqs=2 queueready=yes
1 0 conflicts=1 ambiguity=0 deps=2 prereqs=2 queueready=yes
1 0 conflicts=0 ambiguity=2 deps=1 prereqs=1 queueready=yes
1 0 conflicts=1 ambiguity=1 deps=2 prereqs=2 queueready=yes
0 0 conflicts=0 ambiguity=0 deps=1 prereqs=2 queueready=yes
1 0 conflicts=2 ambiguity=0 deps=1 prereqs=4 queueready=yes
0 0 conflicts=0 ambiguity=0 deps=2 prereqs=2 queueready=yes
0 0 conflicts=0 ambiguity=0 deps=1 prereqs=1 queueready=yes
0 0 conflicts=0 ambiguity=0 deps=1 prereqs=2 queueready=yes
0 0 conflicts=0 ambiguity=0 deps=0 prereqs=1 queueready=yes
2 0 conflicts=7 ambiguity=0 deps=0 prereqs=1 queueready=no
1 0 conflicts=1 ambiguity=0 deps=0 prereqs=3 queueready=yes
0 0 conflicts=0 ambiguity=0 deps=0 prereqs=1 queueready=yes
0 0 conflicts=0 ambiguity=0 deps=1 prereqs=2 queueready=yes
0 0 conflicts=0 ambiguity=0 deps=0 prereqs=2 queueready=yes
2 0 conflicts=1 ambiguity=3 deps=0 prereqs=3 queueready=no
2 0 conflicts=2 ambiguity=1 deps=2 prereqs=3 queueready=no
1 0 conflicts=2 ambiguity=0 deps=1 prereqs=2 queueready=yes
2 0 conflicts=5 ambiguity=3 deps=2 prereqs=2 queueready=no
0 0 conflicts=0 ambiguity=0 deps=1 prereqs=2 queueready=yes
1 0 conflicts=2 ambiguity=0 deps=0 prereqs=4 queueready=yes
0 0 conflicts=0 ambiguity=0 deps=2 prereqs=2 queueready=yes
1 0 conflicts=0 ambiguity=0 deps=1 prereqs=3 queueready=yes
1 0 conflicts=2 ambiguity=0 deps=1 prereqs=4 queueready=yes
0 0 conflicts=0 ambiguity=0 deps=0 prereqs=3 queueready=yes
0 0 conflicts=0 ambiguity=0 deps=1 prereqs=2 queueready=yes
1 0 conflicts=2 ambiguity=0 deps=2 prereqs=1 queueready=yes
1 0 conflicts=0 ambiguity=1 deps=2 prereqs=4 queueready=yes
2 0 conflicts=7 ambiguity=3 deps=1 prereqs=3 queueready=yes
2 0 conflicts=4 ambiguity=3 deps=0 prereqs=3 queueready=no
0 0 conflicts=0 ambiguity=0 deps=0 prereqs=1 queueready=yes
2 0 conflicts=8 ambiguity=3 deps=2 prereqs=4 queueready=no
2 0 conflicts=4 ambiguity=2 deps=2 prereqs=1 queueready=no
0 0 conflicts=0 ambiguity=0 deps=0 prereqs=2 queueready=yes
2 0 conflicts=8 ambiguity=2 deps=1 prereqs=1 queueready=yes
0 0 conflicts=0 ambiguity=0 deps=0 prereqs=4 queueready=yes
1 0 conflicts=0 ambiguity=0 deps=0 prereqs=2 queueready=no
0 0 conflicts=0 ambiguity=0 deps=2 prereqs=2 queueready=yes
0 0 conflicts=0 ambiguity=0 deps=1 prereqs=1 queueready=yes
0 0 conflicts=0 ambiguity=0 deps=2 prereqs=1 queueready=yes
0 0 conflicts=0 ambiguity=0 deps=1 prereqs=2 queueready=yes
0 0 conflicts=0 ambiguity=0 deps=0 prereqs=2 queueready=yes
0 0 conflicts=0 ambiguity=0 deps=0 prereqs=1 queueready=yes
0 0 conflicts=0 ambiguity=0 deps=1 prereqs=1 queueready=yes
1 0 conflicts=0 ambiguity=2 deps=0 prereqs=1 queueready=yes
2 0 conflicts=8 ambiguity=1 deps=0 prereqs=3 queueready=no
0 0 conflicts=0 ambiguity=0 deps=0 prereqs=2 queueready=yes
1 0 conflicts=0 ambiguity=2 deps=0 prereqs=1 queueready=yes
1 0 conflicts=1 ambiguity=0 deps=1 prereqs=2 queueready=yes
2 0 conflicts=5 ambiguity=2 deps=0 prereqs=1 queueready=yes
1 0 conflicts=0 ambiguity=2 deps=2 prereqs=1 queueready=yes
1 0 conflicts=0 ambiguity=0 deps=2 prereqs=4 queueready=yes
1 0 conflicts=1 ambiguity=1 deps=1 prereqs=1 queueready=yes
1 0 conflicts=1 ambiguity=1 deps=0 prereqs=2 queueready=yes
0 0 conflicts=0 ambiguity=0 deps=0 prereqs=1 queueready=yes
0 0 conflicts=0 ambiguity=0 deps=2 prereqs=2 queueready=yes
0 0 conflicts=0 ambiguity=0 deps=0 prereqs=4 queueready=yes
0 0 conflicts=0 ambiguity=0 deps=0 prereqs=2 queueready=yes
1 0 conflicts=0 ambiguity=1 deps=0 prereqs=4 queueready=yes
2 0 conflicts=1 ambiguity=1 deps=2 prereqs=3 queueready=yes
1 0 conflicts=3 ambiguity=0 deps=0 prereqs=2 queueready=yes
1 0 conflicts=0 ambiguity=0 deps=0 prereqs=1 queueready=no
2 0 conflicts=1 ambiguity=2 deps=1 prereqs=4 queueready=yes
0 0 conflicts=0 ambiguity=0 deps=2 prereqs=1 queueready=yes
0 0 conflicts=0 ambiguity=0 deps=0 prereqs=1 queueready=yes
2 0 conflicts=2 ambiguity=2 deps=0 prereqs=3 queueready=yes
0 0 conflicts=0 ambiguity=0 deps=2 prereqs=1 queueready=yes
2 0 conflicts=3 ambiguity=1 deps=0 prereqs=3 queueready=no
2 0 conflicts=0 ambiguity=2 deps=1 prereqs=2 queueready=no
1 0 conflicts=0 ambiguity=2 deps=0 prereqs=4 queueready=yes
1 0 conflicts=2 ambiguity=0 deps=0 prereqs=3 queueready=yes
2 0 conflicts=7 ambiguity=1 deps=1 prereqs=2 queueready=no
1 0 conflicts=0 ambiguity=1 deps=2 prereqs=1 queueready=yes
2 0 conflicts=8 ambiguity=2 deps=1 prereqs=1 queueready=no
1 0 conflicts=1 ambiguity=0 deps=1 prereqs=2 queueready=yes
2 0 conflicts=7 ambiguity=1 deps=0 prereqs=1 queueready=no
0 0 conflicts=0 ambiguity=0 deps=2 prereqs=2 queueready=yes
2 0 conflicts=6 ambiguity=3 deps=1 prereqs=2 queueready=no
2 0 conflicts=9 ambiguity=3 deps=2 prereqs=3 queueready=no
1 0 conflicts=0 ambiguity=1 deps=2 prereqs=4 queueready=yes
0 0 conflicts=0 ambiguity=0 deps=0 prereqs=4 queueready=yes
2 0 conflicts=0 ambiguity=0 deps=1 prereqs=3 queueready=no
0 0 conflicts=0 ambiguity=0 deps=1 prereqs=1 queueready=yes
1 0 conflicts=1 ambiguity=0 deps=2 prereqs=2 queueready=yes
2 0 conflicts=4 ambiguity=3 deps=2 prereqs=2 queueready=yes
1 0 conflicts=2 ambiguity=0 deps=1 prereqs=3 queueready=yes
1 0 conflicts=2 ambiguity=0 deps=0 prereqs=3 queueready=yes
2 0 conflicts=2 ambiguity=3 deps=1 prereqs=4 queueready=yes
1 0 conflicts=2 ambiguity=0 deps=2 prereqs=4 queueready=yes
1 0 conflicts=0 ambiguity=2 deps=2 prereqs=1 queueready=yes
0 0 conflicts=0 ambiguity=0 deps=2 prereqs=2 queueready=yes
0 0 conflicts=0 ambiguity=0 deps=0 prereqs=2 queueready=yes
2 0 conflicts=0 ambiguity=1 deps=1 prereqs=4 queueready=no
2 0 conflicts=8 ambiguity=2 deps=2 prereqs=4 queueready=yes
0 0 conflicts=0 ambiguity=0 deps=0 prereqs=3 queueready=yes
0 0 conflicts=0 ambiguity=0 deps=2 prereqs=1 queueready=yes
0 0 conflicts=0 ambiguity=0 deps=2 prereqs=2 queueready=yes
2 0 conflicts=1 ambiguity=3 deps=0 prereqs=4 queueready=no
1 0 conflicts=2 ambiguity=0 deps=0 prereqs=4 queueready=yes
2 0 conflicts=3 ambiguity=2 deps=1 prereqs=2 queueready=no
0 0 conflicts=0 ambiguity=0 deps=1 prereqs=2 queueready=yes
1 0 conflicts=0 ambiguity=1 deps=2 prereqs=2 queueready=yes
1 0 conflicts=1 ambiguity=1 deps=0 prereqs=2 queueready=yes
2 0 conflicts=0 ambiguity=0 deps=2 prereqs=1 queueready=no
2 0 conflicts=8 ambiguity=2 deps=1 prereqs=4 queueready=no
0 0 conflicts=0 ambiguity=0 deps=1 prereqs=1 queueready=yes
2 0 conflicts=7 ambiguity=3 deps=2 prereqs=2 queueready=yes
1 0 0 conflicts=0 ambiguity=0 deps=0 prereqs=2 queueready=yes
2 1 0 conflicts=0 ambiguity=2 deps=2 prereqs=2 queueready=yes
3 1 0 conflicts=0 ambiguity=2 deps=1 prereqs=1 queueready=yes
4 0 0 conflicts=0 ambiguity=0 deps=0 prereqs=4 queueready=yes
5 2 0 conflicts=8 ambiguity=1 deps=1 prereqs=1 queueready=yes
6 0 0 conflicts=0 ambiguity=0 deps=2 prereqs=1 queueready=yes
7 0 0 conflicts=0 ambiguity=0 deps=0 prereqs=4 queueready=yes
8 1 0 conflicts=1 ambiguity=0 deps=0 prereqs=3 queueready=yes
9 0 0 conflicts=0 ambiguity=0 deps=1 prereqs=2 queueready=yes
10 0 0 conflicts=0 ambiguity=0 deps=2 prereqs=2 queueready=yes
11 0 0 conflicts=0 ambiguity=0 deps=0 prereqs=1 queueready=yes
12 2 0 conflicts=5 ambiguity=0 deps=0 prereqs=4 queueready=no
13 1 0 conflicts=2 ambiguity=0 deps=0 prereqs=1 queueready=yes
14 1 0 conflicts=0 ambiguity=1 deps=0 prereqs=2 queueready=yes
15 2 0 conflicts=2 ambiguity=2 deps=0 prereqs=2 queueready=no
16 0 0 conflicts=0 ambiguity=0 deps=0 prereqs=3 queueready=yes
17 1 0 conflicts=0 ambiguity=2 deps=0 prereqs=4 queueready=yes
18 0 0 conflicts=0 ambiguity=0 deps=0 prereqs=1 queueready=yes
19 1 0 conflicts=1 ambiguity=0 deps=2 prereqs=3 queueready=yes
20 0 0 conflicts=0 ambiguity=0 deps=1 prereqs=1 queueready=yes
21 0 0 conflicts=0 ambiguity=0 deps=2 prereqs=1 queueready=yes
22 2 0 conflicts=2 ambiguity=2 deps=2 prereqs=1 queueready=no
23 2 0 conflicts=6 ambiguity=1 deps=0 prereqs=3 queueready=yes
24 1 0 conflicts=1 ambiguity=0 deps=2 prereqs=4 queueready=yes
25 2 0 conflicts=4 ambiguity=0 deps=2 prereqs=3 queueready=yes
26 0 0 conflicts=0 ambiguity=0 deps=2 prereqs=1 queueready=yes
27 2 0 conflicts=7 ambiguity=2 deps=0 prereqs=1 queueready=yes
28 0 0 conflicts=0 ambiguity=0 deps=0 prereqs=3 queueready=yes
29 0 0 conflicts=0 ambiguity=0 deps=2 prereqs=2 queueready=yes
30 1 0 conflicts=1 ambiguity=0 deps=2 prereqs=2 queueready=yes
31 2 0 conflicts=2 ambiguity=1 deps=0 prereqs=3 queueready=no
32 2 0 conflicts=4 ambiguity=0 deps=1 prereqs=3 queueready=no
33 1 0 conflicts=0 ambiguity=1 deps=1 prereqs=3 queueready=yes
34 0 0 conflicts=0 ambiguity=0 deps=1 prereqs=2 queueready=yes
35 1 0 conflicts=1 ambiguity=1 deps=0 prereqs=1 queueready=yes
36 2 0 conflicts=7 ambiguity=2 deps=2 prereqs=3 queueready=no
37 1 0 conflicts=0 ambiguity=0 deps=0 prereqs=1 queueready=no
38 1 0 conflicts=1 ambiguity=0 deps=1 prereqs=3 queueready=yes
39 2 0 conflicts=4 ambiguity=0 deps=2 prereqs=2 queueready=yes
40 1 0 conflicts=2 ambiguity=0 deps=2 prereqs=3 queueready=yes
41 1 0 conflicts=0 ambiguity=2 deps=2 prereqs=1 queueready=yes
42 1 0 conflicts=0 ambiguity=0 deps=1 prereqs=3 queueready=yes
43 0 0 conflicts=0 ambiguity=0 deps=1 prereqs=1 queueready=yes
44 0 0 conflicts=0 ambiguity=0 deps=0 prereqs=4 queueready=yes
45 1 0 conflicts=1 ambiguity=1 deps=0 prereqs=1 queueready=yes
46 2 0 conflicts=4 ambiguity=2 deps=0 prereqs=1 queueready=yes
47 1 0 conflicts=3 ambiguity=0 deps=0 prereqs=2 queueready=yes
48 2 0 conflicts=7 ambiguity=1 deps=0 prereqs=2 queueready=yes
49 0 0 conflicts=0 ambiguity=0 deps=2 prereqs=1 queueready=yes
50 0 0 conflicts=0 ambiguity=0 deps=0 prereqs=4 queueready=yes
51 1 0 conflicts=2 ambiguity=0 deps=0 prereqs=1 queueready=yes
52 0 0 conflicts=0 ambiguity=0 deps=0 prereqs=4 queueready=yes
53 2 0 conflicts=5 ambiguity=2 deps=2 prereqs=4 queueready=yes
54 2 0 conflicts=0 ambiguity=3 deps=2 prereqs=1 queueready=yes
55 0 0 conflicts=0 ambiguity=0 deps=0 prereqs=2 queueready=yes
56 0 0 conflicts=0 ambiguity=0 deps=0 prereqs=2 queueready=yes
57 0 0 conflicts=0 ambiguity=0 deps=0 prereqs=4 queueready=yes
58 0 0 conflicts=0 ambiguity=0 deps=2 prereqs=2 queueready=yes
59 1 0 conflicts=1 ambiguity=0 deps=1 prereqs=2 queueready=yes
60 1 0 conflicts=0 ambiguity=0 deps=0 prereqs=1 queueready=no
61 0 0 conflicts=0 ambiguity=0 deps=1 prereqs=1 queueready=yes
62 1 0 conflicts=0 ambiguity=1 deps=1 prereqs=4 queueready=yes
63 0 0 conflicts=0 ambiguity=0 deps=0 prereqs=4 queueready=yes
64 1 0 conflicts=0 ambiguity=1 deps=0 prereqs=1 queueready=yes
65 1 0 conflicts=0 ambiguity=1 deps=1 prereqs=2 queueready=yes
66 0 0 conflicts=0 ambiguity=0 deps=0 prereqs=1 queueready=yes
67 2 0 conflicts=2 ambiguity=2 deps=0 prereqs=1 queueready=yes
68 2 0 conflicts=2 ambiguity=0 deps=0 prereqs=3 queueready=no
69 1 0 conflicts=2 ambiguity=0 deps=1 prereqs=4 queueready=yes
70 0 0 conflicts=0 ambiguity=0 deps=1 prereqs=2 queueready=yes
71 0 0 conflicts=0 ambiguity=0 deps=2 prereqs=1 queueready=yes
72 0 0 conflicts=0 ambiguity=0 deps=2 prereqs=2 queueready=yes
73 0 0 conflicts=0 ambiguity=0 deps=0 prereqs=3 queueready=yes
74 1 0 conflicts=1 ambiguity=0 deps=2 prereqs=2 queueready=yes
75 1 0 conflicts=1 ambiguity=0 deps=2 prereqs=2 queueready=yes
76 1 0 conflicts=0 ambiguity=2 deps=1 prereqs=1 queueready=yes
77 1 0 conflicts=1 ambiguity=1 deps=2 prereqs=2 queueready=yes
78 0 0 conflicts=0 ambiguity=0 deps=1 prereqs=2 queueready=yes
79 1 0 conflicts=2 ambiguity=0 deps=1 prereqs=4 queueready=yes
80 0 0 conflicts=0 ambiguity=0 deps=2 prereqs=2 queueready=yes
81 0 0 conflicts=0 ambiguity=0 deps=1 prereqs=1 queueready=yes
82 0 0 conflicts=0 ambiguity=0 deps=1 prereqs=2 queueready=yes
83 0 0 conflicts=0 ambiguity=0 deps=0 prereqs=1 queueready=yes
84 2 0 conflicts=7 ambiguity=0 deps=0 prereqs=1 queueready=no
85 1 0 conflicts=1 ambiguity=0 deps=0 prereqs=3 queueready=yes
86 0 0 conflicts=0 ambiguity=0 deps=0 prereqs=1 queueready=yes
87 0 0 conflicts=0 ambiguity=0 deps=1 prereqs=2 queueready=yes
88 0 0 conflicts=0 ambiguity=0 deps=0 prereqs=2 queueready=yes
89 2 0 conflicts=1 ambiguity=3 deps=0 prereqs=3 queueready=no
90 2 0 conflicts=2 ambiguity=1 deps=2 prereqs=3 queueready=no
91 1 0 conflicts=2 ambiguity=0 deps=1 prereqs=2 queueready=yes
92 2 0 conflicts=5 ambiguity=3 deps=2 prereqs=2 queueready=no
93 0 0 conflicts=0 ambiguity=0 deps=1 prereqs=2 queueready=yes
94 1 0 conflicts=2 ambiguity=0 deps=0 prereqs=4 queueready=yes
95 0 0 conflicts=0 ambiguity=0 deps=2 prereqs=2 queueready=yes
96 1 0 conflicts=0 ambiguity=0 deps=1 prereqs=3 queueready=yes
97 1 0 conflicts=2 ambiguity=0 deps=1 prereqs=4 queueready=yes
98 0 0 conflicts=0 ambiguity=0 deps=0 prereqs=3 queueready=yes
99 0 0 conflicts=0 ambiguity=0 deps=1 prereqs=2 queueready=yes
100 1 0 conflicts=2 ambiguity=0 deps=2 prereqs=1 queueready=yes
101 1 0 conflicts=0 ambiguity=1 deps=2 prereqs=4 queueready=yes
102 2 0 conflicts=7 ambiguity=3 deps=1 prereqs=3 queueready=yes
103 2 0 conflicts=4 ambiguity=3 deps=0 prereqs=3 queueready=no
104 0 0 conflicts=0 ambiguity=0 deps=0 prereqs=1 queueready=yes
105 2 0 conflicts=8 ambiguity=3 deps=2 prereqs=4 queueready=no
106 2 0 conflicts=4 ambiguity=2 deps=2 prereqs=1 queueready=no
107 0 0 conflicts=0 ambiguity=0 deps=0 prereqs=2 queueready=yes
108 2 0 conflicts=8 ambiguity=2 deps=1 prereqs=1 queueready=yes
109 0 0 conflicts=0 ambiguity=0 deps=0 prereqs=4 queueready=yes
110 1 0 conflicts=0 ambiguity=0 deps=0 prereqs=2 queueready=no
111 0 0 conflicts=0 ambiguity=0 deps=2 prereqs=2 queueready=yes
112 0 0 conflicts=0 ambiguity=0 deps=1 prereqs=1 queueready=yes
113 0 0 conflicts=0 ambiguity=0 deps=2 prereqs=1 queueready=yes
114 0 0 conflicts=0 ambiguity=0 deps=1 prereqs=2 queueready=yes
115 0 0 conflicts=0 ambiguity=0 deps=0 prereqs=2 queueready=yes
116 0 0 conflicts=0 ambiguity=0 deps=0 prereqs=1 queueready=yes
117 0 0 conflicts=0 ambiguity=0 deps=1 prereqs=1 queueready=yes
118 1 0 conflicts=0 ambiguity=2 deps=0 prereqs=1 queueready=yes
119 2 0 conflicts=8 ambiguity=1 deps=0 prereqs=3 queueready=no
120 0 0 conflicts=0 ambiguity=0 deps=0 prereqs=2 queueready=yes
121 1 0 conflicts=0 ambiguity=2 deps=0 prereqs=1 queueready=yes
122 1 0 conflicts=1 ambiguity=0 deps=1 prereqs=2 queueready=yes
123 2 0 conflicts=5 ambiguity=2 deps=0 prereqs=1 queueready=yes
124 1 0 conflicts=0 ambiguity=2 deps=2 prereqs=1 queueready=yes
125 1 0 conflicts=0 ambiguity=0 deps=2 prereqs=4 queueready=yes
126 1 0 conflicts=1 ambiguity=1 deps=1 prereqs=1 queueready=yes
127 1 0 conflicts=1 ambiguity=1 deps=0 prereqs=2 queueready=yes
128 0 0 conflicts=0 ambiguity=0 deps=0 prereqs=1 queueready=yes
129 0 0 conflicts=0 ambiguity=0 deps=2 prereqs=2 queueready=yes
130 0 0 conflicts=0 ambiguity=0 deps=0 prereqs=4 queueready=yes
131 0 0 conflicts=0 ambiguity=0 deps=0 prereqs=2 queueready=yes
132 1 0 conflicts=0 ambiguity=1 deps=0 prereqs=4 queueready=yes
133 2 0 conflicts=1 ambiguity=1 deps=2 prereqs=3 queueready=yes
134 1 0 conflicts=3 ambiguity=0 deps=0 prereqs=2 queueready=yes
135 1 0 conflicts=0 ambiguity=0 deps=0 prereqs=1 queueready=no
136 2 0 conflicts=1 ambiguity=2 deps=1 prereqs=4 queueready=yes
137 0 0 conflicts=0 ambiguity=0 deps=2 prereqs=1 queueready=yes
138 0 0 conflicts=0 ambiguity=0 deps=0 prereqs=1 queueready=yes
139 2 0 conflicts=2 ambiguity=2 deps=0 prereqs=3 queueready=yes
140 0 0 conflicts=0 ambiguity=0 deps=2 prereqs=1 queueready=yes
141 2 0 conflicts=3 ambiguity=1 deps=0 prereqs=3 queueready=no
142 2 0 conflicts=0 ambiguity=2 deps=1 prereqs=2 queueready=no
143 1 0 conflicts=0 ambiguity=2 deps=0 prereqs=4 queueready=yes
144 1 0 conflicts=2 ambiguity=0 deps=0 prereqs=3 queueready=yes
145 2 0 conflicts=7 ambiguity=1 deps=1 prereqs=2 queueready=no
146 1 0 conflicts=0 ambiguity=1 deps=2 prereqs=1 queueready=yes
147 2 0 conflicts=8 ambiguity=2 deps=1 prereqs=1 queueready=no
148 1 0 conflicts=1 ambiguity=0 deps=1 prereqs=2 queueready=yes
149 2 0 conflicts=7 ambiguity=1 deps=0 prereqs=1 queueready=no
150 0 0 conflicts=0 ambiguity=0 deps=2 prereqs=2 queueready=yes
151 2 0 conflicts=6 ambiguity=3 deps=1 prereqs=2 queueready=no
152 2 0 conflicts=9 ambiguity=3 deps=2 prereqs=3 queueready=no
153 1 0 conflicts=0 ambiguity=1 deps=2 prereqs=4 queueready=yes
154 0 0 conflicts=0 ambiguity=0 deps=0 prereqs=4 queueready=yes
155 2 0 conflicts=0 ambiguity=0 deps=1 prereqs=3 queueready=no
156 0 0 conflicts=0 ambiguity=0 deps=1 prereqs=1 queueready=yes
157 1 0 conflicts=1 ambiguity=0 deps=2 prereqs=2 queueready=yes
158 2 0 conflicts=4 ambiguity=3 deps=2 prereqs=2 queueready=yes
159 1 0 conflicts=2 ambiguity=0 deps=1 prereqs=3 queueready=yes
160 1 0 conflicts=2 ambiguity=0 deps=0 prereqs=3 queueready=yes
161 2 0 conflicts=2 ambiguity=3 deps=1 prereqs=4 queueready=yes
162 1 0 conflicts=2 ambiguity=0 deps=2 prereqs=4 queueready=yes
163 1 0 conflicts=0 ambiguity=2 deps=2 prereqs=1 queueready=yes
164 0 0 conflicts=0 ambiguity=0 deps=2 prereqs=2 queueready=yes
165 0 0 conflicts=0 ambiguity=0 deps=0 prereqs=2 queueready=yes
166 2 0 conflicts=0 ambiguity=1 deps=1 prereqs=4 queueready=no
167 2 0 conflicts=8 ambiguity=2 deps=2 prereqs=4 queueready=yes
168 0 0 conflicts=0 ambiguity=0 deps=0 prereqs=3 queueready=yes
169 0 0 conflicts=0 ambiguity=0 deps=2 prereqs=1 queueready=yes
170 0 0 conflicts=0 ambiguity=0 deps=2 prereqs=2 queueready=yes
171 2 0 conflicts=1 ambiguity=3 deps=0 prereqs=4 queueready=no
172 1 0 conflicts=2 ambiguity=0 deps=0 prereqs=4 queueready=yes
173 2 0 conflicts=3 ambiguity=2 deps=1 prereqs=2 queueready=no
174 0 0 conflicts=0 ambiguity=0 deps=1 prereqs=2 queueready=yes
175 1 0 conflicts=0 ambiguity=1 deps=2 prereqs=2 queueready=yes
176 1 0 conflicts=1 ambiguity=1 deps=0 prereqs=2 queueready=yes
177 2 0 conflicts=0 ambiguity=0 deps=2 prereqs=1 queueready=no
178 2 0 conflicts=8 ambiguity=2 deps=1 prereqs=4 queueready=no
179 0 0 conflicts=0 ambiguity=0 deps=1 prereqs=1 queueready=yes
180 2 0 conflicts=7 ambiguity=3 deps=2 prereqs=2 queueready=yes

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,24 @@
2 0 `whetstone_enqueue_pair_upgrade` MCP tool
3 0 Deprecation/succession lifecycle framework
3 0 Security scan orchestrator for generated targets
1 0 Phase 12c Integration Tests
2 0 Reviewer quorum policy model for critical approvals
1 0 Phase 38a Integration
1 0 Phase 23b Integration + Sprint Summary
0 0 Reprojection safety policy
2 0 Stable corpus certification suite
0 0 Timing regression runner integration
0 0 `whetstone_get_tool_permissions` MCP tool
3 0 Cross-language rollout state snapshot model
1 0 Compatibility policy profiles by interface criticality
3 0 `whetstone_publish_roadmap_epoch` MCP tool
2 0 Security Report Generation
2 0 Compatibility/deprecation report artifact
1 0 Human Review Interface via MCP
2 0 HiveMind job publisher from editor
1 0 Parser/AST adapter interface schema
0 0 Sprint 76 integration summary + regression
1 0 Scenario — Multi-Model Orchestration
0 0 Autonomous loop controller with “green or explicit blocked” contract
2 0 Security-Aware Routing
0 0 Verifier trust weighting policy engine
1 2 0 `whetstone_enqueue_pair_upgrade` MCP tool
2 3 0 Deprecation/succession lifecycle framework
3 3 0 Security scan orchestrator for generated targets
4 1 0 Phase 12c Integration Tests
5 2 0 Reviewer quorum policy model for critical approvals
6 1 0 Phase 38a Integration
7 1 0 Phase 23b Integration + Sprint Summary
8 0 0 Reprojection safety policy
9 2 0 Stable corpus certification suite
10 0 0 Timing regression runner integration
11 0 0 `whetstone_get_tool_permissions` MCP tool
12 3 0 Cross-language rollout state snapshot model
13 1 0 Compatibility policy profiles by interface criticality
14 3 0 `whetstone_publish_roadmap_epoch` MCP tool
15 2 0 Security Report Generation
16 2 0 Compatibility/deprecation report artifact
17 1 0 Human Review Interface via MCP
18 2 0 HiveMind job publisher from editor
19 1 0 Parser/AST adapter interface schema
20 0 0 Sprint 76 integration summary + regression
21 1 0 Scenario — Multi-Model Orchestration
22 0 0 Autonomous loop controller with “green or explicit blocked” contract
23 2 0 Security-Aware Routing
24 0 0 Verifier trust weighting policy engine

View File

@@ -0,0 +1,12 @@
0 0 Define verification and readiness surface | Build distributed rate limiter with fixed/sliding window modes and policy APIs.
1 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
3 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
3 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
1 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
2 0 Plan Add normalized address schema migrate legacy rows with | Add normalized address schema, migrate legacy rows with backfill job, dual-read/write transition, and rollback script.
1 0 Define verification and readiness surface | Refactor billing pipeline to introduce idempotency keys and rollback checkpoints across ledger service, queue worker, re
2 0 Plan Replace search ranking pipeline behind feature flag with | Replace search ranking pipeline behind feature flag with staged rollout, telemetry checks, and automatic abort trigger.
0 0 Define verification and readiness surface | Build a JWT auth service with register, login, refresh token rotation, and password hashing.
3 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
3 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
3 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
1 0 0 Define verification and readiness surface | Build distributed rate limiter with fixed/sliding window modes and policy APIs.
2 1 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
3 3 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
4 3 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
5 1 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
6 2 0 Plan Add normalized address schema migrate legacy rows with | Add normalized address schema, migrate legacy rows with backfill job, dual-read/write transition, and rollback script.
7 1 0 Define verification and readiness surface | Refactor billing pipeline to introduce idempotency keys and rollback checkpoints across ledger service, queue worker, re
8 2 0 Plan Replace search ranking pipeline behind feature flag with | Replace search ranking pipeline behind feature flag with staged rollout, telemetry checks, and automatic abort trigger.
9 0 0 Define verification and readiness surface | Build a JWT auth service with register, login, refresh token rotation, and password hashing.
10 3 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
11 3 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
12 3 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua

View File

@@ -0,0 +1,68 @@
0 0 Define verification and readiness surface | All core features implemented Tests passing
0 0 Define verification and readiness surface | All core features implemented Tests passing
2 0 Define verification and readiness surface | Build chat bot backend with slash commands, permission checks, and scheduled digests.
1 0 Define verification and readiness surface | Build an order saga orchestrator with compensating actions, timeout escalation, exactly-once message handling, and deter
2 0 Define verification and readiness surface | Build a CMS backend with posts, tags, draft/publish workflow, and role-based access control.
0 0 Define verification and readiness surface | Build a multi-tenant limiter with token bucket + sliding window hybrid policy, burst fairness guarantees, and lock-free
1 0 Plan Build a CI orchestrator service triggering jobs tracking | Build a CI orchestrator service triggering jobs, tracking states, and emitting summaries.
2 0 Plan Add normalized address schema migrate legacy rows with | Add normalized address schema, migrate legacy rows with backfill job, dual-read/write transition, and rollback script.
2 0 Define verification and readiness surface | Build a CLI password vault with encrypted local storage and master-key unlock.
3 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
2 0 Define verification and readiness surface | Build a release notes generator from commits, PR labels, and issue references.
2 0 Define verification and readiness surface | Build a secrets rotation scheduler with lease tracking, retry plans, and notifications.
1 0 Define verification and readiness surface | Build an order saga orchestrator with compensating actions, timeout escalation, exactly-once message handling, and deter
2 0 Define verification and readiness surface | Build a model registry API supporting stages, approvals, rollback, and signed artifact links.
1 0 Define verification and readiness surface | Refactor billing pipeline to introduce idempotency keys and rollback checkpoints across ledger service, queue worker, re
1 0 Define verification and readiness surface | Refactor billing pipeline to introduce idempotency keys and rollback checkpoints across ledger service, queue worker, re
1 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
1 0 Plan Build a generator that scaffolds Terraform modules with | Build a generator that scaffolds Terraform modules with inputs, outputs, and policy checks.
0 0 Define verification and readiness surface | All core features implemented Tests passing
2 0 Define verification and readiness surface | Build inventory endpoints with stock reservation, release, and low-stock alerts.
0 0 Define verification and readiness surface | Build form builder backend with schema validation, submissions, and analytics counters.
3 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
2 0 Define verification and readiness surface | Build fraud rules engine with rule evaluation graph, score thresholds, and audit trails.
3 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
3 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
2 0 Define verification and readiness surface | Build a PII redaction pipeline masking emails, phones, and IDs with audit logging.
1 0 Plan Build a CI orchestrator service triggering jobs tracking | Build a CI orchestrator service triggering jobs, tracking states, and emitting summaries.
3 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
1 0 Plan Build a CI orchestrator service triggering jobs tracking | Build a CI orchestrator service triggering jobs, tracking states, and emitting summaries.
3 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
1 0 Define verification and readiness surface | Build an order saga orchestrator with compensating actions, timeout escalation, exactly-once message handling, and deter
0 0 Define verification and readiness surface | Build experiment tracking backend storing params, metrics, artifacts, and compare queries.
3 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
0 0 Define verification and readiness surface | Build a .env manager CLI with profile switch, validation, and secure redaction in output.
0 0 Define verification and readiness surface | All core features implemented Tests passing
3 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
2 0 Define verification and readiness surface | Build a secret rotation controller with staged rollout, canary verification, rollback triggers, and explicit blast-radiu
0 0 Define verification and readiness surface | All core features implemented Tests passing
3 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
1 0 Plan Build a CI orchestrator service triggering jobs tracking | Build a CI orchestrator service triggering jobs, tracking states, and emitting summaries.
3 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
3 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
0 0 Define verification and readiness surface | All core features implemented Tests passing
0 0 Define verification and readiness surface | Build tax report backend aggregating gains/losses and generating filing-year summaries.
1 0 Plan Build a generator that scaffolds Terraform modules with | Build a generator that scaffolds Terraform modules with inputs, outputs, and policy checks.
0 0 Define verification and readiness surface | All core features implemented Tests passing
0 0 Define verification and readiness surface | Build a realtime log viewer backend with tail sessions, regex filters, and backpressure.
1 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
0 0 Define verification and readiness surface | Build job queue service with delayed jobs, retries, visibility timeout, and metrics.
1 0 Define verification and readiness surface | Refactor billing pipeline to introduce idempotency keys and rollback checkpoints across ledger service, queue worker, re
1 0 Plan Build a generator that scaffolds Terraform modules with | Build a generator that scaffolds Terraform modules with inputs, outputs, and policy checks.
3 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
3 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
1 0 Define verification and readiness surface | Build an order saga orchestrator with compensating actions, timeout escalation, exactly-once message handling, and deter
0 0 Define verification and readiness surface | All core features implemented Tests passing
2 0 Define verification and readiness surface | Build audit log service with immutable events, filtering, export, and retention policies.
2 0 Define verification and readiness surface | Build LLM guardrail service for policy checks, PII filtering, and response classification.
0 0 Define verification and readiness surface | Build telemetry collector with trace/span ingestion, sampling, and export adapters.
3 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
0 0 Define verification and readiness surface | All core features implemented Tests passing
2 0 Define verification and readiness surface | Build a secret rotation controller with staged rollout, canary verification, rollback triggers, and explicit blast-radiu
2 0 Plan Upgrade API contract from v1 to v2 backend | Upgrade API contract from v1 to v2: backend handlers, OpenAPI schema, generated client SDK, frontend integration, and co
2 0 Define verification and readiness surface | Build configuration service with versioned configs, staged rollout, and validation checks.
2 0 Define verification and readiness surface | Build access control service with RBAC roles, permissions, and resource-scoped grants.
2 0 Define verification and readiness surface | Build a feature flag API with environments, targeting rules, and rollout percentages.
3 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
0 0 Define verification and readiness surface | Build an event deduplicator using idempotency keys, time windows, and replay-safe writes.
1 0 Plan Build a generator that scaffolds Terraform modules with | Build a generator that scaffolds Terraform modules with inputs, outputs, and policy checks.
1 0 0 Define verification and readiness surface | All core features implemented Tests passing
2 0 0 Define verification and readiness surface | All core features implemented Tests passing
3 2 0 Define verification and readiness surface | Build chat bot backend with slash commands, permission checks, and scheduled digests.
4 1 0 Define verification and readiness surface | Build an order saga orchestrator with compensating actions, timeout escalation, exactly-once message handling, and deter
5 2 0 Define verification and readiness surface | Build a CMS backend with posts, tags, draft/publish workflow, and role-based access control.
6 0 0 Define verification and readiness surface | Build a multi-tenant limiter with token bucket + sliding window hybrid policy, burst fairness guarantees, and lock-free
7 1 0 Plan Build a CI orchestrator service triggering jobs tracking | Build a CI orchestrator service triggering jobs, tracking states, and emitting summaries.
8 2 0 Plan Add normalized address schema migrate legacy rows with | Add normalized address schema, migrate legacy rows with backfill job, dual-read/write transition, and rollback script.
9 2 0 Define verification and readiness surface | Build a CLI password vault with encrypted local storage and master-key unlock.
10 3 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
11 2 0 Define verification and readiness surface | Build a release notes generator from commits, PR labels, and issue references.
12 2 0 Define verification and readiness surface | Build a secrets rotation scheduler with lease tracking, retry plans, and notifications.
13 1 0 Define verification and readiness surface | Build an order saga orchestrator with compensating actions, timeout escalation, exactly-once message handling, and deter
14 2 0 Define verification and readiness surface | Build a model registry API supporting stages, approvals, rollback, and signed artifact links.
15 1 0 Define verification and readiness surface | Refactor billing pipeline to introduce idempotency keys and rollback checkpoints across ledger service, queue worker, re
16 1 0 Define verification and readiness surface | Refactor billing pipeline to introduce idempotency keys and rollback checkpoints across ledger service, queue worker, re
17 1 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
18 1 0 Plan Build a generator that scaffolds Terraform modules with | Build a generator that scaffolds Terraform modules with inputs, outputs, and policy checks.
19 0 0 Define verification and readiness surface | All core features implemented Tests passing
20 2 0 Define verification and readiness surface | Build inventory endpoints with stock reservation, release, and low-stock alerts.
21 0 0 Define verification and readiness surface | Build form builder backend with schema validation, submissions, and analytics counters.
22 3 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
23 2 0 Define verification and readiness surface | Build fraud rules engine with rule evaluation graph, score thresholds, and audit trails.
24 3 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
25 3 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
26 2 0 Define verification and readiness surface | Build a PII redaction pipeline masking emails, phones, and IDs with audit logging.
27 1 0 Plan Build a CI orchestrator service triggering jobs tracking | Build a CI orchestrator service triggering jobs, tracking states, and emitting summaries.
28 3 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
29 1 0 Plan Build a CI orchestrator service triggering jobs tracking | Build a CI orchestrator service triggering jobs, tracking states, and emitting summaries.
30 3 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
31 1 0 Define verification and readiness surface | Build an order saga orchestrator with compensating actions, timeout escalation, exactly-once message handling, and deter
32 0 0 Define verification and readiness surface | Build experiment tracking backend storing params, metrics, artifacts, and compare queries.
33 3 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
34 0 0 Define verification and readiness surface | Build a .env manager CLI with profile switch, validation, and secure redaction in output.
35 0 0 Define verification and readiness surface | All core features implemented Tests passing
36 3 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
37 2 0 Define verification and readiness surface | Build a secret rotation controller with staged rollout, canary verification, rollback triggers, and explicit blast-radiu
38 0 0 Define verification and readiness surface | All core features implemented Tests passing
39 3 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
40 1 0 Plan Build a CI orchestrator service triggering jobs tracking | Build a CI orchestrator service triggering jobs, tracking states, and emitting summaries.
41 3 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
42 3 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
43 0 0 Define verification and readiness surface | All core features implemented Tests passing
44 0 0 Define verification and readiness surface | Build tax report backend aggregating gains/losses and generating filing-year summaries.
45 1 0 Plan Build a generator that scaffolds Terraform modules with | Build a generator that scaffolds Terraform modules with inputs, outputs, and policy checks.
46 0 0 Define verification and readiness surface | All core features implemented Tests passing
47 0 0 Define verification and readiness surface | Build a realtime log viewer backend with tail sessions, regex filters, and backpressure.
48 1 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
49 0 0 Define verification and readiness surface | Build job queue service with delayed jobs, retries, visibility timeout, and metrics.
50 1 0 Define verification and readiness surface | Refactor billing pipeline to introduce idempotency keys and rollback checkpoints across ledger service, queue worker, re
51 1 0 Plan Build a generator that scaffolds Terraform modules with | Build a generator that scaffolds Terraform modules with inputs, outputs, and policy checks.
52 3 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
53 3 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
54 1 0 Define verification and readiness surface | Build an order saga orchestrator with compensating actions, timeout escalation, exactly-once message handling, and deter
55 0 0 Define verification and readiness surface | All core features implemented Tests passing
56 2 0 Define verification and readiness surface | Build audit log service with immutable events, filtering, export, and retention policies.
57 2 0 Define verification and readiness surface | Build LLM guardrail service for policy checks, PII filtering, and response classification.
58 0 0 Define verification and readiness surface | Build telemetry collector with trace/span ingestion, sampling, and export adapters.
59 3 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
60 0 0 Define verification and readiness surface | All core features implemented Tests passing
61 2 0 Define verification and readiness surface | Build a secret rotation controller with staged rollout, canary verification, rollback triggers, and explicit blast-radiu
62 2 0 Plan Upgrade API contract from v1 to v2 backend | Upgrade API contract from v1 to v2: backend handlers, OpenAPI schema, generated client SDK, frontend integration, and co
63 2 0 Define verification and readiness surface | Build configuration service with versioned configs, staged rollout, and validation checks.
64 2 0 Define verification and readiness surface | Build access control service with RBAC roles, permissions, and resource-scoped grants.
65 2 0 Define verification and readiness surface | Build a feature flag API with environments, targeting rules, and rollout percentages.
66 3 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
67 0 0 Define verification and readiness surface | Build an event deduplicator using idempotency keys, time windows, and replay-safe writes.
68 1 0 Plan Build a generator that scaffolds Terraform modules with | Build a generator that scaffolds Terraform modules with inputs, outputs, and policy checks.

View File

@@ -0,0 +1,136 @@
2 0 `whetstone_get_constructive_rollout_status` runtime implementation
1 0 Target projection blocker taxonomy
2 0 Strict gate mode in production loop
3 0 `whetstone_get_polyglot_cutover_readiness` MCP tool
3 0 Security scan orchestrator for generated targets
1 0 Multi-language constructive loop report artifact
2 0 `whetstone_get_constructive_rollout_status` MCP tool
3 0 `whetstone_get_polyglot_cutover_readiness` MCP tool
2 0 Deprecation policy model for unstable/obsolete pairs
0 0 Projection schema extension for run catalogs
0 0 Panel Registration System
0 0 Sprint 146 integration summary + regression
3 0 `whetstone_publish_roadmap_epoch` MCP tool
1 0 Distributed path in FeedbackLoopOrchestrator
1 0 Continuity drill framework and scoring
3 0 Cross-language release evidence aggregator model
0 0 Scheme lowering/raising adapters
3 0 Cross-language release evidence aggregator model
3 0 `whetstone_get_polyglot_cutover_readiness` MCP tool
1 0 Phase 13a Integration — Layout Persistence
2 0 Security Testing Skeleton Generation
0 0 Modifier-Edge Shortcut Notation
1 0 Architecture Templates
3 0 Deprecation/succession lifecycle framework
1 0 Language-specific method body scaffolding for core patterns
1 0 Initializer Lists + STL Patterns
3 0 Security scan orchestrator for generated targets
0 0 `whetstone_dry_run_patch` MCP tool
3 0 Cross-language rollout state snapshot model
3 0 Security scan orchestrator for generated targets
0 0 Cost telemetry integration in metrics stack
2 0 Constitutional invariants compliance checker
0 0 Property-based equivalence runner
2 0 Regional rollout profile integration
0 0 Compile/test proof binding
3 0 Cross-language release evidence aggregator model
2 0 `whetstone_get_certification_status` MCP tool
3 0 Deprecation/succession lifecycle framework
0 0 Sprint 193 Integration Summary
1 0 Multi-language replay corpus runtime index model
2 0 Benchmark suite for production capability claim
3 0 `whetstone_publish_roadmap_epoch` MCP tool
0 0 Build output parser — GCC/Clang format
2 0 Rollout stage model (`pilot`, `canary`, `broad`, `default`)
2 0 `whetstone_set_language_rollout_tier` MCP tool
0 0 Breadcrumb Navigation
1 0 Runtime-aware lowering extension points
1 0 Phase 15b Integration — Full Protocol Test
3 0 `whetstone_get_polyglot_cutover_readiness` MCP tool
0 0 Python lowering adapter v2 (dynamic shape packets)
0 0 Canonical fixture and oracle dataset packs
0 0 Project context auto-injection
0 0 LTS baseline criteria schema
3 0 Security scan orchestrator for generated targets
0 0 `whetstone_validate_tool_contracts` MCP tool
1 0 Phase 20a Integration
3 0 Cross-language release evidence aggregator model
2 0 `whetstone_publish_next_block_plan` MCP tool
2 0 Staged cutover planner (`shadow`, `dual-run`, `cutover`)
3 0 Security scan orchestrator for generated targets
3 0 Security scan orchestrator for generated targets
0 0 Locals + Watches Panel Data Model
0 0 Context Bundle Minimizer
2 0 `whetstone_get_compliance_evidence` MCP tool
3 0 `whetstone_get_polyglot_cutover_readiness` MCP tool
2 0 Security Annotation Types — Subject 10
0 0 Benchmark scorecard generator per pair
1 0 Runtime-specific verification plugin interface
2 0 Certification job scheduler
3 0 Deprecation/succession lifecycle framework
2 0 Tiered rollout and rollback control model
2 0 Sprint 60 integration summary + release marker
3 0 Cross-language rollout state snapshot model
0 0 Constraint Violation Diagnostics
1 0 Phase 12a Integration Tests
3 0 Cross-language rollout state snapshot model
1 0 Deterministic blocker taxonomy extension
0 0 `whetstone_get_regeneration_decisions` MCP tool
1 0 Long-horizon roadmap planning engine v2
0 0 Intake extraction confidence scoring
1 0 Phase 18b Integration + Sprint Summary
3 0 `whetstone_get_polyglot_cutover_readiness` MCP tool
2 0 Certification badges for roles/workflows
0 0 Closeout consistency gate
3 0 Cross-language rollout state snapshot model
1 0 Binary/interface diff engine integration
2 0 Release Readiness Gate Pack
0 0 Source-vs-runtime drift comparator model
1 0 Phase 12d Integration + Sprint 12 Summary
1 0 `whetstone_verify_architecture_consistency` MCP tool
0 0 API/ABI preservation report artifact
0 0 Sprint 164 Integration Summary
3 0 `whetstone_publish_roadmap_epoch` MCP tool
0 0 `whetstone_capture_mcp_execution_trace` MCP tool
0 0 Template recommendation model by project fingerprint
0 0 Kotlin Generator
3 0 Deprecation/succession lifecycle framework
1 0 Cross-language capability contract normalizer model
2 0 Release certification packet model
2 0 Rollout blast-radius estimator
3 0 Cross-language release evidence aggregator model
2 0 Tenant-scoped waiver/approval ledger
1 0 Governance model refresh framework
2 0 `whetstone_publish_next_epoch_plan` MCP tool
3 0 Cross-language release evidence aggregator model
0 0 Embedded migration risk report template
1 0 Cross-language node identity preservation policy model
0 0 Key Symbol Rendering
1 0 Burn-down planning optimizer
3 0 Deprecation/succession lifecycle framework
2 0 Interop certification policy bindings
3 0 Cross-language release evidence aggregator model
3 0 Deprecation/succession lifecycle framework
2 0 Production summary hardening
3 0 `whetstone_publish_roadmap_epoch` MCP tool
2 0 Safety-critical deployment dossier artifact
3 0 `whetstone_publish_roadmap_epoch` MCP tool
2 0 Security-Preserving Translation
1 0 Swarm maintenance job decomposition model
3 0 `whetstone_get_polyglot_cutover_readiness` MCP tool
1 0 Polyglot project migration graph model
1 0 Phase 10d Integration Tests
3 0 Cross-language rollout state snapshot model
1 0 Phase 18a Integration
2 0 Runtime-backed constructive release certification packet model
1 0 Phase 29a Integration
2 0 Production loop contract preflight
1 0 Phase 20b Integration + Sprint Summary
2 0 Pair-upgrade queue model
2 0 `whetstone_get_tool_deprecations` MCP tool
0 0 Wire `ArchitectIntakeProcessor` into `whetstone_architect_intake` handler
2 0 Contract drift classifier (`compatible`, `warning`, `breaking`)
1 0 Phase 23c Integration (tests: integration, regression)
1 0 `FeedbackLoopOrchestrator` core loop
1 0 WAT Cross-Language Projection
0 0 Sprint 187 Integration Summary
1 2 0 `whetstone_get_constructive_rollout_status` runtime implementation
2 1 0 Target projection blocker taxonomy
3 2 0 Strict gate mode in production loop
4 3 0 `whetstone_get_polyglot_cutover_readiness` MCP tool
5 3 0 Security scan orchestrator for generated targets
6 1 0 Multi-language constructive loop report artifact
7 2 0 `whetstone_get_constructive_rollout_status` MCP tool
8 3 0 `whetstone_get_polyglot_cutover_readiness` MCP tool
9 2 0 Deprecation policy model for unstable/obsolete pairs
10 0 0 Projection schema extension for run catalogs
11 0 0 Panel Registration System
12 0 0 Sprint 146 integration summary + regression
13 3 0 `whetstone_publish_roadmap_epoch` MCP tool
14 1 0 Distributed path in FeedbackLoopOrchestrator
15 1 0 Continuity drill framework and scoring
16 3 0 Cross-language release evidence aggregator model
17 0 0 Scheme lowering/raising adapters
18 3 0 Cross-language release evidence aggregator model
19 3 0 `whetstone_get_polyglot_cutover_readiness` MCP tool
20 1 0 Phase 13a Integration — Layout Persistence
21 2 0 Security Testing Skeleton Generation
22 0 0 Modifier-Edge Shortcut Notation
23 1 0 Architecture Templates
24 3 0 Deprecation/succession lifecycle framework
25 1 0 Language-specific method body scaffolding for core patterns
26 1 0 Initializer Lists + STL Patterns
27 3 0 Security scan orchestrator for generated targets
28 0 0 `whetstone_dry_run_patch` MCP tool
29 3 0 Cross-language rollout state snapshot model
30 3 0 Security scan orchestrator for generated targets
31 0 0 Cost telemetry integration in metrics stack
32 2 0 Constitutional invariants compliance checker
33 0 0 Property-based equivalence runner
34 2 0 Regional rollout profile integration
35 0 0 Compile/test proof binding
36 3 0 Cross-language release evidence aggregator model
37 2 0 `whetstone_get_certification_status` MCP tool
38 3 0 Deprecation/succession lifecycle framework
39 0 0 Sprint 193 Integration Summary
40 1 0 Multi-language replay corpus runtime index model
41 2 0 Benchmark suite for production capability claim
42 3 0 `whetstone_publish_roadmap_epoch` MCP tool
43 0 0 Build output parser — GCC/Clang format
44 2 0 Rollout stage model (`pilot`, `canary`, `broad`, `default`)
45 2 0 `whetstone_set_language_rollout_tier` MCP tool
46 0 0 Breadcrumb Navigation
47 1 0 Runtime-aware lowering extension points
48 1 0 Phase 15b Integration — Full Protocol Test
49 3 0 `whetstone_get_polyglot_cutover_readiness` MCP tool
50 0 0 Python lowering adapter v2 (dynamic shape packets)
51 0 0 Canonical fixture and oracle dataset packs
52 0 0 Project context auto-injection
53 0 0 LTS baseline criteria schema
54 3 0 Security scan orchestrator for generated targets
55 0 0 `whetstone_validate_tool_contracts` MCP tool
56 1 0 Phase 20a Integration
57 3 0 Cross-language release evidence aggregator model
58 2 0 `whetstone_publish_next_block_plan` MCP tool
59 2 0 Staged cutover planner (`shadow`, `dual-run`, `cutover`)
60 3 0 Security scan orchestrator for generated targets
61 3 0 Security scan orchestrator for generated targets
62 0 0 Locals + Watches Panel Data Model
63 0 0 Context Bundle Minimizer
64 2 0 `whetstone_get_compliance_evidence` MCP tool
65 3 0 `whetstone_get_polyglot_cutover_readiness` MCP tool
66 2 0 Security Annotation Types — Subject 10
67 0 0 Benchmark scorecard generator per pair
68 1 0 Runtime-specific verification plugin interface
69 2 0 Certification job scheduler
70 3 0 Deprecation/succession lifecycle framework
71 2 0 Tiered rollout and rollback control model
72 2 0 Sprint 60 integration summary + release marker
73 3 0 Cross-language rollout state snapshot model
74 0 0 Constraint Violation Diagnostics
75 1 0 Phase 12a Integration Tests
76 3 0 Cross-language rollout state snapshot model
77 1 0 Deterministic blocker taxonomy extension
78 0 0 `whetstone_get_regeneration_decisions` MCP tool
79 1 0 Long-horizon roadmap planning engine v2
80 0 0 Intake extraction confidence scoring
81 1 0 Phase 18b Integration + Sprint Summary
82 3 0 `whetstone_get_polyglot_cutover_readiness` MCP tool
83 2 0 Certification badges for roles/workflows
84 0 0 Closeout consistency gate
85 3 0 Cross-language rollout state snapshot model
86 1 0 Binary/interface diff engine integration
87 2 0 Release Readiness Gate Pack
88 0 0 Source-vs-runtime drift comparator model
89 1 0 Phase 12d Integration + Sprint 12 Summary
90 1 0 `whetstone_verify_architecture_consistency` MCP tool
91 0 0 API/ABI preservation report artifact
92 0 0 Sprint 164 Integration Summary
93 3 0 `whetstone_publish_roadmap_epoch` MCP tool
94 0 0 `whetstone_capture_mcp_execution_trace` MCP tool
95 0 0 Template recommendation model by project fingerprint
96 0 0 Kotlin Generator
97 3 0 Deprecation/succession lifecycle framework
98 1 0 Cross-language capability contract normalizer model
99 2 0 Release certification packet model
100 2 0 Rollout blast-radius estimator
101 3 0 Cross-language release evidence aggregator model
102 2 0 Tenant-scoped waiver/approval ledger
103 1 0 Governance model refresh framework
104 2 0 `whetstone_publish_next_epoch_plan` MCP tool
105 3 0 Cross-language release evidence aggregator model
106 0 0 Embedded migration risk report template
107 1 0 Cross-language node identity preservation policy model
108 0 0 Key Symbol Rendering
109 1 0 Burn-down planning optimizer
110 3 0 Deprecation/succession lifecycle framework
111 2 0 Interop certification policy bindings
112 3 0 Cross-language release evidence aggregator model
113 3 0 Deprecation/succession lifecycle framework
114 2 0 Production summary hardening
115 3 0 `whetstone_publish_roadmap_epoch` MCP tool
116 2 0 Safety-critical deployment dossier artifact
117 3 0 `whetstone_publish_roadmap_epoch` MCP tool
118 2 0 Security-Preserving Translation
119 1 0 Swarm maintenance job decomposition model
120 3 0 `whetstone_get_polyglot_cutover_readiness` MCP tool
121 1 0 Polyglot project migration graph model
122 1 0 Phase 10d Integration Tests
123 3 0 Cross-language rollout state snapshot model
124 1 0 Phase 18a Integration
125 2 0 Runtime-backed constructive release certification packet model
126 1 0 Phase 29a Integration
127 2 0 Production loop contract preflight
128 1 0 Phase 20b Integration + Sprint Summary
129 2 0 Pair-upgrade queue model
130 2 0 `whetstone_get_tool_deprecations` MCP tool
131 0 0 Wire `ArchitectIntakeProcessor` into `whetstone_architect_intake` handler
132 2 0 Contract drift classifier (`compatible`, `warning`, `breaking`)
133 1 0 Phase 23c Integration (tests: integration, regression)
134 1 0 `FeedbackLoopOrchestrator` core loop
135 1 0 WAT Cross-Language Projection
136 0 0 Sprint 187 Integration Summary

View File

@@ -0,0 +1,172 @@
2 0 `whetstone_apply_text_ast_merge` MCP tool
2 0 Role-based onboarding model
4 0 Security hardening report artifact
3 0 Governance and audit report bundle
0 0 VB.NET lowering/raising adapters
4 0 Policy tuning report artifact
1 0 `whetstone_get_learning_progress` MCP tool
4 0 Family-level acceptance report generator
3 0 Sprint 178 Integration Summary
1 0 Leak/Corruption Signal Bridge
3 0 Regression fixtures for under-constrained vs capability-limited cases
2 0 `TestFailureRecord` schema
2 0 MCP tool contract schema v1 model
1 0 `whetstone_get_debug_evidence_index` MCP tool
2 0 Error type synthesis for drone
3 0 Sprint 154 integration summary + regression
4 0 `whetstone_publish_next_block_plan` MCP tool
1 0 `RegisterCodegenTools.h` — whetstone_generate_dispatch_table
2 0 `whetstone_get_constructive_status` MCP tool
0 0 Generator class-child traversal fix pack
0 0 Theme System
4 0 API/ABI preservation report artifact
3 0 Sprint 138 integration summary + regression
2 0 Safety case schema (`claim`, `evidence`, `assumption`, `risk`)
3 0 Sprint 112 integration summary + regression
3 0 Sprint 96 integration summary + regression
1 0 `whetstone_rank_failure_triage_actions` MCP tool
1 0 Disassembly + Register View Baseline
3 0 Sprint 94 integration summary + regression
4 0 Runtime selection report artifact
2 0 Diagram/spec artifact ingestion adapters
4 0 Program benchmarking report bundle
2 0 Backward-compatibility serialization path
1 0 Forbidden API policy checker
4 0 Hybrid mode readiness report artifact
4 0 Swarm maintenance report artifact
0 0 `resource_conflict_unresolved` warning class
2 0 Resilience and continuity requirements model
1 0 `whetstone_get_region_policy_profile` MCP tool
3 0 Sprint 117 integration summary + regression
3 0 Sprint 79 integration summary + regression
0 0 Staged cutover planner (`shadow`, `dual-run`, `cutover`)
4 0 Equivalence evidence bundle exporter
2 0 Numerical stability canonical model
4 0 Drift outlook report artifact
1 0 Phase 31a Integration
3 0 API behavior regression runner integration
2 0 Residual risk ownership model
4 0 Documentation pack for language support + migration playbooks
0 0 Marketplace policy bindings for tenants
1 0 Compliance gate integration with support tiers
2 0 Result-to-ObservationRecord mapper
2 0 Multimodal evidence completeness scoring model
0 0 Pattern library governance workflow
0 0 Breadcrumb Navigation
2 0 Conflict region detector model
3 0 Sprint 148 integration summary + regression
4 0 Public spec for verification evidence bundles
3 0 Sprint 116 integration summary + regression
1 0 Phase 11a Integration Tests
0 0 Context slice canonicalization for handoffs
0 0 Approval chain policy engine
4 0 MCP closure publication bundle
3 0 Sprint 132 integration summary + regression
3 0 Sprint 207 Integration Summary
3 0 Sprint 62 integration summary + regression
0 0 Cost Estimation + Optimization
0 0 Theme Token System v2
2 0 GA evidence aggregation runtime model
1 0 `whetstone_set_workstream_capacity` MCP tool
2 0 Multi-check gate orchestrator model
0 0 Compile/test proof binding
0 0 Semantic pass aggregation in summaries
1 0 `whetstone_transpile_dynamic_family` MCP tool
3 0 Century retrospective evidence bundle composer
2 0 `whetstone_rollback_last_patch` MCP tool
0 0 Policy inheritance/override resolution engine
2 0 `whetstone_get_constructive_rollout_status` MCP tool
2 0 Polyglot project migration graph model
1 0 Phase 12d Integration + Sprint 12 Summary
3 0 Dependency and supply-chain audit packet
0 0 Swarm-to-governance gate adapter
1 0 Allocation/Ownership Trace Hooks
2 0 Failover orchestration policy model
4 0 Self-Hosting Metrics Report
4 0 Multi-adapter compatibility report artifact
4 0 Handoff integrity report artifact
4 0 Campaign report bundle generator
0 0 Supply-chain integrity checks for marketplace artifacts
1 0 Real regenerate tool binding
3 0 Sprint 66 integration summary + regression
4 0 Lock metadata documentation packet
3 0 Sprint 186 Integration Summary
0 0 Kanban-Style Task Board
4 0 Route integrity report artifact
1 0 `whetstone_plan_rollout_stage` MCP tool
4 0 Compatibility/deprecation report artifact
3 0 Sprint 139 integration summary + regression
0 0 Parse AnnotationConflictExtended.h
3 0 Sprint 88 integration summary + regression
2 0 Campaign checkpoint model
4 0 Guided Architect-to-Execution Demo Mode
2 0 `whetstone_resume_constructive_transaction` MCP tool
0 0 SQL Annotation Mapping
1 0 `whetstone_get_program_kpis` MCP tool
3 0 Regression guard planner
1 0 Tier promotion gate runner integration
1 0 `whetstone_label_patch_risk` MCP tool
1 0 `whetstone_parse_build_output` MCP tool
4 0 Runtime freshness report artifact
2 0 Campaign progress tracker model
2 0 MCP closure gate aggregate schema
4 0 Multi-adapter compatibility report artifact
1 0 Snapshot persistence (sidecar integration)
2 0 Prolog lowering adapter v1 (query/backtracking model)
2 0 Efficiency metric model
4 0 LTS publication bundle + operator handbook
4 0 `whetstone_publish_next_block_plan` MCP tool
1 0 `whetstone_verify_financial_migration` MCP tool
0 0 Lint diagnostics normalization
0 0 Dependency Graph Data
4 0 MCP closure publication bundle
1 0 Tamper detection and forensic event pipeline
1 0 Sprint 40 Integration + Final Summary
0 0 Async/await state intent lowering
1 0 `whetstone_get_debt_inventory` MCP tool
0 0 Runtime-aware raising policy selectors
3 0 Systemic regression detector
3 0 Phase 20b Integration + Sprint Summary
0 0 Review-Gate Policy Refinement
4 0 Low-level acceptance report + waiver system
4 0 Conflict/merge report artifact
0 0 Borrow semantics to references/views strategy
2 0 `EnvironmentDiff` schema and computation
0 0 Failure-class-driven patch proposer
0 0 Internal implementation conformance runner
2 0 Generic regeneration policy schema
3 0 Sprint 201 Integration Summary
3 0 Sprint 150 integration summary + full-program regression
4 0 Enterprise rollout report template
4 0 Federated evidence bundle composer
4 0 Cross-language constructive execution report artifact
1 0 Job submission via nexus HTTP API
2 0 `resourceLocks` schema extension
0 0 Assurance review dossier template
4 0 Reliability and rollback report artifact
3 0 Sprint 87 integration summary + regression
2 0 `DistributedFailureEvidence` schema + normalizer
3 0 Sprint 172 Integration Summary
0 0 Exception + Stack Trace Capture
4 0 Conflict/merge qualification report artifact
1 0 CI integration in build/test flow
3 0 Phase 23c Integration (tests: integration, regression)
0 0 Next-epoch strategy generator
0 0 `whetstone_normalize_diagnostics` runtime implementation
4 0 Interop publication bundle
0 0 Auto-generated mitigation suggestions for breaches
1 0 `whetstone_propose_patch_for_failure` MCP tool
3 0 Phase 22b Integration + Sprint Summary
3 0 Strictness audit utility and baseline report
2 0 Planner-executor handoff packet
1 0 `whetstone_cluster_failures` MCP tool
4 0 Pattern efficacy report artifact
1 0 `whetstone_run_certification_cycle` MCP tool
1 0 `whetstone_verify_executable_equivalence` MCP tool
4 0 Guided transpilation exercise framework
1 0 `whetstone_get_top_adapter_gaps` MCP tool
2 0 Skeleton AST Support
1 0 `whetstone_get_lts_support_matrix` MCP tool
4 0 Documentation pack for language support + migration playbooks
4 0 Reporting templates for C++ review teams
2 0 Semantic diff canonical model
1 2 0 `whetstone_apply_text_ast_merge` MCP tool
2 2 0 Role-based onboarding model
3 4 0 Security hardening report artifact
4 3 0 Governance and audit report bundle
5 0 0 VB.NET lowering/raising adapters
6 4 0 Policy tuning report artifact
7 1 0 `whetstone_get_learning_progress` MCP tool
8 4 0 Family-level acceptance report generator
9 3 0 Sprint 178 Integration Summary
10 1 0 Leak/Corruption Signal Bridge
11 3 0 Regression fixtures for under-constrained vs capability-limited cases
12 2 0 `TestFailureRecord` schema
13 2 0 MCP tool contract schema v1 model
14 1 0 `whetstone_get_debug_evidence_index` MCP tool
15 2 0 Error type synthesis for drone
16 3 0 Sprint 154 integration summary + regression
17 4 0 `whetstone_publish_next_block_plan` MCP tool
18 1 0 `RegisterCodegenTools.h` — whetstone_generate_dispatch_table
19 2 0 `whetstone_get_constructive_status` MCP tool
20 0 0 Generator class-child traversal fix pack
21 0 0 Theme System
22 4 0 API/ABI preservation report artifact
23 3 0 Sprint 138 integration summary + regression
24 2 0 Safety case schema (`claim`, `evidence`, `assumption`, `risk`)
25 3 0 Sprint 112 integration summary + regression
26 3 0 Sprint 96 integration summary + regression
27 1 0 `whetstone_rank_failure_triage_actions` MCP tool
28 1 0 Disassembly + Register View Baseline
29 3 0 Sprint 94 integration summary + regression
30 4 0 Runtime selection report artifact
31 2 0 Diagram/spec artifact ingestion adapters
32 4 0 Program benchmarking report bundle
33 2 0 Backward-compatibility serialization path
34 1 0 Forbidden API policy checker
35 4 0 Hybrid mode readiness report artifact
36 4 0 Swarm maintenance report artifact
37 0 0 `resource_conflict_unresolved` warning class
38 2 0 Resilience and continuity requirements model
39 1 0 `whetstone_get_region_policy_profile` MCP tool
40 3 0 Sprint 117 integration summary + regression
41 3 0 Sprint 79 integration summary + regression
42 0 0 Staged cutover planner (`shadow`, `dual-run`, `cutover`)
43 4 0 Equivalence evidence bundle exporter
44 2 0 Numerical stability canonical model
45 4 0 Drift outlook report artifact
46 1 0 Phase 31a Integration
47 3 0 API behavior regression runner integration
48 2 0 Residual risk ownership model
49 4 0 Documentation pack for language support + migration playbooks
50 0 0 Marketplace policy bindings for tenants
51 1 0 Compliance gate integration with support tiers
52 2 0 Result-to-ObservationRecord mapper
53 2 0 Multimodal evidence completeness scoring model
54 0 0 Pattern library governance workflow
55 0 0 Breadcrumb Navigation
56 2 0 Conflict region detector model
57 3 0 Sprint 148 integration summary + regression
58 4 0 Public spec for verification evidence bundles
59 3 0 Sprint 116 integration summary + regression
60 1 0 Phase 11a Integration Tests
61 0 0 Context slice canonicalization for handoffs
62 0 0 Approval chain policy engine
63 4 0 MCP closure publication bundle
64 3 0 Sprint 132 integration summary + regression
65 3 0 Sprint 207 Integration Summary
66 3 0 Sprint 62 integration summary + regression
67 0 0 Cost Estimation + Optimization
68 0 0 Theme Token System v2
69 2 0 GA evidence aggregation runtime model
70 1 0 `whetstone_set_workstream_capacity` MCP tool
71 2 0 Multi-check gate orchestrator model
72 0 0 Compile/test proof binding
73 0 0 Semantic pass aggregation in summaries
74 1 0 `whetstone_transpile_dynamic_family` MCP tool
75 3 0 Century retrospective evidence bundle composer
76 2 0 `whetstone_rollback_last_patch` MCP tool
77 0 0 Policy inheritance/override resolution engine
78 2 0 `whetstone_get_constructive_rollout_status` MCP tool
79 2 0 Polyglot project migration graph model
80 1 0 Phase 12d Integration + Sprint 12 Summary
81 3 0 Dependency and supply-chain audit packet
82 0 0 Swarm-to-governance gate adapter
83 1 0 Allocation/Ownership Trace Hooks
84 2 0 Failover orchestration policy model
85 4 0 Self-Hosting Metrics Report
86 4 0 Multi-adapter compatibility report artifact
87 4 0 Handoff integrity report artifact
88 4 0 Campaign report bundle generator
89 0 0 Supply-chain integrity checks for marketplace artifacts
90 1 0 Real regenerate tool binding
91 3 0 Sprint 66 integration summary + regression
92 4 0 Lock metadata documentation packet
93 3 0 Sprint 186 Integration Summary
94 0 0 Kanban-Style Task Board
95 4 0 Route integrity report artifact
96 1 0 `whetstone_plan_rollout_stage` MCP tool
97 4 0 Compatibility/deprecation report artifact
98 3 0 Sprint 139 integration summary + regression
99 0 0 Parse AnnotationConflictExtended.h
100 3 0 Sprint 88 integration summary + regression
101 2 0 Campaign checkpoint model
102 4 0 Guided Architect-to-Execution Demo Mode
103 2 0 `whetstone_resume_constructive_transaction` MCP tool
104 0 0 SQL Annotation Mapping
105 1 0 `whetstone_get_program_kpis` MCP tool
106 3 0 Regression guard planner
107 1 0 Tier promotion gate runner integration
108 1 0 `whetstone_label_patch_risk` MCP tool
109 1 0 `whetstone_parse_build_output` MCP tool
110 4 0 Runtime freshness report artifact
111 2 0 Campaign progress tracker model
112 2 0 MCP closure gate aggregate schema
113 4 0 Multi-adapter compatibility report artifact
114 1 0 Snapshot persistence (sidecar integration)
115 2 0 Prolog lowering adapter v1 (query/backtracking model)
116 2 0 Efficiency metric model
117 4 0 LTS publication bundle + operator handbook
118 4 0 `whetstone_publish_next_block_plan` MCP tool
119 1 0 `whetstone_verify_financial_migration` MCP tool
120 0 0 Lint diagnostics normalization
121 0 0 Dependency Graph Data
122 4 0 MCP closure publication bundle
123 1 0 Tamper detection and forensic event pipeline
124 1 0 Sprint 40 Integration + Final Summary
125 0 0 Async/await state intent lowering
126 1 0 `whetstone_get_debt_inventory` MCP tool
127 0 0 Runtime-aware raising policy selectors
128 3 0 Systemic regression detector
129 3 0 Phase 20b Integration + Sprint Summary
130 0 0 Review-Gate Policy Refinement
131 4 0 Low-level acceptance report + waiver system
132 4 0 Conflict/merge report artifact
133 0 0 Borrow semantics to references/views strategy
134 2 0 `EnvironmentDiff` schema and computation
135 0 0 Failure-class-driven patch proposer
136 0 0 Internal implementation conformance runner
137 2 0 Generic regeneration policy schema
138 3 0 Sprint 201 Integration Summary
139 3 0 Sprint 150 integration summary + full-program regression
140 4 0 Enterprise rollout report template
141 4 0 Federated evidence bundle composer
142 4 0 Cross-language constructive execution report artifact
143 1 0 Job submission via nexus HTTP API
144 2 0 `resourceLocks` schema extension
145 0 0 Assurance review dossier template
146 4 0 Reliability and rollback report artifact
147 3 0 Sprint 87 integration summary + regression
148 2 0 `DistributedFailureEvidence` schema + normalizer
149 3 0 Sprint 172 Integration Summary
150 0 0 Exception + Stack Trace Capture
151 4 0 Conflict/merge qualification report artifact
152 1 0 CI integration in build/test flow
153 3 0 Phase 23c Integration (tests: integration, regression)
154 0 0 Next-epoch strategy generator
155 0 0 `whetstone_normalize_diagnostics` runtime implementation
156 4 0 Interop publication bundle
157 0 0 Auto-generated mitigation suggestions for breaches
158 1 0 `whetstone_propose_patch_for_failure` MCP tool
159 3 0 Phase 22b Integration + Sprint Summary
160 3 0 Strictness audit utility and baseline report
161 2 0 Planner-executor handoff packet
162 1 0 `whetstone_cluster_failures` MCP tool
163 4 0 Pattern efficacy report artifact
164 1 0 `whetstone_run_certification_cycle` MCP tool
165 1 0 `whetstone_verify_executable_equivalence` MCP tool
166 4 0 Guided transpilation exercise framework
167 1 0 `whetstone_get_top_adapter_gaps` MCP tool
168 2 0 Skeleton AST Support
169 1 0 `whetstone_get_lts_support_matrix` MCP tool
170 4 0 Documentation pack for language support + migration playbooks
171 4 0 Reporting templates for C++ review teams
172 2 0 Semantic diff canonical model

View File

@@ -0,0 +1,9 @@
3 0 Define verification and readiness surface | All core features implemented Tests passing
3 0 Plan Split monolithic endpoint into read/write paths while preserving | Split monolithic endpoint into read/write paths while preserving latency and memory budgets and updating observability d
2 0 Plan Add normalized address schema migrate legacy rows with | Add normalized address schema, migrate legacy rows with backfill job, dual-read/write transition, and rollback script.
4 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
3 0 Define verification and readiness surface | Build an order saga orchestrator with compensating actions, timeout escalation, exactly-once message handling, and deter
2 0 Plan Add normalized address schema migrate legacy rows with | Add normalized address schema, migrate legacy rows with backfill job, dual-read/write transition, and rollback script.
2 0 Plan Add normalized address schema migrate legacy rows with | Add normalized address schema, migrate legacy rows with backfill job, dual-read/write transition, and rollback script.
2 0 Plan Add normalized address schema migrate legacy rows with | Add normalized address schema, migrate legacy rows with backfill job, dual-read/write transition, and rollback script.
3 0 Define verification and readiness surface | All core features implemented Tests passing
1 3 0 Define verification and readiness surface | All core features implemented Tests passing
2 3 0 Plan Split monolithic endpoint into read/write paths while preserving | Split monolithic endpoint into read/write paths while preserving latency and memory budgets and updating observability d
3 2 0 Plan Add normalized address schema migrate legacy rows with | Add normalized address schema, migrate legacy rows with backfill job, dual-read/write transition, and rollback script.
4 4 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
5 3 0 Define verification and readiness surface | Build an order saga orchestrator with compensating actions, timeout escalation, exactly-once message handling, and deter
6 2 0 Plan Add normalized address schema migrate legacy rows with | Add normalized address schema, migrate legacy rows with backfill job, dual-read/write transition, and rollback script.
7 2 0 Plan Add normalized address schema migrate legacy rows with | Add normalized address schema, migrate legacy rows with backfill job, dual-read/write transition, and rollback script.
8 2 0 Plan Add normalized address schema migrate legacy rows with | Add normalized address schema, migrate legacy rows with backfill job, dual-read/write transition, and rollback script.
9 3 0 Define verification and readiness surface | All core features implemented Tests passing

View File

@@ -0,0 +1,51 @@
3 0 Define verification and readiness surface | Build backup retention manager with policy tiers, legal hold support, and deletion safety checks.
2 0 Plan Add normalized address schema migrate legacy rows with | Add normalized address schema, migrate legacy rows with backfill job, dual-read/write transition, and rollback script.
4 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
4 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
3 0 Define verification and readiness surface | All core features implemented Tests passing
2 0 Plan Add normalized address schema migrate legacy rows with | Add normalized address schema, migrate legacy rows with backfill job, dual-read/write transition, and rollback script.
4 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
2 0 Plan Add normalized address schema migrate legacy rows with | Add normalized address schema, migrate legacy rows with backfill job, dual-read/write transition, and rollback script.
2 0 Plan Add normalized address schema migrate legacy rows with | Add normalized address schema, migrate legacy rows with backfill job, dual-read/write transition, and rollback script.
3 0 Define verification and readiness surface | All core features implemented Tests passing
3 0 Define verification and readiness surface | Build audit log service with immutable events, filtering, export, and retention policies.
2 0 Plan Add normalized address schema migrate legacy rows with | Add normalized address schema, migrate legacy rows with backfill job, dual-read/write transition, and rollback script.
4 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
3 0 Define verification and readiness surface | Build session store service with token revocation, idle timeout, and concurrent login policy.
2 0 Plan Add normalized address schema migrate legacy rows with | Add normalized address schema, migrate legacy rows with backfill job, dual-read/write transition, and rollback script.
4 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
3 0 Define verification and readiness surface | All core features implemented Tests passing
4 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
2 0 Plan Add normalized address schema migrate legacy rows with | Add normalized address schema, migrate legacy rows with backfill job, dual-read/write transition, and rollback script.
2 0 Plan Add normalized address schema migrate legacy rows with | Add normalized address schema, migrate legacy rows with backfill job, dual-read/write transition, and rollback script.
3 0 Define verification and readiness surface | All core features implemented Tests passing
2 0 Plan Add normalized address schema migrate legacy rows with | Add normalized address schema, migrate legacy rows with backfill job, dual-read/write transition, and rollback script.
4 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
2 0 Plan Add normalized address schema migrate legacy rows with | Add normalized address schema, migrate legacy rows with backfill job, dual-read/write transition, and rollback script.
2 0 Plan Add normalized address schema migrate legacy rows with | Add normalized address schema, migrate legacy rows with backfill job, dual-read/write transition, and rollback script.
4 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
2 0 Plan Add normalized address schema migrate legacy rows with | Add normalized address schema, migrate legacy rows with backfill job, dual-read/write transition, and rollback script.
3 0 Plan Build a streaming detector with keyed state windows | Build a streaming detector with keyed state windows, out-of-order event handling, watermark policy, and deterministic re
3 0 Define verification and readiness surface | All core features implemented Tests passing
3 0 Define verification and readiness surface | Build an inference API with model loading, request validation, and batch prediction endpoint.
4 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
2 0 Plan Add normalized address schema migrate legacy rows with | Add normalized address schema, migrate legacy rows with backfill job, dual-read/write transition, and rollback script.
4 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
3 0 Define verification and readiness surface | Build a whiteboard sync backend with operational ordering and conflict-safe patch application.
3 0 Define verification and readiness surface | Build job queue service with delayed jobs, retries, visibility timeout, and metrics.
4 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
4 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
4 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
4 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
4 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
2 0 Plan Add normalized address schema migrate legacy rows with | Add normalized address schema, migrate legacy rows with backfill job, dual-read/write transition, and rollback script.
4 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
3 0 Define verification and readiness surface | Build calendar backend with events, recurrence rules, reminders, and timezone normalization.
3 0 Define verification and readiness surface | All core features implemented Tests passing
4 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
3 0 Define verification and readiness surface | All core features implemented Tests passing
3 0 Define verification and readiness surface | Build a CDC replication worker that handles schema evolution, backfill merges, checkpoint consistency, and deterministic
4 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
4 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
2 0 Plan Add normalized address schema migrate legacy rows with | Add normalized address schema, migrate legacy rows with backfill job, dual-read/write transition, and rollback script.
2 0 Plan Add normalized address schema migrate legacy rows with | Add normalized address schema, migrate legacy rows with backfill job, dual-read/write transition, and rollback script.
1 3 0 Define verification and readiness surface | Build backup retention manager with policy tiers, legal hold support, and deletion safety checks.
2 2 0 Plan Add normalized address schema migrate legacy rows with | Add normalized address schema, migrate legacy rows with backfill job, dual-read/write transition, and rollback script.
3 4 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
4 4 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
5 3 0 Define verification and readiness surface | All core features implemented Tests passing
6 2 0 Plan Add normalized address schema migrate legacy rows with | Add normalized address schema, migrate legacy rows with backfill job, dual-read/write transition, and rollback script.
7 4 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
8 2 0 Plan Add normalized address schema migrate legacy rows with | Add normalized address schema, migrate legacy rows with backfill job, dual-read/write transition, and rollback script.
9 2 0 Plan Add normalized address schema migrate legacy rows with | Add normalized address schema, migrate legacy rows with backfill job, dual-read/write transition, and rollback script.
10 3 0 Define verification and readiness surface | All core features implemented Tests passing
11 3 0 Define verification and readiness surface | Build audit log service with immutable events, filtering, export, and retention policies.
12 2 0 Plan Add normalized address schema migrate legacy rows with | Add normalized address schema, migrate legacy rows with backfill job, dual-read/write transition, and rollback script.
13 4 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
14 3 0 Define verification and readiness surface | Build session store service with token revocation, idle timeout, and concurrent login policy.
15 2 0 Plan Add normalized address schema migrate legacy rows with | Add normalized address schema, migrate legacy rows with backfill job, dual-read/write transition, and rollback script.
16 4 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
17 3 0 Define verification and readiness surface | All core features implemented Tests passing
18 4 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
19 2 0 Plan Add normalized address schema migrate legacy rows with | Add normalized address schema, migrate legacy rows with backfill job, dual-read/write transition, and rollback script.
20 2 0 Plan Add normalized address schema migrate legacy rows with | Add normalized address schema, migrate legacy rows with backfill job, dual-read/write transition, and rollback script.
21 3 0 Define verification and readiness surface | All core features implemented Tests passing
22 2 0 Plan Add normalized address schema migrate legacy rows with | Add normalized address schema, migrate legacy rows with backfill job, dual-read/write transition, and rollback script.
23 4 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
24 2 0 Plan Add normalized address schema migrate legacy rows with | Add normalized address schema, migrate legacy rows with backfill job, dual-read/write transition, and rollback script.
25 2 0 Plan Add normalized address schema migrate legacy rows with | Add normalized address schema, migrate legacy rows with backfill job, dual-read/write transition, and rollback script.
26 4 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
27 2 0 Plan Add normalized address schema migrate legacy rows with | Add normalized address schema, migrate legacy rows with backfill job, dual-read/write transition, and rollback script.
28 3 0 Plan Build a streaming detector with keyed state windows | Build a streaming detector with keyed state windows, out-of-order event handling, watermark policy, and deterministic re
29 3 0 Define verification and readiness surface | All core features implemented Tests passing
30 3 0 Define verification and readiness surface | Build an inference API with model loading, request validation, and batch prediction endpoint.
31 4 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
32 2 0 Plan Add normalized address schema migrate legacy rows with | Add normalized address schema, migrate legacy rows with backfill job, dual-read/write transition, and rollback script.
33 4 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
34 3 0 Define verification and readiness surface | Build a whiteboard sync backend with operational ordering and conflict-safe patch application.
35 3 0 Define verification and readiness surface | Build job queue service with delayed jobs, retries, visibility timeout, and metrics.
36 4 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
37 4 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
38 4 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
39 4 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
40 4 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
41 2 0 Plan Add normalized address schema migrate legacy rows with | Add normalized address schema, migrate legacy rows with backfill job, dual-read/write transition, and rollback script.
42 4 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
43 3 0 Define verification and readiness surface | Build calendar backend with events, recurrence rules, reminders, and timezone normalization.
44 3 0 Define verification and readiness surface | All core features implemented Tests passing
45 4 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
46 3 0 Define verification and readiness surface | All core features implemented Tests passing
47 3 0 Define verification and readiness surface | Build a CDC replication worker that handles schema evolution, backfill merges, checkpoint consistency, and deterministic
48 4 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
49 4 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
50 2 0 Plan Add normalized address schema migrate legacy rows with | Add normalized address schema, migrate legacy rows with backfill job, dual-read/write transition, and rollback script.
51 2 0 Plan Add normalized address schema migrate legacy rows with | Add normalized address schema, migrate legacy rows with backfill job, dual-read/write transition, and rollback script.

View File

@@ -0,0 +1,978 @@
3 0 Sprint 51 integration summary + regression
4 0 Translation Report
1 0 `whetstone_check_tool_compatibility` MCP tool
2 0 C/C++ Constructive Edit Adapter
3 0 Sprint 99 integration summary + regression
2 0 Stage checkpoint and resume model
4 0 Dynamic family acceptance report + review queue wiring
3 0 Sprint 181 Integration Summary
2 0 Semantic-noise diff suppressor model
0 0 Invariant and intent-diff checks
1 0 `whetstone_analyze_rust_semantics` MCP tool
4 0 Program constitution + handbook publication bundle
1 0 `whetstone_generate_patch_candidates` MCP tool
0 0 Unmappable semantic blocklist + mandatory review gate
1 0 Phase 15a Integration Tests
2 0 Debug policy constraint model
3 0 Sprint 177 Integration Summary
3 0 Sprint 56 integration summary + regression
0 0 Canonical fixture and oracle dataset packs
2 0 Wire `ArchitectIntakeProcessor` into `whetstone_architect_intake` handler
2 0 `whetstone_save_repro_packet` MCP tool
4 0 Guided workflow state machine for self-service runs
3 0 Sprint 64 integration summary + regression
2 0 Auto Type Deduction
1 0 `whetstone_get_governance_state` MCP tool
1 0 `whetstone_verify_scientific_migration` MCP tool
4 0 Replay and determinism report artifact
4 0 Conflict/merge qualification report artifact
4 0 Reviewer effectiveness report artifact
3 0 Sprint 189 Integration Summary
3 0 End-to-end constructive smoke scenarios per language family
2 0 `whetstone_record_attempt` MCP tool
3 0 Benchmark trend regression detector
0 0 Context Window Optimization
3 0 Sprint 191 Integration Summary
2 0 Diagnostic normalization canonical model
2 0 ABI and calling-convention canonical model
0 0 Go lowering adapter v1
1 0 `whetstone_get_mcp_closure_status` MCP tool
2 0 Certification dashboard data model
1 0 Phase 21a Integration
3 0 Patch execution audit bundle
4 0 Permission conformance report artifact
4 0 API/ABI preservation report artifact
1 0 Apiary browser panel
3 0 Pair regression detector with severity levels
3 0 Sprint 141 integration summary + regression
2 0 Resource budget model (memory/CPU/IO)
1 0 `whetstone_plan_budget_allocation` MCP tool
4 0 Multi-language constructive loop report artifact
1 0 `whetstone_list_toolchain_providers` runtime implementation
2 0 `whetstone_capture_handoff_packet` MCP tool
1 0 `whetstone_probe_toolchain_provider` MCP tool
2 0 Orchestrator MCP handoff packet schema
3 0 Sprint 71 integration summary + regression
3 0 Sprint 55 integration summary + regression
3 0 Sprint 68 integration summary + regression
3 0 Sprint 142 integration summary + regression
3 0 Sprint 169 Integration Summary
1 0 Architect Tooling — RPC + MCP
3 0 Sprint 129 integration summary + regression
0 0 Decision consistency analyzer across reviewers
2 0 Markdown Spec Parser
0 0 Candidate generation engine from failure taxonomy
1 0 `whetstone_get_representative_language_profile` MCP tool
4 0 Web ecosystem migration report template
1 0 `whetstone_architect_intake` MCP Tool
2 0 Root-cause clustering model
4 0 Data family acceptance report
2 0 Escalation reason classifier model
0 0 Cross-platform CMake target generator
1 0 `whetstone_list_toolchain_providers` MCP tool
1 0 Sprint 37 Integration + Summary
1 0 `whetstone_select_language_adapter` MCP tool
3 0 Sprint 195 Integration Summary
0 0 Module Decomposition Engine
0 0 Governance and safety invariant revalidation pass
1 0 `whetstone_get_century_status` MCP tool
2 0 Output payload shape profiler model
1 0 Phase 23a Integration
0 0 Background task slots (parallel agent work)
3 0 Adapter health and conformance score model
0 0 Placeholder/TODO detector and policy
3 0 Phase 18b Integration + Sprint Summary
1 0 Deterministic replay pack composer
3 0 Sprint 125 integration summary + regression
4 0 Route integrity report artifact
0 0 Security scan orchestrator for generated targets
0 0 ARM Assembly Parser
3 0 Sprint 43 Integration Summary
2 0 Feedback aggregation and prioritization model
3 0 Sprint 210 Integration Summary
0 0 Floating-point determinism risk classifier
0 0 Package state probe
0 0 Window Chrome + Hierarchy Pass
1 0 `whetstone_list_language_adapters` MCP tool
3 0 Rollout health scoring model
3 0 Sprint 135 integration summary + regression
0 0 Threshold recommendation engine
4 0 Translation Report
3 0 Timing regression runner integration
1 0 `whetstone_assemble_fix_context` MCP tool
4 0 Standards publication bundle
2 0 Runtime selection decision packet model
0 0 WAT Annotation Mapping
2 0 Determinism qualification packet model
3 0 Sprint 60 integration summary + release marker
3 0 Sprint 128 integration summary + regression
4 0 Permission conformance report artifact
1 0 `whetstone_validate_patch_candidate` MCP tool
0 0 Capability Discovery Panels
4 0 Federated governance report generator
3 0 Sprint 126 integration summary + regression
4 0 Resilience operations report artifact
3 0 Sprint 144 integration summary + regression
1 0 Sprint 32 Integration + Summary
3 0 Sprint 156 integration summary + regression
0 0 Workflow Status Overlay
2 0 Distributed evidence quality scorer model
1 0 `whetstone_get_tool_deprecations` MCP tool
1 0 `whetstone_execute_rollout_or_rollback` MCP tool
4 0 Equivalence evidence bundle exporter
2 0 `ArchitectIntakeProcessor` — merge all requirement kinds
3 0 Sprint 115 integration summary + regression
2 0 Cross-language merge policy engine model
2 0 `run_pipeline` quality payload hardening
4 0 Per-target projection validation report
0 0 F# Parser
3 0 Sprint 184 Integration Summary
3 0 Sprint 208 Integration Summary
2 0 Determinism gate policy model
3 0 Sprint 120 integration summary + regression
2 0 Strict contract mode for generation
0 0 Traceability chain generator (origin->current)
1 0 `whetstone_set_authoring_mode` MCP tool
4 0 Cost Tracking + Reporting
4 0 Regulated-domain migration report template
1 0 `whetstone_reduce_repro_command` MCP tool
1 0 `whetstone_preview_regeneration_diff_generic` MCP tool
1 0 Phase 10d Integration Tests
4 0 Replay/transaction reliability report artifact
0 0 KPI delta analysis engine for block review
3 0 Sprint 182 Integration Summary
0 0 Swarm progress and fault recovery policy
0 0 Process state probe
2 0 Transpilation knowledge graph schema
4 0 Lock validation aggregate report fields
4 0 Weekly quality report artifact generator
2 0 `whetstone_preview_text_ast_merge_generic` MCP tool
3 0 Queue health scoring model
3 0 Drift audit report artifact
4 0 Evidence bundle store + deterministic ordering
0 0 Pattern applicability matcher from graph context
2 0 Conflict preview and impact estimator model
2 0 Contract breach severity classifier
0 0 Long-range benchmark corpus setup
2 0 Debug hint template model
3 0 Sprint 90 integration summary + full-program regression
0 0 Recursive object/array rule generator
4 0 HiveMind job publisher from editor
0 0 Constraint encoding and strict scalar handling
4 0 Runtime compatibility risk report generator
4 0 `whetstone_get_reference_conformance_report` MCP tool
1 0 `whetstone_build_debug_handoff` MCP tool
3 0 Sprint 91 integration summary + regression
1 0 `whetstone_list_campaign_checkpoints` MCP tool
2 0 Cross-service contract checkpoint model
0 0 Snapshot freeze workflow and integrity checks
1 0 `whetstone_export_mcp_replay_pack` MCP tool
1 0 Regional rollout profile integration
3 0 Sprint 190 Integration Summary
3 0 Phase 19b Integration + Sprint Summary
0 0 Secure-by-Default Code Generation
0 0 PostgreSQL Generator
2 0 Debug session handoff model
1 0 `whetstone_configure_hivemind` MCP tool
1 0 `whetstone_generate_safe_patch_plan` MCP tool
2 0 Build output parser — GCC/Clang format
4 0 `whetstone_start_guided_migration` MCP tool
2 0 Best-practice pack schema and versioning
4 0 Self-service adoption report artifact
1 0 `whetstone_get_language_matrix` MCP tool
0 0 Calibration corpus loader
1 0 `whetstone_score_failure_triage` MCP tool
3 0 Full regression + architecture gate
0 0 Event-order and state-sync verifier
3 0 Sprint 127 integration summary + regression
1 0 `whetstone_run_bisect_debug` MCP tool
0 0 Cross-Language Consistency Gate
1 0 `whetstone_get_execution_attestation` MCP tool
4 0 Reviewer effectiveness report artifact
3 0 Sprint 81 integration summary + regression
0 0 WAT Cross-Language Projection
0 0 Real provider probe execution paths
0 0 Next-block priority planner and constraint binder
0 0 Baseline-vs-target perf comparator
2 0 Forecast confidence and uncertainty model
4 0 Team onboarding readiness report artifact
0 0 ARM assembly lowering adapter v1
3 0 Class-heavy regression fixture suite
1 0 Cost telemetry integration in metrics stack
4 0 `whetstone_publish_next_epoch_plan` MCP tool
1 0 `whetstone_get_polyglot_cutover_readiness` MCP tool
1 0 `whetstone_list_representative_language_profiles` MCP tool
2 0 `ABTestComparison` — compare two session records
1 0 Strategy recommendation hooks from graph context
0 0 Query behavior equivalence runner (set-based diff checks)
3 0 Sprint 70 integration summary + regression
2 0 Cross-language capability contract normalizer model
1 0 `whetstone_attach_multimodal_evidence` MCP tool
0 0 Deterministic fallback policy for unsupported operations
3 0 Sprint 174 Integration Summary
4 0 Drift outlook report artifact
3 0 Sprint 85 integration summary + regression
1 0 Tool reachability runner with deterministic probes
3 0 Phase 11e Integration + Sprint Summary
4 0 Constructive GA publication bundle artifact
4 0 Regeneration stability report artifact
4 0 Escalation report composer
2 0 Migration template schema and catalog model
4 0 Embedded migration risk report template
4 0 Self-service adoption report artifact
4 0 Compatibility/deprecation report artifact
3 0 Sprint 157 integration summary + regression
3 0 Dependency Audit Annotations
2 0 Porting cost model v1
1 0 Phase 26a Integration
4 0 `whetstone_get_federated_verification_report` MCP tool
2 0 Campaign resume planner model
2 0 Toolchain provider interface schema
0 0 Security-Preserving Translation
3 0 Sprint 97 integration summary + regression
3 0 Rebuild `whetstone_mcp` + smoke test
4 0 Federated governance report generator
0 0 Scenario — Legacy Modernization
2 0 Constrained Routing Ruleset Extension
0 0 Architecture claim linkage engine
1 0 `whetstone_poll_iteration_job` MCP tool
4 0 Practice adoption and outcome report artifact
1 0 Phase 27a Integration
1 0 `whetstone_validate_debug_action` MCP tool
1 0 `whetstone_get_epoch_block_status` MCP tool
4 0 Evidence bundle store + deterministic ordering
2 0 Contract completeness validator
3 0 Sprint 75 integration summary + regression
2 0 External verifier adapter interface
2 0 Recursion bound/termination contracts
1 0 `whetstone_verify_architecture_consistency` MCP tool
2 0 Data-model field materialization from source AST
0 0 Route integrity gate bindings
1 0 Phase 24a Integration
2 0 Deprecation policy model for unstable/obsolete pairs
4 0 `whetstone_publish_roadmap_epoch` MCP tool
2 0 Capability decision packet model
0 0 `whetstone_restore_hybrid_checkpoint` runtime implementation
3 0 Sprint 53 integration summary + regression
3 0 Sprint 164 Integration Summary
0 0 Fine-grained capability grant engine
0 0 Queue remediation call-plan emission
4 0 Language capability conformance report artifact
1 0 Phase 10e Integration Tests
4 0 `whetstone_get_pair_scorecard` MCP tool
1 0 `whetstone_get_session_state` MCP tool
2 0 C++ constructive readiness scorer model
0 0 Capability Vocabulary & Validation
3 0 Sprint 95 integration summary + regression
2 0 Region policy overlay model
2 0 Bullet-list requirement extractor
0 0 Async mapping strategy (coroutines/task runtime profiles)
4 0 Efficiency diagnostics and trend report
1 0 Semantic validator core API
3 0 Sprint 77 integration summary + regression
0 0 Scheme Generator
3 0 Sprint 111 integration summary + regression
2 0 `whetstone_replay_repro_packet` MCP tool
4 0 Constructive GA publication bundle artifact
2 0 Debug assist packet bundle model
4 0 Tool-surface diagnostics report artifact
2 0 Argument/result canonicalizer model
4 0 Policy tuning report artifact
3 0 Sprint 197 Integration Summary
2 0 Root-cause ranking policy model
1 0 `whetstone_plan_swarm_maintenance` MCP tool
4 0 Weekly quality report artifact generator
3 0 Sprint 104 integration summary + regression
4 0 Dynamic family acceptance report + review queue wiring
1 0 `whetstone_propose_adapter_improvements` MCP tool
0 0 Blocked reason normalization
4 0 Contract conformance report artifact
0 0 Maintenance cadence scheduler
1 0 `whetstone_get_debug_campaign_status` MCP tool
3 0 Sprint 176 Integration Summary
0 0 VB.NET Generator
1 0 `whetstone_get_failure_trends` MCP tool
3 0 Sprint 145 integration summary + regression
1 0 Phase 14b Integration
2 0 Governance model refresh framework
3 0 Sprint 114 integration summary + regression
2 0 Loop retry and timeout policy model
4 0 Epoch kickoff report artifact
3 0 Session state machine transitions
2 0 Epoch-2 workstream schema and ownership map
0 0 Reviewer-focused semantic diff summarizer
3 0 Sprint 78 integration summary + regression
0 0 Cross-team benchmark comparator
0 0 Historical KPI aggregator
0 0 x86 assembly lowering adapter v1
0 0 Async, Parallelism & Error Handling Annotations
4 0 Benchmark publication bundle
1 0 Tool manifest build-gate integration
0 0 Fix `visitModule` in Python, Rust, Go, Elisp generators
1 0 Pipeline support for injected capability signals
4 0 Requirements gap report
4 0 Release readiness scoreboard
2 0 Packet tagging integration across pipelines
3 0 Sprint 105 integration summary + regression
3 0 Sprint 108 integration summary + regression
0 0 Java lowering adapter v1
4 0 `whetstone_get_numerical_risk_report` MCP tool
1 0 `whetstone_generate_project` MCP tool
4 0 Representative language readiness report artifact
0 0 `.whetstone.json` for the editor project itself
3 0 Sprint 46 integration summary
3 0 Audit trail and inspection
4 0 Reviewer effectiveness report artifact
4 0 Patch proposal review report artifact
3 0 Sprint 58 integration summary + regression
1 0 LTS risk watchlist and escalation hooks
3 0 Sprint 196 Integration Summary
4 0 Constructive GA publication bundle
1 0 .NET Integration
0 0 WorkerRegistry.h — Worker Abstractions
3 0 Sprint 92 integration summary + regression
1 0 `whetstone_marketplace_search` MCP tool
3 0 Full Test Suite Regression
2 0 Class-generation contract schema
4 0 Program constitution + handbook publication bundle
1 0 `whetstone_transpile_query_family` MCP tool
3 0 Sprint 72 integration summary + regression
1 0 `whetstone_export_repro_jsonl` MCP tool
0 0 Production summary hardening
0 0 Quarterly lock/review cadence policy
2 0 Cross-language regeneration quality packet model
2 0 Requirement Normalization and Conflict Detection
4 0 Compatibility/deprecation report artifact
0 0 `SelfContainmentScorer` — score a taskitem 0100
0 0 Ownership mapping policy engine (`unique_ptr/shared_ptr/value`)
4 0 Incremental sync report artifact
2 0 Wiring closure severity classifier
4 0 Representative language readiness report artifact
2 0 Recovery safety packet model
2 0 `whetstone_get_constructive_rollout_status` runtime implementation
3 0 Sprint 152 integration summary + regression
4 0 Semantic memory report artifact
0 0 Dependency Graph Visualization
0 0 F# lowering/raising adapters
4 0 `whetstone_get_numerical_risk_report` MCP tool
2 0 Generic incremental edit packet schema
0 0 Workflow Sidecar Persistence
0 0 Key Symbol Rendering
4 0 Multi-language constructive loop report artifact
2 0 Call Stack and Frame Inspector
1 0 Phase 20a Integration
4 0 Constructive runtime readiness report bundle
2 0 `whetstone_run_constructive_step`/`status`/`loop` runtime packet model
4 0 Contract conformance report artifact
4 0 Regeneration stability report artifact
0 0 Safety case completeness checker
4 0 Benchmark scorecard generator per pair
0 0 Ruby lowering adapter v1 (meta-programming boundaries)
3 0 Cost vs Quality Regression Suite
2 0 Resume and rollback policy runtime model
1 0 Priority-focused review queue shaping engine
0 0 Self-Hosting Test Harness
0 0 Scaffold File Generation
1 0 Phase 18a Integration
1 0 Build iteration session integration
3 0 Profile compliance auditor integration
1 0 Corpus ingestion tooling and normalization
0 0 Safety-critical deployment dossier artifact
4 0 Swarm maintenance report artifact
2 0 MCP compatibility policy schema
2 0 Stewardship and ownership policy model
2 0 Serialization + Dispatch for New Nodes
4 0 `whetstone_publish_roadmap_epoch` MCP tool
3 0 Sprint 153 integration summary + regression
3 0 Sprint 54 integration summary + regression
2 0 Patch risk labeler model
1 0 `whetstone_resume_debug_campaign` MCP tool
4 0 Reliability operations report artifact
2 0 `whetstone_rollback_constructive_transaction` MCP tool
0 0 CMake generator from Whetstone project description
3 0 Intake regression corpus loader
2 0 Debug recipe step model
4 0 Efficiency diagnostics and trend report
0 0 Completion Overlay UX Hardening
3 0 Sprint 183 Integration Summary
2 0 Execution hint extraction from requirements
2 0 Confidence synthesis model
3 0 Sprint 161 Integration Summary
0 0 Hint feature extraction from decision ledgers
3 0 Sprint 171 Integration Summary
0 0 Fuzz differential runner with seed replay
1 0 `whetstone_generate_debug_hints` MCP tool
3 0 Sprint 121 integration summary + regression
1 0 `whetstone_list_plugins` MCP tool
4 0 Benchmark publication bundle
0 0 Scope & Namespace Annotations
4 0 Campaign report bundle generator
1 0 `whetstone_get_upgrade_queue` MCP tool
3 0 Sprint 179 Integration Summary
1 0 Cross-session context bridge
4 0 Documentation + Operator Playbooks
3 0 Sprint 80 integration summary + full-program regression
2 0 Cross-tenant adapter sharing contract
4 0 Cost-vs-quality tradeoff report generator
3 0 Audit trail completeness checker
2 0 Scheduler lock contract emitter
1 0 Review SLA policy integration
1 0 Approval workflow integration with governance ledger
1 0 Static registry scanner for `register*Tools` blocks
1 0 Phase 22a Integration
1 0 `whetstone_set_runtime_profile` MCP tool
2 0 Security Annotation Types — Subject 10
0 0 Tier promotion engine (beta->stable)
2 0 Locals + Watches Panel Data Model
1 0 `whetstone_get_related_migration_patterns` MCP tool
3 0 Phase 24b Integration + Sprint Summary
2 0 Debug stop-reason classifier model
1 0 Modernization RPC + MCP
3 0 Sprint 194 Integration Summary
2 0 Architect Review Interface
3 0 Sprint 175 Integration Summary
1 0 `whetstone_register_external_verifier` MCP tool
4 0 Swarm maintenance report artifact
1 0 `whetstone_capture_distributed_failure` MCP tool
0 0 `TokenBudgetEnforcer` — trim assembled context to budget
4 0 Plugin trust and risk report artifact
3 0 Sprint 93 integration summary + regression
1 0 New Languages Integration + MCP
2 0 Pipeline promotion packet integration
2 0 Real GA evidence packet generation
0 0 Gate-driven remediation planner
1 0 Migration Execution Integration
3 0 Hint safety guardrails and audit fields
4 0 Interop publication bundle
4 0 Portfolio strategy report artifact
1 0 `whetstone_set_language_rollout_tier` MCP tool
2 0 KPI anomaly triage model
0 0 Config file probe
0 0 C++ runner adapter for harness
1 0 `whetstone_explain_transpilation_decision` MCP tool
4 0 Federated evidence bundle composer
3 0 `whetstone_regression_guard` MCP tool
1 0 Skill progression tracker integration
0 0 Validation capability-signal scoring/classification
4 0 `whetstone_publish_next_epoch_plan` MCP tool
1 0 `whetstone_plan_tool_migrations` MCP tool
1 0 `whetstone_get_debug_checklist` MCP tool
2 0 `AgentSessionRecorder` — per-session tool call instrumentation
2 0 Workspace-source freshness comparator model
0 0 Queue+validation metadata enrichment
1 0 `whetstone_get_debug_metrics` MCP tool
0 0 Architecture Templates
3 0 Sprint 185 Integration Summary
4 0 Replay and determinism report artifact
2 0 STL algorithm lifting from IR intent tags
3 0 Epoch block health re-baseline model
0 0 Alert policy engine for SLO breaches
2 0 Validation lock name-format checks
1 0 `whetstone_generate_inference_job` MCP tool
0 0 Smart Pointer Patterns
0 0 Legacy semantic recovery graph engine
0 0 Context Bundle Minimizer
3 0 Sprint 47 integration summary + regression
2 0 Patch execution record model
3 0 Sprint 137 integration summary + regression
3 0 Sprint 163 Integration Summary
1 0 Phase 10c Integration Tests
2 0 Debugging metrics packet (`time_to_green`, `iterations`, etc.)
1 0 `whetstone_export_tool_manifest` MCP tool
1 0 `whetstone_run_continuity_drill` MCP tool
1 0 `whetstone_get_debug_trace` MCP tool
0 0 `PrerequisiteOpResolver` — resolve ops to workspace paths
1 0 Phase 19a Integration
3 0 Sprint 124 integration summary + regression
2 0 `whetstone_get_safety_profile_requirements` MCP tool
1 0 Generator Updates + Phase 11c Integration
3 0 Sprint 118 integration summary + regression
0 0 False-green diagnostic class
2 0 Sidecar AST Persistence
1 0 `whetstone_queue_ready` MCP Tool
0 0 Conflict avoidance and lock orchestration engine
3 0 Sprint 136 integration summary + regression
3 0 Sprint 61 integration summary + regression
4 0 Plugin trust and risk report artifact
2 0 Bisect candidate selector model
1 0 `whetstone_step_debug_campaign` MCP tool
4 0 Runtime execution trace report artifact for sync/regeneration/merge tools
4 0 Language capability conformance report artifact
1 0 Phase 14d Integration + Sprint 14 Summary
1 0 Phase 11b Integration Tests
3 0 Transition plan model for Sprint 101+ workstreams
4 0 Cost-vs-quality tradeoff report generator
1 0 Sprint 26 Integration + Summary
2 0 Swarm maintenance job decomposition model
2 0 Fast rollback orchestration contract
0 0 Continuity drill framework and scoring
0 0 Multi-language minimal test harness runner
1 0 `whetstone_list_distributed_failures` MCP tool
0 0 Top-level strictness gate
4 0 Portfolio strategy report artifact
3 0 Century milestone publication package
3 0 Sprint 203 Integration Summary
3 0 Sprint 41 Integration Summary
0 0 Failure fixture catalog for deterministic debug benchmarks
4 0 Debt burn-down report artifact
2 0 Minimal repro reducer model
2 0 Result Acceptance Protocol
2 0 Host boundary + FFI contract generator
0 0 Workspace Onboarding Flow
4 0 Generic sync determinism report artifact
3 0 Post-incident continuity audit report model
2 0 SLM debug readiness scoring model
2 0 `whetstone_run_constructive_ga_gate` runtime implementation
4 0 HiveMind job publisher from editor
3 0 Docking Reliability Audit + Deterministic Layout Rules
2 0 Pair-specific known-limitations generator
0 0 Compliance policy binding engine
0 0 Context Assembly + Budget
0 0 Artifact fingerprinting and drift detection
3 0 Sprint 131 integration summary + regression
1 0 Verification gate integration for architecture artifacts
0 0 Python + Java Parser Deepening
3 0 Sprint 202 Integration Summary
2 0 End-to-end validation with the failing A/B test spec
2 0 Explainability compression model for rapid review
0 0 Scheme lowering/raising adapters
2 0 Failure trend tracker model
2 0 Range-Based For + Structured Bindings
3 0 Sprint 165 Integration Summary
4 0 Marketplace governance report artifact
3 0 Sprint 192 Integration Summary
1 0 `whetstone_start_debug_campaign` MCP tool
0 0 Property-based equivalence runner
2 0 Rollback ledger model
2 0 Capability negotiation and fallback policy model
0 0 Trial evaluation rubric (quality/risk/cost)
1 0 `whetstone_plan_deprecation_or_upgrade` MCP tool
0 0 Constraint completeness diagnostics
4 0 `whetstone_get_artifact_trust_report` MCP tool
0 0 Find and Replace Improvements
2 0 Compatibility simulation runner model
1 0 Binary/footprint gate integration
2 0 `whetstone_validate_tool_contracts` MCP tool
2 0 JavaScript lowering adapter v2 (prototype/object model)
2 0 Rust/Go Constructive Edit Adapter
1 0 Phase 25b Integration
0 0 C Generator
1 0 `whetstone_propose_policy_tuning` MCP tool
3 0 Scope and Milestone Decomposer
1 0 Policy-compliance auto-checkpoint integration
0 0 Incident containment automation for compromised components
2 0 Worker Efficiency Dashboard Data Model
4 0 `whetstone_get_artifact_trust_report` MCP tool
3 0 Sprint 187 Integration Summary
3 0 Sprint 123 integration summary + regression
3 0 Sprint 146 integration summary + regression
2 0 Constructive transaction schema
2 0 Representative language conformance packet model
0 0 Projection metadata summary export
4 0 Data family acceptance report
4 0 Documentation + Operator Playbooks
1 0 `whetstone_validate_patch_proposal` MCP tool
1 0 `whetstone_probe_tool_reachability` MCP tool
2 0 Hybrid core contract schema v1
2 0 IR lowering interface and adapter API
1 0 Adoption telemetry integration
1 0 `whetstone_select_mcp_runtime` MCP tool
3 0 Sprint 113 integration summary + regression
1 0 `whetstone_plan_debt_burndown` MCP tool
4 0 Self-Hosting Progress Report + Phase Integration
3 0 Tier transition guardrail and rollback runtime model
1 0 `whetstone_save_campaign_checkpoint` MCP tool
2 0 `whetstone_run_spec_conformance` MCP tool
0 0 Kotlin lowering/raising adapters
1 0 `whetstone_dry_run_patch` MCP tool
4 0 Tool-surface diagnostics report artifact
2 0 `whetstone_get_pair_stability_forecast` MCP tool
4 0 Misclassification report export
1 0 Phase 38a Integration
3 0 Full historical regression + post-release checklist
0 0 Actor-to-thread/async projection policy set
2 0 Strict-mode escalation for low-specificity tasks
0 0 Preventive mitigation planner
2 0 Step Spec Expander (tests: unit, negative, boundary)
0 0 Optimization Annotation Completion
0 0 Parse AnnotationValidatorExtended.h
4 0 `whetstone_get_sync_identity_report` MCP tool
0 0 Value-Forward Onboarding Flow
3 0 Runtime health probe runner
3 0 Sprint 44 Integration Summary
0 0 Federated reproducibility validator
3 0 Sprint 89 integration summary + regression
4 0 `whetstone_start_guided_migration` MCP tool
2 0 Tool-surface checksum packet model
3 0 Sprint 211 Integration Summary
1 0 `whetstone_list_migration_templates` MCP tool
0 0 Deterministic blocker taxonomy
2 0 Language-neutral operation envelope model
2 0 `whetstone_record_debug_trace` MCP tool
1 0 `whetstone_export_debug_campaign_bundle` MCP tool
1 0 `whetstone_run_test_iteration` MCP tool
4 0 Hybrid mode readiness report artifact
3 0 Sprint 140 integration summary + full-program regression
0 0 Agent task status overlay
1 0 Workstream drift detector integration
4 0 Replay/transaction reliability report artifact
1 0 Annotation RPC Methods
4 0 Embedded migration risk report template
4 0 Explainability report template pack
1 0 `whetstone_install_or_disable_plugin` MCP tool
0 0 Modernization Suggestions
2 0 Rollout blast-radius estimator
4 0 Handoff integrity report artifact
1 0 `whetstone_get_runtime_fingerprint` MCP tool
0 0 Inline Annotation Badges
4 0 Web ecosystem migration report template
0 0 T-SQL lowering/raising adapters
1 0 Tool call visualization
2 0 Ecosystem drift signal model
4 0 Conflict/merge report artifact
2 0 Maintenance TCO forecasting engine
4 0 Epoch renewal publication bundle
0 0 AppImage / .deb package generator
3 0 Sprint 52 integration summary + regression
3 0 Sprint 122 integration summary + regression
4 0 Program benchmarking report bundle
3 0 Sprint 110 integration summary + full-program regression
1 0 `whetstone_start_onboarding_path` MCP tool
1 0 `whetstone_transpile_systems_family` MCP tool
0 0 ProjectionGenerator — Subject 5-8 + Semantic Visitors
1 0 `whetstone_get_api_semantics` MCP tool
1 0 `whetstone_optimize_review_queue` MCP tool
0 0 Cross-language class emission parity tests
4 0 Toolchain readiness report artifact
1 0 `whetstone_validate_policy_tuning` MCP tool
4 0 MCP Tool Documentation
0 0 Queue/validation fingerprint convergence
3 0 `TaskitemQualityAuditor` — batch report
2 0 Runtime selection policy model
3 0 Phase 23b Integration + Sprint Summary
3 0 Strictness regression suite
3 0 Sprint 48 integration summary + regression
1 0 `whetstone_plan_polyglot_migration` MCP tool
2 0 SQL canonical query IR layer
4 0 C++ constructive loop report artifact
3 0 Sprint 151 integration summary + regression
1 0 `whetstone_generate_safety_case` MCP tool
4 0 Runtime execution trace report artifact for sync/regeneration/merge tools
4 0 Security hardening report artifact
4 0 Public spec for verification evidence bundles
3 0 Sprint 158 integration summary + regression
0 0 KPI-to-workstream binding engine
0 0 End-to-end replay + rollback scenario suite
1 0 Transpilation RPC + MCP
1 0 `whetstone_verify_handoff_integrity` MCP tool
3 0 Phase 17b Integration + Sprint Summary
4 0 Constructive runtime readiness report bundle
0 0 Target projection blocker taxonomy
1 0 Runtime `tools/list` snapshot normalizer
0 0 C# Generator
4 0 MCP Tool Documentation
4 0 Generic sync determinism report artifact
2 0 AST mutation preview
0 0 Config auto-discovery (walk up from CWD)
4 0 SemannoFormat.h — Comment Format Standard
3 0 Sprint 193 Integration Summary
1 0 Test iteration session integration
3 0 Century milestone health scoreboard model
2 0 Allowed-file scope policy model
3 0 Sprint 59 integration summary + regression
2 0 Debug recipe library model
1 0 Real sync tool binding
4 0 Guided workflow state machine for self-service runs
2 0 Compatibility risk packet model
1 0 Phase 28a Integration
3 0 Sprint 57 integration summary + regression
2 0 Candidate ranking and recommendation model
4 0 Regulated-domain migration report template
0 0 Union support (`oneOf`/`anyOf`/`allOf`)
4 0 Reliability operations report artifact
2 0 `whetstone_export_tool_contracts` MCP tool
3 0 Sprint 49 integration summary + regression
1 0 MCP replay diagnostics artifact
0 0 Tenant isolation guardrails for logs/artifacts
1 0 `whetstone_suggest_test_fix` MCP tool
1 0 `whetstone_run_mcp_closure_gate` MCP tool
3 0 Sprint 168 Integration Summary
2 0 Pair stability forecasting engine
3 0 Sprint 162 Integration Summary
3 0 Sprint 206 Integration Summary
2 0 Runtime-backed constructive release certification packet model
0 0 Full loop driver (end-to-end stepping)
1 0 Parallel dispatch optimizer with dependency constraints
0 0 Queue lock-conflict detection
2 0 Debug campaign spec model
2 0 Representative language toolchain provider registry model
1 0 `whetstone_run_interop_testbed` MCP tool
3 0 Sprint 73 integration summary + regression
2 0 Concurrency Annotations — Primitives & Memory Model
2 0 Job schema → typed C++ structs generator
4 0 LTS publication bundle + operator handbook
2 0 Hint confidence + uncertainty packet format
0 0 Workspace mode policy bindings
0 0 Notification + Status Signaling Refresh
1 0 `whetstone_get_portfolio_economics` MCP tool
4 0 Setup verification report
3 0 Sprint 76 integration summary + regression
1 0 `whetstone_start_feedback_loop` MCP tool
2 0 Non-C++ adapter conformance harness model
1 0 `whetstone_generate_setup_script` MCP tool
0 0 Java raising adapter v1
2 0 EnvironmentSpec Schema & AST Node
0 0 Multi-language compile gate executor
1 0 `whetstone_normalize_diagnostics` MCP tool
2 0 Stable include/order regeneration model
0 0 Queue lock conflict summary metrics
3 0 Sprint 199 Integration Summary
3 0 Sprint 204 Integration Summary
3 0 Sprint 119 integration summary + regression
0 0 Test failure classifier
4 0 Setup verification report
4 0 Runtime selection report artifact
1 0 `whetstone_run_build_iteration` MCP tool
4 0 Reliability and rollback report artifact
3 0 Sprint 209 Integration Summary
3 0 Sprint 170 Integration Summary
3 0 Regression watchlist for promoted pairs
4 0 Documentation pack for language support + migration playbooks
2 0 AST-to-text regeneration policy schema
2 0 Nullability + optionality canonical model bridge
1 0 Corpus version diff and migration tools
0 0 Artifact quality scoring and ranking engine
0 0 Kotlin Generator
2 0 Autonomous loop controller with “green or explicit blocked” contract
1 0 `whetstone_validate_patch_scope` MCP tool
3 0 Sprint 198 Integration Summary
3 0 Sprint 84 integration summary + regression
2 0 Source-vs-runtime drift comparator model
1 0 `whetstone_generate_reprojection_plan` MCP tool
2 0 Localization-ready artifact schema
0 0 Release Readiness Gate Pack
1 0 `whetstone_apply_best_practice_pack` MCP tool
0 0 Go + C++ + Elisp Parser Deepening
4 0 Self-Hosting Progress Report + Phase Integration
2 0 `whetstone_ingest_legacy_to_ir` MCP tool
3 0 Sprint 74 integration summary + regression
0 0 Annotate Whetstone's Own Code
0 0 C interop adapter deepening
2 0 Refactor pattern schema and metadata model
2 0 Python/TypeScript Constructive Edit Adapter
3 0 Sprint 159 integration summary + regression
0 0 Scope ambiguity diagnostics
4 0 Standards publication bundle
1 0 `whetstone_set_zero_trust_policy` MCP tool
0 0 Benchmark runner and metrics export
0 0 Template parameter validation engine
0 0 Transpile Whetstone Modules
1 0 Phase 13c Integration — Keyboard Shortcuts Help Panel
0 0 Deterministic plan fingerprinting
3 0 Numerical regression gate integration
3 0 Sprint 147 integration summary + regression
2 0 Pair-specific hint model interface
2 0 Parallel partitioning semantics model
2 0 Node identity preservation policy model
3 0 Sprint 83 integration summary + regression
4 0 `whetstone_generate_localized_migration_report` MCP tool
2 0 Determinism and recovery qualification packet model
0 0 Starvation prevention mechanism
3 0 Sprint 166 Integration Summary
0 0 C# Parser
4 0 Guided transpilation exercise framework
3 0 Sprint 42 Integration Summary
4 0 Runtime compatibility risk report generator
2 0 Interrupt and ISR semantics packet model
1 0 Loop integration for auto-fix attempt
4 0 Marketplace governance report artifact
2 0 `whetstone_get_language_contract` MCP tool
2 0 Triage packet bundle model
1 0 `whetstone_probe_toolchain_provider` runtime implementation
4 0 Reporting templates for C++ review teams
1 0 `whetstone_query_transpile_graph` MCP tool
3 0 Sprint 86 integration summary + regression
0 0 Preconditions/postconditions validator for patterns
0 0 File Tree Panel
4 0 Runtime selection report artifact
0 0 Taskitem Generator v2
4 0 Toolchain readiness report artifact
0 0 Promotion policy for tuned packs
4 0 Family acceptance and divergence report
0 0 Edge Case Cleanup
0 0 Promotion gate for accepted proposals
4 0 Release readiness scoreboard
3 0 Sprint 180 Integration Summary
0 0 Interop certification policy bindings
2 0 Threat Model Integration
1 0 `whetstone_analyze_data_pipeline_semantics` MCP tool
4 0 Low-level acceptance report + waiver system
3 0 Sprint 101 integration summary + regression
2 0 MCP initialize — add `instructions` field
4 0 Regeneration stability report artifact
0 0 Sprint 25 Summary + Post-25 Readiness
0 0 Trend and recurrence detector
3 0 Sprint 155 integration summary + full-program regression
1 0 Sprint 30 Integration + Summary
2 0 Environment-Aware Pipeline Hooks
2 0 Benchmark ingestion support for projection schema
0 0 Per-section recall/precision metrics
1 0 `whetstone_assemble_context` MCP tool
1 0 `whetstone_debug_until_green` MCP orchestrator tool
4 0 Per-target projection validation report
0 0 Queue blocker gap classifier
1 0 Plugin sandbox execution policy
0 0 Pattern recurrence detector from graph signals
2 0 Pair selection strategy engine (hot pairs, random sampling, full sweeps)
0 0 Fix candidate generator
3 0 Rebuild whetstone_mcp + smoke test
4 0 Explainability report template pack
3 0 `whetstone_probe_mcp_runtime_health` MCP tool
4 0 Family-level acceptance report generator
3 0 Sprint 100 integration summary + full-program regression
3 0 Sprint 98 integration summary + regression
0 0 WorkflowState.h — Project-Level Workflow Tracking
3 0 Sprint 205 Integration Summary
1 0 `whetstone_get_epoch_workstreams` MCP tool
2 0 Prioritization scoring model (impact x frequency x tier)
4 0 Lock metadata documentation packet
4 0 Escalation report composer
3 0 Sprint 160 integration summary + full-program regression
2 0 Capability declaration struct generator
4 0 Lock validation aggregate report fields
3 0 Sprint 167 Integration Summary
1 0 Gold benchmark curation pipeline
1 0 RoutingEngine.h — Annotation-to-Dispatch Logic
4 0 `whetstone_get_federated_verification_report` MCP tool
2 0 Generic/monomorphization intent model
1 0 `whetstone_estimate_porting_cost` MCP tool
4 0 C++ constructive loop report artifact
4 0 Epoch kickoff report artifact
4 0 Cost Tracking + Reporting
0 0 Long-range blocker taxonomy
4 0 Campaign report bundle generator
4 0 `whetstone_get_sync_identity_report` MCP tool
3 0 Sprint 45 Integration Summary
0 0 Template Class Declarations
1 0 Route-to-deterministic policy hook
3 0 Sprint 103 integration summary + regression
1 0 Pipeline summary propagation of call plan
4 0 Patch proposal review report artifact
2 0 Profile-backed readiness and qualification packet model
4 0 `whetstone_generate_localized_migration_report` MCP tool
2 0 Type System Translation
1 0 `whetstone_get_regeneration_trace_generic` MCP tool
4 0 Benchmark scorecard generator per pair
4 0 Runtime freshness report artifact
2 0 Merge impact and provenance model
2 0 New AST Nodes — Class/Interface/Generic
4 0 Family acceptance and divergence report
3 0 Sprint 130 integration summary + regression
2 0 Perf benchmark harness contract
2 0 Data lineage canonical model
3 0 Sprint 109 integration summary + regression
4 0 Security Report Generation
3 0 Safety Audit via Annotations
0 0 Candidate auto-selector
4 0 Practice adoption and outcome report artifact
1 0 Sanitizer gate integration (ASan/UBSan profile hooks)
4 0 Enterprise rollout report template
3 0 Convention Extractor + Validator (tests: unit, negative, regression)
4 0 Incremental sync report artifact
1 0 Auto-containment strategy hooks
0 0 Multi-Language Project Orchestration
1 0 Phase 12a Integration Tests
2 0 Integrity attestation packet schema
3 0 Sprint 107 integration summary + regression
2 0 Plugin manifest and capability declaration model
2 0 Session-level mode override model
3 0 Sprint 200 Integration Summary
2 0 `whetstone_run_constructive_ga_gate` MCP tool
4 0 Team onboarding readiness report artifact
1 0 Orchestrator RPC + MCP
3 0 Sprint 67 integration summary + regression
0 0 Job status subscriber panel
1 0 `whetstone_verify_simulation_port` MCP tool
2 0 Zero-trust policy model for execution surfaces
1 0 `whetstone_get_slm_debug_readiness` MCP tool
3 0 Sprint 102 integration summary + regression
4 0 Cross-language constructive execution report artifact
0 0 MySQL lowering/raising adapters
0 0 Accessibility Baseline Pass
1 0 `whetstone_get_recovery_advice` MCP tool
3 0 Sprint 106 integration summary + regression
3 0 Sprint 143 integration summary + regression
3 0 Sprint 133 integration summary + regression
4 0 Replay/transaction reliability report artifact
2 0 `whetstone_start_recording` + `whetstone_get_metrics` MCP tools
0 0 C++ Generator — Inheritance + Templates
2 0 `whetstone_preview_text_ast_merge` MCP tool
1 0 tools.json refresh — add all Sprint 32-35 tools
3 0 Sprint 65 integration summary + regression
0 0 Generator Implementations — Python/C++/Rust/Go
0 0 Multi-file conflict detection during execution
1 0 `whetstone_start_iteration_session` MCP tool
3 0 Sprint 50 integration summary + regression
1 0 `whetstone_plan_preventive_maintenance` MCP tool
3 0 Sprint 63 integration summary + regression
0 0 Pre-Apply Validation Gate
4 0 Epoch renewal publication bundle
3 0 Sprint 173 Integration Summary
4 0 Guided Architect-to-Execution Demo Mode
1 0 Semanno Sidecar Integration
4 0 Resilience operations report artifact
2 0 Contract conformance score model
4 0 Semantic memory report artifact
3 0 Sprint 134 integration summary + regression
4 0 Security Report Generation
3 0 Sprint 188 Integration Summary
4 0 Requirements gap report
2 0 C++ formatting/styling guard model
0 0 Security Testing Skeleton Generation
3 0 Sprint 82 integration summary + regression
4 0 `whetstone_get_reference_conformance_report` MCP tool
0 0 Multi-service rollback choreography policy
2 0 Test output parser — gtest format
2 0 Language operation support policy model (`edit`, `sync`, `regenerate`, `merge`, `build_test`)
1 0 `whetstone_get_certification_status` MCP tool
0 0 Deterministic threshold profile selection
3 0 Phase 21b Integration + Sprint Summary
2 0 Real replay suite wiring to runtime traces
0 0 Panel Registration System
2 0 LTS baseline criteria schema
3 0 Mode transition event packet model
4 0 Pattern efficacy report artifact
2 0 Campaign queue policy model
3 0 Sprint 149 integration summary + regression
1 0 Lint executor integration
0 0 Task Detail View
0 0 Distributed path in FeedbackLoopOrchestrator
0 0 Recommendation engine for applicable packs
4 0 Localized report generation pipeline
2 0 Agent Chat Panel model
2 0 Binary/interface diff engine integration
4 0 Constructive GA publication bundle
1 0 `whetstone_run_improvement_trial` MCP tool
2 0 Determinism mode packet (`strict`, `best-effort`)
4 0 Debt burn-down report artifact
4 0 `whetstone_get_pair_scorecard` MCP tool
0 0 Symbol Scope Extractor
2 0 MCP execution event schema
1 0 API Boundary Preservation
1 0 `whetstone_transpile_low_level_family` MCP tool
2 0 Constructive loop orchestration schema
1 0 MCP Server Configuration + Discovery
4 0 Program constitution + handbook publication bundle
1 0 Operation Selector API
4 0 Self-Hosting Metrics Report
1 0 Phase 13d Integration + Sprint 13 Summary
4 0 Localized report generation pipeline
4 0 SemannoFormat.h — Comment Format Standard
3 0 Sprint 69 integration summary + regression
4 0 Misclassification report export
0 0 Deterministic data-sample replay runner
0 0 Analytics migration dossier template
0 0 Checkpoint and rollback node insertion
0 0 Method completion planner
4 0 Regeneration stability report artifact
0 0 Dynamic strictness policy engine (`lenient/balanced/strict`)
1 3 0 Sprint 51 integration summary + regression
2 4 0 Translation Report
3 1 0 `whetstone_check_tool_compatibility` MCP tool
4 2 0 C/C++ Constructive Edit Adapter
5 3 0 Sprint 99 integration summary + regression
6 2 0 Stage checkpoint and resume model
7 4 0 Dynamic family acceptance report + review queue wiring
8 3 0 Sprint 181 Integration Summary
9 2 0 Semantic-noise diff suppressor model
10 0 0 Invariant and intent-diff checks
11 1 0 `whetstone_analyze_rust_semantics` MCP tool
12 4 0 Program constitution + handbook publication bundle
13 1 0 `whetstone_generate_patch_candidates` MCP tool
14 0 0 Unmappable semantic blocklist + mandatory review gate
15 1 0 Phase 15a Integration Tests
16 2 0 Debug policy constraint model
17 3 0 Sprint 177 Integration Summary
18 3 0 Sprint 56 integration summary + regression
19 0 0 Canonical fixture and oracle dataset packs
20 2 0 Wire `ArchitectIntakeProcessor` into `whetstone_architect_intake` handler
21 2 0 `whetstone_save_repro_packet` MCP tool
22 4 0 Guided workflow state machine for self-service runs
23 3 0 Sprint 64 integration summary + regression
24 2 0 Auto Type Deduction
25 1 0 `whetstone_get_governance_state` MCP tool
26 1 0 `whetstone_verify_scientific_migration` MCP tool
27 4 0 Replay and determinism report artifact
28 4 0 Conflict/merge qualification report artifact
29 4 0 Reviewer effectiveness report artifact
30 3 0 Sprint 189 Integration Summary
31 3 0 End-to-end constructive smoke scenarios per language family
32 2 0 `whetstone_record_attempt` MCP tool
33 3 0 Benchmark trend regression detector
34 0 0 Context Window Optimization
35 3 0 Sprint 191 Integration Summary
36 2 0 Diagnostic normalization canonical model
37 2 0 ABI and calling-convention canonical model
38 0 0 Go lowering adapter v1
39 1 0 `whetstone_get_mcp_closure_status` MCP tool
40 2 0 Certification dashboard data model
41 1 0 Phase 21a Integration
42 3 0 Patch execution audit bundle
43 4 0 Permission conformance report artifact
44 4 0 API/ABI preservation report artifact
45 1 0 Apiary browser panel
46 3 0 Pair regression detector with severity levels
47 3 0 Sprint 141 integration summary + regression
48 2 0 Resource budget model (memory/CPU/IO)
49 1 0 `whetstone_plan_budget_allocation` MCP tool
50 4 0 Multi-language constructive loop report artifact
51 1 0 `whetstone_list_toolchain_providers` runtime implementation
52 2 0 `whetstone_capture_handoff_packet` MCP tool
53 1 0 `whetstone_probe_toolchain_provider` MCP tool
54 2 0 Orchestrator MCP handoff packet schema
55 3 0 Sprint 71 integration summary + regression
56 3 0 Sprint 55 integration summary + regression
57 3 0 Sprint 68 integration summary + regression
58 3 0 Sprint 142 integration summary + regression
59 3 0 Sprint 169 Integration Summary
60 1 0 Architect Tooling — RPC + MCP
61 3 0 Sprint 129 integration summary + regression
62 0 0 Decision consistency analyzer across reviewers
63 2 0 Markdown Spec Parser
64 0 0 Candidate generation engine from failure taxonomy
65 1 0 `whetstone_get_representative_language_profile` MCP tool
66 4 0 Web ecosystem migration report template
67 1 0 `whetstone_architect_intake` MCP Tool
68 2 0 Root-cause clustering model
69 4 0 Data family acceptance report
70 2 0 Escalation reason classifier model
71 0 0 Cross-platform CMake target generator
72 1 0 `whetstone_list_toolchain_providers` MCP tool
73 1 0 Sprint 37 Integration + Summary
74 1 0 `whetstone_select_language_adapter` MCP tool
75 3 0 Sprint 195 Integration Summary
76 0 0 Module Decomposition Engine
77 0 0 Governance and safety invariant revalidation pass
78 1 0 `whetstone_get_century_status` MCP tool
79 2 0 Output payload shape profiler model
80 1 0 Phase 23a Integration
81 0 0 Background task slots (parallel agent work)
82 3 0 Adapter health and conformance score model
83 0 0 Placeholder/TODO detector and policy
84 3 0 Phase 18b Integration + Sprint Summary
85 1 0 Deterministic replay pack composer
86 3 0 Sprint 125 integration summary + regression
87 4 0 Route integrity report artifact
88 0 0 Security scan orchestrator for generated targets
89 0 0 ARM Assembly Parser
90 3 0 Sprint 43 Integration Summary
91 2 0 Feedback aggregation and prioritization model
92 3 0 Sprint 210 Integration Summary
93 0 0 Floating-point determinism risk classifier
94 0 0 Package state probe
95 0 0 Window Chrome + Hierarchy Pass
96 1 0 `whetstone_list_language_adapters` MCP tool
97 3 0 Rollout health scoring model
98 3 0 Sprint 135 integration summary + regression
99 0 0 Threshold recommendation engine
100 4 0 Translation Report
101 3 0 Timing regression runner integration
102 1 0 `whetstone_assemble_fix_context` MCP tool
103 4 0 Standards publication bundle
104 2 0 Runtime selection decision packet model
105 0 0 WAT Annotation Mapping
106 2 0 Determinism qualification packet model
107 3 0 Sprint 60 integration summary + release marker
108 3 0 Sprint 128 integration summary + regression
109 4 0 Permission conformance report artifact
110 1 0 `whetstone_validate_patch_candidate` MCP tool
111 0 0 Capability Discovery Panels
112 4 0 Federated governance report generator
113 3 0 Sprint 126 integration summary + regression
114 4 0 Resilience operations report artifact
115 3 0 Sprint 144 integration summary + regression
116 1 0 Sprint 32 Integration + Summary
117 3 0 Sprint 156 integration summary + regression
118 0 0 Workflow Status Overlay
119 2 0 Distributed evidence quality scorer model
120 1 0 `whetstone_get_tool_deprecations` MCP tool
121 1 0 `whetstone_execute_rollout_or_rollback` MCP tool
122 4 0 Equivalence evidence bundle exporter
123 2 0 `ArchitectIntakeProcessor` — merge all requirement kinds
124 3 0 Sprint 115 integration summary + regression
125 2 0 Cross-language merge policy engine model
126 2 0 `run_pipeline` quality payload hardening
127 4 0 Per-target projection validation report
128 0 0 F# Parser
129 3 0 Sprint 184 Integration Summary
130 3 0 Sprint 208 Integration Summary
131 2 0 Determinism gate policy model
132 3 0 Sprint 120 integration summary + regression
133 2 0 Strict contract mode for generation
134 0 0 Traceability chain generator (origin->current)
135 1 0 `whetstone_set_authoring_mode` MCP tool
136 4 0 Cost Tracking + Reporting
137 4 0 Regulated-domain migration report template
138 1 0 `whetstone_reduce_repro_command` MCP tool
139 1 0 `whetstone_preview_regeneration_diff_generic` MCP tool
140 1 0 Phase 10d Integration Tests
141 4 0 Replay/transaction reliability report artifact
142 0 0 KPI delta analysis engine for block review
143 3 0 Sprint 182 Integration Summary
144 0 0 Swarm progress and fault recovery policy
145 0 0 Process state probe
146 2 0 Transpilation knowledge graph schema
147 4 0 Lock validation aggregate report fields
148 4 0 Weekly quality report artifact generator
149 2 0 `whetstone_preview_text_ast_merge_generic` MCP tool
150 3 0 Queue health scoring model
151 3 0 Drift audit report artifact
152 4 0 Evidence bundle store + deterministic ordering
153 0 0 Pattern applicability matcher from graph context
154 2 0 Conflict preview and impact estimator model
155 2 0 Contract breach severity classifier
156 0 0 Long-range benchmark corpus setup
157 2 0 Debug hint template model
158 3 0 Sprint 90 integration summary + full-program regression
159 0 0 Recursive object/array rule generator
160 4 0 HiveMind job publisher from editor
161 0 0 Constraint encoding and strict scalar handling
162 4 0 Runtime compatibility risk report generator
163 4 0 `whetstone_get_reference_conformance_report` MCP tool
164 1 0 `whetstone_build_debug_handoff` MCP tool
165 3 0 Sprint 91 integration summary + regression
166 1 0 `whetstone_list_campaign_checkpoints` MCP tool
167 2 0 Cross-service contract checkpoint model
168 0 0 Snapshot freeze workflow and integrity checks
169 1 0 `whetstone_export_mcp_replay_pack` MCP tool
170 1 0 Regional rollout profile integration
171 3 0 Sprint 190 Integration Summary
172 3 0 Phase 19b Integration + Sprint Summary
173 0 0 Secure-by-Default Code Generation
174 0 0 PostgreSQL Generator
175 2 0 Debug session handoff model
176 1 0 `whetstone_configure_hivemind` MCP tool
177 1 0 `whetstone_generate_safe_patch_plan` MCP tool
178 2 0 Build output parser — GCC/Clang format
179 4 0 `whetstone_start_guided_migration` MCP tool
180 2 0 Best-practice pack schema and versioning
181 4 0 Self-service adoption report artifact
182 1 0 `whetstone_get_language_matrix` MCP tool
183 0 0 Calibration corpus loader
184 1 0 `whetstone_score_failure_triage` MCP tool
185 3 0 Full regression + architecture gate
186 0 0 Event-order and state-sync verifier
187 3 0 Sprint 127 integration summary + regression
188 1 0 `whetstone_run_bisect_debug` MCP tool
189 0 0 Cross-Language Consistency Gate
190 1 0 `whetstone_get_execution_attestation` MCP tool
191 4 0 Reviewer effectiveness report artifact
192 3 0 Sprint 81 integration summary + regression
193 0 0 WAT Cross-Language Projection
194 0 0 Real provider probe execution paths
195 0 0 Next-block priority planner and constraint binder
196 0 0 Baseline-vs-target perf comparator
197 2 0 Forecast confidence and uncertainty model
198 4 0 Team onboarding readiness report artifact
199 0 0 ARM assembly lowering adapter v1
200 3 0 Class-heavy regression fixture suite
201 1 0 Cost telemetry integration in metrics stack
202 4 0 `whetstone_publish_next_epoch_plan` MCP tool
203 1 0 `whetstone_get_polyglot_cutover_readiness` MCP tool
204 1 0 `whetstone_list_representative_language_profiles` MCP tool
205 2 0 `ABTestComparison` — compare two session records
206 1 0 Strategy recommendation hooks from graph context
207 0 0 Query behavior equivalence runner (set-based diff checks)
208 3 0 Sprint 70 integration summary + regression
209 2 0 Cross-language capability contract normalizer model
210 1 0 `whetstone_attach_multimodal_evidence` MCP tool
211 0 0 Deterministic fallback policy for unsupported operations
212 3 0 Sprint 174 Integration Summary
213 4 0 Drift outlook report artifact
214 3 0 Sprint 85 integration summary + regression
215 1 0 Tool reachability runner with deterministic probes
216 3 0 Phase 11e Integration + Sprint Summary
217 4 0 Constructive GA publication bundle artifact
218 4 0 Regeneration stability report artifact
219 4 0 Escalation report composer
220 2 0 Migration template schema and catalog model
221 4 0 Embedded migration risk report template
222 4 0 Self-service adoption report artifact
223 4 0 Compatibility/deprecation report artifact
224 3 0 Sprint 157 integration summary + regression
225 3 0 Dependency Audit Annotations
226 2 0 Porting cost model v1
227 1 0 Phase 26a Integration
228 4 0 `whetstone_get_federated_verification_report` MCP tool
229 2 0 Campaign resume planner model
230 2 0 Toolchain provider interface schema
231 0 0 Security-Preserving Translation
232 3 0 Sprint 97 integration summary + regression
233 3 0 Rebuild `whetstone_mcp` + smoke test
234 4 0 Federated governance report generator
235 0 0 Scenario — Legacy Modernization
236 2 0 Constrained Routing Ruleset Extension
237 0 0 Architecture claim linkage engine
238 1 0 `whetstone_poll_iteration_job` MCP tool
239 4 0 Practice adoption and outcome report artifact
240 1 0 Phase 27a Integration
241 1 0 `whetstone_validate_debug_action` MCP tool
242 1 0 `whetstone_get_epoch_block_status` MCP tool
243 4 0 Evidence bundle store + deterministic ordering
244 2 0 Contract completeness validator
245 3 0 Sprint 75 integration summary + regression
246 2 0 External verifier adapter interface
247 2 0 Recursion bound/termination contracts
248 1 0 `whetstone_verify_architecture_consistency` MCP tool
249 2 0 Data-model field materialization from source AST
250 0 0 Route integrity gate bindings
251 1 0 Phase 24a Integration
252 2 0 Deprecation policy model for unstable/obsolete pairs
253 4 0 `whetstone_publish_roadmap_epoch` MCP tool
254 2 0 Capability decision packet model
255 0 0 `whetstone_restore_hybrid_checkpoint` runtime implementation
256 3 0 Sprint 53 integration summary + regression
257 3 0 Sprint 164 Integration Summary
258 0 0 Fine-grained capability grant engine
259 0 0 Queue remediation call-plan emission
260 4 0 Language capability conformance report artifact
261 1 0 Phase 10e Integration Tests
262 4 0 `whetstone_get_pair_scorecard` MCP tool
263 1 0 `whetstone_get_session_state` MCP tool
264 2 0 C++ constructive readiness scorer model
265 0 0 Capability Vocabulary & Validation
266 3 0 Sprint 95 integration summary + regression
267 2 0 Region policy overlay model
268 2 0 Bullet-list requirement extractor
269 0 0 Async mapping strategy (coroutines/task runtime profiles)
270 4 0 Efficiency diagnostics and trend report
271 1 0 Semantic validator core API
272 3 0 Sprint 77 integration summary + regression
273 0 0 Scheme Generator
274 3 0 Sprint 111 integration summary + regression
275 2 0 `whetstone_replay_repro_packet` MCP tool
276 4 0 Constructive GA publication bundle artifact
277 2 0 Debug assist packet bundle model
278 4 0 Tool-surface diagnostics report artifact
279 2 0 Argument/result canonicalizer model
280 4 0 Policy tuning report artifact
281 3 0 Sprint 197 Integration Summary
282 2 0 Root-cause ranking policy model
283 1 0 `whetstone_plan_swarm_maintenance` MCP tool
284 4 0 Weekly quality report artifact generator
285 3 0 Sprint 104 integration summary + regression
286 4 0 Dynamic family acceptance report + review queue wiring
287 1 0 `whetstone_propose_adapter_improvements` MCP tool
288 0 0 Blocked reason normalization
289 4 0 Contract conformance report artifact
290 0 0 Maintenance cadence scheduler
291 1 0 `whetstone_get_debug_campaign_status` MCP tool
292 3 0 Sprint 176 Integration Summary
293 0 0 VB.NET Generator
294 1 0 `whetstone_get_failure_trends` MCP tool
295 3 0 Sprint 145 integration summary + regression
296 1 0 Phase 14b Integration
297 2 0 Governance model refresh framework
298 3 0 Sprint 114 integration summary + regression
299 2 0 Loop retry and timeout policy model
300 4 0 Epoch kickoff report artifact
301 3 0 Session state machine transitions
302 2 0 Epoch-2 workstream schema and ownership map
303 0 0 Reviewer-focused semantic diff summarizer
304 3 0 Sprint 78 integration summary + regression
305 0 0 Cross-team benchmark comparator
306 0 0 Historical KPI aggregator
307 0 0 x86 assembly lowering adapter v1
308 0 0 Async, Parallelism & Error Handling Annotations
309 4 0 Benchmark publication bundle
310 1 0 Tool manifest build-gate integration
311 0 0 Fix `visitModule` in Python, Rust, Go, Elisp generators
312 1 0 Pipeline support for injected capability signals
313 4 0 Requirements gap report
314 4 0 Release readiness scoreboard
315 2 0 Packet tagging integration across pipelines
316 3 0 Sprint 105 integration summary + regression
317 3 0 Sprint 108 integration summary + regression
318 0 0 Java lowering adapter v1
319 4 0 `whetstone_get_numerical_risk_report` MCP tool
320 1 0 `whetstone_generate_project` MCP tool
321 4 0 Representative language readiness report artifact
322 0 0 `.whetstone.json` for the editor project itself
323 3 0 Sprint 46 integration summary
324 3 0 Audit trail and inspection
325 4 0 Reviewer effectiveness report artifact
326 4 0 Patch proposal review report artifact
327 3 0 Sprint 58 integration summary + regression
328 1 0 LTS risk watchlist and escalation hooks
329 3 0 Sprint 196 Integration Summary
330 4 0 Constructive GA publication bundle
331 1 0 .NET Integration
332 0 0 WorkerRegistry.h — Worker Abstractions
333 3 0 Sprint 92 integration summary + regression
334 1 0 `whetstone_marketplace_search` MCP tool
335 3 0 Full Test Suite Regression
336 2 0 Class-generation contract schema
337 4 0 Program constitution + handbook publication bundle
338 1 0 `whetstone_transpile_query_family` MCP tool
339 3 0 Sprint 72 integration summary + regression
340 1 0 `whetstone_export_repro_jsonl` MCP tool
341 0 0 Production summary hardening
342 0 0 Quarterly lock/review cadence policy
343 2 0 Cross-language regeneration quality packet model
344 2 0 Requirement Normalization and Conflict Detection
345 4 0 Compatibility/deprecation report artifact
346 0 0 `SelfContainmentScorer` — score a taskitem 0–100
347 0 0 Ownership mapping policy engine (`unique_ptr/shared_ptr/value`)
348 4 0 Incremental sync report artifact
349 2 0 Wiring closure severity classifier
350 4 0 Representative language readiness report artifact
351 2 0 Recovery safety packet model
352 2 0 `whetstone_get_constructive_rollout_status` runtime implementation
353 3 0 Sprint 152 integration summary + regression
354 4 0 Semantic memory report artifact
355 0 0 Dependency Graph Visualization
356 0 0 F# lowering/raising adapters
357 4 0 `whetstone_get_numerical_risk_report` MCP tool
358 2 0 Generic incremental edit packet schema
359 0 0 Workflow Sidecar Persistence
360 0 0 Key Symbol Rendering
361 4 0 Multi-language constructive loop report artifact
362 2 0 Call Stack and Frame Inspector
363 1 0 Phase 20a Integration
364 4 0 Constructive runtime readiness report bundle
365 2 0 `whetstone_run_constructive_step`/`status`/`loop` runtime packet model
366 4 0 Contract conformance report artifact
367 4 0 Regeneration stability report artifact
368 0 0 Safety case completeness checker
369 4 0 Benchmark scorecard generator per pair
370 0 0 Ruby lowering adapter v1 (meta-programming boundaries)
371 3 0 Cost vs Quality Regression Suite
372 2 0 Resume and rollback policy runtime model
373 1 0 Priority-focused review queue shaping engine
374 0 0 Self-Hosting Test Harness
375 0 0 Scaffold File Generation
376 1 0 Phase 18a Integration
377 1 0 Build iteration session integration
378 3 0 Profile compliance auditor integration
379 1 0 Corpus ingestion tooling and normalization
380 0 0 Safety-critical deployment dossier artifact
381 4 0 Swarm maintenance report artifact
382 2 0 MCP compatibility policy schema
383 2 0 Stewardship and ownership policy model
384 2 0 Serialization + Dispatch for New Nodes
385 4 0 `whetstone_publish_roadmap_epoch` MCP tool
386 3 0 Sprint 153 integration summary + regression
387 3 0 Sprint 54 integration summary + regression
388 2 0 Patch risk labeler model
389 1 0 `whetstone_resume_debug_campaign` MCP tool
390 4 0 Reliability operations report artifact
391 2 0 `whetstone_rollback_constructive_transaction` MCP tool
392 0 0 CMake generator from Whetstone project description
393 3 0 Intake regression corpus loader
394 2 0 Debug recipe step model
395 4 0 Efficiency diagnostics and trend report
396 0 0 Completion Overlay UX Hardening
397 3 0 Sprint 183 Integration Summary
398 2 0 Execution hint extraction from requirements
399 2 0 Confidence synthesis model
400 3 0 Sprint 161 Integration Summary
401 0 0 Hint feature extraction from decision ledgers
402 3 0 Sprint 171 Integration Summary
403 0 0 Fuzz differential runner with seed replay
404 1 0 `whetstone_generate_debug_hints` MCP tool
405 3 0 Sprint 121 integration summary + regression
406 1 0 `whetstone_list_plugins` MCP tool
407 4 0 Benchmark publication bundle
408 0 0 Scope & Namespace Annotations
409 4 0 Campaign report bundle generator
410 1 0 `whetstone_get_upgrade_queue` MCP tool
411 3 0 Sprint 179 Integration Summary
412 1 0 Cross-session context bridge
413 4 0 Documentation + Operator Playbooks
414 3 0 Sprint 80 integration summary + full-program regression
415 2 0 Cross-tenant adapter sharing contract
416 4 0 Cost-vs-quality tradeoff report generator
417 3 0 Audit trail completeness checker
418 2 0 Scheduler lock contract emitter
419 1 0 Review SLA policy integration
420 1 0 Approval workflow integration with governance ledger
421 1 0 Static registry scanner for `register*Tools` blocks
422 1 0 Phase 22a Integration
423 1 0 `whetstone_set_runtime_profile` MCP tool
424 2 0 Security Annotation Types — Subject 10
425 0 0 Tier promotion engine (beta->stable)
426 2 0 Locals + Watches Panel Data Model
427 1 0 `whetstone_get_related_migration_patterns` MCP tool
428 3 0 Phase 24b Integration + Sprint Summary
429 2 0 Debug stop-reason classifier model
430 1 0 Modernization RPC + MCP
431 3 0 Sprint 194 Integration Summary
432 2 0 Architect Review Interface
433 3 0 Sprint 175 Integration Summary
434 1 0 `whetstone_register_external_verifier` MCP tool
435 4 0 Swarm maintenance report artifact
436 1 0 `whetstone_capture_distributed_failure` MCP tool
437 0 0 `TokenBudgetEnforcer` — trim assembled context to budget
438 4 0 Plugin trust and risk report artifact
439 3 0 Sprint 93 integration summary + regression
440 1 0 New Languages Integration + MCP
441 2 0 Pipeline promotion packet integration
442 2 0 Real GA evidence packet generation
443 0 0 Gate-driven remediation planner
444 1 0 Migration Execution Integration
445 3 0 Hint safety guardrails and audit fields
446 4 0 Interop publication bundle
447 4 0 Portfolio strategy report artifact
448 1 0 `whetstone_set_language_rollout_tier` MCP tool
449 2 0 KPI anomaly triage model
450 0 0 Config file probe
451 0 0 C++ runner adapter for harness
452 1 0 `whetstone_explain_transpilation_decision` MCP tool
453 4 0 Federated evidence bundle composer
454 3 0 `whetstone_regression_guard` MCP tool
455 1 0 Skill progression tracker integration
456 0 0 Validation capability-signal scoring/classification
457 4 0 `whetstone_publish_next_epoch_plan` MCP tool
458 1 0 `whetstone_plan_tool_migrations` MCP tool
459 1 0 `whetstone_get_debug_checklist` MCP tool
460 2 0 `AgentSessionRecorder` — per-session tool call instrumentation
461 2 0 Workspace-source freshness comparator model
462 0 0 Queue+validation metadata enrichment
463 1 0 `whetstone_get_debug_metrics` MCP tool
464 0 0 Architecture Templates
465 3 0 Sprint 185 Integration Summary
466 4 0 Replay and determinism report artifact
467 2 0 STL algorithm lifting from IR intent tags
468 3 0 Epoch block health re-baseline model
469 0 0 Alert policy engine for SLO breaches
470 2 0 Validation lock name-format checks
471 1 0 `whetstone_generate_inference_job` MCP tool
472 0 0 Smart Pointer Patterns
473 0 0 Legacy semantic recovery graph engine
474 0 0 Context Bundle Minimizer
475 3 0 Sprint 47 integration summary + regression
476 2 0 Patch execution record model
477 3 0 Sprint 137 integration summary + regression
478 3 0 Sprint 163 Integration Summary
479 1 0 Phase 10c Integration Tests
480 2 0 Debugging metrics packet (`time_to_green`, `iterations`, etc.)
481 1 0 `whetstone_export_tool_manifest` MCP tool
482 1 0 `whetstone_run_continuity_drill` MCP tool
483 1 0 `whetstone_get_debug_trace` MCP tool
484 0 0 `PrerequisiteOpResolver` — resolve ops to workspace paths
485 1 0 Phase 19a Integration
486 3 0 Sprint 124 integration summary + regression
487 2 0 `whetstone_get_safety_profile_requirements` MCP tool
488 1 0 Generator Updates + Phase 11c Integration
489 3 0 Sprint 118 integration summary + regression
490 0 0 False-green diagnostic class
491 2 0 Sidecar AST Persistence
492 1 0 `whetstone_queue_ready` MCP Tool
493 0 0 Conflict avoidance and lock orchestration engine
494 3 0 Sprint 136 integration summary + regression
495 3 0 Sprint 61 integration summary + regression
496 4 0 Plugin trust and risk report artifact
497 2 0 Bisect candidate selector model
498 1 0 `whetstone_step_debug_campaign` MCP tool
499 4 0 Runtime execution trace report artifact for sync/regeneration/merge tools
500 4 0 Language capability conformance report artifact
501 1 0 Phase 14d Integration + Sprint 14 Summary
502 1 0 Phase 11b Integration Tests
503 3 0 Transition plan model for Sprint 101+ workstreams
504 4 0 Cost-vs-quality tradeoff report generator
505 1 0 Sprint 26 Integration + Summary
506 2 0 Swarm maintenance job decomposition model
507 2 0 Fast rollback orchestration contract
508 0 0 Continuity drill framework and scoring
509 0 0 Multi-language minimal test harness runner
510 1 0 `whetstone_list_distributed_failures` MCP tool
511 0 0 Top-level strictness gate
512 4 0 Portfolio strategy report artifact
513 3 0 Century milestone publication package
514 3 0 Sprint 203 Integration Summary
515 3 0 Sprint 41 Integration Summary
516 0 0 Failure fixture catalog for deterministic debug benchmarks
517 4 0 Debt burn-down report artifact
518 2 0 Minimal repro reducer model
519 2 0 Result Acceptance Protocol
520 2 0 Host boundary + FFI contract generator
521 0 0 Workspace Onboarding Flow
522 4 0 Generic sync determinism report artifact
523 3 0 Post-incident continuity audit report model
524 2 0 SLM debug readiness scoring model
525 2 0 `whetstone_run_constructive_ga_gate` runtime implementation
526 4 0 HiveMind job publisher from editor
527 3 0 Docking Reliability Audit + Deterministic Layout Rules
528 2 0 Pair-specific known-limitations generator
529 0 0 Compliance policy binding engine
530 0 0 Context Assembly + Budget
531 0 0 Artifact fingerprinting and drift detection
532 3 0 Sprint 131 integration summary + regression
533 1 0 Verification gate integration for architecture artifacts
534 0 0 Python + Java Parser Deepening
535 3 0 Sprint 202 Integration Summary
536 2 0 End-to-end validation with the failing A/B test spec
537 2 0 Explainability compression model for rapid review
538 0 0 Scheme lowering/raising adapters
539 2 0 Failure trend tracker model
540 2 0 Range-Based For + Structured Bindings
541 3 0 Sprint 165 Integration Summary
542 4 0 Marketplace governance report artifact
543 3 0 Sprint 192 Integration Summary
544 1 0 `whetstone_start_debug_campaign` MCP tool
545 0 0 Property-based equivalence runner
546 2 0 Rollback ledger model
547 2 0 Capability negotiation and fallback policy model
548 0 0 Trial evaluation rubric (quality/risk/cost)
549 1 0 `whetstone_plan_deprecation_or_upgrade` MCP tool
550 0 0 Constraint completeness diagnostics
551 4 0 `whetstone_get_artifact_trust_report` MCP tool
552 0 0 Find and Replace Improvements
553 2 0 Compatibility simulation runner model
554 1 0 Binary/footprint gate integration
555 2 0 `whetstone_validate_tool_contracts` MCP tool
556 2 0 JavaScript lowering adapter v2 (prototype/object model)
557 2 0 Rust/Go Constructive Edit Adapter
558 1 0 Phase 25b Integration
559 0 0 C Generator
560 1 0 `whetstone_propose_policy_tuning` MCP tool
561 3 0 Scope and Milestone Decomposer
562 1 0 Policy-compliance auto-checkpoint integration
563 0 0 Incident containment automation for compromised components
564 2 0 Worker Efficiency Dashboard Data Model
565 4 0 `whetstone_get_artifact_trust_report` MCP tool
566 3 0 Sprint 187 Integration Summary
567 3 0 Sprint 123 integration summary + regression
568 3 0 Sprint 146 integration summary + regression
569 2 0 Constructive transaction schema
570 2 0 Representative language conformance packet model
571 0 0 Projection metadata summary export
572 4 0 Data family acceptance report
573 4 0 Documentation + Operator Playbooks
574 1 0 `whetstone_validate_patch_proposal` MCP tool
575 1 0 `whetstone_probe_tool_reachability` MCP tool
576 2 0 Hybrid core contract schema v1
577 2 0 IR lowering interface and adapter API
578 1 0 Adoption telemetry integration
579 1 0 `whetstone_select_mcp_runtime` MCP tool
580 3 0 Sprint 113 integration summary + regression
581 1 0 `whetstone_plan_debt_burndown` MCP tool
582 4 0 Self-Hosting Progress Report + Phase Integration
583 3 0 Tier transition guardrail and rollback runtime model
584 1 0 `whetstone_save_campaign_checkpoint` MCP tool
585 2 0 `whetstone_run_spec_conformance` MCP tool
586 0 0 Kotlin lowering/raising adapters
587 1 0 `whetstone_dry_run_patch` MCP tool
588 4 0 Tool-surface diagnostics report artifact
589 2 0 `whetstone_get_pair_stability_forecast` MCP tool
590 4 0 Misclassification report export
591 1 0 Phase 38a Integration
592 3 0 Full historical regression + post-release checklist
593 0 0 Actor-to-thread/async projection policy set
594 2 0 Strict-mode escalation for low-specificity tasks
595 0 0 Preventive mitigation planner
596 2 0 Step Spec Expander (tests: unit, negative, boundary)
597 0 0 Optimization Annotation Completion
598 0 0 Parse AnnotationValidatorExtended.h
599 4 0 `whetstone_get_sync_identity_report` MCP tool
600 0 0 Value-Forward Onboarding Flow
601 3 0 Runtime health probe runner
602 3 0 Sprint 44 Integration Summary
603 0 0 Federated reproducibility validator
604 3 0 Sprint 89 integration summary + regression
605 4 0 `whetstone_start_guided_migration` MCP tool
606 2 0 Tool-surface checksum packet model
607 3 0 Sprint 211 Integration Summary
608 1 0 `whetstone_list_migration_templates` MCP tool
609 0 0 Deterministic blocker taxonomy
610 2 0 Language-neutral operation envelope model
611 2 0 `whetstone_record_debug_trace` MCP tool
612 1 0 `whetstone_export_debug_campaign_bundle` MCP tool
613 1 0 `whetstone_run_test_iteration` MCP tool
614 4 0 Hybrid mode readiness report artifact
615 3 0 Sprint 140 integration summary + full-program regression
616 0 0 Agent task status overlay
617 1 0 Workstream drift detector integration
618 4 0 Replay/transaction reliability report artifact
619 1 0 Annotation RPC Methods
620 4 0 Embedded migration risk report template
621 4 0 Explainability report template pack
622 1 0 `whetstone_install_or_disable_plugin` MCP tool
623 0 0 Modernization Suggestions
624 2 0 Rollout blast-radius estimator
625 4 0 Handoff integrity report artifact
626 1 0 `whetstone_get_runtime_fingerprint` MCP tool
627 0 0 Inline Annotation Badges
628 4 0 Web ecosystem migration report template
629 0 0 T-SQL lowering/raising adapters
630 1 0 Tool call visualization
631 2 0 Ecosystem drift signal model
632 4 0 Conflict/merge report artifact
633 2 0 Maintenance TCO forecasting engine
634 4 0 Epoch renewal publication bundle
635 0 0 AppImage / .deb package generator
636 3 0 Sprint 52 integration summary + regression
637 3 0 Sprint 122 integration summary + regression
638 4 0 Program benchmarking report bundle
639 3 0 Sprint 110 integration summary + full-program regression
640 1 0 `whetstone_start_onboarding_path` MCP tool
641 1 0 `whetstone_transpile_systems_family` MCP tool
642 0 0 ProjectionGenerator — Subject 5-8 + Semantic Visitors
643 1 0 `whetstone_get_api_semantics` MCP tool
644 1 0 `whetstone_optimize_review_queue` MCP tool
645 0 0 Cross-language class emission parity tests
646 4 0 Toolchain readiness report artifact
647 1 0 `whetstone_validate_policy_tuning` MCP tool
648 4 0 MCP Tool Documentation
649 0 0 Queue/validation fingerprint convergence
650 3 0 `TaskitemQualityAuditor` — batch report
651 2 0 Runtime selection policy model
652 3 0 Phase 23b Integration + Sprint Summary
653 3 0 Strictness regression suite
654 3 0 Sprint 48 integration summary + regression
655 1 0 `whetstone_plan_polyglot_migration` MCP tool
656 2 0 SQL canonical query IR layer
657 4 0 C++ constructive loop report artifact
658 3 0 Sprint 151 integration summary + regression
659 1 0 `whetstone_generate_safety_case` MCP tool
660 4 0 Runtime execution trace report artifact for sync/regeneration/merge tools
661 4 0 Security hardening report artifact
662 4 0 Public spec for verification evidence bundles
663 3 0 Sprint 158 integration summary + regression
664 0 0 KPI-to-workstream binding engine
665 0 0 End-to-end replay + rollback scenario suite
666 1 0 Transpilation RPC + MCP
667 1 0 `whetstone_verify_handoff_integrity` MCP tool
668 3 0 Phase 17b Integration + Sprint Summary
669 4 0 Constructive runtime readiness report bundle
670 0 0 Target projection blocker taxonomy
671 1 0 Runtime `tools/list` snapshot normalizer
672 0 0 C# Generator
673 4 0 MCP Tool Documentation
674 4 0 Generic sync determinism report artifact
675 2 0 AST mutation preview
676 0 0 Config auto-discovery (walk up from CWD)
677 4 0 SemannoFormat.h — Comment Format Standard
678 3 0 Sprint 193 Integration Summary
679 1 0 Test iteration session integration
680 3 0 Century milestone health scoreboard model
681 2 0 Allowed-file scope policy model
682 3 0 Sprint 59 integration summary + regression
683 2 0 Debug recipe library model
684 1 0 Real sync tool binding
685 4 0 Guided workflow state machine for self-service runs
686 2 0 Compatibility risk packet model
687 1 0 Phase 28a Integration
688 3 0 Sprint 57 integration summary + regression
689 2 0 Candidate ranking and recommendation model
690 4 0 Regulated-domain migration report template
691 0 0 Union support (`oneOf`/`anyOf`/`allOf`)
692 4 0 Reliability operations report artifact
693 2 0 `whetstone_export_tool_contracts` MCP tool
694 3 0 Sprint 49 integration summary + regression
695 1 0 MCP replay diagnostics artifact
696 0 0 Tenant isolation guardrails for logs/artifacts
697 1 0 `whetstone_suggest_test_fix` MCP tool
698 1 0 `whetstone_run_mcp_closure_gate` MCP tool
699 3 0 Sprint 168 Integration Summary
700 2 0 Pair stability forecasting engine
701 3 0 Sprint 162 Integration Summary
702 3 0 Sprint 206 Integration Summary
703 2 0 Runtime-backed constructive release certification packet model
704 0 0 Full loop driver (end-to-end stepping)
705 1 0 Parallel dispatch optimizer with dependency constraints
706 0 0 Queue lock-conflict detection
707 2 0 Debug campaign spec model
708 2 0 Representative language toolchain provider registry model
709 1 0 `whetstone_run_interop_testbed` MCP tool
710 3 0 Sprint 73 integration summary + regression
711 2 0 Concurrency Annotations — Primitives & Memory Model
712 2 0 Job schema → typed C++ structs generator
713 4 0 LTS publication bundle + operator handbook
714 2 0 Hint confidence + uncertainty packet format
715 0 0 Workspace mode policy bindings
716 0 0 Notification + Status Signaling Refresh
717 1 0 `whetstone_get_portfolio_economics` MCP tool
718 4 0 Setup verification report
719 3 0 Sprint 76 integration summary + regression
720 1 0 `whetstone_start_feedback_loop` MCP tool
721 2 0 Non-C++ adapter conformance harness model
722 1 0 `whetstone_generate_setup_script` MCP tool
723 0 0 Java raising adapter v1
724 2 0 EnvironmentSpec Schema & AST Node
725 0 0 Multi-language compile gate executor
726 1 0 `whetstone_normalize_diagnostics` MCP tool
727 2 0 Stable include/order regeneration model
728 0 0 Queue lock conflict summary metrics
729 3 0 Sprint 199 Integration Summary
730 3 0 Sprint 204 Integration Summary
731 3 0 Sprint 119 integration summary + regression
732 0 0 Test failure classifier
733 4 0 Setup verification report
734 4 0 Runtime selection report artifact
735 1 0 `whetstone_run_build_iteration` MCP tool
736 4 0 Reliability and rollback report artifact
737 3 0 Sprint 209 Integration Summary
738 3 0 Sprint 170 Integration Summary
739 3 0 Regression watchlist for promoted pairs
740 4 0 Documentation pack for language support + migration playbooks
741 2 0 AST-to-text regeneration policy schema
742 2 0 Nullability + optionality canonical model bridge
743 1 0 Corpus version diff and migration tools
744 0 0 Artifact quality scoring and ranking engine
745 0 0 Kotlin Generator
746 2 0 Autonomous loop controller with “green or explicit blocked” contract
747 1 0 `whetstone_validate_patch_scope` MCP tool
748 3 0 Sprint 198 Integration Summary
749 3 0 Sprint 84 integration summary + regression
750 2 0 Source-vs-runtime drift comparator model
751 1 0 `whetstone_generate_reprojection_plan` MCP tool
752 2 0 Localization-ready artifact schema
753 0 0 Release Readiness Gate Pack
754 1 0 `whetstone_apply_best_practice_pack` MCP tool
755 0 0 Go + C++ + Elisp Parser Deepening
756 4 0 Self-Hosting Progress Report + Phase Integration
757 2 0 `whetstone_ingest_legacy_to_ir` MCP tool
758 3 0 Sprint 74 integration summary + regression
759 0 0 Annotate Whetstone's Own Code
760 0 0 C interop adapter deepening
761 2 0 Refactor pattern schema and metadata model
762 2 0 Python/TypeScript Constructive Edit Adapter
763 3 0 Sprint 159 integration summary + regression
764 0 0 Scope ambiguity diagnostics
765 4 0 Standards publication bundle
766 1 0 `whetstone_set_zero_trust_policy` MCP tool
767 0 0 Benchmark runner and metrics export
768 0 0 Template parameter validation engine
769 0 0 Transpile Whetstone Modules
770 1 0 Phase 13c Integration — Keyboard Shortcuts Help Panel
771 0 0 Deterministic plan fingerprinting
772 3 0 Numerical regression gate integration
773 3 0 Sprint 147 integration summary + regression
774 2 0 Pair-specific hint model interface
775 2 0 Parallel partitioning semantics model
776 2 0 Node identity preservation policy model
777 3 0 Sprint 83 integration summary + regression
778 4 0 `whetstone_generate_localized_migration_report` MCP tool
779 2 0 Determinism and recovery qualification packet model
780 0 0 Starvation prevention mechanism
781 3 0 Sprint 166 Integration Summary
782 0 0 C# Parser
783 4 0 Guided transpilation exercise framework
784 3 0 Sprint 42 Integration Summary
785 4 0 Runtime compatibility risk report generator
786 2 0 Interrupt and ISR semantics packet model
787 1 0 Loop integration for auto-fix attempt
788 4 0 Marketplace governance report artifact
789 2 0 `whetstone_get_language_contract` MCP tool
790 2 0 Triage packet bundle model
791 1 0 `whetstone_probe_toolchain_provider` runtime implementation
792 4 0 Reporting templates for C++ review teams
793 1 0 `whetstone_query_transpile_graph` MCP tool
794 3 0 Sprint 86 integration summary + regression
795 0 0 Preconditions/postconditions validator for patterns
796 0 0 File Tree Panel
797 4 0 Runtime selection report artifact
798 0 0 Taskitem Generator v2
799 4 0 Toolchain readiness report artifact
800 0 0 Promotion policy for tuned packs
801 4 0 Family acceptance and divergence report
802 0 0 Edge Case Cleanup
803 0 0 Promotion gate for accepted proposals
804 4 0 Release readiness scoreboard
805 3 0 Sprint 180 Integration Summary
806 0 0 Interop certification policy bindings
807 2 0 Threat Model Integration
808 1 0 `whetstone_analyze_data_pipeline_semantics` MCP tool
809 4 0 Low-level acceptance report + waiver system
810 3 0 Sprint 101 integration summary + regression
811 2 0 MCP initialize — add `instructions` field
812 4 0 Regeneration stability report artifact
813 0 0 Sprint 25 Summary + Post-25 Readiness
814 0 0 Trend and recurrence detector
815 3 0 Sprint 155 integration summary + full-program regression
816 1 0 Sprint 30 Integration + Summary
817 2 0 Environment-Aware Pipeline Hooks
818 2 0 Benchmark ingestion support for projection schema
819 0 0 Per-section recall/precision metrics
820 1 0 `whetstone_assemble_context` MCP tool
821 1 0 `whetstone_debug_until_green` MCP orchestrator tool
822 4 0 Per-target projection validation report
823 0 0 Queue blocker gap classifier
824 1 0 Plugin sandbox execution policy
825 0 0 Pattern recurrence detector from graph signals
826 2 0 Pair selection strategy engine (hot pairs, random sampling, full sweeps)
827 0 0 Fix candidate generator
828 3 0 Rebuild whetstone_mcp + smoke test
829 4 0 Explainability report template pack
830 3 0 `whetstone_probe_mcp_runtime_health` MCP tool
831 4 0 Family-level acceptance report generator
832 3 0 Sprint 100 integration summary + full-program regression
833 3 0 Sprint 98 integration summary + regression
834 0 0 WorkflowState.h — Project-Level Workflow Tracking
835 3 0 Sprint 205 Integration Summary
836 1 0 `whetstone_get_epoch_workstreams` MCP tool
837 2 0 Prioritization scoring model (impact x frequency x tier)
838 4 0 Lock metadata documentation packet
839 4 0 Escalation report composer
840 3 0 Sprint 160 integration summary + full-program regression
841 2 0 Capability declaration struct generator
842 4 0 Lock validation aggregate report fields
843 3 0 Sprint 167 Integration Summary
844 1 0 Gold benchmark curation pipeline
845 1 0 RoutingEngine.h — Annotation-to-Dispatch Logic
846 4 0 `whetstone_get_federated_verification_report` MCP tool
847 2 0 Generic/monomorphization intent model
848 1 0 `whetstone_estimate_porting_cost` MCP tool
849 4 0 C++ constructive loop report artifact
850 4 0 Epoch kickoff report artifact
851 4 0 Cost Tracking + Reporting
852 0 0 Long-range blocker taxonomy
853 4 0 Campaign report bundle generator
854 4 0 `whetstone_get_sync_identity_report` MCP tool
855 3 0 Sprint 45 Integration Summary
856 0 0 Template Class Declarations
857 1 0 Route-to-deterministic policy hook
858 3 0 Sprint 103 integration summary + regression
859 1 0 Pipeline summary propagation of call plan
860 4 0 Patch proposal review report artifact
861 2 0 Profile-backed readiness and qualification packet model
862 4 0 `whetstone_generate_localized_migration_report` MCP tool
863 2 0 Type System Translation
864 1 0 `whetstone_get_regeneration_trace_generic` MCP tool
865 4 0 Benchmark scorecard generator per pair
866 4 0 Runtime freshness report artifact
867 2 0 Merge impact and provenance model
868 2 0 New AST Nodes — Class/Interface/Generic
869 4 0 Family acceptance and divergence report
870 3 0 Sprint 130 integration summary + regression
871 2 0 Perf benchmark harness contract
872 2 0 Data lineage canonical model
873 3 0 Sprint 109 integration summary + regression
874 4 0 Security Report Generation
875 3 0 Safety Audit via Annotations
876 0 0 Candidate auto-selector
877 4 0 Practice adoption and outcome report artifact
878 1 0 Sanitizer gate integration (ASan/UBSan profile hooks)
879 4 0 Enterprise rollout report template
880 3 0 Convention Extractor + Validator (tests: unit, negative, regression)
881 4 0 Incremental sync report artifact
882 1 0 Auto-containment strategy hooks
883 0 0 Multi-Language Project Orchestration
884 1 0 Phase 12a Integration Tests
885 2 0 Integrity attestation packet schema
886 3 0 Sprint 107 integration summary + regression
887 2 0 Plugin manifest and capability declaration model
888 2 0 Session-level mode override model
889 3 0 Sprint 200 Integration Summary
890 2 0 `whetstone_run_constructive_ga_gate` MCP tool
891 4 0 Team onboarding readiness report artifact
892 1 0 Orchestrator RPC + MCP
893 3 0 Sprint 67 integration summary + regression
894 0 0 Job status subscriber panel
895 1 0 `whetstone_verify_simulation_port` MCP tool
896 2 0 Zero-trust policy model for execution surfaces
897 1 0 `whetstone_get_slm_debug_readiness` MCP tool
898 3 0 Sprint 102 integration summary + regression
899 4 0 Cross-language constructive execution report artifact
900 0 0 MySQL lowering/raising adapters
901 0 0 Accessibility Baseline Pass
902 1 0 `whetstone_get_recovery_advice` MCP tool
903 3 0 Sprint 106 integration summary + regression
904 3 0 Sprint 143 integration summary + regression
905 3 0 Sprint 133 integration summary + regression
906 4 0 Replay/transaction reliability report artifact
907 2 0 `whetstone_start_recording` + `whetstone_get_metrics` MCP tools
908 0 0 C++ Generator — Inheritance + Templates
909 2 0 `whetstone_preview_text_ast_merge` MCP tool
910 1 0 tools.json refresh — add all Sprint 32-35 tools
911 3 0 Sprint 65 integration summary + regression
912 0 0 Generator Implementations — Python/C++/Rust/Go
913 0 0 Multi-file conflict detection during execution
914 1 0 `whetstone_start_iteration_session` MCP tool
915 3 0 Sprint 50 integration summary + regression
916 1 0 `whetstone_plan_preventive_maintenance` MCP tool
917 3 0 Sprint 63 integration summary + regression
918 0 0 Pre-Apply Validation Gate
919 4 0 Epoch renewal publication bundle
920 3 0 Sprint 173 Integration Summary
921 4 0 Guided Architect-to-Execution Demo Mode
922 1 0 Semanno Sidecar Integration
923 4 0 Resilience operations report artifact
924 2 0 Contract conformance score model
925 4 0 Semantic memory report artifact
926 3 0 Sprint 134 integration summary + regression
927 4 0 Security Report Generation
928 3 0 Sprint 188 Integration Summary
929 4 0 Requirements gap report
930 2 0 C++ formatting/styling guard model
931 0 0 Security Testing Skeleton Generation
932 3 0 Sprint 82 integration summary + regression
933 4 0 `whetstone_get_reference_conformance_report` MCP tool
934 0 0 Multi-service rollback choreography policy
935 2 0 Test output parser — gtest format
936 2 0 Language operation support policy model (`edit`, `sync`, `regenerate`, `merge`, `build_test`)
937 1 0 `whetstone_get_certification_status` MCP tool
938 0 0 Deterministic threshold profile selection
939 3 0 Phase 21b Integration + Sprint Summary
940 2 0 Real replay suite wiring to runtime traces
941 0 0 Panel Registration System
942 2 0 LTS baseline criteria schema
943 3 0 Mode transition event packet model
944 4 0 Pattern efficacy report artifact
945 2 0 Campaign queue policy model
946 3 0 Sprint 149 integration summary + regression
947 1 0 Lint executor integration
948 0 0 Task Detail View
949 0 0 Distributed path in FeedbackLoopOrchestrator
950 0 0 Recommendation engine for applicable packs
951 4 0 Localized report generation pipeline
952 2 0 Agent Chat Panel model
953 2 0 Binary/interface diff engine integration
954 4 0 Constructive GA publication bundle
955 1 0 `whetstone_run_improvement_trial` MCP tool
956 2 0 Determinism mode packet (`strict`, `best-effort`)
957 4 0 Debt burn-down report artifact
958 4 0 `whetstone_get_pair_scorecard` MCP tool
959 0 0 Symbol Scope Extractor
960 2 0 MCP execution event schema
961 1 0 API Boundary Preservation
962 1 0 `whetstone_transpile_low_level_family` MCP tool
963 2 0 Constructive loop orchestration schema
964 1 0 MCP Server Configuration + Discovery
965 4 0 Program constitution + handbook publication bundle
966 1 0 Operation Selector API
967 4 0 Self-Hosting Metrics Report
968 1 0 Phase 13d Integration + Sprint 13 Summary
969 4 0 Localized report generation pipeline
970 4 0 SemannoFormat.h — Comment Format Standard
971 3 0 Sprint 69 integration summary + regression
972 4 0 Misclassification report export
973 0 0 Deterministic data-sample replay runner
974 0 0 Analytics migration dossier template
975 0 0 Checkpoint and rollback node insertion
976 0 0 Method completion planner
977 4 0 Regeneration stability report artifact
978 0 0 Dynamic strictness policy engine (`lenient/balanced/strict`)

View File

@@ -0,0 +1,52 @@
0 0 Snapshot persistence (sidecar integration)
1 0 `whetstone_preview_regeneration_diff_generic` MCP tool
2 0 Phase 25a Integration
3 0 Sprint 116 integration summary + regression
0 0 Debug assist packet bundle model
1 0 `whetstone_score_failure_triage` MCP tool
3 0 Regression watchlist for promoted pairs
2 0 Architecture Templates
3 0 Phase 10d Integration Tests
2 0 Phase 21a Integration
2 0 Result Acceptance Protocol
2 0 Guided transpilation exercise framework
0 0 Patch proposal schema and provenance model
2 0 `whetstone_publish_roadmap_epoch` MCP tool
0 0 Compliance policy binding engine
2 0 Workflow Session Protocol
3 0 Sprint 181 Integration Summary
2 0 Language-specific method body scaffolding for core patterns
0 0 Sprint 27 Integration + Summary
3 0 Phase 15b Integration — Full Protocol Test
0 0 Long-range edit graph planner
3 0 Sprint 120 integration summary + regression
0 0 Federated governance report generator
3 0 Sprint 66 integration summary + regression
3 0 Sprint 204 Integration Summary
2 0 Phase 27a Integration
1 0 Review Gates
3 0 Sprint 55 integration summary + regression
0 0 LTS baseline criteria schema
0 0 Replay comparison and divergence classification runtime model
3 0 Sprint 101 integration summary + regression
2 0 Retry/Escalation Protocol for Constraint Failures
0 0 Compatibility policy profiles by interface criticality
0 0 Language support tiers + gates
2 0 Phase 13d Integration + Sprint 13 Summary
1 0 Deterministic triage queue planner model
1 0 Unmappable semantic blocklist + mandatory review gate
2 0 Phase 23a Integration
1 0 `whetstone_preview_text_ast_merge_generic` MCP tool
3 0 Sprint 132 integration summary + regression
2 0 Phase 27a Integration
3 0 Sprint 71 integration summary + regression
2 0 Phase 14b Integration
0 0 Epoch-2 workstream schema and ownership map
3 0 Sprint 141 integration summary + regression
3 0 AST-native projection benchmark suite
0 0 Certification evidence archive format v2
2 0 Phase 29a Integration
0 0 Tier promotion engine (beta->stable)
1 0 Quarterly lock/review cadence policy
1 0 Diagnostic normalization runtime implementation model
2 0 Phase 22a Integration
1 0 0 Snapshot persistence (sidecar integration)
2 1 0 `whetstone_preview_regeneration_diff_generic` MCP tool
3 2 0 Phase 25a Integration
4 3 0 Sprint 116 integration summary + regression
5 0 0 Debug assist packet bundle model
6 1 0 `whetstone_score_failure_triage` MCP tool
7 3 0 Regression watchlist for promoted pairs
8 2 0 Architecture Templates
9 3 0 Phase 10d Integration Tests
10 2 0 Phase 21a Integration
11 2 0 Result Acceptance Protocol
12 2 0 Guided transpilation exercise framework
13 0 0 Patch proposal schema and provenance model
14 2 0 `whetstone_publish_roadmap_epoch` MCP tool
15 0 0 Compliance policy binding engine
16 2 0 Workflow Session Protocol
17 3 0 Sprint 181 Integration Summary
18 2 0 Language-specific method body scaffolding for core patterns
19 0 0 Sprint 27 Integration + Summary
20 3 0 Phase 15b Integration — Full Protocol Test
21 0 0 Long-range edit graph planner
22 3 0 Sprint 120 integration summary + regression
23 0 0 Federated governance report generator
24 3 0 Sprint 66 integration summary + regression
25 3 0 Sprint 204 Integration Summary
26 2 0 Phase 27a Integration
27 1 0 Review Gates
28 3 0 Sprint 55 integration summary + regression
29 0 0 LTS baseline criteria schema
30 0 0 Replay comparison and divergence classification runtime model
31 3 0 Sprint 101 integration summary + regression
32 2 0 Retry/Escalation Protocol for Constraint Failures
33 0 0 Compatibility policy profiles by interface criticality
34 0 0 Language support tiers + gates
35 2 0 Phase 13d Integration + Sprint 13 Summary
36 1 0 Deterministic triage queue planner model
37 1 0 Unmappable semantic blocklist + mandatory review gate
38 2 0 Phase 23a Integration
39 1 0 `whetstone_preview_text_ast_merge_generic` MCP tool
40 3 0 Sprint 132 integration summary + regression
41 2 0 Phase 27a Integration
42 3 0 Sprint 71 integration summary + regression
43 2 0 Phase 14b Integration
44 0 0 Epoch-2 workstream schema and ownership map
45 3 0 Sprint 141 integration summary + regression
46 3 0 AST-native projection benchmark suite
47 0 0 Certification evidence archive format v2
48 2 0 Phase 29a Integration
49 0 0 Tier promotion engine (beta->stable)
50 1 0 Quarterly lock/review cadence policy
51 1 0 Diagnostic normalization runtime implementation model
52 2 0 Phase 22a Integration

View File

@@ -0,0 +1,63 @@
3 0 Define verification and readiness surface | All core features implemented Tests passing
2 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
0 0 Plan Build a streaming join worker correlating click and | Build a streaming join worker correlating click and conversion events with watermark logic.
0 0 Define verification and readiness surface | Build a live notifications hub with subscription filters, fanout, and reconnect replay support.
1 0 Define verification and readiness surface | Build an incremental build executor over a DAG with content-hash invalidation, topological scheduling, cycle diagnostics
1 0 Define verification and readiness surface | Build review moderation with profanity checks, spam heuristics, and moderation queue endpoints.
1 0 Define verification and readiness surface | Build a PII redaction pipeline masking emails, phones, and IDs with audit logging.
1 0 Define verification and readiness surface | Build audit log service with immutable events, filtering, export, and retention policies.
2 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
0 0 Define verification and readiness surface | Build a secrets rotation scheduler with lease tracking, retry plans, and notifications.
1 0 Define verification and readiness surface | Build a distributed scheduler with per-resource mutex locks, lease renewal, deadlock avoidance ordering, and determinist
2 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
0 0 Define verification and readiness surface | Build kanban API with boards, columns, cards, drag reorder, and activity history.
1 0 Define verification and readiness surface | Build a distributed scheduler with per-resource mutex locks, lease renewal, deadlock avoidance ordering, and determinist
0 0 Plan Build an IoT telemetry gateway supporting MQTT ingestion | Build an IoT telemetry gateway supporting MQTT ingestion, validation, and stream forwarding.
3 0 Define verification and readiness surface | All core features implemented Tests passing
0 0 Define verification and readiness surface | Build a CLI todo manager with add/list/done/delete commands and JSON file storage.
2 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
1 0 Define verification and readiness surface | Build an incremental build executor over a DAG with content-hash invalidation, topological scheduling, cycle diagnostics
2 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
3 0 Define verification and readiness surface | All core features implemented Tests passing
1 0 Define verification and readiness surface | Build a distributed scheduler with per-resource mutex locks, lease renewal, deadlock avoidance ordering, and determinist
1 0 Define verification and readiness surface | Build a ledger reconciliation service with strict double-entry invariants, idempotent replay, rollback checkpoints, and
3 0 Define verification and readiness surface | All core features implemented Tests passing
0 0 Define verification and readiness surface | Build a whiteboard sync backend with operational ordering and conflict-safe patch application.
1 0 Define verification and readiness surface | Build an incremental build executor over a DAG with content-hash invalidation, topological scheduling, cycle diagnostics
0 0 Define verification and readiness surface | Build an image conversion CLI with resize, format conversion, and batch mode support.
3 0 Define verification and readiness surface | All core features implemented Tests passing
0 0 Plan Split monolithic endpoint into read/write paths while preserving | Split monolithic endpoint into read/write paths while preserving latency and memory budgets and updating observability d
1 0 Define verification and readiness surface | Build a PII redaction pipeline masking emails, phones, and IDs with audit logging.
2 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
3 0 Define verification and readiness surface | Build portfolio tracker with holdings, transactions, PnL snapshots, and benchmark comparison.
0 0 Define verification and readiness surface | Build checkout backend coordinating address, shipping options, totals, and payment intent creation.
2 0 Plan Build a generator that scaffolds Terraform modules with | Build a generator that scaffolds Terraform modules with inputs, outputs, and policy checks.
0 0 Define verification and readiness surface | Build chat bot backend with slash commands, permission checks, and scheduled digests.
1 0 Define verification and readiness surface | Build review moderation with profanity checks, spam heuristics, and moderation queue endpoints.
3 0 Define verification and readiness surface | All core features implemented Tests passing
3 0 Define verification and readiness surface | All core features implemented Tests passing
1 0 Define verification and readiness surface | Build review moderation with profanity checks, spam heuristics, and moderation queue endpoints.
1 0 Define verification and readiness surface | Build review moderation with profanity checks, spam heuristics, and moderation queue endpoints.
1 0 Define verification and readiness surface | Build fraud rules engine with rule evaluation graph, score thresholds, and audit trails.
3 0 Define verification and readiness surface | All core features implemented Tests passing
2 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
0 0 Define verification and readiness surface | Build a contacts service with import/export, deduplication, and fuzzy name search.
2 0 Plan Build a generator that scaffolds Terraform modules with | Build a generator that scaffolds Terraform modules with inputs, outputs, and policy checks.
1 0 Define verification and readiness surface | Build a distributed scheduler with per-resource mutex locks, lease renewal, deadlock avoidance ordering, and determinist
0 0 Define verification and readiness surface | Build realtime polling backend with vote dedupe, room join, and result broadcast.
1 0 Define verification and readiness surface | Build fraud rules engine with rule evaluation graph, score thresholds, and audit trails.
0 0 Plan Upgrade API contract from v1 to v2 backend | Upgrade API contract from v1 to v2: backend handlers, OpenAPI schema, generated client SDK, frontend integration, and co
1 0 Define verification and readiness surface | Build fraud rules engine with rule evaluation graph, score thresholds, and audit trails.
0 0 Plan Build a streaming detector with keyed state windows | Build a streaming detector with keyed state windows, out-of-order event handling, watermark policy, and deterministic re
0 0 Define verification and readiness surface | Build a release notes generator from commits, PR labels, and issue references.
3 0 Define verification and readiness surface | All core features implemented Tests passing
2 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
0 0 Define verification and readiness surface | Build a change-data-capture processor that applies upserts/deletes and checkpoints offsets.
1 0 Define verification and readiness surface | Build a distributed scheduler with per-resource mutex locks, lease renewal, deadlock avoidance ordering, and determinist
0 0 Define verification and readiness surface | Build a model registry API supporting stages, approvals, rollback, and signed artifact links.
2 0 Plan Build a generator that scaffolds Terraform modules with | Build a generator that scaffolds Terraform modules with inputs, outputs, and policy checks.
1 0 Define verification and readiness surface | Build review moderation with profanity checks, spam heuristics, and moderation queue endpoints.
3 0 Define verification and readiness surface | All core features implemented Tests passing
2 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
1 0 Define verification and readiness surface | Build a ledger reconciliation service with strict double-entry invariants, idempotent replay, rollback checkpoints, and
2 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
1 3 0 Define verification and readiness surface | All core features implemented Tests passing
2 2 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
3 0 0 Plan Build a streaming join worker correlating click and | Build a streaming join worker correlating click and conversion events with watermark logic.
4 0 0 Define verification and readiness surface | Build a live notifications hub with subscription filters, fanout, and reconnect replay support.
5 1 0 Define verification and readiness surface | Build an incremental build executor over a DAG with content-hash invalidation, topological scheduling, cycle diagnostics
6 1 0 Define verification and readiness surface | Build review moderation with profanity checks, spam heuristics, and moderation queue endpoints.
7 1 0 Define verification and readiness surface | Build a PII redaction pipeline masking emails, phones, and IDs with audit logging.
8 1 0 Define verification and readiness surface | Build audit log service with immutable events, filtering, export, and retention policies.
9 2 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
10 0 0 Define verification and readiness surface | Build a secrets rotation scheduler with lease tracking, retry plans, and notifications.
11 1 0 Define verification and readiness surface | Build a distributed scheduler with per-resource mutex locks, lease renewal, deadlock avoidance ordering, and determinist
12 2 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
13 0 0 Define verification and readiness surface | Build kanban API with boards, columns, cards, drag reorder, and activity history.
14 1 0 Define verification and readiness surface | Build a distributed scheduler with per-resource mutex locks, lease renewal, deadlock avoidance ordering, and determinist
15 0 0 Plan Build an IoT telemetry gateway supporting MQTT ingestion | Build an IoT telemetry gateway supporting MQTT ingestion, validation, and stream forwarding.
16 3 0 Define verification and readiness surface | All core features implemented Tests passing
17 0 0 Define verification and readiness surface | Build a CLI todo manager with add/list/done/delete commands and JSON file storage.
18 2 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
19 1 0 Define verification and readiness surface | Build an incremental build executor over a DAG with content-hash invalidation, topological scheduling, cycle diagnostics
20 2 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
21 3 0 Define verification and readiness surface | All core features implemented Tests passing
22 1 0 Define verification and readiness surface | Build a distributed scheduler with per-resource mutex locks, lease renewal, deadlock avoidance ordering, and determinist
23 1 0 Define verification and readiness surface | Build a ledger reconciliation service with strict double-entry invariants, idempotent replay, rollback checkpoints, and
24 3 0 Define verification and readiness surface | All core features implemented Tests passing
25 0 0 Define verification and readiness surface | Build a whiteboard sync backend with operational ordering and conflict-safe patch application.
26 1 0 Define verification and readiness surface | Build an incremental build executor over a DAG with content-hash invalidation, topological scheduling, cycle diagnostics
27 0 0 Define verification and readiness surface | Build an image conversion CLI with resize, format conversion, and batch mode support.
28 3 0 Define verification and readiness surface | All core features implemented Tests passing
29 0 0 Plan Split monolithic endpoint into read/write paths while preserving | Split monolithic endpoint into read/write paths while preserving latency and memory budgets and updating observability d
30 1 0 Define verification and readiness surface | Build a PII redaction pipeline masking emails, phones, and IDs with audit logging.
31 2 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
32 3 0 Define verification and readiness surface | Build portfolio tracker with holdings, transactions, PnL snapshots, and benchmark comparison.
33 0 0 Define verification and readiness surface | Build checkout backend coordinating address, shipping options, totals, and payment intent creation.
34 2 0 Plan Build a generator that scaffolds Terraform modules with | Build a generator that scaffolds Terraform modules with inputs, outputs, and policy checks.
35 0 0 Define verification and readiness surface | Build chat bot backend with slash commands, permission checks, and scheduled digests.
36 1 0 Define verification and readiness surface | Build review moderation with profanity checks, spam heuristics, and moderation queue endpoints.
37 3 0 Define verification and readiness surface | All core features implemented Tests passing
38 3 0 Define verification and readiness surface | All core features implemented Tests passing
39 1 0 Define verification and readiness surface | Build review moderation with profanity checks, spam heuristics, and moderation queue endpoints.
40 1 0 Define verification and readiness surface | Build review moderation with profanity checks, spam heuristics, and moderation queue endpoints.
41 1 0 Define verification and readiness surface | Build fraud rules engine with rule evaluation graph, score thresholds, and audit trails.
42 3 0 Define verification and readiness surface | All core features implemented Tests passing
43 2 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
44 0 0 Define verification and readiness surface | Build a contacts service with import/export, deduplication, and fuzzy name search.
45 2 0 Plan Build a generator that scaffolds Terraform modules with | Build a generator that scaffolds Terraform modules with inputs, outputs, and policy checks.
46 1 0 Define verification and readiness surface | Build a distributed scheduler with per-resource mutex locks, lease renewal, deadlock avoidance ordering, and determinist
47 0 0 Define verification and readiness surface | Build realtime polling backend with vote dedupe, room join, and result broadcast.
48 1 0 Define verification and readiness surface | Build fraud rules engine with rule evaluation graph, score thresholds, and audit trails.
49 0 0 Plan Upgrade API contract from v1 to v2 backend | Upgrade API contract from v1 to v2: backend handlers, OpenAPI schema, generated client SDK, frontend integration, and co
50 1 0 Define verification and readiness surface | Build fraud rules engine with rule evaluation graph, score thresholds, and audit trails.
51 0 0 Plan Build a streaming detector with keyed state windows | Build a streaming detector with keyed state windows, out-of-order event handling, watermark policy, and deterministic re
52 0 0 Define verification and readiness surface | Build a release notes generator from commits, PR labels, and issue references.
53 3 0 Define verification and readiness surface | All core features implemented Tests passing
54 2 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
55 0 0 Define verification and readiness surface | Build a change-data-capture processor that applies upserts/deletes and checkpoints offsets.
56 1 0 Define verification and readiness surface | Build a distributed scheduler with per-resource mutex locks, lease renewal, deadlock avoidance ordering, and determinist
57 0 0 Define verification and readiness surface | Build a model registry API supporting stages, approvals, rollback, and signed artifact links.
58 2 0 Plan Build a generator that scaffolds Terraform modules with | Build a generator that scaffolds Terraform modules with inputs, outputs, and policy checks.
59 1 0 Define verification and readiness surface | Build review moderation with profanity checks, spam heuristics, and moderation queue endpoints.
60 3 0 Define verification and readiness surface | All core features implemented Tests passing
61 2 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
62 1 0 Define verification and readiness surface | Build a ledger reconciliation service with strict double-entry invariants, idempotent replay, rollback checkpoints, and
63 2 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua

View File

@@ -0,0 +1,361 @@
1 0 Define verification and readiness surface | Build review moderation with profanity checks, spam heuristics, and moderation queue endpoints.
2 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
0 0 Define verification and readiness surface | Build job queue service with delayed jobs, retries, visibility timeout, and metrics.
2 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
1 0 Define verification and readiness surface | Build localization service with key bundles, fallback locales, and missing-key diagnostics.
2 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
1 0 Define verification and readiness surface | Build review moderation with profanity checks, spam heuristics, and moderation queue endpoints.
1 0 Define verification and readiness surface | Build a distributed scheduler with per-resource mutex locks, lease renewal, deadlock avoidance ordering, and determinist
0 0 Define verification and readiness surface | Build a CLI password vault with encrypted local storage and master-key unlock.
0 0 Define verification and readiness surface | Build order management with status machine, cancellation rules, and shipment events.
1 0 Define verification and readiness surface | Build localization service with key bundles, fallback locales, and missing-key diagnostics.
2 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
1 0 Define verification and readiness surface | Build audit log service with immutable events, filtering, export, and retention policies.
2 0 Plan Build a generator that scaffolds Terraform modules with | Build a generator that scaffolds Terraform modules with inputs, outputs, and policy checks.
2 0 Plan Build a generator that scaffolds Terraform modules with | Build a generator that scaffolds Terraform modules with inputs, outputs, and policy checks.
2 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
1 0 Define verification and readiness surface | Build a PII redaction pipeline masking emails, phones, and IDs with audit logging.
2 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
0 0 Define verification and readiness surface | Build a registry mirror service with digest verification, cache pruning, and pull-through.
1 0 Define verification and readiness surface | Build fraud rules engine with rule evaluation graph, score thresholds, and audit trails.
0 0 Define verification and readiness surface | Build a websocket chat server with rooms, presence, typing indicators, and message history.
3 0 Define verification and readiness surface | All core features implemented Tests passing
3 0 Define verification and readiness surface | All core features implemented Tests passing
1 0 Define verification and readiness surface | Build an incremental build executor over a DAG with content-hash invalidation, topological scheduling, cycle diagnostics
2 0 Plan Build a generator that scaffolds Terraform modules with | Build a generator that scaffolds Terraform modules with inputs, outputs, and policy checks.
0 0 Define verification and readiness surface | Build subscription billing engine with proration, trials, coupons, and failed-payment retries.
1 0 Define verification and readiness surface | Build an incremental build executor over a DAG with content-hash invalidation, topological scheduling, cycle diagnostics
1 0 Define verification and readiness surface | Build a distributed scheduler with per-resource mutex locks, lease renewal, deadlock avoidance ordering, and determinist
1 0 Define verification and readiness surface | Build review moderation with profanity checks, spam heuristics, and moderation queue endpoints.
1 0 Define verification and readiness surface | Build fraud rules engine with rule evaluation graph, score thresholds, and audit trails.
2 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
1 0 Define verification and readiness surface | Build a PII redaction pipeline masking emails, phones, and IDs with audit logging.
3 0 Define verification and readiness surface | All core features implemented Tests passing
1 0 Define verification and readiness surface | Build localization service with key bundles, fallback locales, and missing-key diagnostics.
0 0 Define verification and readiness surface | Build invoice generator with tax calculation, due schedules, and PDF export metadata.
0 0 Define verification and readiness surface | Build a webhook dispatcher with retries, signature verification, dead-letter queue, and backoff.
3 0 Define verification and readiness surface | All core features implemented Tests passing
3 0 Define verification and readiness surface | All core features implemented Tests passing
0 0 Plan Build a ticker stream service with topic subscriptions | Build a ticker stream service with topic subscriptions and throttled update delivery.
3 0 Define verification and readiness surface | All core features implemented Tests passing
1 0 Define verification and readiness surface | Build a ledger reconciliation service with strict double-entry invariants, idempotent replay, rollback checkpoints, and
3 0 Define verification and readiness surface | All core features implemented Tests passing
0 0 Define verification and readiness surface | Build a CLI log tailer with multi-file follow, regex filters, and output highlighting.
3 0 Define verification and readiness surface | All core features implemented Tests passing
3 0 Define verification and readiness surface | All core features implemented Tests passing
0 0 Define verification and readiness surface | Build a CSV analyzer CLI with schema inference, summary stats, and filter expressions.
3 0 Define verification and readiness surface | All core features implemented Tests passing
0 0 Define verification and readiness surface | Build returns API with RMA creation, restock policy, and refund eligibility checks.
3 0 Define verification and readiness surface | All core features implemented Tests passing
3 0 Define verification and readiness surface | All core features implemented Tests passing
0 0 Define verification and readiness surface | Build a service monitor that runs health checks, tracks SLO windows, and pages on breaches.
2 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
3 0 Define verification and readiness surface | All core features implemented Tests passing
0 0 Define verification and readiness surface | Build expense backend with receipt OCR placeholders, category budgets, and recurring expenses.
0 0 Define verification and readiness surface | Build a harness that transpiles class-heavy source modules across multiple target languages and validates class/method p
2 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
1 0 Define verification and readiness surface | Build audit log service with immutable events, filtering, export, and retention policies.
0 0 Define verification and readiness surface | Build matchmaking service with queue buckets, skill-based pairing, and timeout fallback.
2 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
2 0 Plan Build a generator that scaffolds Terraform modules with | Build a generator that scaffolds Terraform modules with inputs, outputs, and policy checks.
1 0 Define verification and readiness surface | Build an incremental build executor over a DAG with content-hash invalidation, topological scheduling, cycle diagnostics
0 0 Plan Build an incremental snapshot builder that compacts event | Build an incremental snapshot builder that compacts event logs into query-optimized state.
3 0 Define verification and readiness surface | All core features implemented Tests passing
3 0 Define verification and readiness surface | All core features implemented Tests passing
1 0 Define verification and readiness surface | Build localization service with key bundles, fallback locales, and missing-key diagnostics.
2 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
2 0 Plan Build a generator that scaffolds Terraform modules with | Build a generator that scaffolds Terraform modules with inputs, outputs, and policy checks.
2 0 Plan Build a generator that scaffolds Terraform modules with | Build a generator that scaffolds Terraform modules with inputs, outputs, and policy checks.
0 0 Define verification and readiness surface | Build a REST Todo API with CRUD, pagination, filtering by status, and SQLite persistence.
3 0 Define verification and readiness surface | All core features implemented Tests passing
2 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
2 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
0 0 Plan Add normalized address schema migrate legacy rows with | Add normalized address schema, migrate legacy rows with backfill job, dual-read/write transition, and rollback script.
0 0 Define verification and readiness surface | Build a log enrichment batch job joining geo data and user agents with partitioned output.
2 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
2 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
1 0 Define verification and readiness surface | Build an incremental build executor over a DAG with content-hash invalidation, topological scheduling, cycle diagnostics
2 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
2 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
2 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
0 0 Define verification and readiness surface | Build a URL shortener API with custom aliases, redirect tracking, and expiration support.
0 0 Define verification and readiness surface | Build meeting notes API with templates, attendee action items, and follow-up reminders.
3 0 Define verification and readiness surface | All core features implemented Tests passing
3 0 Define verification and readiness surface | All core features implemented Tests passing
1 0 Define verification and readiness surface | Build localization service with key bundles, fallback locales, and missing-key diagnostics.
3 0 Define verification and readiness surface | All core features implemented Tests passing
3 0 Define verification and readiness surface | All core features implemented Tests passing
1 0 Define verification and readiness surface | Build localization service with key bundles, fallback locales, and missing-key diagnostics.
3 0 Define verification and readiness surface | All core features implemented Tests passing
2 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
2 0 Plan Build a generator that scaffolds Terraform modules with | Build a generator that scaffolds Terraform modules with inputs, outputs, and policy checks.
2 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
3 0 Define verification and readiness surface | All core features implemented Tests passing
1 0 Define verification and readiness surface | Build a distributed scheduler with per-resource mutex locks, lease renewal, deadlock avoidance ordering, and determinist
3 0 Define verification and readiness surface | All core features implemented Tests passing
0 0 Define verification and readiness surface | Build cart service with item merge, discount application, and inventory reservation integration.
3 0 Define verification and readiness surface | All core features implemented Tests passing
0 0 Define verification and readiness surface | Build session store service with token revocation, idle timeout, and concurrent login policy.
0 0 Define verification and readiness surface | Build a secret rotation controller with staged rollout, canary verification, rollback triggers, and explicit blast-radiu
3 0 Define verification and readiness surface | All core features implemented Tests passing
1 0 Define verification and readiness surface | Build fraud rules engine with rule evaluation graph, score thresholds, and audit trails.
3 0 Define verification and readiness surface | All core features implemented Tests passing
2 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
1 0 Define verification and readiness surface | Build audit log service with immutable events, filtering, export, and retention policies.
1 0 Define verification and readiness surface | Build audit log service with immutable events, filtering, export, and retention policies.
3 0 Define verification and readiness surface | All core features implemented Tests passing
2 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
0 0 Plan shared sync core plus Android/Desktop/Web projections with platform-specific | Implement shared sync core plus Android/Desktop/Web projections with platform-specific persistence and transport adapter
3 0 Define verification and readiness surface | All core features implemented Tests passing
1 0 Define verification and readiness surface | Build a distributed scheduler with per-resource mutex locks, lease renewal, deadlock avoidance ordering, and determinist
3 0 Define verification and readiness surface | All core features implemented Tests passing
2 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
2 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
1 0 Define verification and readiness surface | Build a PII redaction pipeline masking emails, phones, and IDs with audit logging.
3 0 Define verification and readiness surface | All core features implemented Tests passing
2 0 Plan Build a generator that scaffolds Terraform modules with | Build a generator that scaffolds Terraform modules with inputs, outputs, and policy checks.
3 0 Define verification and readiness surface | All core features implemented Tests passing
3 0 Define verification and readiness surface | All core features implemented Tests passing
3 0 Define verification and readiness surface | All core features implemented Tests passing
1 0 Define verification and readiness surface | Build fraud rules engine with rule evaluation graph, score thresholds, and audit trails.
3 0 Define verification and readiness surface | All core features implemented Tests passing
1 0 Define verification and readiness surface | Build a distributed scheduler with per-resource mutex locks, lease renewal, deadlock avoidance ordering, and determinist
1 0 Define verification and readiness surface | Build a distributed scheduler with per-resource mutex locks, lease renewal, deadlock avoidance ordering, and determinist
1 0 Define verification and readiness surface | Build a ledger reconciliation service with strict double-entry invariants, idempotent replay, rollback checkpoints, and
3 0 Define verification and readiness surface | All core features implemented Tests passing
1 0 Define verification and readiness surface | Build a distributed scheduler with per-resource mutex locks, lease renewal, deadlock avoidance ordering, and determinist
0 0 Define verification and readiness surface | Build LLM guardrail service for policy checks, PII filtering, and response classification.
3 0 Define verification and readiness surface | All core features implemented Tests passing
3 0 Define verification and readiness surface | All core features implemented Tests passing
0 0 Define verification and readiness surface | Build a multi-tenant limiter with token bucket + sliding window hybrid policy, burst fairness guarantees, and lock-free
3 0 Define verification and readiness surface | All core features implemented Tests passing
1 0 Define verification and readiness surface | Build a PII redaction pipeline masking emails, phones, and IDs with audit logging.
2 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
3 0 Define verification and readiness surface | All core features implemented Tests passing
0 0 Define verification and readiness surface | Build a Kubernetes manifest linter enforcing probes, limits, and namespace policy.
2 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
0 0 Define verification and readiness surface | Build an API for file metadata indexing, search by attributes, and soft delete recovery.
1 0 Define verification and readiness surface | Build fraud rules engine with rule evaluation graph, score thresholds, and audit trails.
2 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
0 0 Define verification and readiness surface | Build experiment tracking backend storing params, metrics, artifacts, and compare queries.
3 0 Define verification and readiness surface | All core features implemented Tests passing
0 0 Define verification and readiness surface | Build user profile service with avatars, privacy settings, and profile completeness scoring.
3 0 Define verification and readiness surface | All core features implemented Tests passing
3 0 Define verification and readiness surface | All core features implemented Tests passing
1 0 Define verification and readiness surface | Build localization service with key bundles, fallback locales, and missing-key diagnostics.
1 0 Define verification and readiness surface | Build an incremental build executor over a DAG with content-hash invalidation, topological scheduling, cycle diagnostics
0 0 Define verification and readiness surface | Build batch inference pipeline reading partitions, loading model, and writing scored outputs.
2 0 Plan Build a generator that scaffolds Terraform modules with | Build a generator that scaffolds Terraform modules with inputs, outputs, and policy checks.
2 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
3 0 Define verification and readiness surface | All core features implemented Tests passing
2 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
1 0 Define verification and readiness surface | Build an incremental build executor over a DAG with content-hash invalidation, topological scheduling, cycle diagnostics
3 0 Define verification and readiness surface | All core features implemented Tests passing
2 0 Plan Build a generator that scaffolds Terraform modules with | Build a generator that scaffolds Terraform modules with inputs, outputs, and policy checks.
1 0 Define verification and readiness surface | Build a distributed scheduler with per-resource mutex locks, lease renewal, deadlock avoidance ordering, and determinist
3 0 Define verification and readiness surface | All core features implemented Tests passing
1 0 Define verification and readiness surface | Build a PII redaction pipeline masking emails, phones, and IDs with audit logging.
2 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
0 0 Define verification and readiness surface | Build a JWT auth service with register, login, refresh token rotation, and password hashing.
0 0 Define verification and readiness surface | Build notification preferences API with channel rules, quiet hours, and topic subscriptions.
0 0 Plan Build a CI orchestrator service triggering jobs tracking | Build a CI orchestrator service triggering jobs, tracking states, and emitting summaries.
1 0 Define verification and readiness surface | Build fraud rules engine with rule evaluation graph, score thresholds, and audit trails.
1 0 Define verification and readiness surface | Build a ledger reconciliation service with strict double-entry invariants, idempotent replay, rollback checkpoints, and
3 0 Define verification and readiness surface | All core features implemented Tests passing
2 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
0 0 Define verification and readiness surface | Build a harness that transpiles class-heavy source modules across multiple target languages and validates class/method p
0 0 Plan telemetry agent for linux arduino targets using shared | Implement telemetry agent for linux + arduino targets using shared serialization core and target-specific runtime wrappe
1 0 Define verification and readiness surface | Build an incremental build executor over a DAG with content-hash invalidation, topological scheduling, cycle diagnostics
1 0 Define verification and readiness surface | Build a PII redaction pipeline masking emails, phones, and IDs with audit logging.
2 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
2 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
2 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
1 0 Define verification and readiness surface | Build an incremental build executor over a DAG with content-hash invalidation, topological scheduling, cycle diagnostics
3 0 Define verification and readiness surface | All core features implemented Tests passing
0 0 Define verification and readiness surface | Build prompt evaluation runner with rubric scoring, aggregate metrics, and reproducible reports.
2 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
3 0 Define verification and readiness surface | All core features implemented Tests passing
0 0 Define verification and readiness surface | Build a feature store service with online/offline reads and point-in-time correctness.
1 0 Define verification and readiness surface | Build a ledger reconciliation service with strict double-entry invariants, idempotent replay, rollback checkpoints, and
3 0 Define verification and readiness surface | All core features implemented Tests passing
0 0 Define verification and readiness surface | Build wiki backend with page versions, backlinks, and markdown rendering pipeline hooks.
3 0 Define verification and readiness surface | All core features implemented Tests passing
2 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
3 0 Define verification and readiness surface | All core features implemented Tests passing
1 0 Define verification and readiness surface | Build an incremental build executor over a DAG with content-hash invalidation, topological scheduling, cycle diagnostics
2 0 Plan Build a generator that scaffolds Terraform modules with | Build a generator that scaffolds Terraform modules with inputs, outputs, and policy checks.
2 0 Plan Build a generator that scaffolds Terraform modules with | Build a generator that scaffolds Terraform modules with inputs, outputs, and policy checks.
3 0 Define verification and readiness surface | All core features implemented Tests passing
0 0 Define verification and readiness surface | Build drift detection worker comparing live feature distributions against reference baselines.
0 0 Define verification and readiness surface | Build form builder backend with schema validation, submissions, and analytics counters.
0 0 Define verification and readiness surface | Build email campaign manager with lists, segmentation, scheduling, and bounce tracking.
1 0 Define verification and readiness surface | Build a distributed scheduler with per-resource mutex locks, lease renewal, deadlock avoidance ordering, and determinist
0 0 Define verification and readiness surface | Build an access gateway that evaluates hierarchical allow/deny policies with shadow rules, policy versioning, and explai
3 0 Define verification and readiness surface | All core features implemented Tests passing
0 0 Define verification and readiness surface | Build a presence tracker with heartbeat timeout, status transitions, and shard-safe updates.
0 0 Define verification and readiness surface | Build payments API with idempotency keys, ledger-safe transfers, and webhook callbacks.
3 0 Define verification and readiness surface | All core features implemented Tests passing
0 0 Plan Build a task runner CLI that reads YAML | Build a task runner CLI that reads YAML tasks and executes dependency-aware command graphs.
2 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
2 0 Plan Build a generator that scaffolds Terraform modules with | Build a generator that scaffolds Terraform modules with inputs, outputs, and policy checks.
3 0 Define verification and readiness surface | All core features implemented Tests passing
0 0 Define verification and readiness surface | Build configuration service with versioned configs, staged rollout, and validation checks.
1 0 Define verification and readiness surface | Build a ledger reconciliation service with strict double-entry invariants, idempotent replay, rollback checkpoints, and
0 0 Define verification and readiness surface | Build warehouse picking service with wave assignment, pick confirmation, and shortage handling.
1 0 Define verification and readiness surface | Build a distributed scheduler with per-resource mutex locks, lease renewal, deadlock avoidance ordering, and determinist
3 0 Define verification and readiness surface | All core features implemented Tests passing
0 0 Define verification and readiness surface | Build shipping label worker integrating carrier rates, label generation, and tracking updates.
1 0 Define verification and readiness surface | Build an incremental build executor over a DAG with content-hash invalidation, topological scheduling, cycle diagnostics
3 0 Define verification and readiness surface | All core features implemented Tests passing
3 0 Define verification and readiness surface | All core features implemented Tests passing
0 0 Define verification and readiness surface | Build a metrics aggregation worker with tumbling windows, late data handling, and rollups.
1 0 Define verification and readiness surface | Build a PII redaction pipeline masking emails, phones, and IDs with audit logging.
2 0 Plan Build a generator that scaffolds Terraform modules with | Build a generator that scaffolds Terraform modules with inputs, outputs, and policy checks.
2 0 Plan Build a generator that scaffolds Terraform modules with | Build a generator that scaffolds Terraform modules with inputs, outputs, and policy checks.
2 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
3 0 Define verification and readiness surface | All core features implemented Tests passing
1 0 Define verification and readiness surface | Build audit log service with immutable events, filtering, export, and retention policies.
1 0 Define verification and readiness surface | Build fraud rules engine with rule evaluation graph, score thresholds, and audit trails.
1 0 Define verification and readiness surface | Build a ledger reconciliation service with strict double-entry invariants, idempotent replay, rollback checkpoints, and
1 0 Define verification and readiness surface | Build localization service with key bundles, fallback locales, and missing-key diagnostics.
3 0 Define verification and readiness surface | All core features implemented Tests passing
3 0 Define verification and readiness surface | All core features implemented Tests passing
0 0 Define verification and readiness surface | Build backup retention manager with policy tiers, legal hold support, and deletion safety checks.
0 0 Plan Build reconciliation service matching ledger entries to bank | Build reconciliation service matching ledger entries to bank statements with mismatch reporting.
3 0 Define verification and readiness surface | All core features implemented Tests passing
0 0 Define verification and readiness surface | Build an ETL pipeline that ingests orders CSV, validates schema, and loads curated tables.
0 0 Define verification and readiness surface | Build search suggest API with prefix index, typo tolerance, and popularity boosting.
2 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
2 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
2 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
2 0 Plan Build a generator that scaffolds Terraform modules with | Build a generator that scaffolds Terraform modules with inputs, outputs, and policy checks.
1 0 Define verification and readiness surface | Build a ledger reconciliation service with strict double-entry invariants, idempotent replay, rollback checkpoints, and
2 0 Plan Build a generator that scaffolds Terraform modules with | Build a generator that scaffolds Terraform modules with inputs, outputs, and policy checks.
2 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
3 0 Define verification and readiness surface | All core features implemented Tests passing
1 0 Define verification and readiness surface | Build audit log service with immutable events, filtering, export, and retention policies.
1 0 Define verification and readiness surface | Build localization service with key bundles, fallback locales, and missing-key diagnostics.
1 0 Define verification and readiness surface | Build audit log service with immutable events, filtering, export, and retention policies.
3 0 Define verification and readiness surface | All core features implemented Tests passing
1 0 Define verification and readiness surface | Build a PII redaction pipeline masking emails, phones, and IDs with audit logging.
3 0 Define verification and readiness surface | All core features implemented Tests passing
3 0 Define verification and readiness surface | All core features implemented Tests passing
2 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
3 0 Define verification and readiness surface | All core features implemented Tests passing
2 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
2 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
0 0 Define verification and readiness surface | Build a feature flag API with environments, targeting rules, and rollout percentages.
2 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
2 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
0 0 Plan Replace search ranking pipeline behind feature flag with | Replace search ranking pipeline behind feature flag with staged rollout, telemetry checks, and automatic abort trigger.
0 0 Define verification and readiness surface | Build a training scheduler with queue priorities, resource quotas, and retry policies.
3 0 Define verification and readiness surface | All core features implemented Tests passing
2 0 Plan Build a generator that scaffolds Terraform modules with | Build a generator that scaffolds Terraform modules with inputs, outputs, and policy checks.
1 0 Define verification and readiness surface | Build an incremental build executor over a DAG with content-hash invalidation, topological scheduling, cycle diagnostics
0 0 Define verification and readiness surface | Build a gateway that validates incoming payloads against versioned contracts, performs semantic constraint checks, and e
1 0 Define verification and readiness surface | Build a distributed scheduler with per-resource mutex locks, lease renewal, deadlock avoidance ordering, and determinist
3 0 Define verification and readiness surface | All core features implemented Tests passing
1 0 Define verification and readiness surface | Build a distributed scheduler with per-resource mutex locks, lease renewal, deadlock avoidance ordering, and determinist
3 0 Define verification and readiness surface | All core features implemented Tests passing
0 0 Define verification and readiness surface | Build a backup CLI with include/exclude rules, incremental snapshots, and restore command.
1 0 Define verification and readiness surface | Build an incremental build executor over a DAG with content-hash invalidation, topological scheduling, cycle diagnostics
1 0 Define verification and readiness surface | Build an incremental build executor over a DAG with content-hash invalidation, topological scheduling, cycle diagnostics
2 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
2 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
2 0 Plan Build a generator that scaffolds Terraform modules with | Build a generator that scaffolds Terraform modules with inputs, outputs, and policy checks.
2 0 Plan Build a generator that scaffolds Terraform modules with | Build a generator that scaffolds Terraform modules with inputs, outputs, and policy checks.
3 0 Define verification and readiness surface | All core features implemented Tests passing
2 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
0 0 Define verification and readiness surface | Build pricing engine with currency handling, promotions, and time-bound campaign rules.
3 0 Define verification and readiness surface | All core features implemented Tests passing
3 0 Define verification and readiness surface | All core features implemented Tests passing
1 0 Define verification and readiness surface | Build review moderation with profanity checks, spam heuristics, and moderation queue endpoints.
2 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
0 0 Define verification and readiness surface | Build an event deduplicator using idempotency keys, time windows, and replay-safe writes.
3 0 Define verification and readiness surface | All core features implemented Tests passing
1 0 Define verification and readiness surface | Build a distributed scheduler with per-resource mutex locks, lease renewal, deadlock avoidance ordering, and determinist
0 0 Define verification and readiness surface | Build dataset version management with lineage metadata, immutable snapshots, and diff operations.
2 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
0 0 Define verification and readiness surface | Build tax report backend aggregating gains/losses and generating filing-year summaries.
0 0 Define verification and readiness surface | Build distributed rate limiter with fixed/sliding window modes and policy APIs.
0 0 Define verification and readiness surface | Build telemetry collector with trace/span ingestion, sampling, and export adapters.
2 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
3 0 Define verification and readiness surface | Build a CRDT-based collaborative notes backend with causal metadata, merge convergence proofs, tombstone compaction, and
0 0 Define verification and readiness surface | Build a loader from object storage to warehouse with schema evolution and retry checkpoints.
2 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
2 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
2 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
2 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
3 0 Define verification and readiness surface | All core features implemented Tests passing
3 0 Define verification and readiness surface | All core features implemented Tests passing
1 0 Define verification and readiness surface | Build a distributed scheduler with per-resource mutex locks, lease renewal, deadlock avoidance ordering, and determinist
3 0 Define verification and readiness surface | All core features implemented Tests passing
2 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
2 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
0 0 Define verification and readiness surface | Build access control service with RBAC roles, permissions, and resource-scoped grants.
1 0 Define verification and readiness surface | Build an incremental build executor over a DAG with content-hash invalidation, topological scheduling, cycle diagnostics
1 0 Define verification and readiness surface | Build an incremental build executor over a DAG with content-hash invalidation, topological scheduling, cycle diagnostics
3 0 Define verification and readiness surface | Refactor billing pipeline to introduce idempotency keys and rollback checkpoints across ledger service, queue worker, re
0 0 Define verification and readiness surface | Build a CDC replication worker that handles schema evolution, backfill merges, checkpoint consistency, and deterministic
2 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
3 0 Define verification and readiness surface | All core features implemented Tests passing
2 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
3 0 Define verification and readiness surface | All core features implemented Tests passing
3 0 Define verification and readiness surface | All core features implemented Tests passing
1 0 Define verification and readiness surface | Build review moderation with profanity checks, spam heuristics, and moderation queue endpoints.
2 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
1 0 Define verification and readiness surface | Build audit log service with immutable events, filtering, export, and retention policies.
1 0 Define verification and readiness surface | Build localization service with key bundles, fallback locales, and missing-key diagnostics.
0 0 Plan Build drift detection comparing desired and observed infra | Build drift detection comparing desired and observed infra states with actionable diff reports.
1 0 Define verification and readiness surface | Build a ledger reconciliation service with strict double-entry invariants, idempotent replay, rollback checkpoints, and
0 0 Define verification and readiness surface | Build product catalog API with variants, facets, search indexing hooks, and soft delete.
0 0 Define verification and readiness surface | Build a realtime log viewer backend with tail sessions, regex filters, and backpressure.
1 0 Define verification and readiness surface | Build audit log service with immutable events, filtering, export, and retention policies.
1 0 Define verification and readiness surface | Build localization service with key bundles, fallback locales, and missing-key diagnostics.
2 0 Plan Build a generator that scaffolds Terraform modules with | Build a generator that scaffolds Terraform modules with inputs, outputs, and policy checks.
2 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
3 0 Define verification and readiness surface | All core features implemented Tests passing
0 0 Define verification and readiness surface | Build a realtime cursor service broadcasting positions with rate limiting and stale cleanup.
1 0 Define verification and readiness surface | Build an incremental build executor over a DAG with content-hash invalidation, topological scheduling, cycle diagnostics
0 0 Define verification and readiness surface | Build a text diff CLI with unified output, word-level mode, and ignore-whitespace option.
0 0 Define verification and readiness surface | Build calendar backend with events, recurrence rules, reminders, and timezone normalization.
2 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
3 0 Define verification and readiness surface | All core features implemented Tests passing
0 0 Define verification and readiness surface | Build inventory endpoints with stock reservation, release, and low-stock alerts.
3 0 Define verification and readiness surface | All core features implemented Tests passing
2 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
2 0 Plan Build a generator that scaffolds Terraform modules with | Build a generator that scaffolds Terraform modules with inputs, outputs, and policy checks.
0 0 Define verification and readiness surface | Build an inference API with model loading, request validation, and batch prediction endpoint.
3 0 Define verification and readiness surface | All core features implemented Tests passing
2 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
1 0 Define verification and readiness surface | Build a distributed scheduler with per-resource mutex locks, lease renewal, deadlock avoidance ordering, and determinist
0 0 Define verification and readiness surface | Build recommendation API combining collaborative and rule-based fallback candidate generation.
3 0 Define verification and readiness surface | All core features implemented Tests passing
0 0 Define verification and readiness surface | Build an order saga orchestrator with compensating actions, timeout escalation, exactly-once message handling, and deter
2 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
2 0 Plan Build a generator that scaffolds Terraform modules with | Build a generator that scaffolds Terraform modules with inputs, outputs, and policy checks.
3 0 Define verification and readiness surface | All core features implemented Tests passing
0 0 Define verification and readiness surface | Build a .env manager CLI with profile switch, validation, and secure redaction in output.
1 0 Define verification and readiness surface | Build fraud rules engine with rule evaluation graph, score thresholds, and audit trails.
0 0 Define verification and readiness surface | Build a CMS backend with posts, tags, draft/publish workflow, and role-based access control.
1 0 Define verification and readiness surface | Build an incremental build executor over a DAG with content-hash invalidation, topological scheduling, cycle diagnostics
3 0 Define verification and readiness surface | All core features implemented Tests passing
1 0 Define verification and readiness surface | Build review moderation with profanity checks, spam heuristics, and moderation queue endpoints.
0 0 Define verification and readiness surface | Build a log shipping agent with offset persistence, multiline parsing, and retries.
0 0 Define verification and readiness surface | Build a data quality checker with null, range, uniqueness, and referential integrity rules.
3 0 Define verification and readiness surface | All core features implemented Tests passing
3 0 Define verification and readiness surface | All core features implemented Tests passing
3 0 Define verification and readiness surface | All core features implemented Tests passing
0 0 Define verification and readiness surface | Build payout scheduler with settlement windows, minimum thresholds, and retry-safe processing.
3 0 Define verification and readiness surface | All core features implemented Tests passing
2 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
1 0 Define verification and readiness surface | Build a distributed scheduler with per-resource mutex locks, lease renewal, deadlock avoidance ordering, and determinist
2 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
1 0 Define verification and readiness surface | Build an incremental build executor over a DAG with content-hash invalidation, topological scheduling, cycle diagnostics
2 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
3 0 Define verification and readiness surface | Build a CRDT-based collaborative notes backend with causal metadata, merge convergence proofs, tombstone compaction, and
0 0 Define verification and readiness surface | Build a notes sync API with optimistic concurrency, conflict detection, and change feed endpoints.
0 0 Define verification and readiness surface | Build OCR queue processor with job retries, dead-letter handling, and extraction status API.
0 0 Define verification and readiness surface | Build shared core and projections but omit projection contract fields intentionally.
1 0 Define verification and readiness surface | Build a PII redaction pipeline masking emails, phones, and IDs with audit logging.
3 0 Define verification and readiness surface | All core features implemented Tests passing
1 1 0 Define verification and readiness surface | Build review moderation with profanity checks, spam heuristics, and moderation queue endpoints.
2 2 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
3 0 0 Define verification and readiness surface | Build job queue service with delayed jobs, retries, visibility timeout, and metrics.
4 2 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
5 1 0 Define verification and readiness surface | Build localization service with key bundles, fallback locales, and missing-key diagnostics.
6 2 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
7 1 0 Define verification and readiness surface | Build review moderation with profanity checks, spam heuristics, and moderation queue endpoints.
8 1 0 Define verification and readiness surface | Build a distributed scheduler with per-resource mutex locks, lease renewal, deadlock avoidance ordering, and determinist
9 0 0 Define verification and readiness surface | Build a CLI password vault with encrypted local storage and master-key unlock.
10 0 0 Define verification and readiness surface | Build order management with status machine, cancellation rules, and shipment events.
11 1 0 Define verification and readiness surface | Build localization service with key bundles, fallback locales, and missing-key diagnostics.
12 2 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
13 1 0 Define verification and readiness surface | Build audit log service with immutable events, filtering, export, and retention policies.
14 2 0 Plan Build a generator that scaffolds Terraform modules with | Build a generator that scaffolds Terraform modules with inputs, outputs, and policy checks.
15 2 0 Plan Build a generator that scaffolds Terraform modules with | Build a generator that scaffolds Terraform modules with inputs, outputs, and policy checks.
16 2 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
17 1 0 Define verification and readiness surface | Build a PII redaction pipeline masking emails, phones, and IDs with audit logging.
18 2 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
19 0 0 Define verification and readiness surface | Build a registry mirror service with digest verification, cache pruning, and pull-through.
20 1 0 Define verification and readiness surface | Build fraud rules engine with rule evaluation graph, score thresholds, and audit trails.
21 0 0 Define verification and readiness surface | Build a websocket chat server with rooms, presence, typing indicators, and message history.
22 3 0 Define verification and readiness surface | All core features implemented Tests passing
23 3 0 Define verification and readiness surface | All core features implemented Tests passing
24 1 0 Define verification and readiness surface | Build an incremental build executor over a DAG with content-hash invalidation, topological scheduling, cycle diagnostics
25 2 0 Plan Build a generator that scaffolds Terraform modules with | Build a generator that scaffolds Terraform modules with inputs, outputs, and policy checks.
26 0 0 Define verification and readiness surface | Build subscription billing engine with proration, trials, coupons, and failed-payment retries.
27 1 0 Define verification and readiness surface | Build an incremental build executor over a DAG with content-hash invalidation, topological scheduling, cycle diagnostics
28 1 0 Define verification and readiness surface | Build a distributed scheduler with per-resource mutex locks, lease renewal, deadlock avoidance ordering, and determinist
29 1 0 Define verification and readiness surface | Build review moderation with profanity checks, spam heuristics, and moderation queue endpoints.
30 1 0 Define verification and readiness surface | Build fraud rules engine with rule evaluation graph, score thresholds, and audit trails.
31 2 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
32 1 0 Define verification and readiness surface | Build a PII redaction pipeline masking emails, phones, and IDs with audit logging.
33 3 0 Define verification and readiness surface | All core features implemented Tests passing
34 1 0 Define verification and readiness surface | Build localization service with key bundles, fallback locales, and missing-key diagnostics.
35 0 0 Define verification and readiness surface | Build invoice generator with tax calculation, due schedules, and PDF export metadata.
36 0 0 Define verification and readiness surface | Build a webhook dispatcher with retries, signature verification, dead-letter queue, and backoff.
37 3 0 Define verification and readiness surface | All core features implemented Tests passing
38 3 0 Define verification and readiness surface | All core features implemented Tests passing
39 0 0 Plan Build a ticker stream service with topic subscriptions | Build a ticker stream service with topic subscriptions and throttled update delivery.
40 3 0 Define verification and readiness surface | All core features implemented Tests passing
41 1 0 Define verification and readiness surface | Build a ledger reconciliation service with strict double-entry invariants, idempotent replay, rollback checkpoints, and
42 3 0 Define verification and readiness surface | All core features implemented Tests passing
43 0 0 Define verification and readiness surface | Build a CLI log tailer with multi-file follow, regex filters, and output highlighting.
44 3 0 Define verification and readiness surface | All core features implemented Tests passing
45 3 0 Define verification and readiness surface | All core features implemented Tests passing
46 0 0 Define verification and readiness surface | Build a CSV analyzer CLI with schema inference, summary stats, and filter expressions.
47 3 0 Define verification and readiness surface | All core features implemented Tests passing
48 0 0 Define verification and readiness surface | Build returns API with RMA creation, restock policy, and refund eligibility checks.
49 3 0 Define verification and readiness surface | All core features implemented Tests passing
50 3 0 Define verification and readiness surface | All core features implemented Tests passing
51 0 0 Define verification and readiness surface | Build a service monitor that runs health checks, tracks SLO windows, and pages on breaches.
52 2 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
53 3 0 Define verification and readiness surface | All core features implemented Tests passing
54 0 0 Define verification and readiness surface | Build expense backend with receipt OCR placeholders, category budgets, and recurring expenses.
55 0 0 Define verification and readiness surface | Build a harness that transpiles class-heavy source modules across multiple target languages and validates class/method p
56 2 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
57 1 0 Define verification and readiness surface | Build audit log service with immutable events, filtering, export, and retention policies.
58 0 0 Define verification and readiness surface | Build matchmaking service with queue buckets, skill-based pairing, and timeout fallback.
59 2 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
60 2 0 Plan Build a generator that scaffolds Terraform modules with | Build a generator that scaffolds Terraform modules with inputs, outputs, and policy checks.
61 1 0 Define verification and readiness surface | Build an incremental build executor over a DAG with content-hash invalidation, topological scheduling, cycle diagnostics
62 0 0 Plan Build an incremental snapshot builder that compacts event | Build an incremental snapshot builder that compacts event logs into query-optimized state.
63 3 0 Define verification and readiness surface | All core features implemented Tests passing
64 3 0 Define verification and readiness surface | All core features implemented Tests passing
65 1 0 Define verification and readiness surface | Build localization service with key bundles, fallback locales, and missing-key diagnostics.
66 2 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
67 2 0 Plan Build a generator that scaffolds Terraform modules with | Build a generator that scaffolds Terraform modules with inputs, outputs, and policy checks.
68 2 0 Plan Build a generator that scaffolds Terraform modules with | Build a generator that scaffolds Terraform modules with inputs, outputs, and policy checks.
69 0 0 Define verification and readiness surface | Build a REST Todo API with CRUD, pagination, filtering by status, and SQLite persistence.
70 3 0 Define verification and readiness surface | All core features implemented Tests passing
71 2 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
72 2 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
73 0 0 Plan Add normalized address schema migrate legacy rows with | Add normalized address schema, migrate legacy rows with backfill job, dual-read/write transition, and rollback script.
74 0 0 Define verification and readiness surface | Build a log enrichment batch job joining geo data and user agents with partitioned output.
75 2 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
76 2 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
77 1 0 Define verification and readiness surface | Build an incremental build executor over a DAG with content-hash invalidation, topological scheduling, cycle diagnostics
78 2 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
79 2 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
80 2 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
81 0 0 Define verification and readiness surface | Build a URL shortener API with custom aliases, redirect tracking, and expiration support.
82 0 0 Define verification and readiness surface | Build meeting notes API with templates, attendee action items, and follow-up reminders.
83 3 0 Define verification and readiness surface | All core features implemented Tests passing
84 3 0 Define verification and readiness surface | All core features implemented Tests passing
85 1 0 Define verification and readiness surface | Build localization service with key bundles, fallback locales, and missing-key diagnostics.
86 3 0 Define verification and readiness surface | All core features implemented Tests passing
87 3 0 Define verification and readiness surface | All core features implemented Tests passing
88 1 0 Define verification and readiness surface | Build localization service with key bundles, fallback locales, and missing-key diagnostics.
89 3 0 Define verification and readiness surface | All core features implemented Tests passing
90 2 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
91 2 0 Plan Build a generator that scaffolds Terraform modules with | Build a generator that scaffolds Terraform modules with inputs, outputs, and policy checks.
92 2 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
93 3 0 Define verification and readiness surface | All core features implemented Tests passing
94 1 0 Define verification and readiness surface | Build a distributed scheduler with per-resource mutex locks, lease renewal, deadlock avoidance ordering, and determinist
95 3 0 Define verification and readiness surface | All core features implemented Tests passing
96 0 0 Define verification and readiness surface | Build cart service with item merge, discount application, and inventory reservation integration.
97 3 0 Define verification and readiness surface | All core features implemented Tests passing
98 0 0 Define verification and readiness surface | Build session store service with token revocation, idle timeout, and concurrent login policy.
99 0 0 Define verification and readiness surface | Build a secret rotation controller with staged rollout, canary verification, rollback triggers, and explicit blast-radiu
100 3 0 Define verification and readiness surface | All core features implemented Tests passing
101 1 0 Define verification and readiness surface | Build fraud rules engine with rule evaluation graph, score thresholds, and audit trails.
102 3 0 Define verification and readiness surface | All core features implemented Tests passing
103 2 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
104 1 0 Define verification and readiness surface | Build audit log service with immutable events, filtering, export, and retention policies.
105 1 0 Define verification and readiness surface | Build audit log service with immutable events, filtering, export, and retention policies.
106 3 0 Define verification and readiness surface | All core features implemented Tests passing
107 2 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
108 0 0 Plan shared sync core plus Android/Desktop/Web projections with platform-specific | Implement shared sync core plus Android/Desktop/Web projections with platform-specific persistence and transport adapter
109 3 0 Define verification and readiness surface | All core features implemented Tests passing
110 1 0 Define verification and readiness surface | Build a distributed scheduler with per-resource mutex locks, lease renewal, deadlock avoidance ordering, and determinist
111 3 0 Define verification and readiness surface | All core features implemented Tests passing
112 2 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
113 2 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
114 1 0 Define verification and readiness surface | Build a PII redaction pipeline masking emails, phones, and IDs with audit logging.
115 3 0 Define verification and readiness surface | All core features implemented Tests passing
116 2 0 Plan Build a generator that scaffolds Terraform modules with | Build a generator that scaffolds Terraform modules with inputs, outputs, and policy checks.
117 3 0 Define verification and readiness surface | All core features implemented Tests passing
118 3 0 Define verification and readiness surface | All core features implemented Tests passing
119 3 0 Define verification and readiness surface | All core features implemented Tests passing
120 1 0 Define verification and readiness surface | Build fraud rules engine with rule evaluation graph, score thresholds, and audit trails.
121 3 0 Define verification and readiness surface | All core features implemented Tests passing
122 1 0 Define verification and readiness surface | Build a distributed scheduler with per-resource mutex locks, lease renewal, deadlock avoidance ordering, and determinist
123 1 0 Define verification and readiness surface | Build a distributed scheduler with per-resource mutex locks, lease renewal, deadlock avoidance ordering, and determinist
124 1 0 Define verification and readiness surface | Build a ledger reconciliation service with strict double-entry invariants, idempotent replay, rollback checkpoints, and
125 3 0 Define verification and readiness surface | All core features implemented Tests passing
126 1 0 Define verification and readiness surface | Build a distributed scheduler with per-resource mutex locks, lease renewal, deadlock avoidance ordering, and determinist
127 0 0 Define verification and readiness surface | Build LLM guardrail service for policy checks, PII filtering, and response classification.
128 3 0 Define verification and readiness surface | All core features implemented Tests passing
129 3 0 Define verification and readiness surface | All core features implemented Tests passing
130 0 0 Define verification and readiness surface | Build a multi-tenant limiter with token bucket + sliding window hybrid policy, burst fairness guarantees, and lock-free
131 3 0 Define verification and readiness surface | All core features implemented Tests passing
132 1 0 Define verification and readiness surface | Build a PII redaction pipeline masking emails, phones, and IDs with audit logging.
133 2 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
134 3 0 Define verification and readiness surface | All core features implemented Tests passing
135 0 0 Define verification and readiness surface | Build a Kubernetes manifest linter enforcing probes, limits, and namespace policy.
136 2 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
137 0 0 Define verification and readiness surface | Build an API for file metadata indexing, search by attributes, and soft delete recovery.
138 1 0 Define verification and readiness surface | Build fraud rules engine with rule evaluation graph, score thresholds, and audit trails.
139 2 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
140 0 0 Define verification and readiness surface | Build experiment tracking backend storing params, metrics, artifacts, and compare queries.
141 3 0 Define verification and readiness surface | All core features implemented Tests passing
142 0 0 Define verification and readiness surface | Build user profile service with avatars, privacy settings, and profile completeness scoring.
143 3 0 Define verification and readiness surface | All core features implemented Tests passing
144 3 0 Define verification and readiness surface | All core features implemented Tests passing
145 1 0 Define verification and readiness surface | Build localization service with key bundles, fallback locales, and missing-key diagnostics.
146 1 0 Define verification and readiness surface | Build an incremental build executor over a DAG with content-hash invalidation, topological scheduling, cycle diagnostics
147 0 0 Define verification and readiness surface | Build batch inference pipeline reading partitions, loading model, and writing scored outputs.
148 2 0 Plan Build a generator that scaffolds Terraform modules with | Build a generator that scaffolds Terraform modules with inputs, outputs, and policy checks.
149 2 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
150 3 0 Define verification and readiness surface | All core features implemented Tests passing
151 2 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
152 1 0 Define verification and readiness surface | Build an incremental build executor over a DAG with content-hash invalidation, topological scheduling, cycle diagnostics
153 3 0 Define verification and readiness surface | All core features implemented Tests passing
154 2 0 Plan Build a generator that scaffolds Terraform modules with | Build a generator that scaffolds Terraform modules with inputs, outputs, and policy checks.
155 1 0 Define verification and readiness surface | Build a distributed scheduler with per-resource mutex locks, lease renewal, deadlock avoidance ordering, and determinist
156 3 0 Define verification and readiness surface | All core features implemented Tests passing
157 1 0 Define verification and readiness surface | Build a PII redaction pipeline masking emails, phones, and IDs with audit logging.
158 2 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
159 0 0 Define verification and readiness surface | Build a JWT auth service with register, login, refresh token rotation, and password hashing.
160 0 0 Define verification and readiness surface | Build notification preferences API with channel rules, quiet hours, and topic subscriptions.
161 0 0 Plan Build a CI orchestrator service triggering jobs tracking | Build a CI orchestrator service triggering jobs, tracking states, and emitting summaries.
162 1 0 Define verification and readiness surface | Build fraud rules engine with rule evaluation graph, score thresholds, and audit trails.
163 1 0 Define verification and readiness surface | Build a ledger reconciliation service with strict double-entry invariants, idempotent replay, rollback checkpoints, and
164 3 0 Define verification and readiness surface | All core features implemented Tests passing
165 2 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
166 0 0 Define verification and readiness surface | Build a harness that transpiles class-heavy source modules across multiple target languages and validates class/method p
167 0 0 Plan telemetry agent for linux arduino targets using shared | Implement telemetry agent for linux + arduino targets using shared serialization core and target-specific runtime wrappe
168 1 0 Define verification and readiness surface | Build an incremental build executor over a DAG with content-hash invalidation, topological scheduling, cycle diagnostics
169 1 0 Define verification and readiness surface | Build a PII redaction pipeline masking emails, phones, and IDs with audit logging.
170 2 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
171 2 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
172 2 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
173 1 0 Define verification and readiness surface | Build an incremental build executor over a DAG with content-hash invalidation, topological scheduling, cycle diagnostics
174 3 0 Define verification and readiness surface | All core features implemented Tests passing
175 0 0 Define verification and readiness surface | Build prompt evaluation runner with rubric scoring, aggregate metrics, and reproducible reports.
176 2 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
177 3 0 Define verification and readiness surface | All core features implemented Tests passing
178 0 0 Define verification and readiness surface | Build a feature store service with online/offline reads and point-in-time correctness.
179 1 0 Define verification and readiness surface | Build a ledger reconciliation service with strict double-entry invariants, idempotent replay, rollback checkpoints, and
180 3 0 Define verification and readiness surface | All core features implemented Tests passing
181 0 0 Define verification and readiness surface | Build wiki backend with page versions, backlinks, and markdown rendering pipeline hooks.
182 3 0 Define verification and readiness surface | All core features implemented Tests passing
183 2 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
184 3 0 Define verification and readiness surface | All core features implemented Tests passing
185 1 0 Define verification and readiness surface | Build an incremental build executor over a DAG with content-hash invalidation, topological scheduling, cycle diagnostics
186 2 0 Plan Build a generator that scaffolds Terraform modules with | Build a generator that scaffolds Terraform modules with inputs, outputs, and policy checks.
187 2 0 Plan Build a generator that scaffolds Terraform modules with | Build a generator that scaffolds Terraform modules with inputs, outputs, and policy checks.
188 3 0 Define verification and readiness surface | All core features implemented Tests passing
189 0 0 Define verification and readiness surface | Build drift detection worker comparing live feature distributions against reference baselines.
190 0 0 Define verification and readiness surface | Build form builder backend with schema validation, submissions, and analytics counters.
191 0 0 Define verification and readiness surface | Build email campaign manager with lists, segmentation, scheduling, and bounce tracking.
192 1 0 Define verification and readiness surface | Build a distributed scheduler with per-resource mutex locks, lease renewal, deadlock avoidance ordering, and determinist
193 0 0 Define verification and readiness surface | Build an access gateway that evaluates hierarchical allow/deny policies with shadow rules, policy versioning, and explai
194 3 0 Define verification and readiness surface | All core features implemented Tests passing
195 0 0 Define verification and readiness surface | Build a presence tracker with heartbeat timeout, status transitions, and shard-safe updates.
196 0 0 Define verification and readiness surface | Build payments API with idempotency keys, ledger-safe transfers, and webhook callbacks.
197 3 0 Define verification and readiness surface | All core features implemented Tests passing
198 0 0 Plan Build a task runner CLI that reads YAML | Build a task runner CLI that reads YAML tasks and executes dependency-aware command graphs.
199 2 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
200 2 0 Plan Build a generator that scaffolds Terraform modules with | Build a generator that scaffolds Terraform modules with inputs, outputs, and policy checks.
201 3 0 Define verification and readiness surface | All core features implemented Tests passing
202 0 0 Define verification and readiness surface | Build configuration service with versioned configs, staged rollout, and validation checks.
203 1 0 Define verification and readiness surface | Build a ledger reconciliation service with strict double-entry invariants, idempotent replay, rollback checkpoints, and
204 0 0 Define verification and readiness surface | Build warehouse picking service with wave assignment, pick confirmation, and shortage handling.
205 1 0 Define verification and readiness surface | Build a distributed scheduler with per-resource mutex locks, lease renewal, deadlock avoidance ordering, and determinist
206 3 0 Define verification and readiness surface | All core features implemented Tests passing
207 0 0 Define verification and readiness surface | Build shipping label worker integrating carrier rates, label generation, and tracking updates.
208 1 0 Define verification and readiness surface | Build an incremental build executor over a DAG with content-hash invalidation, topological scheduling, cycle diagnostics
209 3 0 Define verification and readiness surface | All core features implemented Tests passing
210 3 0 Define verification and readiness surface | All core features implemented Tests passing
211 0 0 Define verification and readiness surface | Build a metrics aggregation worker with tumbling windows, late data handling, and rollups.
212 1 0 Define verification and readiness surface | Build a PII redaction pipeline masking emails, phones, and IDs with audit logging.
213 2 0 Plan Build a generator that scaffolds Terraform modules with | Build a generator that scaffolds Terraform modules with inputs, outputs, and policy checks.
214 2 0 Plan Build a generator that scaffolds Terraform modules with | Build a generator that scaffolds Terraform modules with inputs, outputs, and policy checks.
215 2 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
216 3 0 Define verification and readiness surface | All core features implemented Tests passing
217 1 0 Define verification and readiness surface | Build audit log service with immutable events, filtering, export, and retention policies.
218 1 0 Define verification and readiness surface | Build fraud rules engine with rule evaluation graph, score thresholds, and audit trails.
219 1 0 Define verification and readiness surface | Build a ledger reconciliation service with strict double-entry invariants, idempotent replay, rollback checkpoints, and
220 1 0 Define verification and readiness surface | Build localization service with key bundles, fallback locales, and missing-key diagnostics.
221 3 0 Define verification and readiness surface | All core features implemented Tests passing
222 3 0 Define verification and readiness surface | All core features implemented Tests passing
223 0 0 Define verification and readiness surface | Build backup retention manager with policy tiers, legal hold support, and deletion safety checks.
224 0 0 Plan Build reconciliation service matching ledger entries to bank | Build reconciliation service matching ledger entries to bank statements with mismatch reporting.
225 3 0 Define verification and readiness surface | All core features implemented Tests passing
226 0 0 Define verification and readiness surface | Build an ETL pipeline that ingests orders CSV, validates schema, and loads curated tables.
227 0 0 Define verification and readiness surface | Build search suggest API with prefix index, typo tolerance, and popularity boosting.
228 2 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
229 2 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
230 2 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
231 2 0 Plan Build a generator that scaffolds Terraform modules with | Build a generator that scaffolds Terraform modules with inputs, outputs, and policy checks.
232 1 0 Define verification and readiness surface | Build a ledger reconciliation service with strict double-entry invariants, idempotent replay, rollback checkpoints, and
233 2 0 Plan Build a generator that scaffolds Terraform modules with | Build a generator that scaffolds Terraform modules with inputs, outputs, and policy checks.
234 2 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
235 3 0 Define verification and readiness surface | All core features implemented Tests passing
236 1 0 Define verification and readiness surface | Build audit log service with immutable events, filtering, export, and retention policies.
237 1 0 Define verification and readiness surface | Build localization service with key bundles, fallback locales, and missing-key diagnostics.
238 1 0 Define verification and readiness surface | Build audit log service with immutable events, filtering, export, and retention policies.
239 3 0 Define verification and readiness surface | All core features implemented Tests passing
240 1 0 Define verification and readiness surface | Build a PII redaction pipeline masking emails, phones, and IDs with audit logging.
241 3 0 Define verification and readiness surface | All core features implemented Tests passing
242 3 0 Define verification and readiness surface | All core features implemented Tests passing
243 2 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
244 3 0 Define verification and readiness surface | All core features implemented Tests passing
245 2 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
246 2 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
247 0 0 Define verification and readiness surface | Build a feature flag API with environments, targeting rules, and rollout percentages.
248 2 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
249 2 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
250 0 0 Plan Replace search ranking pipeline behind feature flag with | Replace search ranking pipeline behind feature flag with staged rollout, telemetry checks, and automatic abort trigger.
251 0 0 Define verification and readiness surface | Build a training scheduler with queue priorities, resource quotas, and retry policies.
252 3 0 Define verification and readiness surface | All core features implemented Tests passing
253 2 0 Plan Build a generator that scaffolds Terraform modules with | Build a generator that scaffolds Terraform modules with inputs, outputs, and policy checks.
254 1 0 Define verification and readiness surface | Build an incremental build executor over a DAG with content-hash invalidation, topological scheduling, cycle diagnostics
255 0 0 Define verification and readiness surface | Build a gateway that validates incoming payloads against versioned contracts, performs semantic constraint checks, and e
256 1 0 Define verification and readiness surface | Build a distributed scheduler with per-resource mutex locks, lease renewal, deadlock avoidance ordering, and determinist
257 3 0 Define verification and readiness surface | All core features implemented Tests passing
258 1 0 Define verification and readiness surface | Build a distributed scheduler with per-resource mutex locks, lease renewal, deadlock avoidance ordering, and determinist
259 3 0 Define verification and readiness surface | All core features implemented Tests passing
260 0 0 Define verification and readiness surface | Build a backup CLI with include/exclude rules, incremental snapshots, and restore command.
261 1 0 Define verification and readiness surface | Build an incremental build executor over a DAG with content-hash invalidation, topological scheduling, cycle diagnostics
262 1 0 Define verification and readiness surface | Build an incremental build executor over a DAG with content-hash invalidation, topological scheduling, cycle diagnostics
263 2 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
264 2 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
265 2 0 Plan Build a generator that scaffolds Terraform modules with | Build a generator that scaffolds Terraform modules with inputs, outputs, and policy checks.
266 2 0 Plan Build a generator that scaffolds Terraform modules with | Build a generator that scaffolds Terraform modules with inputs, outputs, and policy checks.
267 3 0 Define verification and readiness surface | All core features implemented Tests passing
268 2 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
269 0 0 Define verification and readiness surface | Build pricing engine with currency handling, promotions, and time-bound campaign rules.
270 3 0 Define verification and readiness surface | All core features implemented Tests passing
271 3 0 Define verification and readiness surface | All core features implemented Tests passing
272 1 0 Define verification and readiness surface | Build review moderation with profanity checks, spam heuristics, and moderation queue endpoints.
273 2 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
274 0 0 Define verification and readiness surface | Build an event deduplicator using idempotency keys, time windows, and replay-safe writes.
275 3 0 Define verification and readiness surface | All core features implemented Tests passing
276 1 0 Define verification and readiness surface | Build a distributed scheduler with per-resource mutex locks, lease renewal, deadlock avoidance ordering, and determinist
277 0 0 Define verification and readiness surface | Build dataset version management with lineage metadata, immutable snapshots, and diff operations.
278 2 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
279 0 0 Define verification and readiness surface | Build tax report backend aggregating gains/losses and generating filing-year summaries.
280 0 0 Define verification and readiness surface | Build distributed rate limiter with fixed/sliding window modes and policy APIs.
281 0 0 Define verification and readiness surface | Build telemetry collector with trace/span ingestion, sampling, and export adapters.
282 2 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
283 3 0 Define verification and readiness surface | Build a CRDT-based collaborative notes backend with causal metadata, merge convergence proofs, tombstone compaction, and
284 0 0 Define verification and readiness surface | Build a loader from object storage to warehouse with schema evolution and retry checkpoints.
285 2 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
286 2 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
287 2 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
288 2 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
289 3 0 Define verification and readiness surface | All core features implemented Tests passing
290 3 0 Define verification and readiness surface | All core features implemented Tests passing
291 1 0 Define verification and readiness surface | Build a distributed scheduler with per-resource mutex locks, lease renewal, deadlock avoidance ordering, and determinist
292 3 0 Define verification and readiness surface | All core features implemented Tests passing
293 2 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
294 2 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
295 0 0 Define verification and readiness surface | Build access control service with RBAC roles, permissions, and resource-scoped grants.
296 1 0 Define verification and readiness surface | Build an incremental build executor over a DAG with content-hash invalidation, topological scheduling, cycle diagnostics
297 1 0 Define verification and readiness surface | Build an incremental build executor over a DAG with content-hash invalidation, topological scheduling, cycle diagnostics
298 3 0 Define verification and readiness surface | Refactor billing pipeline to introduce idempotency keys and rollback checkpoints across ledger service, queue worker, re
299 0 0 Define verification and readiness surface | Build a CDC replication worker that handles schema evolution, backfill merges, checkpoint consistency, and deterministic
300 2 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
301 3 0 Define verification and readiness surface | All core features implemented Tests passing
302 2 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
303 3 0 Define verification and readiness surface | All core features implemented Tests passing
304 3 0 Define verification and readiness surface | All core features implemented Tests passing
305 1 0 Define verification and readiness surface | Build review moderation with profanity checks, spam heuristics, and moderation queue endpoints.
306 2 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
307 1 0 Define verification and readiness surface | Build audit log service with immutable events, filtering, export, and retention policies.
308 1 0 Define verification and readiness surface | Build localization service with key bundles, fallback locales, and missing-key diagnostics.
309 0 0 Plan Build drift detection comparing desired and observed infra | Build drift detection comparing desired and observed infra states with actionable diff reports.
310 1 0 Define verification and readiness surface | Build a ledger reconciliation service with strict double-entry invariants, idempotent replay, rollback checkpoints, and
311 0 0 Define verification and readiness surface | Build product catalog API with variants, facets, search indexing hooks, and soft delete.
312 0 0 Define verification and readiness surface | Build a realtime log viewer backend with tail sessions, regex filters, and backpressure.
313 1 0 Define verification and readiness surface | Build audit log service with immutable events, filtering, export, and retention policies.
314 1 0 Define verification and readiness surface | Build localization service with key bundles, fallback locales, and missing-key diagnostics.
315 2 0 Plan Build a generator that scaffolds Terraform modules with | Build a generator that scaffolds Terraform modules with inputs, outputs, and policy checks.
316 2 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
317 3 0 Define verification and readiness surface | All core features implemented Tests passing
318 0 0 Define verification and readiness surface | Build a realtime cursor service broadcasting positions with rate limiting and stale cleanup.
319 1 0 Define verification and readiness surface | Build an incremental build executor over a DAG with content-hash invalidation, topological scheduling, cycle diagnostics
320 0 0 Define verification and readiness surface | Build a text diff CLI with unified output, word-level mode, and ignore-whitespace option.
321 0 0 Define verification and readiness surface | Build calendar backend with events, recurrence rules, reminders, and timezone normalization.
322 2 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
323 3 0 Define verification and readiness surface | All core features implemented Tests passing
324 0 0 Define verification and readiness surface | Build inventory endpoints with stock reservation, release, and low-stock alerts.
325 3 0 Define verification and readiness surface | All core features implemented Tests passing
326 2 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
327 2 0 Plan Build a generator that scaffolds Terraform modules with | Build a generator that scaffolds Terraform modules with inputs, outputs, and policy checks.
328 0 0 Define verification and readiness surface | Build an inference API with model loading, request validation, and batch prediction endpoint.
329 3 0 Define verification and readiness surface | All core features implemented Tests passing
330 2 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
331 1 0 Define verification and readiness surface | Build a distributed scheduler with per-resource mutex locks, lease renewal, deadlock avoidance ordering, and determinist
332 0 0 Define verification and readiness surface | Build recommendation API combining collaborative and rule-based fallback candidate generation.
333 3 0 Define verification and readiness surface | All core features implemented Tests passing
334 0 0 Define verification and readiness surface | Build an order saga orchestrator with compensating actions, timeout escalation, exactly-once message handling, and deter
335 2 0 Plan Introduce deny-by-default RBAC policy and propagate through backend | Introduce deny-by-default RBAC policy and propagate through backend auth middleware, endpoint guards, frontend route gua
336 2 0 Plan Build a generator that scaffolds Terraform modules with | Build a generator that scaffolds Terraform modules with inputs, outputs, and policy checks.
337 3 0 Define verification and readiness surface | All core features implemented Tests passing
338 0 0 Define verification and readiness surface | Build a .env manager CLI with profile switch, validation, and secure redaction in output.
339 1 0 Define verification and readiness surface | Build fraud rules engine with rule evaluation graph, score thresholds, and audit trails.
340 0 0 Define verification and readiness surface | Build a CMS backend with posts, tags, draft/publish workflow, and role-based access control.
341 1 0 Define verification and readiness surface | Build an incremental build executor over a DAG with content-hash invalidation, topological scheduling, cycle diagnostics
342 3 0 Define verification and readiness surface | All core features implemented Tests passing
343 1 0 Define verification and readiness surface | Build review moderation with profanity checks, spam heuristics, and moderation queue endpoints.
344 0 0 Define verification and readiness surface | Build a log shipping agent with offset persistence, multiline parsing, and retries.
345 0 0 Define verification and readiness surface | Build a data quality checker with null, range, uniqueness, and referential integrity rules.
346 3 0 Define verification and readiness surface | All core features implemented Tests passing
347 3 0 Define verification and readiness surface | All core features implemented Tests passing
348 3 0 Define verification and readiness surface | All core features implemented Tests passing
349 0 0 Define verification and readiness surface | Build payout scheduler with settlement windows, minimum thresholds, and retry-safe processing.
350 3 0 Define verification and readiness surface | All core features implemented Tests passing
351 2 0 Align docs with bootstrap architecture | Build KYC workflow with document checks, status transitions, and reviewer assignment queues.
352 1 0 Define verification and readiness surface | Build a distributed scheduler with per-resource mutex locks, lease renewal, deadlock avoidance ordering, and determinist
353 2 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
354 1 0 Define verification and readiness surface | Build an incremental build executor over a DAG with content-hash invalidation, topological scheduling, cycle diagnostics
355 2 0 Align docs with bootstrap architecture | Build document search service with indexing, permissions filtering, and ranking features.
356 3 0 Define verification and readiness surface | Build a CRDT-based collaborative notes backend with causal metadata, merge convergence proofs, tombstone compaction, and
357 0 0 Define verification and readiness surface | Build a notes sync API with optimistic concurrency, conflict detection, and change feed endpoints.
358 0 0 Define verification and readiness surface | Build OCR queue processor with job retries, dead-letter handling, and extraction status API.
359 0 0 Define verification and readiness surface | Build shared core and projections but omit projection contract fields intentionally.
360 1 0 Define verification and readiness surface | Build a PII redaction pipeline masking emails, phones, and IDs with audit logging.
361 3 0 Define verification and readiness surface | All core features implemented Tests passing

View File

@@ -0,0 +1,300 @@
1 0 `whetstone_get_sync_diagnostics` MCP tool
3 0 Regression fixtures for under-constrained vs capability-limited cases
3 0 Sprint 83 integration summary + regression
1 0 Audit trail and inspection
3 0 Sprint 99 integration summary + regression
3 0 Security Testing Skeleton Generation
2 0 Phase 25b Integration
3 0 Sprint 115 integration summary + regression
0 0 Feedback Loop — Rejection Re-Routing
2 0 Long-horizon roadmap planning engine v2
2 0 Retry/Escalation Protocol for Constraint Failures
0 0 `BuildErrorRecord` schema
2 0 Phase 26a Integration
3 0 Sprint 179 Integration Summary
0 0 Policy-compliance auto-checkpoint integration
2 0 Refactor grammar generator to use normalized schema IR
3 0 Intake-to-Queue Simulation Harness
3 0 Sprint 50 integration summary + regression
1 0 Human review queue generator from ambiguities
2 0 Scaffold File Generation
3 0 Sprint 85 integration summary + regression
0 0 `whetstone_get_swarm_maintenance_status` MCP tool
3 0 Sprint 157 integration summary + regression
3 0 Full historical regression + post-release checklist
1 0 `whetstone_normalize_diagnostics` runtime implementation
3 0 End-to-end — Python PriorityQueue → C++, Rust, Go
2 0 Phase 12d Integration + Sprint 12 Summary
1 0 False-green diagnostic class
3 0 Sprint 86 integration summary + regression
3 0 Sprint 64 integration summary + regression
3 0 Sprint 142 integration summary + regression
1 0 Priority-focused review queue shaping engine
1 0 Efficiency diagnostics and trend report
0 0 Context slice canonicalization for handoffs
0 0 Context Bundle Format
3 0 Reference implementation harness for IR/evidence specs
1 0 Constraint completeness diagnostics
1 0 Porting review board model
0 0 Maintenance demand estimator
0 0 `whetstone_get_program_kpis` MCP tool
1 0 Tool-surface diagnostics report artifact
3 0 Rust runner adapter for harness
2 0 `whetstone_verify_architecture_consistency` MCP tool
1 0 Security scan orchestrator for generated targets
1 0 Strictness audit utility and baseline report
0 0 Sprint pipeline summary enrichment
0 0 C Parser — Functions, Structs, Enums
1 0 Call Stack and Frame Inspector
3 0 Sprint 74 integration summary + regression
2 0 Phase 25b Integration
0 0 Binary/interface diff engine integration
3 0 Sprint 125 integration summary + regression
1 0 Reviewer quorum policy model for critical approvals
1 0 Conflict preview and impact estimator model
3 0 Test failure classifier
3 0 Benchmark ingestion support for projection schema
0 0 Artifact quality scoring and ranking engine
3 0 Sprint 47 integration summary + regression
0 0 `whetstone_assemble_context` MCP tool
0 0 Legacy modernization dossier generator
0 0 Step Engine
1 0 Agent role contract schema (`analyzer`, `patcher`, `verifier`, `reviewer`)
0 0 `whetstone_trigger_porting_incident_drill` MCP tool
1 0 Lint diagnostics normalization
1 0 AST mutation preview
2 0 Burn-down planning optimizer
1 0 KPI delta analysis engine for block review
2 0 Long-horizon roadmap planning engine v2
0 0 `whetstone_rollback_constructive_transaction` MCP tool
2 0 Deterministic blocker taxonomy
1 0 Docking Reliability Audit + Deterministic Layout Rules
0 0 `whetstone_run_build_iteration` MCP tool
1 0 Divergence triage model for interop failures
2 0 Phase 36a Integration
0 0 Language capability conformance report artifact
3 0 `whetstone_run_pair_benchmark` MCP tool
1 0 `whetstone_optimize_review_queue` MCP tool
3 0 Sprint 205 Integration Summary
1 0 Loop summary contract diagnostics
2 0 Phase 13a Integration — Layout Persistence
3 0 Sprint 189 Integration Summary
2 0 Continuity drill framework and scoring
2 0 Deterministic blocker taxonomy extension
3 0 Cross-team benchmark comparator
0 0 VB.NET lowering/raising adapters
1 0 Review-Gate Policy Refinement
2 0 Phase 14d Integration + Sprint 14 Summary
0 0 Multi-language compile gate executor
1 0 Dependency and supply-chain audit packet
1 0 Reviewer-focused semantic diff summarizer
1 0 Architect Review Surface for Intake
2 0 Phase 24a Integration
2 0 Long-range blocker taxonomy
2 0 Result Acceptance Protocol
1 0 Patch proposal review report artifact
1 0 Parity diagnostics export
3 0 Debug benchmark harness for fixture suites
1 0 Triage packet bundle model
1 0 Incremental sync diagnostics model
2 0 Swarm maintenance job decomposition model
0 0 Epoch kickoff report artifact
3 0 Sprint 96 integration summary + regression
2 0 Phase 32a Integration
2 0 Self-Hosting Progress Report + Phase Integration
2 0 Phase 13a Integration — Layout Persistence
0 0 Sprint 28 Integration + Summary
2 0 Migration Plan Generator
2 0 Phase 20a Integration
3 0 End-to-end replay + rollback scenario suite
3 0 C++ runner adapter for harness
1 0 Safety Audit via Annotations
2 0 Phase 33a Integration
3 0 Sprint 79 integration summary + regression
0 0 Lisp lowering/raising adapters
0 0 `whetstone_run_porting_gates` MCP tool
1 0 Explainability compression model for rapid review
2 0 Phase 32a Integration
3 0 Sprint 51 integration summary + regression
3 0 Sprint 175 Integration Summary
3 0 Sprint 146 integration summary + regression
2 0 Deterministic blocker taxonomy extension
3 0 Sprint 139 integration summary + regression
3 0 Sprint 90 integration summary + full-program regression
3 0 Benchmark publication bundle
2 0 Transpilation failure taxonomy schema
3 0 Sprint 138 integration summary + regression
1 0 Architect Review Interface
1 0 Real adapter diagnostics in status tool
0 0 Kotlin Parser
1 0 Remediation router from gate diagnostics to tool actions
0 0 Family promotion checks (experimental->beta)
2 0 Phase 16a Integration
3 0 Sprint 73 integration summary + regression
2 0 Phase 13d Integration + Sprint 13 Summary
0 0 AnnotationValidator — Subject 5-8 Rules
0 0 Deterministic replay pack composer
1 0 Assurance review dossier template
3 0 Auto-tuning proposal generator from benchmark deltas
1 0 `whetstone_get_distributed_triage_queue` MCP tool
1 0 KPI anomaly triage model
2 0 Phase 36a Integration
2 0 Module Decomposition Engine
1 0 Scope ambiguity diagnostics
2 0 Phase 38a Integration
1 0 Governance and audit report bundle
2 0 Phase 13b Integration — Visual Consistency
3 0 CI integration in build/test flow
0 0 Zero-trust policy model for execution surfaces
1 0 Patch execution audit bundle
2 0 Phase 30a Integration
1 0 Drift audit report artifact
0 0 `whetstone_marketplace_search` MCP tool
3 0 Cross-language class emission parity tests
3 0 Test output parser — gtest format
0 0 `whetstone_get_debug_campaign_status` MCP tool
1 0 Dynamic family acceptance report + review queue wiring
3 0 Sprint 191 Integration Summary
2 0 Generator Updates + Phase 11c Integration
1 0 Review effort estimator from ambiguity/risk packets
3 0 Sprint 152 integration summary + regression
2 0 Candidate generation engine from failure taxonomy
0 0 Ambiguity packet model (`assumed`, `unknown`, `conflict`)
3 0 Sprint 198 Integration Summary
1 0 Memory Inspector UI Model
0 0 Argument/result canonicalizer model
3 0 Sprint 89 integration summary + regression
1 0 Divergence classification and triage model
0 0 `whetstone_run_constructive_loop` MCP tool
1 0 Dependency Audit Annotations
3 0 Benchmark runner and metrics export
3 0 Sprint 62 integration summary + regression
1 0 Review Comparison View
1 0 Review SLA policy integration
0 0 Failure injection and safety validation model
1 0 Intent drift diagnostics export
3 0 Sprint 186 Integration Summary
0 0 Auto Type Deduction
2 0 Scope and Milestone Decomposer
2 0 Phase 25a Integration
1 0 Constraint Violation Diagnostics
2 0 Refactor pattern schema and metadata model
1 0 `whetstone_normalize_diagnostics` MCP tool
0 0 Replay/transaction reliability report artifact
1 0 Reviewer effectiveness report artifact
1 0 Post-incident continuity audit report model
1 0 Entropy scanner — editor-side
2 0 Phase 13c Integration — Keyboard Shortcuts Help Panel
3 0 Test gate runner and minimal harness injection
2 0 Backend framework adapter hooks
0 0 Enhanced evidence requirements engine
1 0 `whetstone_preview_regenerated_diff` MCP tool
1 0 Hint safety guardrails and audit fields
2 0 Refactor intent annotation model
3 0 Sprint 137 integration summary + regression
1 0 Reporting templates for C++ review teams
0 0 Generic/monomorphization intent model
0 0 `whetstone_compare_mcp_replays` MCP tool
0 0 Memory Model Translation
0 0 Schema evolution compatibility checker
0 0 Closeout consistency gate
0 0 Real-time constraint model (`deadline`, `jitter`, `period`)
2 0 Workflow Session Protocol
0 0 Include/import ordering normalization model
2 0 Deprecation/succession lifecycle framework
0 0 Trace Timeline Model
1 0 Decision consistency analyzer across reviewers
1 0 Profile compliance auditor integration
0 0 `whetstone_plan_rollout_stage` MCP tool
0 0 Top-level strictness gate
0 0 Strict queue gate for execution contracts
3 0 Sprint 58 integration summary + regression
3 0 Sprint 48 integration summary + regression
0 0 `whetstone_detect_text_ast_conflicts_generic` MCP tool
2 0 Phase 19a Integration
1 0 `whetstone_get_review_load_status` MCP tool
3 0 Phase 19b Integration + Sprint Summary
3 0 Sprint 200 Integration Summary
0 0 Async/await state intent lowering
1 0 Failure triage score model
0 0 Plan fingerprinting and replay checks
1 0 MCP replay diagnostics artifact
0 0 Plugin compatibility resolver (core/API/version)
1 0 Diagnostic normalization canonical model
3 0 Test-to-source locator
0 0 Debug action budget model
2 0 Scaffold File Generation
1 0 Canonical diagnostic normalization from provider/LSP output
2 0 Backend framework adapter hooks
3 0 Sprint 162 Integration Summary
2 0 Phase 39a Integration
0 0 ADT + pattern matching canonical lowering
2 0 Verification gate integration for architecture artifacts
0 0 Modernization RPC + MCP
2 0 Phase 19a Integration
3 0 Convention Extractor + Validator (tests: unit, negative, regression)
1 0 `whetstone_preview_text_ast_merge` MCP tool
0 0 ABI gate bindings to tier promotions
2 0 Architecture claim linkage engine
0 0 Permission conformance report artifact
2 0 Phase 20a Integration
2 0 Governance model refresh framework
1 0 Sync diagnostics normalization model
3 0 Sprint 63 integration summary + regression
0 0 `whetstone_suggest_build_fix` MCP tool
3 0 A/B + benchmark validation artifact update
0 0 `whetstone_plan_tool_migrations` MCP tool
3 0 Full regression + architecture gate
0 0 C interop adapter deepening
3 0 Phase 10e Integration Tests
2 0 Phase 29a Integration
2 0 Scope and Milestone Decomposer
0 0 Multi-check gate orchestrator model
1 0 Lint executor integration
3 0 Sprint 118 integration summary + regression
1 0 Dropped-content diagnostics packet
0 0 Execution trace and recovery packet export
2 0 Phase 18a Integration
3 0 Sprint 45 Integration Summary
2 0 Deterministic blocker taxonomy
2 0 Refactor pattern schema and metadata model
1 0 Reviewer decision ledger integration
2 0 Phase 28a Integration
2 0 Phase 37a Integration
3 0 Sprint 114 integration summary + regression
2 0 `whetstone_publish_roadmap_epoch` MCP tool
1 0 `whetstone_review_porting_decision` MCP tool
2 0 Language-specific method body scaffolding for core patterns
1 0 Audit trail completeness checker
1 0 C++ include fixer from gate diagnostics
3 0 End-to-end capability inventory and gap scan
1 0 Static registry scanner for `register*Tools` blocks
2 0 Phase 31a Integration
1 0 `whetstone_rank_failure_triage_actions` MCP tool
3 0 Timing regression runner integration
2 0 Phase 40a Integration
1 0 Reviewer load and fatigue model
2 0 Swarm maintenance job decomposition model
2 0 Target projection blocker taxonomy
0 0 Annotate Whetstone's Own Code
2 0 Phase 15c Integration + Sprint 15 Summary
0 0 Epoch block health re-baseline model
3 0 Sprint 159 integration summary + regression
1 0 Human Review Interface via MCP
0 0 Transpile Whetstone Modules
0 0 Capability matrix model
2 0 Phase 14d Integration + Sprint 14 Summary
3 0 Prior-Step Context Injector (tests: unit, integration)
0 0 Unsafe-practice detection and quarantine
3 0 Sprint 127 integration summary + regression
1 0 `TaskitemQualityAuditor` — batch report
3 0 Systemic regression detector
0 0 Debug campaign spec model
3 0 `whetstone_get_execution_attestation` MCP tool
3 0 Sprint 72 integration summary + regression
2 0 Self-Hosting Progress Report + Phase Integration
0 0 C# Parser
1 0 Ambiguity triage UI model and API
0 0 F# Parser
0 0 Result-to-ObservationRecord mapper
0 0 Self-service escalation handoff hooks
1 1 0 `whetstone_get_sync_diagnostics` MCP tool
2 3 0 Regression fixtures for under-constrained vs capability-limited cases
3 3 0 Sprint 83 integration summary + regression
4 1 0 Audit trail and inspection
5 3 0 Sprint 99 integration summary + regression
6 3 0 Security Testing Skeleton Generation
7 2 0 Phase 25b Integration
8 3 0 Sprint 115 integration summary + regression
9 0 0 Feedback Loop — Rejection Re-Routing
10 2 0 Long-horizon roadmap planning engine v2
11 2 0 Retry/Escalation Protocol for Constraint Failures
12 0 0 `BuildErrorRecord` schema
13 2 0 Phase 26a Integration
14 3 0 Sprint 179 Integration Summary
15 0 0 Policy-compliance auto-checkpoint integration
16 2 0 Refactor grammar generator to use normalized schema IR
17 3 0 Intake-to-Queue Simulation Harness
18 3 0 Sprint 50 integration summary + regression
19 1 0 Human review queue generator from ambiguities
20 2 0 Scaffold File Generation
21 3 0 Sprint 85 integration summary + regression
22 0 0 `whetstone_get_swarm_maintenance_status` MCP tool
23 3 0 Sprint 157 integration summary + regression
24 3 0 Full historical regression + post-release checklist
25 1 0 `whetstone_normalize_diagnostics` runtime implementation
26 3 0 End-to-end — Python PriorityQueue → C++, Rust, Go
27 2 0 Phase 12d Integration + Sprint 12 Summary
28 1 0 False-green diagnostic class
29 3 0 Sprint 86 integration summary + regression
30 3 0 Sprint 64 integration summary + regression
31 3 0 Sprint 142 integration summary + regression
32 1 0 Priority-focused review queue shaping engine
33 1 0 Efficiency diagnostics and trend report
34 0 0 Context slice canonicalization for handoffs
35 0 0 Context Bundle Format
36 3 0 Reference implementation harness for IR/evidence specs
37 1 0 Constraint completeness diagnostics
38 1 0 Porting review board model
39 0 0 Maintenance demand estimator
40 0 0 `whetstone_get_program_kpis` MCP tool
41 1 0 Tool-surface diagnostics report artifact
42 3 0 Rust runner adapter for harness
43 2 0 `whetstone_verify_architecture_consistency` MCP tool
44 1 0 Security scan orchestrator for generated targets
45 1 0 Strictness audit utility and baseline report
46 0 0 Sprint pipeline summary enrichment
47 0 0 C Parser — Functions, Structs, Enums
48 1 0 Call Stack and Frame Inspector
49 3 0 Sprint 74 integration summary + regression
50 2 0 Phase 25b Integration
51 0 0 Binary/interface diff engine integration
52 3 0 Sprint 125 integration summary + regression
53 1 0 Reviewer quorum policy model for critical approvals
54 1 0 Conflict preview and impact estimator model
55 3 0 Test failure classifier
56 3 0 Benchmark ingestion support for projection schema
57 0 0 Artifact quality scoring and ranking engine
58 3 0 Sprint 47 integration summary + regression
59 0 0 `whetstone_assemble_context` MCP tool
60 0 0 Legacy modernization dossier generator
61 0 0 Step Engine
62 1 0 Agent role contract schema (`analyzer`, `patcher`, `verifier`, `reviewer`)
63 0 0 `whetstone_trigger_porting_incident_drill` MCP tool
64 1 0 Lint diagnostics normalization
65 1 0 AST mutation preview
66 2 0 Burn-down planning optimizer
67 1 0 KPI delta analysis engine for block review
68 2 0 Long-horizon roadmap planning engine v2
69 0 0 `whetstone_rollback_constructive_transaction` MCP tool
70 2 0 Deterministic blocker taxonomy
71 1 0 Docking Reliability Audit + Deterministic Layout Rules
72 0 0 `whetstone_run_build_iteration` MCP tool
73 1 0 Divergence triage model for interop failures
74 2 0 Phase 36a Integration
75 0 0 Language capability conformance report artifact
76 3 0 `whetstone_run_pair_benchmark` MCP tool
77 1 0 `whetstone_optimize_review_queue` MCP tool
78 3 0 Sprint 205 Integration Summary
79 1 0 Loop summary contract diagnostics
80 2 0 Phase 13a Integration — Layout Persistence
81 3 0 Sprint 189 Integration Summary
82 2 0 Continuity drill framework and scoring
83 2 0 Deterministic blocker taxonomy extension
84 3 0 Cross-team benchmark comparator
85 0 0 VB.NET lowering/raising adapters
86 1 0 Review-Gate Policy Refinement
87 2 0 Phase 14d Integration + Sprint 14 Summary
88 0 0 Multi-language compile gate executor
89 1 0 Dependency and supply-chain audit packet
90 1 0 Reviewer-focused semantic diff summarizer
91 1 0 Architect Review Surface for Intake
92 2 0 Phase 24a Integration
93 2 0 Long-range blocker taxonomy
94 2 0 Result Acceptance Protocol
95 1 0 Patch proposal review report artifact
96 1 0 Parity diagnostics export
97 3 0 Debug benchmark harness for fixture suites
98 1 0 Triage packet bundle model
99 1 0 Incremental sync diagnostics model
100 2 0 Swarm maintenance job decomposition model
101 0 0 Epoch kickoff report artifact
102 3 0 Sprint 96 integration summary + regression
103 2 0 Phase 32a Integration
104 2 0 Self-Hosting Progress Report + Phase Integration
105 2 0 Phase 13a Integration — Layout Persistence
106 0 0 Sprint 28 Integration + Summary
107 2 0 Migration Plan Generator
108 2 0 Phase 20a Integration
109 3 0 End-to-end replay + rollback scenario suite
110 3 0 C++ runner adapter for harness
111 1 0 Safety Audit via Annotations
112 2 0 Phase 33a Integration
113 3 0 Sprint 79 integration summary + regression
114 0 0 Lisp lowering/raising adapters
115 0 0 `whetstone_run_porting_gates` MCP tool
116 1 0 Explainability compression model for rapid review
117 2 0 Phase 32a Integration
118 3 0 Sprint 51 integration summary + regression
119 3 0 Sprint 175 Integration Summary
120 3 0 Sprint 146 integration summary + regression
121 2 0 Deterministic blocker taxonomy extension
122 3 0 Sprint 139 integration summary + regression
123 3 0 Sprint 90 integration summary + full-program regression
124 3 0 Benchmark publication bundle
125 2 0 Transpilation failure taxonomy schema
126 3 0 Sprint 138 integration summary + regression
127 1 0 Architect Review Interface
128 1 0 Real adapter diagnostics in status tool
129 0 0 Kotlin Parser
130 1 0 Remediation router from gate diagnostics to tool actions
131 0 0 Family promotion checks (experimental->beta)
132 2 0 Phase 16a Integration
133 3 0 Sprint 73 integration summary + regression
134 2 0 Phase 13d Integration + Sprint 13 Summary
135 0 0 AnnotationValidator — Subject 5-8 Rules
136 0 0 Deterministic replay pack composer
137 1 0 Assurance review dossier template
138 3 0 Auto-tuning proposal generator from benchmark deltas
139 1 0 `whetstone_get_distributed_triage_queue` MCP tool
140 1 0 KPI anomaly triage model
141 2 0 Phase 36a Integration
142 2 0 Module Decomposition Engine
143 1 0 Scope ambiguity diagnostics
144 2 0 Phase 38a Integration
145 1 0 Governance and audit report bundle
146 2 0 Phase 13b Integration — Visual Consistency
147 3 0 CI integration in build/test flow
148 0 0 Zero-trust policy model for execution surfaces
149 1 0 Patch execution audit bundle
150 2 0 Phase 30a Integration
151 1 0 Drift audit report artifact
152 0 0 `whetstone_marketplace_search` MCP tool
153 3 0 Cross-language class emission parity tests
154 3 0 Test output parser — gtest format
155 0 0 `whetstone_get_debug_campaign_status` MCP tool
156 1 0 Dynamic family acceptance report + review queue wiring
157 3 0 Sprint 191 Integration Summary
158 2 0 Generator Updates + Phase 11c Integration
159 1 0 Review effort estimator from ambiguity/risk packets
160 3 0 Sprint 152 integration summary + regression
161 2 0 Candidate generation engine from failure taxonomy
162 0 0 Ambiguity packet model (`assumed`, `unknown`, `conflict`)
163 3 0 Sprint 198 Integration Summary
164 1 0 Memory Inspector UI Model
165 0 0 Argument/result canonicalizer model
166 3 0 Sprint 89 integration summary + regression
167 1 0 Divergence classification and triage model
168 0 0 `whetstone_run_constructive_loop` MCP tool
169 1 0 Dependency Audit Annotations
170 3 0 Benchmark runner and metrics export
171 3 0 Sprint 62 integration summary + regression
172 1 0 Review Comparison View
173 1 0 Review SLA policy integration
174 0 0 Failure injection and safety validation model
175 1 0 Intent drift diagnostics export
176 3 0 Sprint 186 Integration Summary
177 0 0 Auto Type Deduction
178 2 0 Scope and Milestone Decomposer
179 2 0 Phase 25a Integration
180 1 0 Constraint Violation Diagnostics
181 2 0 Refactor pattern schema and metadata model
182 1 0 `whetstone_normalize_diagnostics` MCP tool
183 0 0 Replay/transaction reliability report artifact
184 1 0 Reviewer effectiveness report artifact
185 1 0 Post-incident continuity audit report model
186 1 0 Entropy scanner — editor-side
187 2 0 Phase 13c Integration — Keyboard Shortcuts Help Panel
188 3 0 Test gate runner and minimal harness injection
189 2 0 Backend framework adapter hooks
190 0 0 Enhanced evidence requirements engine
191 1 0 `whetstone_preview_regenerated_diff` MCP tool
192 1 0 Hint safety guardrails and audit fields
193 2 0 Refactor intent annotation model
194 3 0 Sprint 137 integration summary + regression
195 1 0 Reporting templates for C++ review teams
196 0 0 Generic/monomorphization intent model
197 0 0 `whetstone_compare_mcp_replays` MCP tool
198 0 0 Memory Model Translation
199 0 0 Schema evolution compatibility checker
200 0 0 Closeout consistency gate
201 0 0 Real-time constraint model (`deadline`, `jitter`, `period`)
202 2 0 Workflow Session Protocol
203 0 0 Include/import ordering normalization model
204 2 0 Deprecation/succession lifecycle framework
205 0 0 Trace Timeline Model
206 1 0 Decision consistency analyzer across reviewers
207 1 0 Profile compliance auditor integration
208 0 0 `whetstone_plan_rollout_stage` MCP tool
209 0 0 Top-level strictness gate
210 0 0 Strict queue gate for execution contracts
211 3 0 Sprint 58 integration summary + regression
212 3 0 Sprint 48 integration summary + regression
213 0 0 `whetstone_detect_text_ast_conflicts_generic` MCP tool
214 2 0 Phase 19a Integration
215 1 0 `whetstone_get_review_load_status` MCP tool
216 3 0 Phase 19b Integration + Sprint Summary
217 3 0 Sprint 200 Integration Summary
218 0 0 Async/await state intent lowering
219 1 0 Failure triage score model
220 0 0 Plan fingerprinting and replay checks
221 1 0 MCP replay diagnostics artifact
222 0 0 Plugin compatibility resolver (core/API/version)
223 1 0 Diagnostic normalization canonical model
224 3 0 Test-to-source locator
225 0 0 Debug action budget model
226 2 0 Scaffold File Generation
227 1 0 Canonical diagnostic normalization from provider/LSP output
228 2 0 Backend framework adapter hooks
229 3 0 Sprint 162 Integration Summary
230 2 0 Phase 39a Integration
231 0 0 ADT + pattern matching canonical lowering
232 2 0 Verification gate integration for architecture artifacts
233 0 0 Modernization RPC + MCP
234 2 0 Phase 19a Integration
235 3 0 Convention Extractor + Validator (tests: unit, negative, regression)
236 1 0 `whetstone_preview_text_ast_merge` MCP tool
237 0 0 ABI gate bindings to tier promotions
238 2 0 Architecture claim linkage engine
239 0 0 Permission conformance report artifact
240 2 0 Phase 20a Integration
241 2 0 Governance model refresh framework
242 1 0 Sync diagnostics normalization model
243 3 0 Sprint 63 integration summary + regression
244 0 0 `whetstone_suggest_build_fix` MCP tool
245 3 0 A/B + benchmark validation artifact update
246 0 0 `whetstone_plan_tool_migrations` MCP tool
247 3 0 Full regression + architecture gate
248 0 0 C interop adapter deepening
249 3 0 Phase 10e Integration Tests
250 2 0 Phase 29a Integration
251 2 0 Scope and Milestone Decomposer
252 0 0 Multi-check gate orchestrator model
253 1 0 Lint executor integration
254 3 0 Sprint 118 integration summary + regression
255 1 0 Dropped-content diagnostics packet
256 0 0 Execution trace and recovery packet export
257 2 0 Phase 18a Integration
258 3 0 Sprint 45 Integration Summary
259 2 0 Deterministic blocker taxonomy
260 2 0 Refactor pattern schema and metadata model
261 1 0 Reviewer decision ledger integration
262 2 0 Phase 28a Integration
263 2 0 Phase 37a Integration
264 3 0 Sprint 114 integration summary + regression
265 2 0 `whetstone_publish_roadmap_epoch` MCP tool
266 1 0 `whetstone_review_porting_decision` MCP tool
267 2 0 Language-specific method body scaffolding for core patterns
268 1 0 Audit trail completeness checker
269 1 0 C++ include fixer from gate diagnostics
270 3 0 End-to-end capability inventory and gap scan
271 1 0 Static registry scanner for `register*Tools` blocks
272 2 0 Phase 31a Integration
273 1 0 `whetstone_rank_failure_triage_actions` MCP tool
274 3 0 Timing regression runner integration
275 2 0 Phase 40a Integration
276 1 0 Reviewer load and fatigue model
277 2 0 Swarm maintenance job decomposition model
278 2 0 Target projection blocker taxonomy
279 0 0 Annotate Whetstone's Own Code
280 2 0 Phase 15c Integration + Sprint 15 Summary
281 0 0 Epoch block health re-baseline model
282 3 0 Sprint 159 integration summary + regression
283 1 0 Human Review Interface via MCP
284 0 0 Transpile Whetstone Modules
285 0 0 Capability matrix model
286 2 0 Phase 14d Integration + Sprint 14 Summary
287 3 0 Prior-Step Context Injector (tests: unit, integration)
288 0 0 Unsafe-practice detection and quarantine
289 3 0 Sprint 127 integration summary + regression
290 1 0 `TaskitemQualityAuditor` — batch report
291 3 0 Systemic regression detector
292 0 0 Debug campaign spec model
293 3 0 `whetstone_get_execution_attestation` MCP tool
294 3 0 Sprint 72 integration summary + regression
295 2 0 Self-Hosting Progress Report + Phase Integration
296 0 0 C# Parser
297 1 0 Ambiguity triage UI model and API
298 0 0 F# Parser
299 0 0 Result-to-ObservationRecord mapper
300 0 0 Self-service escalation handoff hooks