Skip to content
v0.2.3

Progressive pair programming with AI for developers building engineering judgment while working with coding agents.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

wellactually-knowledgestdio
{
  "type": "stdio",
  "command": "node",
  "args": [
    "${PLUGIN_ROOT}/servers/knowledge/server.cjs"
  ]
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "wellactually",
  "version": "0.2.3",
  "description": "Progressive pair programming with AI for developers building engineering judgment while working with coding agents.",
  "author": {
    "name": "Wellactually"
  },
  "homepage": "https://github.com/microsoft-2026-hackathon/wellactually#readme",
  "repository": "https://github.com/microsoft-2026-hackathon/wellactually",
  "keywords": [
    "pair-programming",
    "coding-agents",
    "engineering-judgment",
    "developer-learning"
  ]
}