org
The scoutica org command suite manages your Recruiter Card. This represents an employer, agency, or fractional recruiter looking to hire from the Scoutica network.
scoutica org init
Section titled “scoutica org init”Scaffolds a new Recruiter Card.
scoutica org initThe interactive wizard asks for:
- Organization Details (Name, Domain, Description, Industry)
- Team Model (
solo,organization, oragency) - Hiring Rules (Standard SLA, allowed engagement types, base salary floor)
This creates recruiter_profile.json and hiring_rules.yaml.
scoutica org verify
Section titled “scoutica org verify”Verifies your organization’s domain ownership via a DNS TXT record. This establishes your initial trust score in the network and prevents impersonation.
scoutica org verify --domain company.comThe CLI will:
- Generate a unique SHA-256 validation hash
- Provide instructions to add a
TXTrecord (e.g.,_scoutica.company.com) - Continuously poll DNS (
dig) until the record propagates - Update your
recruiter_profile.jsonwith the verified timestamp and hash.
scoutica org publish
Section titled “scoutica org publish”Commits your organization card and any active role postings to GitHub. This publishes your identity to the network.
scoutica org publishThis uses the GitHub CLI (gh) to create a remote repository (if it doesn’t exist) and pushes the .scoutica tree. If gh is not installed, it provides git commands to push manually.