Skip to content

Commit ccd9808

Browse files
committed
chore: structural alignment (flatten self-validating, rename agent_instructions to bot_directives)
1 parent 1d485cd commit ccd9808

184 files changed

Lines changed: 484 additions & 484 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.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/contractiles/trust/Trustfile.a2ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1054,11 +1054,11 @@ signing:
10541054
ci_cd: "rotate-signing-keys-on-compromise"
10551055

10561056
deployment:
1057-
tool: "k9-svc"
1057+
tool: "self-validating"
10581058
spec_file: "container/deploy.k9.ncl"
10591059
trust_level: "Hunt"
10601060
description: |
1061-
k9-svc deployment components at Hunt trust level. Full pedigree
1061+
self-validating deployment components at Hunt trust level. Full pedigree
10621062
(L1-L5: identity, target, security, validation, recipes).
10631063
Requires cryptographic handshake before execution. Supports
10641064
dev/staging/production environments with rolling deployment.

.machine_readable/migrations/contractile-layout-2026-04-18.a2ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Migration {
1313

1414
what-applied: [
1515
"Added .machine_readable/contractiles/bust/ (Bustfile.a2ml + bust.ncl) where missing",
16-
"Moved .machine_readable/contractiles/k9/ to .machine_readable/svc/self-validating/ where present",
16+
"Moved .machine_readable/contractiles/k9/ to .machine_readable/self-validating/ where present",
1717
"Removed duplicate k9 in contractiles/ when svc/k9/ already existed"
1818
]
1919

.machine_readable/svc/self-validating/README.adoc renamed to .machine_readable/self-validating/README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ cargo install just
155155
156156
# Clone K9-SVC (for must shim and tooling)
157157
git clone https://github.com/hyperpolymath/standards.git
158-
# Note: K9-SVC is located in standards/k9-svc
158+
# Note: K9-SVC is located in standards/self-validating
159159
----
160160

161161
== Learn More
@@ -175,4 +175,4 @@ When adding K9 contractiles to your repository:
175175
4. Sign Hunt-level components before committing
176176
5. Add K9 validation to CI/CD pipeline
177177

178-
**Questions?** Open an issue on https://github.com/hyperpolymath/standards/tree/main/k9-svc
178+
**Questions?** Open an issue on https://github.com/hyperpolymath/standards/tree/main/self-validating

.machine_readable/svc/self-validating/burble-metadata.k9.ncl renamed to .machine_readable/self-validating/burble-metadata.k9.ncl

File renamed without changes.

.machine_readable/svc/self-validating/examples/ci-config.k9.ncl renamed to .machine_readable/self-validating/examples/ci-config.k9.ncl

File renamed without changes.

.machine_readable/svc/self-validating/examples/project-metadata.k9.ncl renamed to .machine_readable/self-validating/examples/project-metadata.k9.ncl

File renamed without changes.

0 commit comments

Comments
 (0)