Skip to content

Commit a3b5a2d

Browse files
committed
Add web playground, configuration wizard, project templates, and real-world examples
1 parent f5630e7 commit a3b5a2d

41 files changed

Lines changed: 52738 additions & 122 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.understand-first.yml

Lines changed: 30 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,32 @@
1-
# Understand-First seed config
2-
# Default seeds to use when none are provided (file:function or token)
3-
seeds:
4-
- examples/app/hot_path.py:run_hot_path
5-
# Default neighbor expansion hops for lens building
61
hops: 2
7-
# Optional: where contracts and glossary live
8-
contracts_paths:
9-
- contracts/contracts_from_openapi.yaml
10-
- contracts/contracts.yaml
2+
seeds: []
3+
seeds_for: {}
4+
contracts_paths: []
115
glossary_path: docs/glossary.md
12-
13-
seeds_for:
14-
bug:
15-
- examples/app/hot_path.py:run_hot_path
16-
perf:
17-
- examples/clients/pet_client.py:list_pets
18-
infra:
19-
- examples/servers/http_server.py:list_pets
6+
metrics:
7+
enabled: true
8+
weekly_reports: true
9+
event_tracking: true
10+
exclude_patterns:
11+
- '**/__pycache__/**'
12+
- '**/node_modules/**'
13+
- '**/.git/**'
14+
include_patterns:
15+
- y
16+
- y
17+
- y
18+
- y
19+
analysis_options:
20+
complexity_analysis: true
21+
side_effects: true
22+
dependencies: true
23+
ci_integration:
24+
enabled: true
25+
platform: y
26+
fail_on_issues: true
27+
generate_reports: true
28+
ide_integration:
29+
enabled: true
30+
type: y
31+
gutter_annotations: true
32+
quick_peek: true

0 commit comments

Comments
 (0)