Skip to content

Commit 39fe8ee

Browse files
committed
chore: bootstrap contractiles (Trustfile, Intentfile, Mustfile)
1 parent 342f5a8 commit 39fe8ee

3 files changed

Lines changed: 33 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# SPDX-License-Identifier: PMPL-1.0-or-later
2+
# Intentfile.a2ml — BLANK TEMPLATE
3+
# Replace this with your project's contractile.
4+
# See .machine_readable/contractiles/ for a working example.
5+
#
6+
# Copy this file to .machine_readable/contractiles/lust/Intentfile.a2ml
7+
# and fill in your project-specific checks.
8+
9+
@abstract:
10+
[Your project's LUST contract goes here]
11+
@end

contractiles/must/Mustfile.a2ml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# SPDX-License-Identifier: PMPL-1.0-or-later
2+
# Mustfile.a2ml — BLANK TEMPLATE
3+
# Replace this with your project's contractile.
4+
# See .machine_readable/contractiles/ for a working example.
5+
#
6+
# Copy this file to .machine_readable/contractiles/must/Mustfile.a2ml
7+
# and fill in your project-specific checks.
8+
9+
@abstract:
10+
[Your project's MUST contract goes here]
11+
@end

contractiles/trust/Trustfile.a2ml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# SPDX-License-Identifier: PMPL-1.0-or-later
2+
# Trustfile.a2ml — BLANK TEMPLATE
3+
# Replace this with your project's contractile.
4+
# See .machine_readable/contractiles/ for a working example.
5+
#
6+
# Copy this file to .machine_readable/contractiles/trust/Trustfile.a2ml
7+
# and fill in your project-specific checks.
8+
9+
@abstract:
10+
[Your project's TRUST contract goes here]
11+
@end

0 commit comments

Comments
 (0)