VerificationFinish checks
Check Command Centre
Verify Team OS state in Command Centre.
Start Command Centre with the Company Owner profile:
$env:AGENTIC_OS_TEAM_CONFIG_DIR="$env:TEMP\aios-owner-client"
npm run devOpen the local URL shown by Next.js.
Check the Company Owner
- Confirm the account and Team selector show the signed-in owner.
- Open Team > Teams and confirm All Teams, Requests, and Company Admins are available.
- Create a disposable Team named UI Check with slug
ui-check. Select the existing owner account as its initial Team Owner. - Open Company Admins and add
member@example.testas a Company Admin. - Confirm the owner sees every active client with implicit
writeaccess and can open Team > Memories review controls.
Check the Company Admin
- Sign out, then sign in as
member@example.testwith the Member password from the test store. - Open Team > Teams and confirm All Teams and My Access are available.
- Open UI Check. Confirm it is visible but cannot be managed yet.
- Request Full access.
- Sign in as the Company Owner and approve the request from Requests.
- Sign in as the Company Admin again. Confirm UI Check now has Full access without adding a direct Team role.
The automated identity checks cover a Company Admin who has no direct Team at all. That account can sign in, list Teams, create a Team, and request access, but cannot start work in an existing Team without access.
Check Team and Member access
- Full access users see every active client with implicit
writeaccess. - In the original
demoTeam, the direct Team Member sees only clients and skills allowed by explicit grants. - Client rows show Pull and show Push only with
writeaccess. - Full access users can open published memory and see edit and delete actions.
- Admin controls follow effective Company and Team access.
- Signing out clears the shared terminal and UI login state.
Check the Team lifecycle
Use the disposable UI Check Team:
- Change its display name and confirm the slug stays read-only.
- Archive it and confirm normal Team access and authority changes are blocked.
- Confirm it leaves the normal Team selector.
- Reactivate it and confirm its memberships and grants return.
Permanent deletion remains blocked until the Team has been archived for 30
days. npm run test:identity covers the eligible delete path, exact-name
confirmation, and Company Owner requirement without a 30-day manual wait.
Next: Run automated checks
