Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Welcome to the Agent Package Manager documentation. Choose your path:

## 🔧 **Advanced**
- **[Runtime Integration](runtime-integration.md)** - Codex and LLM setup
- **[Development Status](development-status.md)** - Feature status
- **[Changelog](../CHANGELOG.md)** - Feature status and release history
Comment thread
danielmeppiel marked this conversation as resolved.
- **[Contributing Guide](../CONTRIBUTING.md)** - Join the ecosystem

---
Expand Down
5 changes: 1 addition & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ New to APM? Follow this learning path for the fastest way to get productive:
## Development & Contributing

### Project Development
- **[Development Status](development-status.md)** - Current feature status and testing coverage
- **[Changelog](../CHANGELOG.md)** - Current feature status and release history
Copy link

Copilot AI Mar 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The link target is CHANGELOG.md, but the description claims it provides "current feature status". CHANGELOG.md appears to be standard release notes (Keep a Changelog), not a feature status/testing coverage page. Consider adjusting the description to match the actual content (e.g., "Release notes and history").

Suggested change
- **[Changelog](../CHANGELOG.md)** - Current feature status and release history
- **[Changelog](../CHANGELOG.md)** - Release notes and version history

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot this should point to our roadmap discussion post

- **[Integration Testing](integration-testing.md)** - Testing strategy and execution
- **[Contributing Guide](../CONTRIBUTING.md)** - How to contribute to the APM ecosystem

Expand All @@ -40,9 +40,6 @@ New to APM? Follow this learning path for the fastest way to get productive:

## Architecture & Advanced Topics

### Work in Progress
- **[MCP Integration](wip/mcp-integration.md)** - Model Context Protocol tool integration (Phase 2)

### Framework Context
APM implements the complete [AI-Native Development framework](https://danielmeppiel.github.io/awesome-ai-native/docs/concepts/) through:

Expand Down
2 changes: 1 addition & 1 deletion docs/prompts.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Please analyze the Kubernetes cluster by:
[Include relevant data in the prompt or as context]
```

See [MCP Integration Status](wip/mcp-integration.md) for Phase 2 development plans.
See [MCP Integration](integrations.md#mcp-model-context-protocol-integration) for MCP server configuration and usage.
Comment thread
danielmeppiel marked this conversation as resolved.

## Writing Effective Prompts

Expand Down