Skip to content

Commit ad73442

Browse files
hyperpolymathclaude
andcommitted
migrate: .scm → .a2ml state files in .machine_readable/
Convert Guile Scheme state files to A2ML format, preserving project-specific content as structured sections. Part of global TODO cleanup (2026-03-16). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 81e344e commit ad73442

File tree

6 files changed

+61
-58
lines changed

6 files changed

+61
-58
lines changed

.machine_readable/AGENTIC.a2ml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# SPDX-License-Identifier: PMPL-1.0-or-later
2+
# Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
3+
#
4+
# AGENTIC.a2ml — AI agent constraints and capabilities
5+
# Defines what AI agents can and cannot do in this repository.
6+
7+
[metadata]
8+
version = "0.1.0"
9+
last-updated = "2026-03-16"
10+
11+
[agent-permissions]
12+
can-edit-source = true
13+
can-edit-tests = true
14+
can-edit-docs = true
15+
can-edit-config = true
16+
can-create-files = true
17+
18+
[agent-constraints]
19+
# What AI agents must NOT do:
20+
# - Never use banned language patterns (believe_me, unsafeCoerce, etc.)
21+
# - Never commit secrets or credentials
22+
# - Never use banned languages (TypeScript, Python, Go, etc.)
23+
# - Never place state files in repository root (must be in .machine_readable/)
24+
# - Never use AGPL license (use PMPL-1.0-or-later)

.machine_readable/AGENTIC.scm

Lines changed: 0 additions & 21 deletions
This file was deleted.

.machine_readable/NEUROSYM.a2ml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# SPDX-License-Identifier: PMPL-1.0-or-later
2+
# Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
3+
#
4+
# NEUROSYM.a2ml — Neurosymbolic integration metadata
5+
# Configuration for Hypatia scanning and symbolic reasoning.
6+
7+
[metadata]
8+
version = "0.1.0"
9+
last-updated = "2026-03-16"
10+
11+
[hypatia-config]
12+
scan-enabled = true
13+
scan-depth = "standard"
14+
report-format = "logtalk"

.machine_readable/NEUROSYM.scm

Lines changed: 0 additions & 18 deletions
This file was deleted.

.machine_readable/PLAYBOOK.a2ml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# SPDX-License-Identifier: PMPL-1.0-or-later
2+
# Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
3+
#
4+
# PLAYBOOK.a2ml — Operational playbook
5+
# Runbooks, incident response, deployment procedures.
6+
7+
[metadata]
8+
version = "0.1.0"
9+
last-updated = "2026-03-16"
10+
11+
[deployment]
12+
# method = "gitops"
13+
# target = "container"
14+
15+
[incident-response]
16+
# 1. Check .machine_readable/STATE.a2ml for current status
17+
# 2. Review recent commits and CI results
18+
# 3. Run just validate to check compliance
19+
20+
[release-process]
21+
# 1. Update version in STATE.a2ml, META.a2ml
22+
# 2. Run just quality (format, lint, test)
23+
# 3. Tag and push

.machine_readable/PLAYBOOK.scm

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)