Skip to content

Commit d5cf1d9

Browse files
committed
chore: fold lust into intend (deprecated 2026-04-18)
1 parent 53d1bca commit d5cf1d9

7 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ rattlescript/
3636
├── .machine_readable/ # ALL machine-readable content (Perimeter 1)
3737
│ ├── *.a2ml # State files (STATE, META, ECOSYSTEM, etc.)
3838
│ ├── bot_directives/ # Bot configs
39-
│ └── contractiles/ # Policy contracts (k9, dust, lust, must, trust)
39+
│ └── contractiles/ # Policy contracts (k9, dust, intend, must, trust)
4040
├── .well-known/ # Protocol files (Perimeter 1-3)
4141
├── .github/ # GitHub config (Perimeter 1)
4242
│ ├── ISSUE_TEMPLATE/

.machine_readable/contractiles/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ This directory contains the generalized contractiles templates. Copy the `.machi
1818
* `must/Mustfile` - required invariants and validations.
1919
* `trust/Trustfile.hs` - cryptographic verification steps.
2020
* `dust/Dustfile` - rollback and recovery semantics.
21-
* `lust/Intentfile` - future intent and roadmap direction.
21+
* `intend/Intentfile` - future intent and roadmap direction.
File renamed without changes.

docs/RSR_OUTLINE.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ project/
171171
│ └── contractiles/ # Policy enforcement contracts
172172
│ ├── k9/ # Security levels (Kennel/Yard/Hunt)
173173
│ ├── dust/Dustfile # Recovery and rollback
174-
│ ├── lust/Intentfile # Future intent declarations
174+
│ ├── intend/Intentfile # Future intent declarations
175175
│ ├── must/Mustfile # Invariant checks
176176
│ └── trust/Trustfile.hs # Cryptographic verification
177177
├── docs/ # Documentation

docs/decisions/0001-adopt-rsr-standard.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The RSR template provides:
4242
- **AI manifest** (`0-AI-MANIFEST.a2ml`) as a universal entry point for all
4343
AI agents
4444
- **Bot directives** in `.machine_readable/bot_directives/` for bot orchestration integration
45-
- **Contractiles** in `.machine_readable/contractiles/` (k9, dust, lust, must, trust) for
45+
- **Contractiles** in `.machine_readable/contractiles/` (k9, dust, intend, must, trust) for
4646
policy enforcement
4747
- **Standardized workflows** (16+ GitHub Actions workflows, all SHA-pinned)
4848
- **Justfile automation** with standard recipes for common tasks

docs/governance/MAINTENANCE-CHECKLIST.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Run this pass at the end of a corrective/adaptive/perfective cycle:
9393
- [ ] Keep machine-readable canonical structure under `.machine_readable/`:
9494
- state/meta/ecosystem files (`*.a2ml` or repo standard)
9595
- `anchors/ANCHOR.a2ml`
96-
- `contractiles/` (`must`, `trust`, `lust`, and related)
96+
- `contractiles/` (`must`, `trust`, `intend`, and related)
9797
- `ai/` for AI guidance files
9898
- `bot_directives/` for bot control files
9999
- [ ] Keep contractiles/invariants present and wired:

docs/templates/contractiles/lust/Intentfile.a2ml renamed to docs/templates/contractiles/intend/Intentfile.a2ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Replace this with your project's contractile.
44
# See .machine_readable/contractiles/ for a working example.
55
#
6-
# Copy this file to .machine_readable/contractiles/lust/Intentfile.a2ml
6+
# Copy this file to .machine_readable/contractiles/intend/Intentfile.a2ml
77
# and fill in your project-specific checks.
88

99
@abstract:

0 commit comments

Comments
 (0)