Add source-backed feature workflow catalog - #11
Merged
vikrantd merged 13 commits intoSep 17, 2026
Merged
Conversation
- Generate and persist feature/workflow manifests during tldrgraph init - Make AI enrichment and route-link inference explicit opt-ins - Load saved workflows in the visualizer with pending/ready states - Add workflow generation, loading, and visualizer test coverage
Replace heuristic workflow generation with a request/response handoff, add workflow validation and endpoint-aware evidence traversal, and update CLI contracts, agent instructions, tests, and visualizer messaging.
- Introduce area-grouped feature/workflow schema with legacy compatibility - Validate generated, partial, and pending workflow evidence - Update visualizer with searchable capability catalog - Refresh documentation and test coverage
…atalog - simplify TLDRGraph around agent-driven feature and workflow extraction - add source inventory, workflow contracts, validation, and visualizer support - remove legacy graph, BPMN, embedding, and benchmark pipelines - update CLI, installer, docs, agent integrations, and tests
- Validate features.yaml and per-feature workflow files directly - Update agent instructions and documentation for parallel workflow generation - Improve workflow visualization and branching support - Refresh tests and bump version to 0.3.1
TLDRGRAPH REFRESH — NEXT ACTION REQUIRED
status: needs_feature_workflows
source_hash: 58273bd4a19bca61533cee6c9787d5871ad1348404641c69d91fed25a2e4f6ef
Feature discovery requires the active coding agent:
Current artifacts rejected: features source_hash does not match the current repository
1. Inspect the repository and identify feature outcomes.
2. Spawn one fresh source-reading subagent for each feature.
3. Combine their evidence-backed results and write .tldrgraph/features.yaml
plus .tldrgraph/workflows/<feature_id>.yaml using this source_hash.
4. Run: tldrgraph refresh command for updating existing catalogs
Adds a dedicated
TLDRGRAPH REFRESH — NEXT ACTION REQUIRED
status: needs_feature_workflows
source_hash: 58273bd4a19bca61533cee6c9787d5871ad1348404641c69d91fed25a2e4f6ef
Feature discovery requires the active coding agent:
Current artifacts rejected: features source_hash does not match the current repository
1. Inspect the repository and identify feature outcomes.
2. Spawn one fresh source-reading subagent for each feature.
3. Combine their evidence-backed results and write .tldrgraph/features.yaml
plus .tldrgraph/workflows/<feature_id>.yaml using this source_hash.
4. Run: tldrgraph refresh CLI command that mirrors 's
pipeline but makes the update intent explicit for existing catalogs.
Updates documentation, agent commands, and tests accordingly.
TLDRGRAPH REFRESH — NEXT ACTION REQUIRED
status: needs_feature_workflows
source_hash: 58273bd4a19bca61533cee6c9787d5871ad1348404641c69d91fed25a2e4f6ef
Feature discovery requires the active coding agent:
Current artifacts rejected: features source_hash does not match the current repository
1. Inspect the repository and identify feature outcomes.
2. Spawn one fresh source-reading subagent for each feature.
3. Combine their evidence-backed results and write .tldrgraph/features.yaml
plus .tldrgraph/workflows/<feature_id>.yaml using this source_hash.
4. Run: tldrgraph refresh command for updating existing catalogs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Validation
tldrgraph refresh