Skip to content

v1.51.3 — Pi init actually works

Choose a tag to compare

@srbryers srbryers released this 22 Apr 18:00

What's Fixed

  • init --pi: Detected stack: TypeScript, vitest, pnpm
    Recommended guards: typecheck, test, ci-check
    Run: slope hook add --guard=typecheck (or --level=recommended)
    Created /Users/sebastianbryers/Development/slope/.slope/config.json
    Created .slope/plugins/ directories
    Created .slope/hooks.json

    Pi: Extension installed to .pi/extensions/slope/
    Pi: Skills copied to .pi/skills/
    Pi: Run /reload in pi to activate
    Created .agents/skills/ (cross-agent skills directory)
    Updating codebase map...

    Updated auto-generated sections
    602 lines, 25.5KB
    220 source files, 171 test files
    48 CLI commands, 29 guards

Map written to CODEBASE.md

Generated CODEBASE.md

==================================================
SLOPE initialized successfully

Core files:
.slope/config.json — configuration
.slope/slope.db — SQLite store (sessions, claims, events)
.slope/common-issues.json — recurring patterns
.slope/hooks.json — installed hook registry
.slope/plugins/ — custom plugin directories
docs/retros/ — sprint scorecards
docs/backlog/roadmap.json — project roadmap

Platform: pi

Next steps:

Get started:
slope briefing — pre-sprint briefing with hazards and gotchas
slope card — view your handicap card
slope validate — validate a scorecard
slope hook add --level=full — install all guidance hooks now actually copies files instead of just printing messages

  • Compiled extension copied from →
  • Skill templates copied from →
  • Three new pi skills: , ,
  • Removed no-op call — pi uses extensions, not hooks