@esoteric-logic/praxis-harness 2.0.1 → 2.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,12 +1,6 @@
1
1
  ---
2
2
  name: architecture-patterns
3
- description: >
4
- Architecture decision and design documentation standards. Auto-triggers when
5
- writing ADRs, technical specs, risk register entries, system design documents,
6
- or any decision that affects system design, network topology, identity model,
7
- data residency, security posture, or compliance scope. Also triggers when
8
- writing status updates, blocker reports, or spec summaries that require
9
- What/So What/Now What structure.
3
+ description: "Architecture decision and design documentation standards. Auto-triggers when writing ADRs, technical specs, risk register entries, system design documents, or any decision that affects system design, network topology, identity model, data residency, security posture, or compliance scope. Also triggers when writing status updates, blocker reports, or spec summaries that require What/So What/Now What structure."
10
4
  ---
11
5
 
12
6
  # Architecture Patterns
@@ -1,10 +1,7 @@
1
1
  ---
2
2
  name: code-gc
3
3
  disable-model-invocation: true
4
- description: Detect code entropy in the current repo. Dead code, test debt, stale
5
- TODOs, oversized functions, commented-out blocks, unused deps. Two modes:
6
- lightweight (called by session-retro) and full audit (manual /code-gc).
7
- Never auto-deletes or auto-fixes. Side-effect skill — never auto-triggers.
4
+ description: "Detect code entropy in the current repo: dead code, test debt, stale TODOs, oversized functions, commented-out blocks, unused deps. Two modes: lightweight (called by session-retro) and full audit (manual /code-gc). Never auto-deletes or auto-fixes."
8
5
  ---
9
6
 
10
7
  # code-gc Skill
@@ -1,12 +1,6 @@
1
1
  ---
2
2
  name: communication-standards
3
- description: >
4
- Client-facing writing standards. Auto-triggers when writing proposals,
5
- status reports, executive summaries, SOWs, deliverable documents, or any
6
- content targeting a non-technical audience. Also triggers when writing
7
- git commit messages, PR descriptions, or any text where AI attribution
8
- must be avoided. Covers executive-summary-first rule, What/So What/Now What
9
- structure, proposal format, audience calibration, and no-AI-attribution policy.
3
+ description: "Client-facing writing standards. Auto-triggers when writing proposals, status reports, executive summaries, SOWs, deliverable documents, or any content targeting a non-technical audience. Also triggers when writing git commit messages, PR descriptions, or any text where AI attribution must be avoided. Covers executive-summary-first rule, What/So What/Now What structure, proposal format, audience calibration, and no-AI-attribution policy."
10
4
  ---
11
5
 
12
6
  # Communication Standards
@@ -1,10 +1,6 @@
1
1
  ---
2
2
  name: context7-lookup
3
- description: >
4
- Enforces the docs-first mandate from coding.md. Before implementing with
5
- any external library, framework, or API, use Context7 to retrieve current
6
- documentation. Activates when code references an external package, imports
7
- a third-party library, or calls an API that releases frequently.
3
+ description: "Enforces the docs-first mandate from coding.md. Before implementing with any external library, framework, or API, use Context7 to retrieve current documentation. Activates when code references an external package, imports a third-party library, or calls an API that releases frequently."
8
4
  ---
9
5
 
10
6
  # context7-lookup Skill
@@ -1,10 +1,6 @@
1
1
  ---
2
2
  name: managing-git-identities
3
- description: >
4
- Guides setup and troubleshooting of multiple Git identities
5
- (SSH keys, commit author, GitHub CLI auth, includeIf directory
6
- routing). Activates when user discusses git accounts, commit
7
- identity mismatch, SSH key management, or gh auth switching.
3
+ description: "Guides setup and troubleshooting of multiple Git identities (SSH keys, commit author, GitHub CLI auth, includeIf directory routing). Activates when user discusses git accounts, commit identity mismatch, SSH key management, or gh auth switching."
8
4
  ---
