monarchai 2.0.0 → 2.0.1
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 +12 -0
- package/dist/monarch.js +216 -213
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -124,3 +124,15 @@ outside individual file backups.
|
|
|
124
124
|
|
|
125
125
|
Web fetching validates and pins DNS addresses at every redirect. Pages are limited
|
|
126
126
|
to 2 MB of transferred and decoded content and a 30-second request deadline.
|
|
127
|
+
|
|
128
|
+
## A note on the source comments
|
|
129
|
+
|
|
130
|
+
Many comments in `src/` cite files under `analysis/` — for example
|
|
131
|
+
`analysis/engine/sprite-evidence.md`. That directory is the working notes from
|
|
132
|
+
reconstructing the 0.1.5 engine: extracted bundle regions, derivations and
|
|
133
|
+
evidence for why a given constant or layout rule is what it is. It is kept
|
|
134
|
+
privately and is not part of this repository.
|
|
135
|
+
|
|
136
|
+
The citations are left in place deliberately. They record that a value was
|
|
137
|
+
derived from evidence rather than chosen, which is the part worth knowing even
|
|
138
|
+
when the note itself is not to hand.
|