Skip to content

Commit 0e409bf

Browse files
committed
chore: fold lust into intend (deprecated 2026-04-18)
1 parent c477abc commit 0e409bf

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

.machine_readable/agent_instructions/README.adoc renamed to .machine_readable/bot_directives/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Methodology-aware configuration for AI agents. Read by any AI agent
3232
== Relationship to Other Files
3333

3434
* `AGENTIC.a2ml` says WHAT agents can do (permissions, gating)
35-
* `agent_instructions/` says HOW agents should work (methodology)
35+
* `bot_directives/` says HOW agents should work (methodology)
3636
* `bot_directives/` says what the gitbot-fleet does (fleet-specific)
3737
* `CLAUDE.md` says how Claude specifically should work (Claude-specific)
3838

File renamed without changes.
File renamed without changes.
File renamed without changes.

robot-repo-automaton/contractiles/README.adoc

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

robot-repo-automaton/templates/skeleton/.machine_readable/6a2/AGENTIC.a2ml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,18 @@ release-claim-requires-hard-pass = true
3434
# METHODOLOGY (ADR-002)
3535
# ============================================================================
3636
# Detailed methodology configuration lives in:
37-
# .machine_readable/agent_instructions/methodology.a2ml
38-
# .machine_readable/agent_instructions/coverage.a2ml
39-
# .machine_readable/agent_instructions/debt.a2ml
37+
# .machine_readable/bot_directives/methodology.a2ml
38+
# .machine_readable/bot_directives/coverage.a2ml
39+
# .machine_readable/bot_directives/debt.a2ml
4040
#
4141
# AGENTIC.a2ml declares WHAT agents can do (permissions, gating).
42-
# agent_instructions/ declares HOW agents should work (methodology).
42+
# bot_directives/ declares HOW agents should work (methodology).
4343

4444
[methodology]
45-
instructions-dir = ".machine_readable/agent_instructions/"
45+
instructions-dir = ".machine_readable/bot_directives/"
4646
default-mode = "hybrid"
4747

4848
[automation-hooks]
49-
# on-enter: Read 0-AI-MANIFEST.a2ml, then STATE.a2ml, then agent_instructions/
49+
# on-enter: Read 0-AI-MANIFEST.a2ml, then STATE.a2ml, then bot_directives/
5050
# on-exit: Update STATE.a2ml, coverage.a2ml, and debt.a2ml with session outcomes
5151
# on-commit: Run just validate-rsr

0 commit comments

Comments
 (0)