Skip to content

Commit ba8fcc5

Browse files
Jonathan D.A. Jewellclaude
andcommitted
docs: add npm→Deno migration notices to AI workflow files
Add migration notices to AGENTIC.scm and PLAYBOOK.scm alerting AI agents that npm/Vitest commands are outdated. These files contain many references to the old build system which will be comprehensively updated in a future session. Current correct commands: - Tests: deno task test (33 tests, 719ms) - Dev: deno task dev - ReScript: node_modules/rescript/rescript build Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent dc33be2 commit ba8fcc5

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

.machine_readable/AGENTIC.scm

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
(last-updated "2026-02-07")
77
(manifest-reference "0-AI-MANIFEST.a2ml")
88

9+
(migration-notice
10+
"⚠️ npm→Deno migration completed (2026-02-07). Some npm commands in this file are outdated."
11+
"Current workflow: Use 'deno task test' (not npm run test), 'deno task dev' for development."
12+
"ReScript: node_modules/rescript/rescript build"
13+
"Tests: deno task test (33 tests, 719ms)")
14+
915
(agent-protocols
1016
(session-startup
1117
"1. Read 0-AI-MANIFEST.a2ml FIRST (mandatory, before any file operations)"

.machine_readable/PLAYBOOK.scm

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
(version "1.0.0")
66
(last-updated "2026-02-07")
77

8+
(migration-notice
9+
"⚠️ npm→Deno migration completed (2026-02-07). Many npm commands in this file are outdated."
10+
"CURRENT TEST COMMAND: deno task test (not npm run test)"
11+
"CURRENT DEV COMMAND: deno task dev"
12+
"ReScript compilation: node_modules/rescript/rescript build (or npm run res:build still works)"
13+
"Test results: 33 tests passing in 719ms with Deno.test"
14+
"This file will be comprehensively updated in a future session.")
15+
816
(setup-procedures
917
(initial-setup
1018
"Setting up PanLL development environment for the first time."

0 commit comments

Comments
 (0)