its-magic 0.1.2-39 → 0.1.2-42

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.
@@ -1,72 +1,78 @@
1
- # its-magic installer ownership manifest
2
- # Sections are line-based path lists.
3
- #
4
- # Model B baseline: materialized scratchpad (under .cursor/) is not manifest-copied;
5
- # installers copy it from packaged template during post-install only. Framework-owned
6
- # scratchpad.local.example (under .cursor/) refreshes from template before baseline
7
- # handling in installer.py --scratchpad-postinstall (example-first ordering).
8
-
9
- [install_include_paths]
10
- .cursor/commands
11
- .cursor/rules
12
- .cursor/skills
13
- .cursor/agents
14
- .cursor/hooks
15
- .cursor/hooks.json
16
- .cursor/scratchpad.local.example.md
17
- docs
18
- sprints
19
- handoffs
20
- decisions
21
- scripts/validate-and-push.ps1
22
- scripts/validate-and-push.sh
23
- scripts/sync_push_gates.py
24
- scripts/doc_profile_lib.py
25
- scripts/validate_doc_profile.py
26
- scripts/intake_evidence_validate.py
27
- scripts/intake_evidence_lib.py
28
- scripts/intake_bug_routing_guard.py
29
- scripts/check_intake_template_parity.py
30
- scripts/materialize_codebase_map.py
31
- scripts/enforce-triad-hot-surface.py
32
- .github/workflows
33
- README.md
34
- its_magic
35
-
36
- [clean_paths]
37
- .cursor
38
- docs/product
39
- docs/engineering
40
- docs/developer
41
- docs/user-guides
42
- sprints
43
- handoffs
44
- decisions
45
- scripts/validate-and-push.ps1
46
- scripts/validate-and-push.sh
47
- scripts/sync_push_gates.py
48
- scripts/doc_profile_lib.py
49
- scripts/validate_doc_profile.py
50
- scripts/intake_evidence_validate.py
51
- scripts/intake_evidence_lib.py
52
- scripts/intake_bug_routing_guard.py
53
- scripts/check_intake_template_parity.py
54
- scripts/materialize_codebase_map.py
55
- scripts/enforce-triad-hot-surface.py
56
- .github/workflows/ci.yml
57
- .github/workflows/deploy.yml
58
- its_magic
59
- .its-magic-version
60
-
61
- [required_install_script_paths]
62
- scripts/validate-and-push.ps1
63
- scripts/validate-and-push.sh
64
- scripts/sync_push_gates.py
65
- scripts/doc_profile_lib.py
66
- scripts/validate_doc_profile.py
67
- scripts/intake_evidence_validate.py
68
- scripts/intake_evidence_lib.py
69
- scripts/intake_bug_routing_guard.py
70
- scripts/check_intake_template_parity.py
71
- scripts/materialize_codebase_map.py
72
- scripts/enforce-triad-hot-surface.py
1
+ # its-magic installer ownership manifest
2
+ # Sections are line-based path lists.
3
+ #
4
+ # Model B baseline: materialized scratchpad (under .cursor/) is not manifest-copied;
5
+ # installers copy it from packaged template during post-install only. Framework-owned
6
+ # scratchpad.local.example (under .cursor/) refreshes from template before baseline
7
+ # handling in installer.py --scratchpad-postinstall (example-first ordering).
8
+
9
+ [install_include_paths]
10
+ .cursor/commands
11
+ .cursor/rules
12
+ .cursor/skills
13
+ .cursor/agents
14
+ .cursor/hooks
15
+ .cursor/hooks.json
16
+ .cursor/scratchpad.local.example.md
17
+ docs
18
+ sprints
19
+ handoffs
20
+ decisions
21
+ scripts/validate-and-push.ps1
22
+ scripts/validate-and-push.sh
23
+ scripts/sync_push_gates.py
24
+ scripts/doc_profile_lib.py
25
+ scripts/validate_doc_profile.py
26
+ scripts/intake_evidence_validate.py
27
+ scripts/intake_evidence_lib.py
28
+ scripts/intake_bug_routing_guard.py
29
+ scripts/check_intake_template_parity.py
30
+ scripts/materialize_codebase_map.py
31
+ scripts/remote_config_summary.py
32
+ scripts/guard_installer_publish.py
33
+ scripts/enforce-triad-hot-surface.py
34
+ .github/workflows
35
+ README.md
36
+ its_magic
37
+
38
+ [clean_paths]
39
+ .cursor
40
+ docs/product
41
+ docs/engineering
42
+ docs/developer
43
+ docs/user-guides
44
+ sprints
45
+ handoffs
46
+ decisions
47
+ scripts/validate-and-push.ps1
48
+ scripts/validate-and-push.sh
49
+ scripts/sync_push_gates.py
50
+ scripts/doc_profile_lib.py
51
+ scripts/validate_doc_profile.py
52
+ scripts/intake_evidence_validate.py
53
+ scripts/intake_evidence_lib.py
54
+ scripts/intake_bug_routing_guard.py
55
+ scripts/check_intake_template_parity.py
56
+ scripts/materialize_codebase_map.py
57
+ scripts/remote_config_summary.py
58
+ scripts/guard_installer_publish.py
59
+ scripts/enforce-triad-hot-surface.py
60
+ .github/workflows/ci.yml
61
+ .github/workflows/deploy.yml
62
+ its_magic
63
+ .its-magic-version
64
+
65
+ [required_install_script_paths]
66
+ scripts/validate-and-push.ps1
67
+ scripts/validate-and-push.sh
68
+ scripts/sync_push_gates.py
69
+ scripts/doc_profile_lib.py
70
+ scripts/validate_doc_profile.py
71
+ scripts/intake_evidence_validate.py
72
+ scripts/intake_evidence_lib.py
73
+ scripts/intake_bug_routing_guard.py
74
+ scripts/check_intake_template_parity.py
75
+ scripts/materialize_codebase_map.py
76
+ scripts/remote_config_summary.py
77
+ scripts/guard_installer_publish.py
78
+ scripts/enforce-triad-hot-surface.py