Skip to content

Latest commit

 

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributing to SagaSmithAI

SagaSmithAI is a multi-repository AI-native TTRPG platform with both Apache-2.0 repositories and the publicly visible, proprietary SagaSmith-service. Start by choosing the layer that owns the behavior:

  • Agent identity, sessions, channels, and MCP client behavior belong in SagaSmith-agent.
  • Hosted accounts, quotas, campaign rooms, Agent dispatch, and multi-system Web orchestration belong in SagaSmith-service; it must call domain MCPs instead of becoming a second game-state owner.
  • System-neutral persistence, branches, memory, actor knowledge, imports, and retrieval belong in sagasmith-core.
  • Rules and pure settlement logic belong in the relevant domain monorepo's packages/domain.
  • Agent-facing domain operations and storage ownership belong in that monorepo's packages/mcp.
  • Procedural GM guidance belongs in the domain monorepo's skills/; Skills must not impersonate executable rules.
  • Player and GM presentation belongs in the domain monorepo's apps/; UI writes must go through the domain service boundary.
  • Package indexes and archives belong in SagaSmith-dnd-content-library; public visibility never overrides per-Pack source, asset, or redistribution rights.

Before opening a change

  1. Open or link an issue when the change crosses repositories or alters a public contract.
  2. State the authority boundary: what is deterministic engine behavior, what requires GM judgment, and what is display-only.
  3. Preserve principal, campaign, branch, actor, and visibility scopes in every read and write path.
  4. Add tests at the narrowest owner and at least one integration test when a contract crosses repositories.
  5. Update adjacent README, Skills, configuration examples, and UI contracts whenever behavior changes.

Validation

Python workspaces use pytest and ruff check .. UI workspaces use npm run build. Domain monorepos also validate every SKILL.md, structured data, and included Python source through their consolidated CI workflow.

Commits must be focused and must not include AI attribution, Co-Authored-By, Signed-off-by, or other trailers unless the repository owner explicitly requests them. Do not commit local configuration, API keys, imported commercial books, campaign databases, or generated runtime state.

Content rights

Only contribute content you have the right to redistribute. Commercial TTRPG rules and adventures must not be copied into the repositories. Import tooling should retain provenance without publishing the source text.

About

Organization profile, community health files, and contributor guidance for SagaSmithAI.

Topics

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors