Skip to content

Commit c705cbb

Browse files
committed
chore: rename agent_instructions to bot_directives for spec alignment
1 parent 1b19578 commit c705cbb

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

.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

.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.

.machine_readable/self-validating/methodology-guard.k9.ncl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# K9 Validator: Patch Bridge Methodology Guard
55
# Ensures that CVE classification, lockfile parsing, reachability analysis, and registry lookups align
6-
# with the methodology ergonomics declared in agent_instructions/methodology.a2ml.
6+
# with the methodology ergonomics declared in bot_directives/methodology.a2ml.
77

88
let methodology_guard = {
99
name = "patch-bridge-methodology-guard",
@@ -44,7 +44,7 @@ let methodology_guard = {
4444
coverage_updated = {
4545
description = "coverage.a2ml should be refreshed within the last 30 days.",
4646
severity = "info",
47-
file = ".machine_readable/agent_instructions/coverage.a2ml",
47+
file = ".machine_readable/bot_directives/coverage.a2ml",
4848
staleness_days = 30,
4949
},
5050

0 commit comments

Comments
 (0)