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.
- package/README.md +4 -0
- package/installer.ps1 +1 -1
- package/installer.sh +649 -643
- package/package.json +5 -1
- package/scripts/guard_installer_publish.py +88 -0
- package/scripts/remote_config_summary.py +243 -0
- package/template/.cursor/commands/auto.md +132 -17
- package/template/.cursor/commands/execute.md +6 -0
- package/template/.cursor/commands/qa.md +5 -0
- package/template/.cursor/rules/coding-standards.mdc +7 -0
- package/template/.cursor/scratchpad.local.example.md +20 -1
- package/template/.cursor/scratchpad.md +35 -10
- package/template/.cursorignore +5 -0
- package/template/.env.example +28 -0
- package/template/README.md +4 -0
- package/template/docs/engineering/auto-orchestration-reference.md +315 -27
- package/template/docs/engineering/context/installer-owned-paths.manifest +78 -72
- package/template/docs/engineering/runbook.md +1772 -1525
- package/template/docs/engineering/runtime-connectivity.md +47 -0
- package/template/docs/engineering/us-0084-remote-e2e.md +44 -0
- package/template/scripts/guard_installer_publish.py +88 -0
- package/template/scripts/remote_config_summary.py +243 -0
|
@@ -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/
|
|
32
|
-
.
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
docs/
|
|
41
|
-
docs/
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
scripts/
|
|
48
|
-
scripts/
|
|
49
|
-
scripts/
|
|
50
|
-
scripts/
|
|
51
|
-
scripts/
|
|
52
|
-
scripts/
|
|
53
|
-
scripts/
|
|
54
|
-
scripts/
|
|
55
|
-
scripts/
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
scripts/
|
|
67
|
-
scripts/
|
|
68
|
-
scripts/
|
|
69
|
-
scripts/
|
|
70
|
-
scripts/
|
|
71
|
-
scripts/
|
|
72
|
-
scripts/
|
|
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
|