Commit Graph

6 Commits

Author SHA1 Message Date
Kayvan Sylvan e355eae354
Merge branch 'main' into 0604-formatting-fixes-plus-vscode-settings 2025-06-04 23:51:18 -07:00
Kayvan Sylvan 1e50be3157 style: add VSCode integration and standardize document formatting
CHANGES
- Introduce VSCode recommended extensions and project-specific settings.
- Update `.gitignore` to track the `.vscode` directory.
- Apply consistent markdown formatting to all checklist documents.
- Standardize spacing, list styles, and headers in personas.
- Refine formatting and sectioning in task definition files.
- Ensure newline termination for all modified text files.
- Correct code block specifiers and minor textual content.
2025-06-04 23:18:46 -07:00
Brian Madison 4e53e7527f gitignore update 2025-06-04 23:18:46 -07:00
Brian Madison 2c38e26ac7 gitignore update 2025-06-03 07:30:35 -05:00
Kayvan Sylvan 82bdb3ded0
Javascript `build-web-agent.js` fixes (#107)
* chore: update build script to use Node.js built-in modules and fix linting issues

## CHANGES

- Replace CommonJS require with node: prefix
- Remove unused _workspaceRoot variable declaration
- Change template literal to regular string
- Update .gitignore to exclude VSCode settings

* feat: remove unused workspace root variable from build configuration
2025-05-27 19:58:22 -05:00
Brian Madison a3c12fd11c simple spelling of the method alignment 2025-04-13 13:39:26 -05:00