9
5
 
10
6
  ## Two Independent Problems
@@ -1,10 +1,7 @@
1
1
  ---
2
2
  name: plan-writer
3
3
  disable-model-invocation: true
4
- description: >
5
- Writes a dated work plan to the vault plans/ directory. Creates the plan
6
- file with YAML frontmatter, milestones, and acceptance criteria. Updates
7
- status.md current_plan field. Called by /plan and /discuss workflows.
4
+ description: "Writes a dated work plan to the vault plans/ directory. Creates the plan file with YAML frontmatter, milestones, and acceptance criteria. Updates status.md current_plan field. Called by /plan and /discuss workflows."
8
5
  ---
9
6
 
10
7
  # plan-writer Skill
@@ -1,10 +1,7 @@
1
1
  ---
2
2
  name: pre-commit-lint
3
3
  disable-model-invocation: true
4
- description: Generate a stack-aware pre-commit hook script for a repo. Use when setting
5
- up a new repo, when asked to "install pre-commit checks", "add linting to commits",
6
- or "wire pre-commit-lint". Also invoked by scaffold-new Phase 5.5.
7
- NOT invoked at commit time — generates a shell script that runs at commit time.
4
+ description: "Generate a stack-aware pre-commit hook script for a repo. Use when setting up a new repo, when asked to install pre-commit checks, add linting to commits, or wire pre-commit-lint. Also invoked by scaffold-new Phase 5.5. NOT invoked at commit time — generates a shell script that runs at commit time."
8
5
  ---
9
6
 
10
7
  # pre-commit-lint Skill
@@ -1,8 +1,7 @@
1
1
  ---
2
2
  name: review
3
3
  disable-model-invocation: true
4
- description: Manual code review trigger. Launches a subagent to review a diff for
5
- bugs, security, and convention violations. Use independently of Praxis phases.
4
+ description: "Manual code review trigger. Launches a subagent to review a diff for bugs, security, and convention violations. Use independently of Praxis phases."
6
5
  ---
7
6
 
8
7
  # review Skill
@@ -1,9 +1,7 @@
1
1
  ---
2
2
  name: scaffold-exist
3
3
  disable-model-invocation: true
4
- description: Scaffold an existing project into the full harness. Invoke with /scaffold-exist only.
5
- Adds missing harness files to projects that predate the scaffold standard.
6
- Non-destructive — never overwrites without confirmation. Side-effect skill — never auto-triggers.
4
+ description: "Scaffold an existing project into the full harness. Invoke with /scaffold-exist only. Adds missing harness files to projects that predate the scaffold standard. Non-destructive — never overwrites without confirmation. Side-effect skill — never auto-triggers."
7
5
  ---
8
6
 
9
7
  # scaffold-exist Skill
@@ -1,9 +1,7 @@
1
1
  ---
2
2
  name: scaffold-new
3
3
  disable-model-invocation: true
4
- description: Scaffold a brand new project into the full harness. Invoke with /scaffold-new only.
5
- Creates repo CLAUDE.md, vault subtree, git identity verification, gitignore,
6
- pre-commit hook, and Project Registry entry. Side-effect skill — never auto-triggers.
4
+ description: "Scaffold a brand new project into the full harness. Invoke with /scaffold-new only. Creates repo CLAUDE.md, vault subtree, git identity verification, gitignore, pre-commit hook, and Project Registry entry. Side-effect skill — never auto-triggers."
7
5
  ---
8
6
 
9
7
  # scaffold-new Skill
@@ -1,10 +1,6 @@
1
1
  ---
2
2
  name: secret-scan
3
- description: >
4
- Canonical secret scanning skill. Scans files for credential patterns
5
- (API keys, tokens, connection strings). Called by pre-commit-lint and
6
- ship workflows. Also usable standalone for repo-wide audits. Replaces
7
- all inline secret scan regex instances with a single authoritative source.
3
+ description: "Canonical secret scanning skill. Scans files for credential patterns (API keys, tokens, connection strings). Called by pre-commit-lint and ship workflows. Also usable standalone for repo-wide audits. Replaces all inline secret scan regex instances with a single authoritative source."
8
4
  ---
9
5
 
10
6
  # secret-scan Skill
@@ -1,9 +1,7 @@
1
1
  ---
2
2
  name: session-retro
3
3
  disable-model-invocation: true
4
- description: End-of-session retrospective. Invoke manually with /session-retro only.
5
- Writes [LEARN:tag] entries, proposes rule updates, updates claude-progress.json,
6
- triggers vault-gc lightweight check. Side-effect skill — never auto-triggers.
4
+ description: "End-of-session retrospective. Invoke manually with /session-retro only. Writes [LEARN:tag] entries, proposes rule updates, updates claude-progress.json, triggers vault-gc lightweight check. Side-effect skill — never auto-triggers."
7
5
  ---
8
6
 
9
7
  # session-retro Skill
@@ -1,9 +1,7 @@
1
1
  ---
2
2
  name: simplify
3
3
  disable-model-invocation: true
4
- description: Post-implementation code simplification. Launches a subagent to review
5
- recent changes for unnecessary complexity, over-abstraction, and opportunities to
6
- simplify. Runs after any implementation phase. Side-effect skill — never auto-triggers.
4
+ description: "Post-implementation code simplification. Launches a subagent to review recent changes for unnecessary complexity, over-abstraction, and opportunities to simplify. Runs after any implementation phase. Side-effect skill — never auto-triggers."
7
5
  ---
8
6
 
9
7
  # simplify Skill
@@ -1,10 +1,7 @@
1
1
  ---
2
2
  name: status-update
3
3
  disable-model-invocation: true
4
- description: >
5
- Atomic update to vault status.md. Ensures consistent format, enforces
6
- the 100-line limit, and archives resolved items. Called at milestone
7
- boundaries, session end, and phase transitions.
4
+ description: "Atomic update to vault status.md. Ensures consistent format, enforces the 100-line limit, and archives resolved items. Called at milestone boundaries, session end, and phase transitions."
8
5
  ---
9
6
 
10
7
  # status-update Skill
@@ -1,9 +1,7 @@
1
1
  ---
2
2
  name: vault-gc
3
3
  disable-model-invocation: true
4
- description: Audit vault health and detect entropy. Invoke manually with /vault-gc
5
- only. Two modes — full audit (manual) and lightweight staleness check (called
6
- inline by session-retro). Never auto-deletes. Side-effect skill — never auto-triggers.
4
+ description: "Audit vault health and detect entropy. Invoke manually with /vault-gc only. Two modes — full audit (manual) and lightweight staleness check (called inline by session-retro). Never auto-deletes. Side-effect skill — never auto-triggers."
7
5
  ---
8
6
 
9
7
  # vault-gc Skill
@@ -1,10 +1,7 @@
1
1
  ---
2
2
  name: verify-app
3
3
  disable-model-invocation: true
4
- description: End-to-end application verification. Launches a subagent to run the full
5
- test suite, check build, verify runtime behavior, and confirm acceptance criteria.
6
- Use after implementation to catch integration issues that unit tests miss.
7
- Side-effect skill — never auto-triggers.
4
+ description: "End-to-end application verification. Launches a subagent to run the full test suite, check build, verify runtime behavior, and confirm acceptance criteria. Use after implementation to catch integration issues that unit tests miss. Side-effect skill — never auto-triggers."
8
5
  ---
9
6
 
10
7
  # verify-app Skill
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esoteric-logic/praxis-harness",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "Layered Claude Code harness — workflow discipline, AI-Kits, persistent vault integration",
5
5
  "bin": {
6
6
  "praxis-harness": "./bin/praxis.js"