Skip to content
This repository was archived by the owner on Jul 1, 2026. It is now read-only.

feat: add global Engram auto-initialization - #312

Merged
Agentscreator merged 5 commits into
Agentscreator:mainfrom
sundaram2021:feat/global-engram-setup
May 7, 2026
Merged

feat: add global Engram auto-initialization#312
Agentscreator merged 5 commits into
Agentscreator:mainfrom
sundaram2021:feat/global-engram-setup

Conversation

@sundaram2021

Copy link
Copy Markdown
Contributor

Description

Adds opt-in global Engram setup so new git repositories can be bootstrapped automatically from the user's global Engram credentials.

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Refactoring (no functional changes)

Related Issues

Fixes #311

Changes Made

  • Added global auto-initialization config stored in ~/.engram/config.json
  • Added engram install --auto-init and engram bootstrap --auto
  • Added tests and README usage notes for the new bootstrap flow

Testing

  • Unit tests pass (python -m pytest tests\test_cli_install.py tests\test_workspace.py)
  • Lint passes (python -m ruff check src\engram\cli.py src\engram\workspace.py tests\test_cli_install.py tests\test_workspace.py README.md)
  • Manual testing performed

Checklist

  • My code follows the project's style guidelines
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

@vercel

vercel Bot commented May 7, 2026

Copy link
Copy Markdown

@sundaram2021 is attempting to deploy a commit to the agentscreator's projects Team on Vercel.

A member of the Team first needs to authorize it.

@Agentscreator
Agentscreator merged commit 4cf537d into Agentscreator:main May 7, 2026
5 of 6 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: Global Engram setup — auto-initialize in new codebases

2 participants