Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .markdownlint-cli2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
customRules:
- ./scripts/markdownlint/no-hard-wraps.cjs
config:
MD013: false
MD024:
siblings_only: true
MD033:
allowed_elements:
- a
- br
- details
- h1
- h3
- img
- p
- picture
- source
- summary
MD041: false
MD060:
style: compact
ignores:
- "**/node_modules/**"
- "packages/coding-agent/dist/**"
1 change: 1 addition & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ Create provider file exporting:
1. **Update CHANGELOGs**: Ensure all changes since last release are documented in the `[Unreleased]` section of each affected package's CHANGELOG.md

2. **Run release script**:

```bash
npm run release:patch # Fixes and additions
npm run release:minor # API breaking changes
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ prime-agent shutdown [--force] # Stop every agent, worker, and background
```

## Built for Long-Running Work

Prime Agent is built for long-running work, especially for evaluations in research. These features are available in the TUI, and when run autonomously.

- **Continual Harness:** `/refine` can persist focused, reviewable lessons as supplemental prompts, memories, reusable skill descriptions, or subagent specifications, with recorded refinement history. It does not replace packaging and reviewing new executable skills.
Expand Down
Loading
Loading