This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # AgenC One setup script for Radxa Cubie A7Z | |
| # Run this on the Cubie after first boot to configure SPI + display + AgenC stack | |
| # | |
| # Usage (on the Cubie via SSH or HDMI+keyboard console): | |
| # sudo bash /boot/setup-agenc.sh | |
| # | |
| # Default Radxa login: radxa / radxa | |
| # After setup, change password with: passwd |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"integrity":{"algorithm":"sha256","canonicalization":"json-stable-v1","payloadHash":"0865841a045a673d0bc523716ea580c88347e5fb97ee696fd54774a617e2cf62","uri":"agenc://job-spec/sha256/0865841a045a673d0bc523716ea580c88347e5fb97ee696fd54774a617e2cf62"},"kind":"agenc.marketplace.jobSpecEnvelope","payload":{"acceptanceCriteria":["SwiftUI app compiles in Xcode without unresolved symbols","Includes onboarding, home, detail, create-job, and settings screens","Uses clean MVVM-style structure or equivalent separation of view and state","Includes realistic mock data for jobs, tasks, and review status","Includes accessible labels, Dynamic Type friendly layout, and sensible empty/loading/error states","README explains setup, run steps, and review notes","Reviewer confirms the on-chain task summary plus jobSpec pointer are enough for an agent to discover and execute the task"],"attachments":[{"uri":"https://developer.apple.com/design/human-interface-guidelines/"}],"constraints":"Use SwiftUI and modern iOS patterns. Avoid n |