its-magic 0.1.2-42 → 0.1.2-48

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -31,6 +31,13 @@ scripts/materialize_codebase_map.py
31
31
  scripts/remote_config_summary.py
32
32
  scripts/guard_installer_publish.py
33
33
  scripts/enforce-triad-hot-surface.py
34
+ scripts/caveman_compress_input.py
35
+ scripts/readme_feature_coverage_lib.py
36
+ scripts/validate_readme_feature_coverage.py
37
+ scripts/check_downstream_ci_guard.py
38
+ scripts/downstream_ci_guard_lib.py
39
+ scripts/auto_outer_driver.py
40
+ scripts/uat_probe_lib.py
34
41
  .github/workflows
35
42
  README.md
36
43
  its_magic
@@ -57,6 +64,13 @@ scripts/materialize_codebase_map.py
57
64
  scripts/remote_config_summary.py
58
65
  scripts/guard_installer_publish.py
59
66
  scripts/enforce-triad-hot-surface.py
67
+ scripts/caveman_compress_input.py
68
+ scripts/readme_feature_coverage_lib.py
69
+ scripts/validate_readme_feature_coverage.py
70
+ scripts/check_downstream_ci_guard.py
71
+ scripts/downstream_ci_guard_lib.py
72
+ scripts/auto_outer_driver.py
73
+ scripts/uat_probe_lib.py
60
74
  .github/workflows/ci.yml
61
75
  .github/workflows/deploy.yml
62
76
  its_magic
@@ -76,3 +90,4 @@ scripts/materialize_codebase_map.py
76
90
  scripts/remote_config_summary.py
77
91
  scripts/guard_installer_publish.py
78
92
  scripts/enforce-triad-hot-surface.py
93
+ scripts/caveman_compress_input.py
@@ -0,0 +1,30 @@
1
+ {
2
+ "affinity_version": 1,
3
+ "rules": [
4
+ {
5
+ "dev_h2": "Workflow",
6
+ "root_h2": "Commands and workflow",
7
+ "tag": "slash_command"
8
+ },
9
+ {
10
+ "dev_h2": "Quality gates",
11
+ "root_h2": "Other useful capabilities",
12
+ "tag": "scratchpad_mode"
13
+ },
14
+ {
15
+ "dev_h2": "Architecture notes",
16
+ "root_h2": "Features",
17
+ "tag": "distribution"
18
+ },
19
+ {
20
+ "dev_h2": "Quality gates",
21
+ "root_h2": "Commands and workflow",
22
+ "tag": "release_gate"
23
+ },
24
+ {
25
+ "dev_h2": "Engineering decisions",
26
+ "root_h2": "Other useful capabilities",
27
+ "tag": "governance"
28
+ }
29
+ ]
30
+ }