workspace-architect 2.1.6 → 2.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "2.0.0",
3
- "generatedAt": "2026-01-15T05:12:31.227Z",
3
+ "generatedAt": "2026-01-15T07:11:33.901Z",
4
4
  "assets": {
5
5
  "agents": {
6
6
  "4.1-Beast": {
@@ -4107,6 +4107,24 @@
4107
4107
  "license": "Complete terms in LICENSE.txt"
4108
4108
  }
4109
4109
  },
4110
+ "browser-automation": {
4111
+ "path": "assets/skills/browser-automation",
4112
+ "description": "Local Python-based browser automation toolkit using Playwright. Provides command-line tools for navigating, interacting with, and testing web applications. Supports clicking, typing, hovering, screenshots, content extraction, and JavaScript execution. Use this skill when you need to automate browser interactions, test web applications, or extract data from web pages.",
4113
+ "title": "browser-automation",
4114
+ "type": "skills",
4115
+ "files": [
4116
+ "LICENSE.txt",
4117
+ "SKILL.md",
4118
+ "examples/README.md",
4119
+ "examples/content_extraction.py",
4120
+ "examples/form_automation.py",
4121
+ "examples/interactive_testing.py",
4122
+ "scripts/browser_tools.py"
4123
+ ],
4124
+ "metadata": {
4125
+ "license": "ISC"
4126
+ }
4127
+ },
4110
4128
  "canvas-design": {
4111
4129
  "path": "assets/skills/canvas-design",
4112
4130
  "description": "Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "workspace-architect",
3
- "version": "2.1.6",
3
+ "version": "2.1.8",
4
4
  "description": "A comprehensive library of specialized AI agents and personas for GitHub Copilot, ranging from architectural planning and specific tech stacks to advanced cognitive reasoning models.",
5
5
  "bin": {
6
6
  "workspace-architect": "./bin/cli.js",