the-citadel 0.1.8 → 0.4.0

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.

Potentially problematic release.


This version of the-citadel might be problematic. Click here for more details.

@@ -0,0 +1,14 @@
1
+ # PLANNING BEAD INSTRUCTIONS
2
+
3
+ You are working on a PLANNING task.
4
+
5
+ ## Acceptance Criteria Requirement
6
+ When submitting your plan (via `submit_work`), you **MUST** include a `verification_plan` or `acceptance_criteria` section in your output.
7
+ - This defines EXACTLY how the Gatekeeper will verify your work (e.g., "Run `npm test`", "Check file X exists").
8
+ - **Failure to include this will result in immediate rejection** by the Gatekeeper.
9
+
10
+ ## Plan Structure
11
+ Your plan should generally include:
12
+ 1. **Problem Analysis**: What are we solving?
13
+ 2. **Proposed Changes**: What files will change?
14
+ 3. **Verification Plan**: How do we know it works? (CRITICAL)
package/README.md CHANGED
@@ -26,7 +26,7 @@ npm install the-citadel@0.0.1
26
26
  - **Parallel Execution** – Configurable `max_workers` and `load_factor` for high-throughput concurrency.
27
27
  - **Provider‑agnostic** – Works with Ollama, OpenAI, Anthropic, and more.
28
28
  - **Provider‑agnostic** – Works with Ollama, OpenAI, Anthropic, and more.
29
- - **Context Aware** – Adheres to specific project rules and style guides (`AGENTS.md`) automatically.
29
+ - **Context Aware** – Adheres to specific project rules and style guides (`AGENTS.md`) automatically. Supports [YAML Frontmatter](docs/agent/AGENTS.md.frontmatter.md) for strict `ignore`, `read_only`, and `forbidden` file constraints.
30
30
  - **Dynamic Data Piping** – Pass rich inputs (`context`) to tasks and pipe outputs between steps (`{{steps.foo.output.bar}}`).
31
31
 
32
32
  ---