feat: rename pass_mgr → secret-mgr, add ego-mgr binary and skill #11

Merged
hzhang merged 1 commits from feat/ego-mgr-and-rename into main 2026-03-24 09:50:41 +00:00
Contributor

M1: Rename pass_mgr to secret-mgr

  • Rename directory, binary, and Go module
  • Update install.mjs to build/install secret-mgr
  • Update pcexec.ts to support secret-mgr patterns (with legacy pass_mgr compat)
  • Update plugin config schema (passMgrPath → secretMgrPath)
  • Create new skills/secret-mgr/SKILL.md
  • install.mjs now initializes ego.json on install

M2: Implement ego-mgr binary (Go)

  • Agent Scope and Public Scope column management
  • Commands: add column/public-column, delete, set, get, show, list columns
  • pcexec environment validation (AGENT_VERIFY, AGENT_ID, AGENT_WORKSPACE)
  • File locking for concurrent write safety
  • Proper exit codes per spec (0-6)
  • Agent auto-registration on read/write
  • Global column name uniqueness enforcement

M3: ego-mgr Skill

  • Create skills/ego-mgr/SKILL.md with usage guide and examples

Ref: REQUIREMENTS_EGO_MGR.md

M1: Rename pass_mgr to secret-mgr - Rename directory, binary, and Go module - Update install.mjs to build/install secret-mgr - Update pcexec.ts to support secret-mgr patterns (with legacy pass_mgr compat) - Update plugin config schema (passMgrPath → secretMgrPath) - Create new skills/secret-mgr/SKILL.md - install.mjs now initializes ego.json on install M2: Implement ego-mgr binary (Go) - Agent Scope and Public Scope column management - Commands: add column/public-column, delete, set, get, show, list columns - pcexec environment validation (AGENT_VERIFY, AGENT_ID, AGENT_WORKSPACE) - File locking for concurrent write safety - Proper exit codes per spec (0-6) - Agent auto-registration on read/write - Global column name uniqueness enforcement M3: ego-mgr Skill - Create skills/ego-mgr/SKILL.md with usage guide and examples Ref: REQUIREMENTS_EGO_MGR.md
hzhang added 1 commit 2026-03-24 09:50:20 +00:00
M1: Rename pass_mgr to secret-mgr
- Rename directory, binary, and Go module
- Update install.mjs to build/install secret-mgr
- Update pcexec.ts to support secret-mgr patterns (with legacy pass_mgr compat)
- Update plugin config schema (passMgrPath → secretMgrPath)
- Create new skills/secret-mgr/SKILL.md
- install.mjs now initializes ego.json on install

M2: Implement ego-mgr binary (Go)
- Agent Scope and Public Scope column management
- Commands: add column/public-column, delete, set, get, show, list columns
- pcexec environment validation (AGENT_VERIFY, AGENT_ID, AGENT_WORKSPACE)
- File locking for concurrent write safety
- Proper exit codes per spec (0-6)
- Agent auto-registration on read/write
- Global column name uniqueness enforcement

M3: ego-mgr Skill
- Create skills/ego-mgr/SKILL.md with usage guide and examples

Ref: REQUIREMENTS_EGO_MGR.md
hzhang merged commit 7fd2819a04 into main 2026-03-24 09:50:41 +00:00
hzhang deleted branch feat/ego-mgr-and-rename 2026-03-24 09:50:41 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nav/PaddedCell#11