Skip to content

feat(package): add creator intel - #193

Open
Alysha from Motion (alyshafrommotion) wants to merge 3 commits into
stagingfrom
vamsi/creator-intel-package
Open

feat(package): add creator intel#193
Alysha from Motion (alyshafrommotion) wants to merge 3 commits into
stagingfrom
vamsi/creator-intel-package

Conversation

@alyshafrommotion

Copy link
Copy Markdown
Contributor

Summary

Adds the creator-intel package with workspace-scoped setup, human-confirmed identity review, evidence refresh, roster-first creator suggestions, and an explicit brief-and-cast workflow.

The package installs inactive. It does not create customer state, routines, apps, or scheduled work until setup is explicitly requested for one Motion workspace.

Package

  • ID: creator-intel
  • Version: 0.1.0
  • Categories: creative-strategy
  • Install policy: manual
  • Update policy: manual
  • Uninstall policy: allowed

Safeguards

  • New identities remain pending until a person confirms them
  • Workspace state stays outside package ownership
  • Rights, identity, relationships, evidence, and recommendations are separate
  • Creator performance requires exclusive verified mapping and reports shared and unassigned coverage
  • Package updates cannot overwrite customer decisions

Validation

  • node --test scripts/validate-runneth-package-index.mjs
  • 11 tests passed
  • package.json and runneth-package.json verified byte-identical

@greptile-apps

greptile-apps Bot commented Aug 3, 2026

Copy link
Copy Markdown

Confidence Score: 5/5

Safe to merge — this is a documentation and behavioral-instruction package that installs inactive and creates no customer state until explicitly set up.

All changes are markdown instruction files and JSON manifests. The package installs inactive with no side effects, no routines, and no data imports. The skill spec gaps (missing recommendation writes in suggest-creators, missing audit writes in recognize-creators) are behavioral instruction omissions that don't affect the platform at merge time and can be patched in a follow-up before the package is widely adopted.

Files Needing Attention: packages/creator-intel/skills/suggest-creators/SKILL.md and packages/creator-intel/skills/recognize-creators/SKILL.md have instruction gaps worth closing before the package reaches active workspaces.

Sequence Diagram

sequenceDiagram
    participant C as Customer
    participant R as Runneth
    participant WS as Workspace State (customer-owned)
    participant REF as Reference Docs (package-owned)

    Note over R,REF: Package Install (inactive)
    R->>REF: Write behavior.md, skills/, brain/
    R-->>C: Creator Intel installed but inactive

    Note over C,WS: Setup (setup-creator-intelligence)
    C->>R: Set up for Northstar Skin
    R->>C: Ask workspace → roster source → performance lens (one at a time)
    R->>WS: Create empty workspace.json, identities.json, relationships.json, rights.json, evidence-map.json, recommendations.json, pending-review.json, refresh-state.json, audit.jsonl
    R-->>C: Creator Intel is ready. Nothing imported yet.

    Note over C,WS: Recognize (recognize-creators)
    C->>R: Send tracker / handle list
    R->>WS: Write proposals to pending-review.json
    R-->>C: Show batched review bundle up to 10 per batch

    Note over C,WS: Review (review-creator-identities)
    C->>R: Confirm Maya and Alina, reject Sam
    R->>WS: Update identities.json, relationships.json, rights.json, pending-review.json
    R->>WS: Append to audit.jsonl
    R-->>C: Exact decisions applied, pending items listed

    Note over C,WS: Refresh (refresh-creator-corpus)
    C->>R: Update Creator Intel
    R->>WS: Update evidence-map.json, pending-review.json, refresh-state.json, performance/
    R->>WS: Append to audit.jsonl
    R-->>C: Completion summary

    Note over C,WS: Cast (suggest-creators or brief-and-cast)
    C->>R: Who should we cast? OR Brief and cast this concept
    R->>WS: Read roster + performance snapshots
    R->>WS: brief-and-cast only appends to recommendations.json + audit.jsonl
    R-->>C: My recommendation / Your roster / New creators / Next move
Loading

Reviews (2): Last reviewed commit: "merge staging into creator intel branch" | Re-trigger Greptile

Comment thread package-index.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants