@duongchau/vtit-backend-agent-harness
v0.1.2
Published
AI-agent harness and documentation for the VTIT Spring Boot backend project.
Downloads
373
Maintainers
Readme
VTIT Backend Agent Harness
AI-agent harness and documentation package for building the VTIT Spring Boot backend safely.
This package is not application code. It provides project specifications, phase harnesses, progress trackers, plugin metadata, prompts, playbooks, and review gates for AI coding agents.
Install
npm install @duongchau/vtit-backend-agent-harnessOr initialize the harness directly in a project:
npx @duongchau/vtit-backend-agent-harness initWhat Gets Installed
The init command copies:
AGENTS.mddocs/agent-store/plugins/vtit-backend-agent/
It intentionally excludes:
docs/discussion_about_the_project.mddocs_other_projects_for _reference_only/- local IDE/build files.
Agent Entry Point
After installation, tell the agent:
Read AGENTS.md, docs/project/00-agent-start-here.md, docs/README.md, the current docs/phases/phase-*.md, and the matching docs/progress/phase-*-progress.json. Implement one C-A-R task only.Publish Maintainer Commands
pnpm pack --dry-run
npm login
pnpm publish --access publicRepository
https://github.com/tduo1404pty1802/vtit-backend-agent-harness.git
