Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@plasius/ai-game

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@plasius/ai-game

Game-domain AI contracts for player action validation, NPC actions, gossip, and feedback.

latest
Source
npmnpm
Version
0.1.3
Version published
Maintainers
1
Created
Source

@plasius/ai-game

Game-domain AI contracts for player action validation, NPC actions, gossip, and feedback.

Scope

This package is part of the layered @plasius/ai-* package family. It exports canonical public contracts for world events, world-event ingestion, incident impact state, and gossip topic projection.

Install

npm install @plasius/ai-game

Exports

import {
  AI_GAME_PACKAGE,
  AI_GAME_FEATURE_FLAG_ID,
  aiGameFeatureFlags,
  packageDescriptor,
  type GameWorldEvent,
  type WorldEventIngestionPort,
  type WorldIncidentThread,
  type GossipTopic,
  type GossipPerspectiveProjection
} from "@plasius/ai-game";

Development

npm install
npm run build
npm test
npm run test:coverage
npm run pack:check

Feature flags

  • ai.game.event-recorder.contracts.enabled
  • ai.game.event-recorder.ingestion.enabled
  • ai.game.event-recorder.impact.enabled
  • ai.game.npc-gossip.topics.enabled
  • ai.game.npc-gossip.perspective.enabled
  • ai.game.npc-gossip.lifecycle.enabled

Governance

  • Security policy: SECURITY.md
  • Code of conduct: CODE_OF_CONDUCT.md
  • ADRs: docs/adrs
  • CLA and legal docs: legal

License

Apache-2.0

Keywords

ai

FAQs

Package last updated on 01 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts