Skip to content

Commit 8783a39

Browse files
1 parent fa1628c commit 8783a39

13 files changed

Lines changed: 61 additions & 9 deletions

File tree

.github/Update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Update: Fri Feb 13 01:54:51 UTC 2026
1+
Update: Sun Feb 15 01:54:27 UTC 2026
File renamed without changes.

Documentation/GitHub/Naming Conventions.md renamed to Documentation/GitHub/NamingConventions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ std::env::var("PATH")?;
469469
//! Brief description of the module.
470470
//!
471471
//! This module follows the Land ecosystem's PascalCase naming convention.
472-
//! See https://github.com/CodeEditorLand/Mountain/blob/main/Documentation/GitHub/Naming%20Conventions.md
472+
//! See https://github.com/CodeEditorLand/Mountain/blob/main/Documentation/GitHub/NamingConventions.md
473473

474474
use std::sync::Arc;
475475

@@ -637,14 +637,14 @@ All modules include the naming convention header:
637637
```rust
638638
// At the top of each .rs file (after the initial doc comments):
639639
//! This module follows the Land ecosystem's PascalCase naming convention.
640-
//! See https://github.com/CodeEditorLand/Mountain/blob/main/Documentation/GitHub/Naming%20Conventions.md
640+
//! See https://github.com/CodeEditorLand/Mountain/blob/main/Documentation/GitHub/NamingConventions.md
641641
```
642642

643643
---
644644

645645
## Further Reading
646646

647-
- [Deep Dive & Architecture](https://github.com/CodeEditorLand/Mountain/blob/main/Documentation/GitHub/Deep%20Dive.md)
647+
- [Deep Dive & Architecture](https://github.com/CodeEditorLand/Mountain/blob/main/Documentation/GitHub/DeepDive.md)
648648
- [Common Crate Documentation](https://github.com/CodeEditorLand/Common)
649649
- [gRPC Best Practices](https://grpc.io/docs/guides/)
650650
- [Protocol Buffers Style Guide](https://developers.google.com/protocol-buffers/docs/style)

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ frontend and the `Cocoon` extension host.
120120

121121
To understand how `Mountain`'s internal components are structured and how they
122122
implement the application's core logic, please refer to the detailed technical
123-
breakdown in [`Documentation/GitHub/Deep Dive.md`](Documentation/GitHub/Deep%20Dive.md). This document explains
123+
breakdown in [`Documentation/GitHub/DeepDive.md`](https://github.com/CodeEditorLand/Mountain/tree/Current/Documentation/GitHub/DeepDive.md). This document explains
124124
the roles of the `ApplicationRunTime`, `ApplicationState`, `Handler`,
125125
`Environment`, and the `Vine` gRPC layer.
126126

@@ -224,13 +224,13 @@ set up, build, and run the entire application.
224224
This project is released into the public domain under the **Creative Commons CC0
225225
Universal** license. You are free to use, modify, distribute, and build upon
226226
this work for any purpose, without any restrictions. For the full legal text,
227-
see the [`LICENSE`](LICENSE) file.
227+
see the [`LICENSE`](https://github.com/CodeEditorLand/Mountain/tree/Current/) file.
228228

229229
---
230230

231231
## Changelog 📜
232232

233-
Stay updated with our progress! See [`CHANGELOG.md`](CHANGELOG.md) for a history
233+
Stay updated with our progress! See [`CHANGELOG.md`](https://github.com/CodeEditorLand/Mountain/tree/Current/) for a history
234234
of changes specific to **Mountain**.
235235

236236
---
File renamed without changes.
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:545099577d62f541fc127a64e614d9db06ab7342fd889d0de222e9d0017cea47
3-
size 51593568
2+
oid sha256:24aecf2e9dcdf55a0602b4174c28ffc11b77f2fa02fe9715e20788f126f65563
3+
size 86881856
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>CFBundleDevelopmentRegion</key>
6+
<string>English</string>
7+
<key>CFBundleDisplayName</key>
8+
<string>DevelopmentNodeEnvironment_MicrosoftVSCodeDependency_22NodeVersion_Bundle_Clean_Debug_Mountain</string>
9+
<key>CFBundleExecutable</key>
10+
<string>DevelopmentNodeEnvironment_MicrosoftVSCodeDependency_22NodeVersion_Bundle_Clean_Debug_Mountain</string>
11+
<key>CFBundleIconFile</key>
12+
<string>icon.icns</string>
13+
<key>CFBundleIdentifier</key>
14+
<string>land.editor.binary.development.node.environment.microsoft.vscode.dependency.node.22.bundle.clean.debug.mountain</string>
15+
<key>CFBundleInfoDictionaryVersion</key>
16+
<string>6.0</string>
17+
<key>CFBundleName</key>
18+
<string>DevelopmentNodeEnvironment_MicrosoftVSCodeDependency_22NodeVersion_Bundle_Clean_Debug_Mountain</string>
19+
<key>CFBundlePackageType</key>
20+
<string>APPL</string>
21+
<key>CFBundleShortVersionString</key>
22+
<string>0.0.1</string>
23+
<key>CFBundleVersion</key>
24+
<string>0.0.1</string>
25+
<key>CSResourcesFileMapped</key>
26+
<false/>
27+
<key>LSApplicationCategoryType</key>
28+
<string>public.app-category.developer-tools</string>
29+
<key>LSMinimumSystemVersion</key>
30+
<string>10.0</string>
31+
<key>CFBundleDocumentTypes</key>
32+
<array/>
33+
<key>LSRequiresCarbon</key>
34+
<false/>
35+
<key>NSHighResolutionCapable</key>
36+
<true/>
37+
<key>NSHumanReadableCopyright</key>
38+
<string>PlayForm</string>
39+
</dict>
40+
</plist>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:9abb81968734bac0df6f6e39fe06edaa1d23d074faa2a36836aa528f5bb67de6
3+
size 86566304
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:7bf25453c4280d0c4b8501144e419dd9597eeddd5804c4f4ab571d3286489547
3+
size 110604016

0 commit comments

Comments
 (0)