]> git.kaiwu.me - njs.git/commit
Added agent developer guide.
authorDmitry Volyntsev <d.volyntsev@f5.com>
Wed, 20 May 2026 23:27:46 +0000 (16:27 -0700)
committerDmitry Volyntsev <xeioexception@gmail.com>
Thu, 21 May 2026 05:37:19 +0000 (22:37 -0700)
commit621f7cf9918aaf532cad1bf9244b5d668225fa63
treebedd535d693cca2874c371deeb6e147b2a1a507d
parentc61450c881a9f669d2ea6e5e9d8fdf9d040a5f96
Added agent developer guide.

The new top-level AGENTS.md (with CLAUDE.md symlinked to it) is the
canonical index for agent and contributor instructions. Detailed
guides live under docs/agent/:

  docs/agent/engine-dev.md   building, testing, debugging the engine
                             and the nginx modules.
  docs/agent/js-dev.md       writing JavaScript for either engine,
                             with the common nginx API surface and
                             engine differences.
  docs/agent/js-dev-njs.md   specifics of the deprecated njs engine
                             and migration to QuickJS.
AGENTS.md [new file with mode: 0644]
CLAUDE.md [new symlink]
docs/agent/engine-dev.md [new file with mode: 0644]
docs/agent/js-dev-njs.md [new file with mode: 0644]
docs/agent/js-dev.md [new file with mode: 0644]