Integration Checklist: Galyarder Triad Complete¶
This checklist defines a working agentic-company setup: Agent (Continuity), Framework (Intelligence), and HQ (Command) connected to the same project.
Phase 1: Continuity Layer (Galyarder Agent)¶
Ensuring the agent can communicate, remember, and use tools inside the project environment.
- [ ] Runtime Connectivity:
g-agent statusreturnsoperationaland all configured channels (WhatsApp/Telegram) are live. - [ ] Memory Initialization:
MEMORY.mdandPROJECTS.mdare initialized in the Agent's workspace. - [ ] Channel Auth: WhatsApp/Telegram pairings are verified and restricted via
allowFrompolicy. - [ ] Proactive Pulse: Proactive jobs (e.g., daily_brief) are enabled for the project directory.
Phase 2: Intelligence Layer (Galyarder Framework)¶
Injecting agents, skills, commands, and operating protocols into the local environment.
- [ ] Project Structure Initialization:
galyarder scaffoldhas been executed in the project root. - [ ] Protocol Injection: agents, skills, and commands are deployed for the selected host tool.
- [ ] Local CLI Link:
galyarder deployis available in the system PATH and points to the correct source repo. - [ ] Asset Transformation: 200+ assets have been successfully converted for the specific host (e.g.,
.mdcfor Cursor or native skill bundles for CLI agents). - [ ] Smoke Test Verified:
galyarder smokereturns a full Green state for the project.
Phase 3: Command Layer (Galyarder HQ)¶
Connecting the project to the command and visibility surface.
- [ ] Project Discovery: Galyarder HQ dashboard has successfully indexed the project directory.
- [ ] Linear Synchronization: Dashboard correctly visualizes the project's Linear tickets and milestone progress.
- [ ] Obsidian Loop: Departmental reports in
docs/departments/are readable and indexed by the HQ search engine. - [ ] Audit Trail: Every mission execution result (TDD logs, security scans) is visible in the HQ activity feed.
Phase 4: Engineering Integrity (Audit-Grade)¶
Proving the quality of the implementation.
- [ ] Gating Ladder: All code passes the
Unit -> Contract -> E2Esequence. - [ ] Test Oracle Proof: No "Green" tests exist that haven't been empirically proven to fail via mutation/negative control.
- [ ] Context Versioning: Every task fetch via
context7includes explicit library version metadata. - [ ] Scope Control: No orphaned code, hardcoded secrets, or speculative abstractions are present.
Certification Status¶
| Metric | Status |
|---|---|
| Triad Alignment | [Pending/Verified] |
| Protocol Adherence | [Verified / Needs Work] |
| Runtime Ownership | [Local / Hosted / Hybrid] |
Authorized by: galyarder-ceo
Verified by: galyarder-specialist